diff --git a/cmake-build-debug/.cmake/api/v1/query/cache-v2 b/cmake-build-debug/.cmake/api/v1/query/cache-v2 new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1 b/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1 new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug/.cmake/api/v1/query/codemodel-v2 b/cmake-build-debug/.cmake/api/v1/query/codemodel-v2 new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug/.cmake/api/v1/query/toolchains-v1 b/cmake-build-debug/.cmake/api/v1/query/toolchains-v1 new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug/.cmake/api/v1/reply/cache-v2-5a7c1d2b066689bf1144.json b/cmake-build-debug/.cmake/api/v1/reply/cache-v2-5a7c1d2b066689bf1144.json new file mode 100644 index 0000000..1b15f67 --- /dev/null +++ b/cmake-build-debug/.cmake/api/v1/reply/cache-v2-5a7c1d2b066689bf1144.json @@ -0,0 +1,1195 @@ +{ + "entries" : + [ + { + "name" : "CMAKE_ADDR2LINE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/llvm-addr2line" + }, + { + "name" : "CMAKE_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/llvm-ar" + }, + { + "name" : "CMAKE_BUILD_TYPE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel ..." + } + ], + "type" : "STRING", + "value" : "Debug" + }, + { + "name" : "CMAKE_CACHEFILE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "This is the directory where this CMakeCache.txt was created" + } + ], + "type" : "INTERNAL", + "value" : "/home/snaillum/Code/3rd_year/project/interpreter/lang-interpreter/cmake-build-debug" + }, + { + "name" : "CMAKE_CACHE_MAJOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Major version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_CACHE_MINOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Minor version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "25" + }, + { + "name" : "CMAKE_CACHE_PATCH_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Patch version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "2" + }, + { + "name" : "CMAKE_COLOR_DIAGNOSTICS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable colored diagnostics throughout." + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "CMAKE_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake executable." + } + ], + "type" : "INTERNAL", + "value" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/bin/cmake" + }, + { + "name" : "CMAKE_CPACK_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cpack program executable." + } + ], + "type" : "INTERNAL", + "value" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/bin/cpack" + }, + { + "name" : "CMAKE_CTEST_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to ctest program executable." + } + ], + "type" : "INTERNAL", + "value" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/bin/ctest" + }, + { + "name" : "CMAKE_CXX_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "CXX compiler" + } + ], + "type" : "STRING", + "value" : "/usr/bin/clang++" + }, + { + "name" : "CMAKE_CXX_COMPILER_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "LLVM archiver" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/llvm-ar" + }, + { + "name" : "CMAKE_CXX_COMPILER_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Generate index for LLVM archive" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/llvm-ranlib" + }, + { + "name" : "CMAKE_CXX_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_CXX_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "-g" + }, + { + "name" : "CMAKE_CXX_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "-Os -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "-O3 -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "-O2 -g -DNDEBUG" + }, + { + "name" : "CMAKE_C_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C compiler" + } + ], + "type" : "STRING", + "value" : "/usr/bin/clang" + }, + { + "name" : "CMAKE_C_COMPILER_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "LLVM archiver" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/llvm-ar" + }, + { + "name" : "CMAKE_C_COMPILER_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Generate index for LLVM archive" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/llvm-ranlib" + }, + { + "name" : "CMAKE_C_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_C_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "-g" + }, + { + "name" : "CMAKE_C_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "-Os -DNDEBUG" + }, + { + "name" : "CMAKE_C_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "-O3 -DNDEBUG" + }, + { + "name" : "CMAKE_C_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "-O2 -g -DNDEBUG" + }, + { + "name" : "CMAKE_DLLTOOL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/llvm-dlltool" + }, + { + "name" : "CMAKE_EXECUTABLE_FORMAT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Executable file format" + } + ], + "type" : "INTERNAL", + "value" : "ELF" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXPORT_COMPILE_COMMANDS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable/Disable output of compile commands during generation." + } + ], + "type" : "BOOL", + "value" : "" + }, + { + "name" : "CMAKE_EXTRA_GENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of external makefile project generator." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_FIND_PACKAGE_REDIRECTS_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake." + } + ], + "type" : "STATIC", + "value" : "/home/snaillum/Code/3rd_year/project/interpreter/lang-interpreter/cmake-build-debug/CMakeFiles/pkgRedirects" + }, + { + "name" : "CMAKE_GENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator." + } + ], + "type" : "INTERNAL", + "value" : "Ninja" + }, + { + "name" : "CMAKE_GENERATOR_INSTANCE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Generator instance identifier." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_PLATFORM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator platform." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_TOOLSET", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator toolset." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_HOME_DIRECTORY", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Source directory with the top level CMakeLists.txt file for this project" + } + ], + "type" : "INTERNAL", + "value" : "/home/snaillum/Code/3rd_year/project/interpreter/lang-interpreter" + }, + { + "name" : "CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install path prefix, prepended onto install directories." + } + ], + "type" : "PATH", + "value" : "/usr/local" + }, + { + "name" : "CMAKE_INSTALL_SO_NO_EXE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install .so files without execute permission." + } + ], + "type" : "INTERNAL", + "value" : "0" + }, + { + "name" : "CMAKE_LINKER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ld.lld" + }, + { + "name" : "CMAKE_MAKE_PROGRAM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "UNINITIALIZED", + "value" : "/home/snaillum/Applications/clion-2023.1/bin/ninja/linux/x64/ninja" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_NM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/llvm-nm" + }, + { + "name" : "CMAKE_NUMBER_OF_MAKEFILES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "number of local generators" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_OBJCOPY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/llvm-objcopy" + }, + { + "name" : "CMAKE_OBJDUMP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/llvm-objdump" + }, + { + "name" : "CMAKE_PLATFORM_INFO_INITIALIZED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Platform information initialized" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_PROJECT_DESCRIPTION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_HOMEPAGE_URL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "LangInterpreter" + }, + { + "name" : "CMAKE_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/llvm-ranlib" + }, + { + "name" : "CMAKE_READELF", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/llvm-readelf" + }, + { + "name" : "CMAKE_ROOT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake installation." + } + ], + "type" : "INTERNAL", + "value" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SKIP_INSTALL_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when installing shared libraries, but are added when building." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_SKIP_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when using shared libraries." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STRIP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/llvm-strip" + }, + { + "name" : "CMAKE_UNAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "uname command" + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/uname" + }, + { + "name" : "CMAKE_VERBOSE_MAKEFILE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If this value is on, makefiles will be generated without the .SILENT directive, and all commands will be echoed to the console during the make. This is useful for debugging only. With Visual Studio IDE projects all commands are done without /nologo." + } + ], + "type" : "BOOL", + "value" : "FALSE" + }, + { + "name" : "Catch2_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Catch2." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Catch2" + }, + { + "name" : "LangInterpreter_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/snaillum/Code/3rd_year/project/interpreter/lang-interpreter/cmake-build-debug" + }, + { + "name" : "LangInterpreter_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "ON" + }, + { + "name" : "LangInterpreter_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/snaillum/Code/3rd_year/project/interpreter/lang-interpreter" + }, + { + "name" : "_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "linker supports push/pop state" + } + ], + "type" : "INTERNAL", + "value" : "TRUE" + } + ], + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } +} diff --git a/cmake-build-debug/.cmake/api/v1/reply/cmakeFiles-v1-2e515ef32a8cb12b793d.json b/cmake-build-debug/.cmake/api/v1/reply/cmakeFiles-v1-2e515ef32a8cb12b793d.json new file mode 100644 index 0000000..f7d035d --- /dev/null +++ b/cmake-build-debug/.cmake/api/v1/reply/cmakeFiles-v1-2e515ef32a8cb12b793d.json @@ -0,0 +1,781 @@ +{ + "inputs" : + [ + { + "path" : "CMakeLists.txt" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeDetermineSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeSystem.cmake.in" + }, + { + "isGenerated" : true, + "path" : "cmake-build-debug/CMakeFiles/3.25.2/CMakeSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeSystemSpecificInitialize.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeDetermineCCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeDetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeDetermineCompilerId.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeCompilerIdDetection.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/ADSP-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/ARMCC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/ARMClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/AppleClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Borland-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Bruce-C-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Clang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Compaq-C-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Cray-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Embarcadero-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Fujitsu-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/GHS-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/GNU-C-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/HP-C-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/IAR-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Intel-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/LCC-C-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/MSVC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/NVHPC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/NVIDIA-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/PGI-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/PathScale-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/SCO-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/SDCC-C-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/SunPro-C-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/TI-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Tasking-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Watcom-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/XL-C-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/XLClang-C-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/zOS-C-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeFindBinUtils.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Clang-FindBinUtils.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeCCompiler.cmake.in" + }, + { + "isGenerated" : true, + "path" : "cmake-build-debug/CMakeFiles/3.25.2/CMakeCCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeDetermineCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeDetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Platform/Linux-Determine-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeDetermineCompilerId.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeCompilerIdDetection.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/ADSP-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/ARMCC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/ARMClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/AppleClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Borland-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Clang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Cray-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Embarcadero-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Fujitsu-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/GHS-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/HP-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/IAR-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Intel-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/MSVC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/NVHPC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/NVIDIA-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/PGI-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/PathScale-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/SCO-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/TI-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Tasking-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Watcom-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/XL-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeFindBinUtils.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Clang-FindBinUtils.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeCXXCompiler.cmake.in" + }, + { + "isGenerated" : true, + "path" : "cmake-build-debug/CMakeFiles/3.25.2/CMakeCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeSystemSpecificInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeGenericSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeInitializeConfigs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Platform/Linux.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Platform/UnixPaths.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeCInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeLanguageInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Clang-C.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Clang.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Platform/Linux-Clang-C.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Platform/Linux-GNU-C.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Platform/Linux-GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeCommonLanguageInclude.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeTestCCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeTestCompilerCommon.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeDetermineCompilerABI.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeParseImplicitIncludeInfo.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeParseImplicitLinkInfo.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeParseLibraryArchitecture.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeTestCompilerCommon.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeCCompilerABI.c" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeDetermineCompileFeatures.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Internal/FeatureTesting.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeCCompiler.cmake.in" + }, + { + "isGenerated" : true, + "path" : "cmake-build-debug/CMakeFiles/3.25.2/CMakeCCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeCXXInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeLanguageInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Clang-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Clang.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Platform/Linux-Clang-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Platform/Linux-GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Platform/Linux-GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeCommonLanguageInclude.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeTestCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeTestCompilerCommon.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeDetermineCompilerABI.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeParseImplicitIncludeInfo.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeParseImplicitLinkInfo.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeParseLibraryArchitecture.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeTestCompilerCommon.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeCXXCompilerABI.cpp" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeDetermineCompileFeatures.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Internal/FeatureTesting.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeCXXCompiler.cmake.in" + }, + { + "isGenerated" : true, + "path" : "cmake-build-debug/CMakeFiles/3.25.2/CMakeCXXCompiler.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Catch2/Catch2ConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Catch2/Catch2Config.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Catch2/Catch2Targets.cmake" + } + ], + "kind" : "cmakeFiles", + "paths" : + { + "build" : "/home/snaillum/Code/3rd_year/project/interpreter/lang-interpreter/cmake-build-debug", + "source" : "/home/snaillum/Code/3rd_year/project/interpreter/lang-interpreter" + }, + "version" : + { + "major" : 1, + "minor" : 0 + } +} diff --git a/cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-2a9d70ea75d656abc00d.json b/cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-2a9d70ea75d656abc00d.json new file mode 100644 index 0000000..c4a0c76 --- /dev/null +++ b/cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-2a9d70ea75d656abc00d.json @@ -0,0 +1,60 @@ +{ + "configurations" : + [ + { + "directories" : + [ + { + "build" : ".", + "jsonFile" : "directory-.-Debug-f5ebdc15457944623624.json", + "minimumCMakeVersion" : + { + "string" : "3.10" + }, + "projectIndex" : 0, + "source" : ".", + "targetIndexes" : + [ + 0 + ] + } + ], + "name" : "Debug", + "projects" : + [ + { + "directoryIndexes" : + [ + 0 + ], + "name" : "LangInterpreter", + "targetIndexes" : + [ + 0 + ] + } + ], + "targets" : + [ + { + "directoryIndex" : 0, + "id" : "lang_interpreter::@6890427a1f51a3e7e1df", + "jsonFile" : "target-lang_interpreter-Debug-2572dccb12c281db093b.json", + "name" : "lang_interpreter", + "projectIndex" : 0 + } + ] + } + ], + "kind" : "codemodel", + "paths" : + { + "build" : "/home/snaillum/Code/3rd_year/project/interpreter/lang-interpreter/cmake-build-debug", + "source" : "/home/snaillum/Code/3rd_year/project/interpreter/lang-interpreter" + }, + "version" : + { + "major" : 2, + "minor" : 4 + } +} diff --git a/cmake-build-debug/.cmake/api/v1/reply/directory-.-Debug-f5ebdc15457944623624.json b/cmake-build-debug/.cmake/api/v1/reply/directory-.-Debug-f5ebdc15457944623624.json new file mode 100644 index 0000000..3a67af9 --- /dev/null +++ b/cmake-build-debug/.cmake/api/v1/reply/directory-.-Debug-f5ebdc15457944623624.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : ".", + "source" : "." + } +} diff --git a/cmake-build-debug/.cmake/api/v1/reply/index-2023-04-10T19-36-31-0713.json b/cmake-build-debug/.cmake/api/v1/reply/index-2023-04-10T19-36-31-0713.json new file mode 100644 index 0000000..421f1d6 --- /dev/null +++ b/cmake-build-debug/.cmake/api/v1/reply/index-2023-04-10T19-36-31-0713.json @@ -0,0 +1,108 @@ +{ + "cmake" : + { + "generator" : + { + "multiConfig" : false, + "name" : "Ninja" + }, + "paths" : + { + "cmake" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/bin/cmake", + "cpack" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/bin/cpack", + "ctest" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/bin/ctest", + "root" : "/home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25" + }, + "version" : + { + "isDirty" : false, + "major" : 3, + "minor" : 25, + "patch" : 2, + "string" : "3.25.2", + "suffix" : "" + } + }, + "objects" : + [ + { + "jsonFile" : "codemodel-v2-2a9d70ea75d656abc00d.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 4 + } + }, + { + "jsonFile" : "cache-v2-5a7c1d2b066689bf1144.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "cmakeFiles-v1-2e515ef32a8cb12b793d.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + { + "jsonFile" : "toolchains-v1-7a002b0e342416a4f4e9.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + ], + "reply" : + { + "cache-v2" : + { + "jsonFile" : "cache-v2-5a7c1d2b066689bf1144.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + "cmakeFiles-v1" : + { + "jsonFile" : "cmakeFiles-v1-2e515ef32a8cb12b793d.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + "codemodel-v2" : + { + "jsonFile" : "codemodel-v2-2a9d70ea75d656abc00d.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 4 + } + }, + "toolchains-v1" : + { + "jsonFile" : "toolchains-v1-7a002b0e342416a4f4e9.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + } +} diff --git a/cmake-build-debug/.cmake/api/v1/reply/target-lang_interpreter-Debug-2572dccb12c281db093b.json b/cmake-build-debug/.cmake/api/v1/reply/target-lang_interpreter-Debug-2572dccb12c281db093b.json new file mode 100644 index 0000000..aab28c1 --- /dev/null +++ b/cmake-build-debug/.cmake/api/v1/reply/target-lang_interpreter-Debug-2572dccb12c281db093b.json @@ -0,0 +1,203 @@ +{ + "artifacts" : + [ + { + "path" : "lang_interpreter" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "include_directories" + ], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 19, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 11, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : " -Wall -g -fcolor-diagnostics" + }, + { + "fragment" : "-std=gnu++17" + } + ], + "includes" : + [ + { + "backtrace" : 2, + "path" : "/home/snaillum/Code/3rd_year/project/interpreter/lang-interpreter/include" + }, + { + "backtrace" : 2, + "path" : "/home/snaillum/Code/3rd_year/project/interpreter/lang-interpreter/tree-sitter/lib/src" + }, + { + "backtrace" : 2, + "path" : "/home/snaillum/Code/3rd_year/project/interpreter/lang-interpreter/tree-sitter/lib/include" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0, + 1, + 2, + 3 + ] + }, + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -fcolor-diagnostics" + } + ], + "includes" : + [ + { + "backtrace" : 2, + "path" : "/home/snaillum/Code/3rd_year/project/interpreter/lang-interpreter/include" + }, + { + "backtrace" : 2, + "path" : "/home/snaillum/Code/3rd_year/project/interpreter/lang-interpreter/tree-sitter/lib/src" + }, + { + "backtrace" : 2, + "path" : "/home/snaillum/Code/3rd_year/project/interpreter/lang-interpreter/tree-sitter/lib/include" + } + ], + "language" : "C", + "sourceIndexes" : + [ + 4, + 6 + ] + } + ], + "id" : "lang_interpreter::@6890427a1f51a3e7e1df", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-Wall -g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + } + ], + "language" : "CXX" + }, + "name" : "lang_interpreter", + "nameOnDisk" : "lang_interpreter", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 6 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 5 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/main.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/visitor.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/build_visitor.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/print_visitor.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "src/parser.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "include/parser.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "tree-sitter/lib/src/lib.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-debug/.cmake/api/v1/reply/toolchains-v1-7a002b0e342416a4f4e9.json b/cmake-build-debug/.cmake/api/v1/reply/toolchains-v1-7a002b0e342416a4f4e9.json new file mode 100644 index 0000000..196bdb1 --- /dev/null +++ b/cmake-build-debug/.cmake/api/v1/reply/toolchains-v1-7a002b0e342416a4f4e9.json @@ -0,0 +1,105 @@ +{ + "kind" : "toolchains", + "toolchains" : + [ + { + "compiler" : + { + "id" : "Clang", + "implicit" : + { + "includeDirectories" : + [ + "/usr/lib/clang/15.0.7/include", + "/usr/local/include", + "/usr/include" + ], + "linkDirectories" : + [ + "/usr/lib64/gcc/x86_64-pc-linux-gnu/12.2.1", + "/usr/lib64", + "/lib64", + "/usr/lib", + "/lib" + ], + "linkFrameworkDirectories" : [], + "linkLibraries" : + [ + "gcc", + "gcc_s", + "c", + "gcc", + "gcc_s" + ] + }, + "path" : "/usr/bin/clang", + "version" : "15.0.7" + }, + "language" : "C", + "sourceFileExtensions" : + [ + "c", + "m" + ] + }, + { + "compiler" : + { + "id" : "Clang", + "implicit" : + { + "includeDirectories" : + [ + "/usr/include/c++/12.2.1", + "/usr/include/c++/12.2.1/x86_64-pc-linux-gnu", + "/usr/include/c++/12.2.1/backward", + "/usr/lib/clang/15.0.7/include", + "/usr/local/include", + "/usr/include" + ], + "linkDirectories" : + [ + "/usr/lib64/gcc/x86_64-pc-linux-gnu/12.2.1", + "/usr/lib64", + "/lib64", + "/usr/lib", + "/lib" + ], + "linkFrameworkDirectories" : [], + "linkLibraries" : + [ + "stdc++", + "m", + "gcc_s", + "gcc", + "c", + "gcc_s", + "gcc" + ] + }, + "path" : "/usr/bin/clang++", + "version" : "15.0.7" + }, + "language" : "CXX", + "sourceFileExtensions" : + [ + "C", + "M", + "c++", + "cc", + "cpp", + "cxx", + "mm", + "mpp", + "CPP", + "ixx", + "cppm" + ] + } + ], + "version" : + { + "major" : 1, + "minor" : 0 + } +} diff --git a/cmake-build-debug/build.ninja b/cmake-build-debug/build.ninja new file mode 100644 index 0000000..8c902e4 --- /dev/null +++ b/cmake-build-debug/build.ninja @@ -0,0 +1,191 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.25 + +# This file contains all the build statements describing the +# compilation DAG. + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# +# Which is the root file. +# ============================================================================= + +# ============================================================================= +# Project: LangInterpreter +# Configurations: Debug +# ============================================================================= + +############################################# +# Minimal version of Ninja required by this file + +ninja_required_version = 1.5 + + +############################################# +# Set configuration variable for custom commands. + +CONFIGURATION = Debug +# ============================================================================= +# Include auxiliary files. + + +############################################# +# Include rules file. + +include CMakeFiles/rules.ninja + +# ============================================================================= + +############################################# +# Logical path to working directory; prefix for absolute paths. + +cmake_ninja_workdir = /home/snaillum/Code/3rd_year/project/interpreter/lang-interpreter/cmake-build-debug/ +# ============================================================================= +# Object build statements for EXECUTABLE target lang_interpreter + + +############################################# +# Order-only phony target for lang_interpreter + +build cmake_object_order_depends_target_lang_interpreter: phony || CMakeFiles/lang_interpreter.dir + +build CMakeFiles/lang_interpreter.dir/src/main.cpp.o: CXX_COMPILER__lang_interpreter_Debug /home/snaillum/Code/3rd_year/project/interpreter/lang-interpreter/src/main.cpp || cmake_object_order_depends_target_lang_interpreter + DEP_FILE = CMakeFiles/lang_interpreter.dir/src/main.cpp.o.d + FLAGS = -Wall -g -fcolor-diagnostics -std=gnu++17 + INCLUDES = -I/home/snaillum/Code/3rd_year/project/interpreter/lang-interpreter/include -I/home/snaillum/Code/3rd_year/project/interpreter/lang-interpreter/tree-sitter/lib/src -I/home/snaillum/Code/3rd_year/project/interpreter/lang-interpreter/tree-sitter/lib/include + OBJECT_DIR = CMakeFiles/lang_interpreter.dir + OBJECT_FILE_DIR = CMakeFiles/lang_interpreter.dir/src + TARGET_COMPILE_PDB = CMakeFiles/lang_interpreter.dir/ + TARGET_PDB = lang_interpreter.pdb + +build CMakeFiles/lang_interpreter.dir/src/visitor.cpp.o: CXX_COMPILER__lang_interpreter_Debug /home/snaillum/Code/3rd_year/project/interpreter/lang-interpreter/src/visitor.cpp || cmake_object_order_depends_target_lang_interpreter + DEP_FILE = CMakeFiles/lang_interpreter.dir/src/visitor.cpp.o.d + FLAGS = -Wall -g -fcolor-diagnostics -std=gnu++17 + INCLUDES = -I/home/snaillum/Code/3rd_year/project/interpreter/lang-interpreter/include -I/home/snaillum/Code/3rd_year/project/interpreter/lang-interpreter/tree-sitter/lib/src -I/home/snaillum/Code/3rd_year/project/interpreter/lang-interpreter/tree-sitter/lib/include + OBJECT_DIR = CMakeFiles/lang_interpreter.dir + OBJECT_FILE_DIR = CMakeFiles/lang_interpreter.dir/src + TARGET_COMPILE_PDB = CMakeFiles/lang_interpreter.dir/ + TARGET_PDB = lang_interpreter.pdb + +build CMakeFiles/lang_interpreter.dir/src/build_visitor.cpp.o: CXX_COMPILER__lang_interpreter_Debug /home/snaillum/Code/3rd_year/project/interpreter/lang-interpreter/src/build_visitor.cpp || cmake_object_order_depends_target_lang_interpreter + DEP_FILE = CMakeFiles/lang_interpreter.dir/src/build_visitor.cpp.o.d + FLAGS = -Wall -g -fcolor-diagnostics -std=gnu++17 + INCLUDES = -I/home/snaillum/Code/3rd_year/project/interpreter/lang-interpreter/include -I/home/snaillum/Code/3rd_year/project/interpreter/lang-interpreter/tree-sitter/lib/src -I/home/snaillum/Code/3rd_year/project/interpreter/lang-interpreter/tree-sitter/lib/include + OBJECT_DIR = CMakeFiles/lang_interpreter.dir + OBJECT_FILE_DIR = CMakeFiles/lang_interpreter.dir/src + TARGET_COMPILE_PDB = CMakeFiles/lang_interpreter.dir/ + TARGET_PDB = lang_interpreter.pdb + +build CMakeFiles/lang_interpreter.dir/src/print_visitor.cpp.o: CXX_COMPILER__lang_interpreter_Debug /home/snaillum/Code/3rd_year/project/interpreter/lang-interpreter/src/print_visitor.cpp || cmake_object_order_depends_target_lang_interpreter + DEP_FILE = CMakeFiles/lang_interpreter.dir/src/print_visitor.cpp.o.d + FLAGS = -Wall -g -fcolor-diagnostics -std=gnu++17 + INCLUDES = -I/home/snaillum/Code/3rd_year/project/interpreter/lang-interpreter/include -I/home/snaillum/Code/3rd_year/project/interpreter/lang-interpreter/tree-sitter/lib/src -I/home/snaillum/Code/3rd_year/project/interpreter/lang-interpreter/tree-sitter/lib/include + OBJECT_DIR = CMakeFiles/lang_interpreter.dir + OBJECT_FILE_DIR = CMakeFiles/lang_interpreter.dir/src + TARGET_COMPILE_PDB = CMakeFiles/lang_interpreter.dir/ + TARGET_PDB = lang_interpreter.pdb + +build CMakeFiles/lang_interpreter.dir/src/parser.c.o: C_COMPILER__lang_interpreter_Debug /home/snaillum/Code/3rd_year/project/interpreter/lang-interpreter/src/parser.c || cmake_object_order_depends_target_lang_interpreter + DEP_FILE = CMakeFiles/lang_interpreter.dir/src/parser.c.o.d + FLAGS = -g -fcolor-diagnostics + INCLUDES = -I/home/snaillum/Code/3rd_year/project/interpreter/lang-interpreter/include -I/home/snaillum/Code/3rd_year/project/interpreter/lang-interpreter/tree-sitter/lib/src -I/home/snaillum/Code/3rd_year/project/interpreter/lang-interpreter/tree-sitter/lib/include + OBJECT_DIR = CMakeFiles/lang_interpreter.dir + OBJECT_FILE_DIR = CMakeFiles/lang_interpreter.dir/src + TARGET_COMPILE_PDB = CMakeFiles/lang_interpreter.dir/ + TARGET_PDB = lang_interpreter.pdb + +build CMakeFiles/lang_interpreter.dir/tree-sitter/lib/src/lib.c.o: C_COMPILER__lang_interpreter_Debug /home/snaillum/Code/3rd_year/project/interpreter/lang-interpreter/tree-sitter/lib/src/lib.c || cmake_object_order_depends_target_lang_interpreter + DEP_FILE = CMakeFiles/lang_interpreter.dir/tree-sitter/lib/src/lib.c.o.d + FLAGS = -g -fcolor-diagnostics + INCLUDES = -I/home/snaillum/Code/3rd_year/project/interpreter/lang-interpreter/include -I/home/snaillum/Code/3rd_year/project/interpreter/lang-interpreter/tree-sitter/lib/src -I/home/snaillum/Code/3rd_year/project/interpreter/lang-interpreter/tree-sitter/lib/include + OBJECT_DIR = CMakeFiles/lang_interpreter.dir + OBJECT_FILE_DIR = CMakeFiles/lang_interpreter.dir/tree-sitter/lib/src + TARGET_COMPILE_PDB = CMakeFiles/lang_interpreter.dir/ + TARGET_PDB = lang_interpreter.pdb + + +# ============================================================================= +# Link build statements for EXECUTABLE target lang_interpreter + + +############################################# +# Link the executable lang_interpreter + +build lang_interpreter: CXX_EXECUTABLE_LINKER__lang_interpreter_Debug CMakeFiles/lang_interpreter.dir/src/main.cpp.o CMakeFiles/lang_interpreter.dir/src/visitor.cpp.o CMakeFiles/lang_interpreter.dir/src/build_visitor.cpp.o CMakeFiles/lang_interpreter.dir/src/print_visitor.cpp.o CMakeFiles/lang_interpreter.dir/src/parser.c.o CMakeFiles/lang_interpreter.dir/tree-sitter/lib/src/lib.c.o + FLAGS = -Wall -g + OBJECT_DIR = CMakeFiles/lang_interpreter.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = CMakeFiles/lang_interpreter.dir/ + TARGET_FILE = lang_interpreter + TARGET_PDB = lang_interpreter.pdb + + +############################################# +# Utility command for edit_cache + +build CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/snaillum/Code/3rd_year/project/interpreter/lang-interpreter/cmake-build-debug && /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build edit_cache: phony CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/snaillum/Code/3rd_year/project/interpreter/lang-interpreter/cmake-build-debug && /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/bin/cmake --regenerate-during-build -S/home/snaillum/Code/3rd_year/project/interpreter/lang-interpreter -B/home/snaillum/Code/3rd_year/project/interpreter/lang-interpreter/cmake-build-debug + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build rebuild_cache: phony CMakeFiles/rebuild_cache.util + +# ============================================================================= +# Target aliases. + +# ============================================================================= +# Folder targets. + +# ============================================================================= + +############################################# +# Folder: /home/snaillum/Code/3rd_year/project/interpreter/lang-interpreter/cmake-build-debug + +build all: phony lang_interpreter + +# ============================================================================= +# Built-in targets + + +############################################# +# Re-run CMake if any of its inputs changed. + +build build.ninja: RERUN_CMAKE | /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeCCompiler.cmake.in /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeCCompilerABI.c /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeCInformation.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeCXXCompiler.cmake.in /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeCXXCompilerABI.cpp /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeCXXInformation.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeCommonLanguageInclude.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeCompilerIdDetection.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeDetermineCCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeDetermineCXXCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeDetermineCompileFeatures.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeDetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeDetermineCompilerABI.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeDetermineCompilerId.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeDetermineSystem.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeFindBinUtils.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeGenericSystem.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeInitializeConfigs.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeLanguageInformation.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeParseImplicitIncludeInfo.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeParseImplicitLinkInfo.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeParseLibraryArchitecture.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeSystem.cmake.in /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeSystemSpecificInformation.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeSystemSpecificInitialize.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeTestCCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeTestCXXCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeTestCompilerCommon.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/ADSP-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/ARMCC-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/ARMClang-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/AppleClang-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Borland-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Bruce-C-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/CMakeCommonCompilerMacros.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Clang-C.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Clang-CXX.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Clang-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Clang-DetermineCompilerInternal.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Clang-FindBinUtils.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Clang.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Compaq-C-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Cray-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Embarcadero-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Fujitsu-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/GHS-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/GNU-C-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/GNU.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/HP-C-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/HP-CXX-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/IAR-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Intel-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/LCC-C-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/MSVC-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/NVHPC-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/NVIDIA-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/PGI-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/PathScale-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/SCO-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/SDCC-C-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/SunPro-C-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/TI-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Tasking-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Watcom-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/XL-C-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/XL-CXX-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/XLClang-C-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/zOS-C-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Internal/FeatureTesting.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Platform/Linux-Clang-C.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Platform/Linux-Clang-CXX.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Platform/Linux-Determine-CXX.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Platform/Linux-GNU-C.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Platform/Linux-GNU-CXX.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Platform/Linux-GNU.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Platform/Linux.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Platform/UnixPaths.cmake /home/snaillum/Code/3rd_year/project/interpreter/lang-interpreter/CMakeLists.txt /usr/lib/cmake/Catch2/Catch2Config.cmake /usr/lib/cmake/Catch2/Catch2ConfigVersion.cmake /usr/lib/cmake/Catch2/Catch2Targets.cmake CMakeCache.txt CMakeFiles/3.25.2/CMakeCCompiler.cmake CMakeFiles/3.25.2/CMakeCXXCompiler.cmake CMakeFiles/3.25.2/CMakeSystem.cmake + pool = console + + +############################################# +# A missing CMake input file is not an error. + +build /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeCCompiler.cmake.in /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeCCompilerABI.c /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeCInformation.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeCXXCompiler.cmake.in /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeCXXCompilerABI.cpp /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeCXXInformation.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeCommonLanguageInclude.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeCompilerIdDetection.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeDetermineCCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeDetermineCXXCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeDetermineCompileFeatures.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeDetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeDetermineCompilerABI.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeDetermineCompilerId.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeDetermineSystem.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeFindBinUtils.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeGenericSystem.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeInitializeConfigs.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeLanguageInformation.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeParseImplicitIncludeInfo.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeParseImplicitLinkInfo.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeParseLibraryArchitecture.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeSystem.cmake.in /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeSystemSpecificInformation.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeSystemSpecificInitialize.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeTestCCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeTestCXXCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/CMakeTestCompilerCommon.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/ADSP-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/ARMCC-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/ARMClang-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/AppleClang-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Borland-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Bruce-C-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/CMakeCommonCompilerMacros.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Clang-C.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Clang-CXX.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Clang-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Clang-DetermineCompilerInternal.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Clang-FindBinUtils.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Clang.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Compaq-C-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Cray-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Embarcadero-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Fujitsu-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/GHS-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/GNU-C-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/GNU.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/HP-C-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/HP-CXX-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/IAR-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Intel-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/LCC-C-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/MSVC-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/NVHPC-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/NVIDIA-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/PGI-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/PathScale-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/SCO-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/SDCC-C-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/SunPro-C-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/TI-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Tasking-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/Watcom-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/XL-C-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/XL-CXX-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/XLClang-C-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/zOS-C-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Internal/FeatureTesting.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Platform/Linux-Clang-C.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Platform/Linux-Clang-CXX.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Platform/Linux-Determine-CXX.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Platform/Linux-GNU-C.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Platform/Linux-GNU-CXX.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Platform/Linux-GNU.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Platform/Linux.cmake /home/snaillum/Applications/clion-2023.1/bin/cmake/linux/x64/share/cmake-3.25/Modules/Platform/UnixPaths.cmake /home/snaillum/Code/3rd_year/project/interpreter/lang-interpreter/CMakeLists.txt /usr/lib/cmake/Catch2/Catch2Config.cmake /usr/lib/cmake/Catch2/Catch2ConfigVersion.cmake /usr/lib/cmake/Catch2/Catch2Targets.cmake CMakeCache.txt CMakeFiles/3.25.2/CMakeCCompiler.cmake CMakeFiles/3.25.2/CMakeCXXCompiler.cmake CMakeFiles/3.25.2/CMakeSystem.cmake: phony + + +############################################# +# Clean all the built files. + +build clean: CLEAN + + +############################################# +# Print all primary targets available. + +build help: HELP + + +############################################# +# Make the all target the default. + +default all diff --git a/include/interpreter_tree.hpp b/include/interpreter_tree.hpp index 0b67f73..efc6107 100644 --- a/include/interpreter_tree.hpp +++ b/include/interpreter_tree.hpp @@ -139,13 +139,6 @@ struct ReferenceExpression; struct FunctionCallExpression; -// -struct TypeExpression; -using FunctionArgument = std::variant< - SubExpressionToken, - std::unique_ptr>; -// - struct TupleExpression; struct VariantExpression; struct ReturnExpression; @@ -212,6 +205,12 @@ using TypeSubExpression = std::variant< std::unique_ptr, std::unique_ptr>; +// + +using FunctionArgument = std::variant< + SubExpressionToken, + TypeSubExpression>; + // Comments [IGNORE] ----------------- // Identifiers, constants, etc. ----------------- @@ -233,7 +232,7 @@ using Literal = std::variant< // using NameSubExpression = std::variant< - std::unique_ptr, + std::unique_ptr, std::unique_ptr, std::unique_ptr>; @@ -295,6 +294,7 @@ struct AliasDefinitionStatement { struct VariableDefinitionStatement { enum { Var, Const } modifier; + enum { Move, Assign } assignment_modifier; AnyName name; SuperExpression value; }; @@ -306,6 +306,7 @@ struct FunctionDeclaration { }; struct FunctionDefinitionStatement { + bool is_inline; std::unique_ptr definition; SuperExpression value; }; @@ -437,8 +438,9 @@ struct ReturnExpression { }; struct TypeConstructor { + enum AssignmentModifier { Move, Assign }; std::unique_ptr type; - std::vector> parameters; + std::vector> parameters; }; struct LambdaFunction { @@ -502,7 +504,7 @@ struct ParametrizedType { struct TypeExpression { std::vector namespaces; AnyTypeIdentifier type; - std::optional ArraySize; // if array; 0 - dynamic size + std::optional array_size; // if array; 0 - dynamic size }; struct ExtendedScopedAnyType { diff --git a/include/parse_tree.hpp b/include/parse_tree.hpp index 0e05412..630abd0 100644 --- a/include/parse_tree.hpp +++ b/include/parse_tree.hpp @@ -45,7 +45,7 @@ public: std::string GetValue() { // from source size_t start = ts_node_start_byte(node_); size_t end = ts_node_end_byte(node_); - return source_->substr(start, end - start); // TODO check + return source_->substr(start, end - start); } bool IsNull() { @@ -86,28 +86,18 @@ public: return Node(ts_node_child_by_field_name(node_, name.c_str(), name.size()), source_); } - // ?? use field id instaed of name ?? - // ?? node equality check needed ?? + Node NextSibling() { + return Node(ts_node_next_sibling(node_), source_); + } + + Node NextNamedSibling() { + return Node(ts_node_next_named_sibling(node_), source_); + } private: bool uninitialized_; TSNode node_; const std::string* source_; }; - class Cursor { // ?? needed ?? - public: - Cursor(const Node& node); - - void ResetTo(const Node& node); - - Node GetCurrentNode(); - std::string GetCurrentNodeName(); - - bool GoToParent(); - bool GoToNextSibling(); - bool GoToFirstChild(); - private: - TSTreeCursor cursor_; - }; ParseTree(const std::string& source) : source_(source) { TSParser* parser = ts_parser_new(); diff --git a/include/print_visitor.hpp b/include/print_visitor.hpp index e34b984..3f69d61 100644 --- a/include/print_visitor.hpp +++ b/include/print_visitor.hpp @@ -103,7 +103,7 @@ private: void Visit(ExtendedName* node) override; - void Visit(AnyIdentifier* node) override; // std::string + void Visit(std::string* node) override; // std::string void Visit(FloatNumberLiteral* node) override; void Visit(NumberLiteral* node) override; diff --git a/src/build_visitor.cpp b/src/build_visitor.cpp index 3ad1a2d..6596ae4 100644 --- a/src/build_visitor.cpp +++ b/src/build_visitor.cpp @@ -1,7 +1,6 @@ #include #include -#include // for clangd #include "../include/build_visitor.hpp" @@ -115,8 +114,10 @@ void BuildVisitor::Visit(ImportStatement* node) { ++excluded_child_count; } - auto module_name_node = parse_node.ChildByFieldName("module_name"); - node->module_name = module_name_node.NthChild(1).GetValue(); + StringLiteral module_name; + current_node_ = parse_node.ChildByFieldName("module_name"); + Visit(&module_name); + node->module_name = module_name.value; ++excluded_child_count; size_t child_count = parse_node.NamedChildCount(); @@ -180,6 +181,13 @@ void BuildVisitor::Visit(VariableDefinitionStatement* node) { current_node_ = parse_node.ChildByFieldName("value"); Visit(node->value); + std::string assignment_modifier = parse_node.NthChild(2).GetValue(); + if (assignment_modifier == "=") { + node->assignment_modifier = VariableDefinitionStatement::Assign; + } else if (assignment_modifier == "<-") { + node->assignment_modifier = VariableDefinitionStatement::Move; + } + current_node_ = parse_node; } @@ -197,6 +205,7 @@ void BuildVisitor::Visit(FunctionDeclaration* node) { } current_node_ = parse_node.ChildByFieldName("type"); + node->type = std::make_unique(); Visit(node->type.get()); current_node_ = parse_node; @@ -205,6 +214,8 @@ void BuildVisitor::Visit(FunctionDeclaration* node) { void BuildVisitor::Visit(FunctionDefinitionStatement* node) { auto parse_node = current_node_; + node->is_inline = (parse_node.NthChild(1).GetValue() == "inline"); + current_node_ = parse_node.ChildByFieldName("definition"); node->definition = std::make_unique(); Visit(node->definition.get()); @@ -319,7 +330,7 @@ void BuildVisitor::Visit(SourceStatement& node) { void BuildVisitor::Visit(FunctionDefinition* node) { auto parse_node = current_node_; - node->name = parse_node.ChildByFieldName("name").GetValue(); // TODO: check on operator + node->name = parse_node.ChildByFieldName("name").GetValue(); if (parse_node.NthChild(0).GetValue() == "(") { node->modifier = FunctionDefinition::Operator; @@ -431,7 +442,7 @@ void BuildVisitor::Visit(Match* node) { // if (child_count > 1) { // always true (repeat1) node->matches.resize(child_count - 1); - for (size_t i = 0; i < child_count - 1; ++i) { + for (size_t i = 0; i + 1 < child_count; ++i) { current_node_ = parse_node.NthNamedChild(i + 1); Visit(&node->matches[i]); } @@ -589,7 +600,7 @@ void BuildVisitor::Visit(SubExpressionToken& node) { std::string current_node_type = current_node_.GetType(); - if (current_node_type == parser::tokens::NameExpression) { // optimize ?? + if (current_node_type == parser::tokens::NameExpression) { node = std::make_unique(); Visit(std::get>(node).get()); } else if (current_node_type == parser::tokens::ScopedStatement) { @@ -620,10 +631,10 @@ void BuildVisitor::Visit(SubExpression& node) { Visit(*std::get>(node)); } else if (current_node_type == parser::tokens::ArrayExpression) { node = std::make_unique(); - Visit(std::get>(node)); + Visit(std::get>(node).get()); } else if (current_node_type == parser::tokens::ReferenceExpression) { node = std::make_unique(); - Visit(std::get>(node)); + Visit(std::get>(node).get()); } else { // error } @@ -763,15 +774,34 @@ void BuildVisitor::Visit(ReferenceExpression* node) { } current_node_ = parse_node.ChildByFieldName("expression"); + node->expression = std::make_unique(); Visit(node->expression.get()); current_node_ = parse_node; } -// TODO <-- current place - // Other expressions +void BuildVisitor::Visit(FunctionArgument& node) { + auto parse_node = current_node_; + + current_node_ = parse_node.NthNamedChild(0); + + std::string current_node_type = current_node_.GetType(); + + if (current_node_type == parser::tokens::SubExpressionToken) { + node = SubExpressionToken(); + Visit(std::get(node)); + } else if (current_node_type == parser::tokens::TypeSubExpression) { + node = TypeSubExpression(); + Visit(std::get(node)); + } else { + // error + } + + current_node_ = parse_node; +} + void BuildVisitor::Visit(FunctionCallExpression* node) { auto parse_node = current_node_; @@ -784,9 +814,9 @@ void BuildVisitor::Visit(FunctionCallExpression* node) { // if (child_count > 1) { // always true (repeat1) node->arguments.resize(child_count - 1); - for (size_t i = 0; i < child_count - 1; ++i) { - current_node_ = parse_node.NthNamedChild(i + 1); - Visit(node->arguments[i]); + for (size_t i = 0; i + 1 < child_count; ++i) { + current_node_ = parse_node.NthNamedChild(i + 1); + Visit(node->arguments[i]); } // } @@ -801,8 +831,8 @@ void BuildVisitor::Visit(TupleExpression* node) { node->expressions.resize(expressions_count); for (size_t i = 0; i < expressions_count; ++i) { - current_node_ = parse_node.NthNamedChild(i); - Visit(node->expressions[i]); + current_node_ = parse_node.NthNamedChild(i); + Visit(node->expressions[i]); } current_node_ = parse_node; @@ -816,8 +846,8 @@ void BuildVisitor::Visit(VariantExpression* node) { node->expressions.resize(expressions_count); for (size_t i = 0; i < expressions_count; ++i) { - current_node_ = parse_node.NthNamedChild(i); - Visit(node->expressions[i]); + current_node_ = parse_node.NthNamedChild(i); + Visit(node->expressions[i]); } current_node_ = parse_node; @@ -832,6 +862,83 @@ void BuildVisitor::Visit(ReturnExpression* node) { current_node_ = parse_node; } +void BuildVisitor::Visit(TypeConstructor* node) { + auto parse_node = current_node_; + + current_node_ = parse_node.ChildByFieldName("type"); + node->type = std::make_unique(); + Visit(node->type.get()); + + size_t parameter_count = (parse_node.NamedChildCount() - 1) / 2; + + node->parameters.resize(parameter_count); + + for (size_t i = 0; i < parameter_count * 2; ++i) { + current_node_ = parse_node.NthNamedChild(i + 1); + + if (i % 2 == 0) { + Visit(&std::get<0>(node->parameters[i / 2])); + + std::string assignment_modifier = current_node_.NextSibling().GetValue(); + if (assignment_modifier == "=") { + std::get<1>(node->parameters[i / 2]) = TypeConstructor::Assign; + } else if (assignment_modifier == "<-") { + std::get<1>(node->parameters[i / 2]) = TypeConstructor::Move; + } + } else { + Visit(std::get<2>(node->parameters[i / 2])); + } + } + + current_node_ = parse_node; +} + +void BuildVisitor::Visit(LambdaFunction* node) { + auto parse_node = current_node_; + + size_t child_count = parse_node.NamedChildCount(); + + if (child_count > 1) { + bool parameters_ended = false; + + for (size_t i = 0; i + 1 < child_count; ++i) { + current_node_ = parse_node.NthNamedChild(i); + + if (current_node_.GetType() != parser::tokens::DefinitionParameter) { + parameters_ended = true; + } + + if (!parameters_ended) { + node->parameters.push_back(std::make_unique()); + Visit(node->parameters.back().get()); + } else { + node->arguments.emplace_back(); + Visit(&node->arguments.back()); + } + } + } + + current_node_ = parse_node.ChildByFieldName("expression"); + Visit(node->expression); + + current_node_ = parse_node; +} + +void BuildVisitor::Visit(ArrayExpression* node) { + auto parse_node = current_node_; + + size_t elements_count = parse_node.NamedChildCount(); + + node->elements.resize(elements_count); + + for (size_t i = 0; i < elements_count; ++i) { + current_node_ = parse_node.NthNamedChild(i); + Visit(node->elements[i]); + } + + current_node_ = parse_node; +} + void BuildVisitor::Visit(LoopControlExpression& node) { std::string value = current_node_.NthChild(0).GetValue(); @@ -844,61 +951,6 @@ void BuildVisitor::Visit(LoopControlExpression& node) { } } -// - -void BuildVisitor::Visit(FunctionArgument& node) { - auto parse_node = current_node_; - - current_node_ = parse_node.NthNamedChild(0); - - std::string current_node_type = current_node_.GetType(); - - if (current_node_type == parser::tokens::SubExpressionToken) { // optimize ?? - node = std::make_unique(); - Visit(*std::get>(node)); - } else if (current_node_type == parser::tokens::TypeSubExpression) { - node = std::make_unique(); - Visit(*std::get>(node)); - } else { - // error - } - - current_node_ = parse_node; -} - -// Lambda - -void BuildVisitor::Visit(LambdaFunction* node) { - auto parse_node = current_node_; - - size_t child_count = parse_node.NamedChildCount(); - - if (child_count > 1) { - bool parameters_ended = false; - - for (size_t i = 0; i < child_count - 1; ++i) { - current_node_ = parse_node.NthNamedChild(i); - - if (current_node_.GetType() != parser::tokens::DefinitionParameter) { - parameters_ended = true; - } - - if (!parameters_ended) { - node->parameters.push_back(std::make_unique()); - Visit(node->parameters.back().get()); - } else { - node->arguments.push_back(std::make_unique()); - Visit(node->arguments.back().get()); - } - } - } - - current_node_ = parse_node.ChildByFieldName("expression"); - Visit(node->expression); - - current_node_ = parse_node; -} - // Name void BuildVisitor::Visit(NameExpression* node) { @@ -918,8 +970,9 @@ void BuildVisitor::Visit(NameExpression* node) { if (i + 1 == child_count) { node->expressions.emplace_back(); - if (current_node_type == parser::tokens::NameIdentifier) { // optimize ?? - node->expressions.back() = std::make_unique(current_node_.GetValue()); + if (current_node_type == parser::tokens::ExtendedName) { + node->expressions.back() = std::make_unique(); + Visit(node->expressions.back()); } else if (current_node_type == parser::tokens::Literal) { node->expressions.back() = std::make_unique(); Visit(*std::get>(node->expressions.back())); @@ -954,7 +1007,7 @@ void BuildVisitor::Visit(TupleName* node) { for (size_t i = 0; i < names_count; ++i) { current_node_ = parse_node.NthNamedChild(i); node->names[i] = std::make_unique(); - Visit(node->names[i].get()); + Visit(node->names[i]); } current_node_ = parse_node; @@ -970,7 +1023,7 @@ void BuildVisitor::Visit(VariantName* node) { for (size_t i = 0; i < names_count; ++i) { current_node_ = parse_node.NthNamedChild(i); node->names[i] =std::make_unique(); - Visit(node->names[i].get()); + Visit(node->names[i]); } current_node_ = parse_node; @@ -984,7 +1037,7 @@ void BuildVisitor::Visit(AnnotatedName* node) { if (parse_node.NamedChildCount() > 1) { current_node_ = parse_node.ChildByFieldName("type"); node->type = std::make_unique(); - Visit(node->type.value().get()); + Visit(node->type.value()); current_node_ = parse_node; } @@ -997,7 +1050,7 @@ void BuildVisitor::Visit(AnyName& node) { std::string current_node_type = current_node_.GetType(); - if (current_node_type == parser::tokens::AnnotatedName) { // optimize ?? + if (current_node_type == parser::tokens::AnnotatedName) { node = std::make_unique(); Visit(std::get>(node).get()); } else if (current_node_type == parser::tokens::TupleName) { @@ -1013,27 +1066,20 @@ void BuildVisitor::Visit(AnyName& node) { current_node_ = parse_node; } +// Type, typeclass, etc. ----------------- + // Type -void BuildVisitor::Visit(TypeConstructor* node) { +void BuildVisitor::Visit(FunctionType* node) { auto parse_node = current_node_; - current_node_ = parse_node.ChildByFieldName("type"); - node->type = std::make_unique(); - Visit(node->type.get()); + size_t types_count = parse_node.NamedChildCount(); - size_t parameter_count = (parse_node.NamedChildCount() - 1) / 2; + node->types.resize(types_count); - node->parameters.resize(parameter_count); - - for (size_t i = 0; i < parameter_count * 2; ++i) { - current_node_ = parse_node.NthNamedChild(i + 1); - - if (i % 2 == 0) { - node->parameters[i / 2].first = current_node_.GetValue(); - } else { - Visit(node->parameters[i / 2].second); - } + for (size_t i = 0; i < types_count; ++i) { + current_node_ = parse_node.NthNamedChild(i); + Visit(node->types[i]); } current_node_ = parse_node; @@ -1047,7 +1093,7 @@ void BuildVisitor::Visit(TupleType* node) { current_node_ = parse_node.NthNamedChild(current_node_n); if (current_node_.GetType() == parser::tokens::Constructor) { - node->type = current_node_.GetValue(); // TODO check + node->type = current_node_.GetValue(); ++current_node_n; current_node_ = parse_node.NthNamedChild(current_node_n); @@ -1056,14 +1102,16 @@ void BuildVisitor::Visit(TupleType* node) { while (current_node_n < parse_node.NamedChildCount()) { node->entities.emplace_back(); - if (current_node_.GetType() == parser::tokens::NameIdentifier) { - node->entities.back().first = current_node_.GetValue(); + if (current_node_.GetType() == parser::tokens::ExtendedName) { + node->entities.back().first.emplace(); + Visit(&node->entities.back().first.value()); ++current_node_n; current_node_ = parse_node.NthNamedChild(current_node_n); } - Visit(node->entities.back().second); + node->entities.back().second = std::make_unique(); + Visit(node->entities.back().second.get()); ++current_node_n; current_node_ = parse_node.NthNamedChild(current_node_n); @@ -1080,7 +1128,7 @@ void BuildVisitor::Visit(VariantType* node) { current_node_ = parse_node.NthNamedChild(current_node_n); if (current_node_.GetType() == parser::tokens::Constructor) { - node->type = current_node_.GetValue(); // TODO check + node->type = current_node_.GetValue(); ++current_node_n; current_node_ = parse_node.NthNamedChild(current_node_n); @@ -1091,8 +1139,8 @@ void BuildVisitor::Visit(VariantType* node) { node->constructors.emplace_back(); - if (current_node_type == parser::tokens::TypeIdentifierDefinition) { // optimize ?? - node->constructors.back() = current_node_.GetValue(); // TODO check + if (current_node_type == parser::tokens::Constructor) { + node->constructors.back() = current_node_.GetValue(); } else if (current_node_type == parser::tokens::TupleType) { node->constructors.back() = std::make_unique(); Visit(std::get>(node->constructors.back()).get()); @@ -1119,21 +1167,9 @@ void BuildVisitor::Visit(AnnotatedType* node) { if (child_count > 1) { node->annotations.resize(child_count - 1); - for (size_t i = 0; i < child_count - 1; ++i) { + for (size_t i = 0; i + 1 < child_count; ++i) { current_node_ = parse_node.NthNamedChild(i + 1); - - std::string current_node_type = current_node_.GetType(); - - node->annotations[i] = std::make_unique(); - - if (current_node_type == parser::tokens::TypeclassExpression) { // optimize ?? - node->annotations[i]->typeclass_expression = std::make_unique(); - Visit(node->annotations[i]->typeclass_expression.get()); - } else if (current_node_type == parser::tokens::ParametrizedTypeclass) { - Visit(node->annotations[i].get()); - } else { - // error - } + Visit(node->annotations[i]); } } @@ -1152,9 +1188,9 @@ void BuildVisitor::Visit(ParametrizedType* node) { if (child_count > 1) { node->parameters.resize(child_count - 1); - for (size_t i = 0; i < child_count - 1; ++i) { - current_node_ = parse_node.NthNamedChild(i + 1); - Visit(node->parameters[i]); + for (size_t i = 0; i + 1 < child_count; ++i) { + current_node_ = parse_node.NthNamedChild(i + 1); + Visit(node->parameters[i]); } } @@ -1164,30 +1200,48 @@ void BuildVisitor::Visit(ParametrizedType* node) { void BuildVisitor::Visit(TypeExpression* node) { auto parse_node = current_node_; + size_t excluded_child_count = 0; + size_t child_count = parse_node.NamedChildCount(); - if (child_count > 1) { - node->namespaces.resize(child_count - 1); + current_node_ = parse_node.ChildByFieldName("type"); + node->type = current_node_.GetValue(); + ++excluded_child_count; - for (size_t i = 0; i < child_count - 1; ++i) { + current_node_ = current_node_.NextSibling(); + + if (!current_node_.IsNull()) { + current_node_ = current_node_.NextSibling(); + if (!current_node_.IsNull()) { + NumberLiteral literal; + Visit(&literal); + node->array_size = literal.value; + ++excluded_child_count; + } else { + node->array_size = 0; + } + } + + if (child_count > excluded_child_count) { + node->namespaces.resize(child_count - excluded_child_count); + + for (size_t i = 0; i + excluded_child_count < child_count; ++i) { current_node_ = parse_node.NthNamedChild(i); Visit(node->namespaces[i]); } } - node->type = parse_node.ChildByFieldName("type").GetValue(); - current_node_ = parse_node; } -void BuildVisitor::Visit(AnyType& node) { // Or ScopedAnyType +void BuildVisitor::Visit(AnyType& node) { auto parse_node = current_node_; current_node_ = parse_node.NthNamedChild(0); std::string current_node_type = current_node_.GetType(); - if (current_node_type == parser::tokens::ParametrizedType) { // optimize ?? + if (current_node_type == parser::tokens::ParametrizedType) { node = std::make_unique(); Visit(std::get>(node).get()); } else if (current_node_type == parser::tokens::TupleType) { @@ -1196,6 +1250,9 @@ void BuildVisitor::Visit(AnyType& node) { // Or ScopedAnyType } else if (current_node_type == parser::tokens::VariantType) { node = std::make_unique(); Visit(std::get>(node).get()); + } else if (current_node_type == parser::tokens::FunctionType) { + node = std::make_unique(); + Visit(std::get>(node).get()); } else { // error } @@ -1203,82 +1260,46 @@ void BuildVisitor::Visit(AnyType& node) { // Or ScopedAnyType current_node_ = parse_node; } -void BuildVisitor::Visit(TypeSubExpression& node) { +void BuildVisitor::Visit(ExtendedScopedAnyType* node) { auto parse_node = current_node_; - current_node_ = parse_node.NthNamedChild(0); + size_t child_count = parse_node.ChildCount(); - std::string current_node_type = current_node_.GetType(); - - if (current_node_type == parser::tokens::TypeIdentifier) { // optimize ?? - node = std::make_unique(); - Visit(std::get>(node).get()); - } else if (current_node_type == parser::tokens::AbstractTypeIdentifier) { - node = std::make_unique(); - Visit(std::get>(node).get()); - } else if (current_node_type == parser::tokens::ParametrizedType) { - node = std::make_unique(); - Visit(std::get>(node).get()); - } else { - // error + if (child_count > 1) { + node->references.resize(child_count - 1); + for (size_t i = 0; i + 1 < child_count; ++i) { + std::string reference = parse_node.NthChild(i).GetValue(); + if (reference == "~") { + node->references[i] = ReferenceType::Reference; + } else if (reference == "@") { + node->references[i] = ReferenceType::UniqueReference; + } + } } - current_node_ = parse_node; -} - -void BuildVisitor::Visit(TypeParameter& node) { - auto parse_node = current_node_; - - current_node_ = parse_node.NthNamedChild(0); - - std::string current_node_type = current_node_.GetType(); - - if (current_node_type == parser::tokens::TypeExpression) { // optimize ?? - node = std::make_unique(); - Visit(std::get>(node).get()); - } else if (current_node_type == parser::tokens::ParametrizedType) { - node = std::make_unique(); - Visit(std::get>(node).get()); - } else if (current_node_type == parser::tokens::Expression) { - node = std::make_unique(); - Visit(*std::get>(node)); - } else { - // error - } + current_node_ = parse_node.ChildByFieldName("type"); + Visit(node->type); current_node_ = parse_node; } // Typeclass -void BuildVisitor::Visit(AnnotatedTypeclass* node) { +void BuildVisitor::Visit(TypeclassUsage& node) { auto parse_node = current_node_; - current_node_ = parse_node.ChildByFieldName("typeclass_expression"); - node->typeclass_expression = std::make_unique(); - Visit(node->typeclass_expression.get()); + current_node_ = parse_node.NthNamedChild(0); - size_t child_count = parse_node.NamedChildCount(); + std::string current_node_type = current_node_.GetType(); - if (child_count > 1) { - node->annotations.resize(child_count - 1); - - for (size_t i = 0; i < child_count - 1; ++i) { - current_node_ = parse_node.NthNamedChild(i + 1); - - std::string current_node_type = current_node_.GetType(); - - node->annotations[i] = std::make_unique(); - - if (current_node_type == parser::tokens::TypeclassExpression) { // optimize ?? - node->annotations[i]->typeclass_expression = std::make_unique(); - Visit(node->annotations[i]->typeclass_expression.get()); - } else if (current_node_type == parser::tokens::ParametrizedTypeclass) { - Visit(node->annotations[i].get()); - } else { - // error - } - } + if (current_node_type == parser::tokens::TypeclassExpression) { + node = std::make_unique(); + Visit(std::get>(node).get()); + } else if (current_node_type == parser::tokens::ParametrizedTypeclass) { + node = std::make_unique(); + Visit(std::get>(node).get()); + } else { + // error } current_node_ = parse_node; @@ -1296,7 +1317,7 @@ void BuildVisitor::Visit(ParametrizedTypeclass* node) { if (child_count > 1) { node->parameters.resize(child_count - 1); - for (size_t i = 0; i < child_count - 1; ++i) { + for (size_t i = 0; i + 1 < child_count; ++i) { current_node_ = parse_node.NthNamedChild(i + 1); Visit(node->parameters[i]); } @@ -1313,7 +1334,7 @@ void BuildVisitor::Visit(TypeclassExpression* node) { if (child_count > 1) { node->namespaces.resize(child_count - 1); - for (size_t i = 0; i < child_count - 1; ++i) { + for (size_t i = 0; i + 1 < child_count; ++i) { current_node_ = parse_node.NthNamedChild(i); Visit(node->namespaces[i]); } @@ -1324,9 +1345,54 @@ void BuildVisitor::Visit(TypeclassExpression* node) { current_node_ = parse_node; } +// Typeclass & Type ----------------- + +void BuildVisitor::Visit(TypeParameter& node) { + auto parse_node = current_node_; + + current_node_ = parse_node.NthNamedChild(0); + + std::string current_node_type = current_node_.GetType(); + + if (current_node_type == parser::tokens::TypeExpression) { + node = std::make_unique(); + Visit(std::get>(node).get()); + } else if (current_node_type == parser::tokens::ParametrizedType) { + node = std::make_unique(); + Visit(std::get>(node).get()); + } else { + // error + } + + current_node_ = parse_node; +} + +void BuildVisitor::Visit(TypeSubExpression& node) { + auto parse_node = current_node_; + + current_node_ = parse_node.NthNamedChild(0); + + std::string current_node_type = current_node_.GetType(); + + if (current_node_type == parser::tokens::TypeIdentifier) { + node = std::make_unique(); + Visit(std::get>(node).get()); + } else if (current_node_type == parser::tokens::AbstractTypeIdentifier) { + node = std::make_unique(); + Visit(std::get>(node).get()); + } else if (current_node_type == parser::tokens::ParametrizedType) { + node = std::make_unique(); + Visit(std::get>(node).get()); + } else { + // error + } + + current_node_ = parse_node; +} + // Identifiers, constants, etc. ----------------- -void BuildVisitor::Visit(ExtendedName* node) { // TODO: check +void BuildVisitor::Visit(ExtendedName* node) { size_t child_count = current_node_.NamedChildCount(); if (child_count > 1) { node->name = current_node_.GetValue(); @@ -1348,11 +1414,13 @@ void BuildVisitor::Visit(NumberLiteral* node) { } void BuildVisitor::Visit(StringLiteral* node) { - node->value = current_node_.NthChild(1).GetValue(); + std::string literal = current_node_.GetValue(); + node->value = literal.substr(1, literal.size() - 2); } void BuildVisitor::Visit(CharLiteral* node) { - node->value = current_node_.NthChild(1).GetValue()[0]; + std::string literal = current_node_.GetValue(); + node->value = literal.substr(1, literal.size() - 2).back(); // TODO: special symbols, etc. } void BuildVisitor::Visit(Literal& node) { @@ -1362,7 +1430,7 @@ void BuildVisitor::Visit(Literal& node) { std::string current_node_type = current_node_.GetType(); - if (current_node_type == parser::tokens::FloatNumberLiteral) { // optimize ?? + if (current_node_type == parser::tokens::FloatNumberLiteral) { node = std::make_unique(); Visit(std::get>(node).get()); } else if (current_node_type == parser::tokens::NumberLiteral) { @@ -1381,16 +1449,16 @@ void BuildVisitor::Visit(Literal& node) { current_node_ = parse_node; } -void BuildVisitor::Visit(NameSubSuperExpression& node) { +void BuildVisitor::Visit(NameSubExpression& node) { auto parse_node = current_node_; current_node_ = parse_node.NthNamedChild(0); std::string current_node_type = current_node_.GetType(); - if (current_node_type == parser::tokens::NameIdentifier) { // optimize ?? - node = std::make_unique(current_node_.GetValue()); - //Visit(std::get>(node).get()); + if (current_node_type == parser::tokens::ExtendedName) { + node = std::make_unique(); + Visit(std::get>(node).get()); } else if (current_node_type == parser::tokens::Literal) { node = std::make_unique(); Visit(*std::get>(node)); diff --git a/src/parser.c b/src/parser.c index df6bb80..d287d02 100644 --- a/src/parser.c +++ b/src/parser.c @@ -14,180 +14,190 @@ #endif #define LANGUAGE_VERSION 14 -#define STATE_COUNT 2524 -#define LARGE_STATE_COUNT 2 -#define SYMBOL_COUNT 164 +#define STATE_COUNT 2921 +#define LARGE_STATE_COUNT 208 +#define SYMBOL_COUNT 174 #define ALIAS_COUNT 0 -#define TOKEN_COUNT 64 +#define TOKEN_COUNT 73 #define EXTERNAL_TOKEN_COUNT 0 #define FIELD_COUNT 17 -#define MAX_ALIAS_SEQUENCE_LENGTH 7 -#define PRODUCTION_ID_COUNT 33 +#define MAX_ALIAS_SEQUENCE_LENGTH 8 +#define PRODUCTION_ID_COUNT 37 enum { sym_identifier = 1, anon_sym_namespace = 2, anon_sym_const = 3, anon_sym_var = 4, - anon_sym_LBRACE = 5, - anon_sym_RBRACE = 6, - anon_sym_partition = 7, - anon_sym_TEST = 8, - anon_sym_INTERFACE = 9, - anon_sym_CORE = 10, - anon_sym_LIB = 11, - anon_sym_MODULE = 12, - anon_sym_EXE = 13, - anon_sym_import = 14, - anon_sym_COLON = 15, - anon_sym_use = 16, - anon_sym_EQ = 17, + anon_sym_COLON = 5, + anon_sym_LBRACE = 6, + anon_sym_RBRACE = 7, + anon_sym_partition = 8, + anon_sym_TEST = 9, + anon_sym_INTERFACE = 10, + anon_sym_CORE = 11, + anon_sym_LIB = 12, + anon_sym_MODULE = 13, + anon_sym_EXE = 14, + anon_sym_use = 15, + anon_sym_EQ = 16, + anon_sym_import = 17, anon_sym_alias = 18, - anon_sym_decl = 19, - anon_sym_DASH_GT = 20, - anon_sym_def = 21, - anon_sym_type = 22, - anon_sym_struct = 23, - anon_sym_class = 24, - anon_sym_typeclass = 25, - anon_sym_AMP = 26, - anon_sym_LPAREN = 27, - anon_sym_RPAREN = 28, - anon_sym_PIPE = 29, - anon_sym_QMARK = 30, - anon_sym_match = 31, - anon_sym_with = 32, - anon_sym_if = 33, - anon_sym_then = 34, - anon_sym_elif = 35, - anon_sym_else = 36, - anon_sym_do = 37, - anon_sym_while = 38, - anon_sym_for = 39, - anon_sym_in = 40, - anon_sym_loop = 41, - anon_sym_SEMI = 42, - anon_sym_return = 43, - anon_sym_break = 44, - anon_sym_continue = 45, - anon_sym_BSLASH = 46, - anon_sym_DOT = 47, - anon_sym_DOLLAR = 48, - sym__line_comment = 49, - sym__doc_comment = 50, - sym__block_comment = 51, - anon_sym__ = 52, - sym_typeclass_identifier = 53, - sym_name_identifier = 54, - sym_type_identifier = 55, - sym_abstract_type_identifier = 56, - sym_operator = 57, - sym_float_number_literal = 58, - sym_number_literal = 59, - anon_sym_DQUOTE = 60, - aux_sym_string_literal_token1 = 61, - anon_sym_SQUOTE = 62, - aux_sym_char_literal_token1 = 63, - sym_source_file = 64, - sym_sources = 65, - sym_source_statement = 66, - sym_namespace = 67, - sym_partition = 68, - sym_partition_name = 69, - sym_import_symbol = 70, - sym_import_statement = 71, - sym_usage_definition = 72, - sym_alias_definition = 73, - sym_variable_definition = 74, - sym__function_declaration_statement = 75, - sym_function_declaration = 76, - sym_function_definition = 77, - sym_alias_type_definition = 78, - sym_type_definition = 79, - sym_typeclass_definition = 80, - sym_function_declartation_type = 81, - sym_defined_name = 82, - sym__name_or_operator = 83, - sym_defined_annotated_name = 84, - sym_defined_type = 85, - sym_defined_typeclass = 86, - sym_definition_parameter = 87, - sym_definition_argument = 88, - sym_flow_control = 89, - sym_match_case = 90, - sym_match = 91, - sym_condition = 92, - sym_do_while_loop = 93, - sym_while_loop = 94, - sym_for_loop = 95, - sym_loop_loop = 96, - sym_block_statement = 97, - sym_block = 98, - sym_superexpression = 99, - sym_expression = 100, - sym_prefixed_expression = 101, - sym_subexpression = 102, - sym_subexpression_token = 103, - sym_scoped_statement = 104, - sym_binary_operator_expression = 105, - sym_unary_operator_expression = 106, - sym_function_argument = 107, - sym_function_call_expression = 108, - sym_tuple_expression = 109, - sym_variant_expression = 110, - sym_return_expression = 111, - sym_loop_control_expression = 112, - sym_lambda_function = 113, - sym_name_superexpression = 114, - sym_name_subsuperexpression = 115, - sym_name_expression = 116, - sym_any_name = 117, - sym_tuple_name = 118, - sym_variant_name = 119, - sym_annotated_name = 120, - sym_type_constructor = 121, - sym_scoped_any_type = 122, - sym_any_type = 123, - sym_tuple_type = 124, - sym_variant_type = 125, - sym_type_identifier_definition = 126, - sym_annotated_type = 127, - sym__type_annotations = 128, - sym_type_parameter = 129, - sym_parametrized_type = 130, - sym_type_expression = 131, - sym_type_subexpression = 132, - sym_annotated_typeclass = 133, - sym_parametrized_typeclass = 134, - sym_typeclass_expression = 135, - sym_literal = 136, - sym_string_literal = 137, - sym_char_literal = 138, - aux_sym_source_file_repeat1 = 139, - aux_sym_sources_repeat1 = 140, - aux_sym_import_statement_repeat1 = 141, - aux_sym_function_declaration_repeat1 = 142, - aux_sym_function_declaration_repeat2 = 143, - aux_sym_typeclass_definition_repeat1 = 144, - aux_sym_defined_name_repeat1 = 145, - aux_sym_definition_parameter_repeat1 = 146, - aux_sym_definition_argument_repeat1 = 147, - aux_sym_match_repeat1 = 148, - aux_sym_condition_repeat1 = 149, - aux_sym_block_repeat1 = 150, - aux_sym_function_call_expression_repeat1 = 151, - aux_sym_tuple_expression_repeat1 = 152, - aux_sym_variant_expression_repeat1 = 153, - aux_sym_name_superexpression_repeat1 = 154, - aux_sym_name_superexpression_repeat2 = 155, - aux_sym_name_expression_repeat1 = 156, - aux_sym_tuple_name_repeat1 = 157, - aux_sym_variant_name_repeat1 = 158, - aux_sym_type_constructor_repeat1 = 159, - aux_sym_tuple_type_repeat1 = 160, - aux_sym_variant_type_repeat1 = 161, - aux_sym_type_identifier_definition_repeat1 = 162, - aux_sym_parametrized_type_repeat1 = 163, + anon_sym_type = 19, + anon_sym_let = 20, + anon_sym_LT_DASH = 21, + anon_sym_decl = 22, + anon_sym_def = 23, + anon_sym_inline = 24, + anon_sym_struct = 25, + anon_sym_class = 26, + anon_sym_basic = 27, + anon_sym_abstract = 28, + anon_sym_typeclass = 29, + anon_sym_AMP = 30, + anon_sym_LPAREN = 31, + anon_sym_RPAREN = 32, + anon_sym_PIPE = 33, + anon_sym_QMARK = 34, + anon_sym_DASH_GT = 35, + anon_sym_match = 36, + anon_sym_with = 37, + anon_sym_if = 38, + anon_sym_then = 39, + anon_sym_elif = 40, + anon_sym_else = 41, + anon_sym_do = 42, + anon_sym_while = 43, + anon_sym_for = 44, + anon_sym_in = 45, + anon_sym_loop = 46, + anon_sym_SEMI = 47, + anon_sym_TILDE = 48, + anon_sym_AT = 49, + anon_sym_return = 50, + anon_sym_DOLLAR = 51, + anon_sym_BSLASH = 52, + anon_sym_LBRACK = 53, + anon_sym_RBRACK = 54, + anon_sym_break = 55, + anon_sym_continue = 56, + anon_sym_DOT = 57, + anon_sym__ = 58, + sym__line_comment = 59, + sym__doc_comment = 60, + sym__block_comment = 61, + sym_typeclass_identifier = 62, + sym_name_identifier = 63, + sym_type_identifier = 64, + sym_abstract_type_identifier = 65, + sym_operator = 66, + sym_float_number_literal = 67, + sym_number_literal = 68, + anon_sym_DQUOTE = 69, + aux_sym_string_literal_token1 = 70, + anon_sym_SQUOTE = 71, + aux_sym_char_literal_token1 = 72, + sym_source_file = 73, + sym_sources = 74, + sym_source_statement = 75, + sym_namespace = 76, + sym_partition = 77, + sym_partition_name = 78, + sym_import_statement = 79, + sym_alias_definition_statement = 80, + sym_variable_definition_statement = 81, + sym__function_declaration_statement = 82, + sym_function_declaration = 83, + sym_function_definition_statement = 84, + sym_type_definition_statement = 85, + sym_abstract_type_definition_statement = 86, + sym_typeclass_definition_statement = 87, + sym_import_symbol = 88, + sym_function_definition = 89, + sym_type_definition = 90, + sym_definition_parameter = 91, + sym_match_case = 92, + sym_match = 93, + sym_condition = 94, + sym_do_while_loop = 95, + sym_while_loop = 96, + sym_for_loop = 97, + sym_loop_loop = 98, + sym_flow_control = 99, + sym_block_statement = 100, + sym_block = 101, + sym_subexpression_token = 102, + sym_subexpression = 103, + sym_prefixed_expression = 104, + sym_expression = 105, + sym_superexpression = 106, + sym_scoped_statement = 107, + sym_binary_operator_expression = 108, + sym_unary_operator_expression = 109, + sym_reference_expression = 110, + sym_function_argument = 111, + sym_function_call_expression = 112, + sym_tuple_expression = 113, + sym_variant_expression = 114, + sym_return_expression = 115, + sym_type_constructor = 116, + sym_lambda_function = 117, + sym_array_expression = 118, + sym_loop_control_expression = 119, + sym_name_expression = 120, + sym_tuple_name = 121, + sym_variant_name = 122, + sym_annotated_name = 123, + sym_name_subexpression = 124, + sym_any_name = 125, + sym_scoped_any_name = 126, + sym_function_type = 127, + sym_tuple_type = 128, + sym_variant_type = 129, + sym_annotated_type = 130, + sym_parametrized_type = 131, + sym_type_expression = 132, + sym_constructor = 133, + sym_any_type = 134, + sym_scoped_any_type = 135, + sym_extended_scoped_any_type = 136, + sym_typeclass_usage = 137, + sym_parametrized_typeclass = 138, + sym_typeclass_expression = 139, + sym_type_parameter = 140, + sym_type_subexpression = 141, + sym__type_or_typeclass = 142, + sym__name_or_operator = 143, + sym_extended_name = 144, + sym_string_literal = 145, + sym_char_literal = 146, + sym_literal = 147, + aux_sym_source_file_repeat1 = 148, + aux_sym_sources_repeat1 = 149, + aux_sym_import_statement_repeat1 = 150, + aux_sym_alias_definition_statement_repeat1 = 151, + aux_sym_function_declaration_repeat1 = 152, + aux_sym_typeclass_definition_statement_repeat1 = 153, + aux_sym_function_definition_repeat1 = 154, + aux_sym_definition_parameter_repeat1 = 155, + aux_sym_match_repeat1 = 156, + aux_sym_condition_repeat1 = 157, + aux_sym_block_repeat1 = 158, + aux_sym_reference_expression_repeat1 = 159, + aux_sym_function_call_expression_repeat1 = 160, + aux_sym_tuple_expression_repeat1 = 161, + aux_sym_variant_expression_repeat1 = 162, + aux_sym_type_constructor_repeat1 = 163, + aux_sym_array_expression_repeat1 = 164, + aux_sym_name_expression_repeat1 = 165, + aux_sym_name_expression_repeat2 = 166, + aux_sym_tuple_name_repeat1 = 167, + aux_sym_variant_name_repeat1 = 168, + aux_sym_function_type_repeat1 = 169, + aux_sym_tuple_type_repeat1 = 170, + aux_sym_variant_type_repeat1 = 171, + aux_sym_parametrized_type_repeat1 = 172, + aux_sym_constructor_repeat1 = 173, }; static const char * const ts_symbol_names[] = { @@ -196,6 +206,7 @@ static const char * const ts_symbol_names[] = { [anon_sym_namespace] = "namespace", [anon_sym_const] = "const", [anon_sym_var] = "var", + [anon_sym_COLON] = ":", [anon_sym_LBRACE] = "{", [anon_sym_RBRACE] = "}", [anon_sym_partition] = "partition", @@ -205,23 +216,27 @@ static const char * const ts_symbol_names[] = { [anon_sym_LIB] = "LIB", [anon_sym_MODULE] = "MODULE", [anon_sym_EXE] = "EXE", - [anon_sym_import] = "import", - [anon_sym_COLON] = ":", [anon_sym_use] = "use", [anon_sym_EQ] = "=", + [anon_sym_import] = "import", [anon_sym_alias] = "alias", - [anon_sym_decl] = "decl", - [anon_sym_DASH_GT] = "->", - [anon_sym_def] = "def", [anon_sym_type] = "type", + [anon_sym_let] = "let", + [anon_sym_LT_DASH] = "<-", + [anon_sym_decl] = "decl", + [anon_sym_def] = "def", + [anon_sym_inline] = "inline", [anon_sym_struct] = "struct", [anon_sym_class] = "class", + [anon_sym_basic] = "basic", + [anon_sym_abstract] = "abstract", [anon_sym_typeclass] = "typeclass", [anon_sym_AMP] = "&", [anon_sym_LPAREN] = "(", [anon_sym_RPAREN] = ")", [anon_sym_PIPE] = "|", [anon_sym_QMARK] = "\?", + [anon_sym_DASH_GT] = "->", [anon_sym_match] = "match", [anon_sym_with] = "with", [anon_sym_if] = "if", @@ -234,16 +249,20 @@ static const char * const ts_symbol_names[] = { [anon_sym_in] = "in", [anon_sym_loop] = "loop", [anon_sym_SEMI] = ";", + [anon_sym_TILDE] = "~", + [anon_sym_AT] = "@", [anon_sym_return] = "return", + [anon_sym_DOLLAR] = "$", + [anon_sym_BSLASH] = "\\", + [anon_sym_LBRACK] = "[", + [anon_sym_RBRACK] = "]", [anon_sym_break] = "break", [anon_sym_continue] = "continue", - [anon_sym_BSLASH] = "\\", [anon_sym_DOT] = ".", - [anon_sym_DOLLAR] = "$", + [anon_sym__] = "_", [sym__line_comment] = "_line_comment", [sym__doc_comment] = "_doc_comment", [sym__block_comment] = "_block_comment", - [anon_sym__] = "_", [sym_typeclass_identifier] = "typeclass_identifier", [sym_name_identifier] = "name_identifier", [sym_type_identifier] = "type_identifier", @@ -261,26 +280,19 @@ static const char * const ts_symbol_names[] = { [sym_namespace] = "namespace", [sym_partition] = "partition", [sym_partition_name] = "partition_name", - [sym_import_symbol] = "import_symbol", [sym_import_statement] = "import_statement", - [sym_usage_definition] = "usage_definition", - [sym_alias_definition] = "alias_definition", - [sym_variable_definition] = "variable_definition", + [sym_alias_definition_statement] = "alias_definition_statement", + [sym_variable_definition_statement] = "variable_definition_statement", [sym__function_declaration_statement] = "_function_declaration_statement", [sym_function_declaration] = "function_declaration", + [sym_function_definition_statement] = "function_definition_statement", + [sym_type_definition_statement] = "type_definition_statement", + [sym_abstract_type_definition_statement] = "abstract_type_definition_statement", + [sym_typeclass_definition_statement] = "typeclass_definition_statement", + [sym_import_symbol] = "import_symbol", [sym_function_definition] = "function_definition", - [sym_alias_type_definition] = "alias_type_definition", [sym_type_definition] = "type_definition", - [sym_typeclass_definition] = "typeclass_definition", - [sym_function_declartation_type] = "function_declartation_type", - [sym_defined_name] = "defined_name", - [sym__name_or_operator] = "_name_or_operator", - [sym_defined_annotated_name] = "defined_annotated_name", - [sym_defined_type] = "defined_type", - [sym_defined_typeclass] = "defined_typeclass", [sym_definition_parameter] = "definition_parameter", - [sym_definition_argument] = "definition_argument", - [sym_flow_control] = "flow_control", [sym_match_case] = "match_case", [sym_match] = "match", [sym_condition] = "condition", @@ -288,73 +300,81 @@ static const char * const ts_symbol_names[] = { [sym_while_loop] = "while_loop", [sym_for_loop] = "for_loop", [sym_loop_loop] = "loop_loop", + [sym_flow_control] = "flow_control", [sym_block_statement] = "block_statement", [sym_block] = "block", - [sym_superexpression] = "superexpression", - [sym_expression] = "expression", - [sym_prefixed_expression] = "prefixed_expression", - [sym_subexpression] = "subexpression", [sym_subexpression_token] = "subexpression_token", + [sym_subexpression] = "subexpression", + [sym_prefixed_expression] = "prefixed_expression", + [sym_expression] = "expression", + [sym_superexpression] = "superexpression", [sym_scoped_statement] = "scoped_statement", [sym_binary_operator_expression] = "binary_operator_expression", [sym_unary_operator_expression] = "unary_operator_expression", + [sym_reference_expression] = "reference_expression", [sym_function_argument] = "function_argument", [sym_function_call_expression] = "function_call_expression", [sym_tuple_expression] = "tuple_expression", [sym_variant_expression] = "variant_expression", [sym_return_expression] = "return_expression", - [sym_loop_control_expression] = "loop_control_expression", + [sym_type_constructor] = "type_constructor", [sym_lambda_function] = "lambda_function", - [sym_name_superexpression] = "name_superexpression", - [sym_name_subsuperexpression] = "name_subsuperexpression", + [sym_array_expression] = "array_expression", + [sym_loop_control_expression] = "loop_control_expression", [sym_name_expression] = "name_expression", - [sym_any_name] = "any_name", [sym_tuple_name] = "tuple_name", [sym_variant_name] = "variant_name", [sym_annotated_name] = "annotated_name", - [sym_type_constructor] = "type_constructor", - [sym_scoped_any_type] = "scoped_any_type", - [sym_any_type] = "any_type", + [sym_name_subexpression] = "name_subexpression", + [sym_any_name] = "any_name", + [sym_scoped_any_name] = "scoped_any_name", + [sym_function_type] = "function_type", [sym_tuple_type] = "tuple_type", [sym_variant_type] = "variant_type", - [sym_type_identifier_definition] = "type_identifier_definition", [sym_annotated_type] = "annotated_type", - [sym__type_annotations] = "_type_annotations", - [sym_type_parameter] = "type_parameter", [sym_parametrized_type] = "parametrized_type", [sym_type_expression] = "type_expression", - [sym_type_subexpression] = "type_subexpression", - [sym_annotated_typeclass] = "annotated_typeclass", + [sym_constructor] = "constructor", + [sym_any_type] = "any_type", + [sym_scoped_any_type] = "scoped_any_type", + [sym_extended_scoped_any_type] = "extended_scoped_any_type", + [sym_typeclass_usage] = "typeclass_usage", [sym_parametrized_typeclass] = "parametrized_typeclass", [sym_typeclass_expression] = "typeclass_expression", - [sym_literal] = "literal", + [sym_type_parameter] = "type_parameter", + [sym_type_subexpression] = "type_subexpression", + [sym__type_or_typeclass] = "_type_or_typeclass", + [sym__name_or_operator] = "_name_or_operator", + [sym_extended_name] = "extended_name", [sym_string_literal] = "string_literal", [sym_char_literal] = "char_literal", + [sym_literal] = "literal", [aux_sym_source_file_repeat1] = "source_file_repeat1", [aux_sym_sources_repeat1] = "sources_repeat1", [aux_sym_import_statement_repeat1] = "import_statement_repeat1", + [aux_sym_alias_definition_statement_repeat1] = "alias_definition_statement_repeat1", [aux_sym_function_declaration_repeat1] = "function_declaration_repeat1", - [aux_sym_function_declaration_repeat2] = "function_declaration_repeat2", - [aux_sym_typeclass_definition_repeat1] = "typeclass_definition_repeat1", - [aux_sym_defined_name_repeat1] = "defined_name_repeat1", + [aux_sym_typeclass_definition_statement_repeat1] = "typeclass_definition_statement_repeat1", + [aux_sym_function_definition_repeat1] = "function_definition_repeat1", [aux_sym_definition_parameter_repeat1] = "definition_parameter_repeat1", - [aux_sym_definition_argument_repeat1] = "definition_argument_repeat1", [aux_sym_match_repeat1] = "match_repeat1", [aux_sym_condition_repeat1] = "condition_repeat1", [aux_sym_block_repeat1] = "block_repeat1", + [aux_sym_reference_expression_repeat1] = "reference_expression_repeat1", [aux_sym_function_call_expression_repeat1] = "function_call_expression_repeat1", [aux_sym_tuple_expression_repeat1] = "tuple_expression_repeat1", [aux_sym_variant_expression_repeat1] = "variant_expression_repeat1", - [aux_sym_name_superexpression_repeat1] = "name_superexpression_repeat1", - [aux_sym_name_superexpression_repeat2] = "name_superexpression_repeat2", + [aux_sym_type_constructor_repeat1] = "type_constructor_repeat1", + [aux_sym_array_expression_repeat1] = "array_expression_repeat1", [aux_sym_name_expression_repeat1] = "name_expression_repeat1", + [aux_sym_name_expression_repeat2] = "name_expression_repeat2", [aux_sym_tuple_name_repeat1] = "tuple_name_repeat1", [aux_sym_variant_name_repeat1] = "variant_name_repeat1", - [aux_sym_type_constructor_repeat1] = "type_constructor_repeat1", + [aux_sym_function_type_repeat1] = "function_type_repeat1", [aux_sym_tuple_type_repeat1] = "tuple_type_repeat1", [aux_sym_variant_type_repeat1] = "variant_type_repeat1", - [aux_sym_type_identifier_definition_repeat1] = "type_identifier_definition_repeat1", [aux_sym_parametrized_type_repeat1] = "parametrized_type_repeat1", + [aux_sym_constructor_repeat1] = "constructor_repeat1", }; static const TSSymbol ts_symbol_map[] = { @@ -363,6 +383,7 @@ static const TSSymbol ts_symbol_map[] = { [anon_sym_namespace] = anon_sym_namespace, [anon_sym_const] = anon_sym_const, [anon_sym_var] = anon_sym_var, + [anon_sym_COLON] = anon_sym_COLON, [anon_sym_LBRACE] = anon_sym_LBRACE, [anon_sym_RBRACE] = anon_sym_RBRACE, [anon_sym_partition] = anon_sym_partition, @@ -372,23 +393,27 @@ static const TSSymbol ts_symbol_map[] = { [anon_sym_LIB] = anon_sym_LIB, [anon_sym_MODULE] = anon_sym_MODULE, [anon_sym_EXE] = anon_sym_EXE, - [anon_sym_import] = anon_sym_import, - [anon_sym_COLON] = anon_sym_COLON, [anon_sym_use] = anon_sym_use, [anon_sym_EQ] = anon_sym_EQ, + [anon_sym_import] = anon_sym_import, [anon_sym_alias] = anon_sym_alias, - [anon_sym_decl] = anon_sym_decl, - [anon_sym_DASH_GT] = anon_sym_DASH_GT, - [anon_sym_def] = anon_sym_def, [anon_sym_type] = anon_sym_type, + [anon_sym_let] = anon_sym_let, + [anon_sym_LT_DASH] = anon_sym_LT_DASH, + [anon_sym_decl] = anon_sym_decl, + [anon_sym_def] = anon_sym_def, + [anon_sym_inline] = anon_sym_inline, [anon_sym_struct] = anon_sym_struct, [anon_sym_class] = anon_sym_class, + [anon_sym_basic] = anon_sym_basic, + [anon_sym_abstract] = anon_sym_abstract, [anon_sym_typeclass] = anon_sym_typeclass, [anon_sym_AMP] = anon_sym_AMP, [anon_sym_LPAREN] = anon_sym_LPAREN, [anon_sym_RPAREN] = anon_sym_RPAREN, [anon_sym_PIPE] = anon_sym_PIPE, [anon_sym_QMARK] = anon_sym_QMARK, + [anon_sym_DASH_GT] = anon_sym_DASH_GT, [anon_sym_match] = anon_sym_match, [anon_sym_with] = anon_sym_with, [anon_sym_if] = anon_sym_if, @@ -401,16 +426,20 @@ static const TSSymbol ts_symbol_map[] = { [anon_sym_in] = anon_sym_in, [anon_sym_loop] = anon_sym_loop, [anon_sym_SEMI] = anon_sym_SEMI, + [anon_sym_TILDE] = anon_sym_TILDE, + [anon_sym_AT] = anon_sym_AT, [anon_sym_return] = anon_sym_return, + [anon_sym_DOLLAR] = anon_sym_DOLLAR, + [anon_sym_BSLASH] = anon_sym_BSLASH, + [anon_sym_LBRACK] = anon_sym_LBRACK, + [anon_sym_RBRACK] = anon_sym_RBRACK, [anon_sym_break] = anon_sym_break, [anon_sym_continue] = anon_sym_continue, - [anon_sym_BSLASH] = anon_sym_BSLASH, [anon_sym_DOT] = anon_sym_DOT, - [anon_sym_DOLLAR] = anon_sym_DOLLAR, + [anon_sym__] = anon_sym__, [sym__line_comment] = sym__line_comment, [sym__doc_comment] = sym__doc_comment, [sym__block_comment] = sym__block_comment, - [anon_sym__] = anon_sym__, [sym_typeclass_identifier] = sym_typeclass_identifier, [sym_name_identifier] = sym_name_identifier, [sym_type_identifier] = sym_type_identifier, @@ -428,26 +457,19 @@ static const TSSymbol ts_symbol_map[] = { [sym_namespace] = sym_namespace, [sym_partition] = sym_partition, [sym_partition_name] = sym_partition_name, - [sym_import_symbol] = sym_import_symbol, [sym_import_statement] = sym_import_statement, - [sym_usage_definition] = sym_usage_definition, - [sym_alias_definition] = sym_alias_definition, - [sym_variable_definition] = sym_variable_definition, + [sym_alias_definition_statement] = sym_alias_definition_statement, + [sym_variable_definition_statement] = sym_variable_definition_statement, [sym__function_declaration_statement] = sym__function_declaration_statement, [sym_function_declaration] = sym_function_declaration, + [sym_function_definition_statement] = sym_function_definition_statement, + [sym_type_definition_statement] = sym_type_definition_statement, + [sym_abstract_type_definition_statement] = sym_abstract_type_definition_statement, + [sym_typeclass_definition_statement] = sym_typeclass_definition_statement, + [sym_import_symbol] = sym_import_symbol, [sym_function_definition] = sym_function_definition, - [sym_alias_type_definition] = sym_alias_type_definition, [sym_type_definition] = sym_type_definition, - [sym_typeclass_definition] = sym_typeclass_definition, - [sym_function_declartation_type] = sym_function_declartation_type, - [sym_defined_name] = sym_defined_name, - [sym__name_or_operator] = sym__name_or_operator, - [sym_defined_annotated_name] = sym_defined_annotated_name, - [sym_defined_type] = sym_defined_type, - [sym_defined_typeclass] = sym_defined_typeclass, [sym_definition_parameter] = sym_definition_parameter, - [sym_definition_argument] = sym_definition_argument, - [sym_flow_control] = sym_flow_control, [sym_match_case] = sym_match_case, [sym_match] = sym_match, [sym_condition] = sym_condition, @@ -455,73 +477,81 @@ static const TSSymbol ts_symbol_map[] = { [sym_while_loop] = sym_while_loop, [sym_for_loop] = sym_for_loop, [sym_loop_loop] = sym_loop_loop, + [sym_flow_control] = sym_flow_control, [sym_block_statement] = sym_block_statement, [sym_block] = sym_block, - [sym_superexpression] = sym_superexpression, - [sym_expression] = sym_expression, - [sym_prefixed_expression] = sym_prefixed_expression, - [sym_subexpression] = sym_subexpression, [sym_subexpression_token] = sym_subexpression_token, + [sym_subexpression] = sym_subexpression, + [sym_prefixed_expression] = sym_prefixed_expression, + [sym_expression] = sym_expression, + [sym_superexpression] = sym_superexpression, [sym_scoped_statement] = sym_scoped_statement, [sym_binary_operator_expression] = sym_binary_operator_expression, [sym_unary_operator_expression] = sym_unary_operator_expression, + [sym_reference_expression] = sym_reference_expression, [sym_function_argument] = sym_function_argument, [sym_function_call_expression] = sym_function_call_expression, [sym_tuple_expression] = sym_tuple_expression, [sym_variant_expression] = sym_variant_expression, [sym_return_expression] = sym_return_expression, - [sym_loop_control_expression] = sym_loop_control_expression, + [sym_type_constructor] = sym_type_constructor, [sym_lambda_function] = sym_lambda_function, - [sym_name_superexpression] = sym_name_superexpression, - [sym_name_subsuperexpression] = sym_name_subsuperexpression, + [sym_array_expression] = sym_array_expression, + [sym_loop_control_expression] = sym_loop_control_expression, [sym_name_expression] = sym_name_expression, - [sym_any_name] = sym_any_name, [sym_tuple_name] = sym_tuple_name, [sym_variant_name] = sym_variant_name, [sym_annotated_name] = sym_annotated_name, - [sym_type_constructor] = sym_type_constructor, - [sym_scoped_any_type] = sym_scoped_any_type, - [sym_any_type] = sym_any_type, + [sym_name_subexpression] = sym_name_subexpression, + [sym_any_name] = sym_any_name, + [sym_scoped_any_name] = sym_scoped_any_name, + [sym_function_type] = sym_function_type, [sym_tuple_type] = sym_tuple_type, [sym_variant_type] = sym_variant_type, - [sym_type_identifier_definition] = sym_type_identifier_definition, [sym_annotated_type] = sym_annotated_type, - [sym__type_annotations] = sym__type_annotations, - [sym_type_parameter] = sym_type_parameter, [sym_parametrized_type] = sym_parametrized_type, [sym_type_expression] = sym_type_expression, - [sym_type_subexpression] = sym_type_subexpression, - [sym_annotated_typeclass] = sym_annotated_typeclass, + [sym_constructor] = sym_constructor, + [sym_any_type] = sym_any_type, + [sym_scoped_any_type] = sym_scoped_any_type, + [sym_extended_scoped_any_type] = sym_extended_scoped_any_type, + [sym_typeclass_usage] = sym_typeclass_usage, [sym_parametrized_typeclass] = sym_parametrized_typeclass, [sym_typeclass_expression] = sym_typeclass_expression, - [sym_literal] = sym_literal, + [sym_type_parameter] = sym_type_parameter, + [sym_type_subexpression] = sym_type_subexpression, + [sym__type_or_typeclass] = sym__type_or_typeclass, + [sym__name_or_operator] = sym__name_or_operator, + [sym_extended_name] = sym_extended_name, [sym_string_literal] = sym_string_literal, [sym_char_literal] = sym_char_literal, + [sym_literal] = sym_literal, [aux_sym_source_file_repeat1] = aux_sym_source_file_repeat1, [aux_sym_sources_repeat1] = aux_sym_sources_repeat1, [aux_sym_import_statement_repeat1] = aux_sym_import_statement_repeat1, + [aux_sym_alias_definition_statement_repeat1] = aux_sym_alias_definition_statement_repeat1, [aux_sym_function_declaration_repeat1] = aux_sym_function_declaration_repeat1, - [aux_sym_function_declaration_repeat2] = aux_sym_function_declaration_repeat2, - [aux_sym_typeclass_definition_repeat1] = aux_sym_typeclass_definition_repeat1, - [aux_sym_defined_name_repeat1] = aux_sym_defined_name_repeat1, + [aux_sym_typeclass_definition_statement_repeat1] = aux_sym_typeclass_definition_statement_repeat1, + [aux_sym_function_definition_repeat1] = aux_sym_function_definition_repeat1, [aux_sym_definition_parameter_repeat1] = aux_sym_definition_parameter_repeat1, - [aux_sym_definition_argument_repeat1] = aux_sym_definition_argument_repeat1, [aux_sym_match_repeat1] = aux_sym_match_repeat1, [aux_sym_condition_repeat1] = aux_sym_condition_repeat1, [aux_sym_block_repeat1] = aux_sym_block_repeat1, + [aux_sym_reference_expression_repeat1] = aux_sym_reference_expression_repeat1, [aux_sym_function_call_expression_repeat1] = aux_sym_function_call_expression_repeat1, [aux_sym_tuple_expression_repeat1] = aux_sym_tuple_expression_repeat1, [aux_sym_variant_expression_repeat1] = aux_sym_variant_expression_repeat1, - [aux_sym_name_superexpression_repeat1] = aux_sym_name_superexpression_repeat1, - [aux_sym_name_superexpression_repeat2] = aux_sym_name_superexpression_repeat2, + [aux_sym_type_constructor_repeat1] = aux_sym_type_constructor_repeat1, + [aux_sym_array_expression_repeat1] = aux_sym_array_expression_repeat1, [aux_sym_name_expression_repeat1] = aux_sym_name_expression_repeat1, + [aux_sym_name_expression_repeat2] = aux_sym_name_expression_repeat2, [aux_sym_tuple_name_repeat1] = aux_sym_tuple_name_repeat1, [aux_sym_variant_name_repeat1] = aux_sym_variant_name_repeat1, - [aux_sym_type_constructor_repeat1] = aux_sym_type_constructor_repeat1, + [aux_sym_function_type_repeat1] = aux_sym_function_type_repeat1, [aux_sym_tuple_type_repeat1] = aux_sym_tuple_type_repeat1, [aux_sym_variant_type_repeat1] = aux_sym_variant_type_repeat1, - [aux_sym_type_identifier_definition_repeat1] = aux_sym_type_identifier_definition_repeat1, [aux_sym_parametrized_type_repeat1] = aux_sym_parametrized_type_repeat1, + [aux_sym_constructor_repeat1] = aux_sym_constructor_repeat1, }; static const TSSymbolMetadata ts_symbol_metadata[] = { @@ -545,6 +575,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, + [anon_sym_COLON] = { + .visible = true, + .named = false, + }, [anon_sym_LBRACE] = { .visible = true, .named = false, @@ -581,14 +615,6 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_import] = { - .visible = true, - .named = false, - }, - [anon_sym_COLON] = { - .visible = true, - .named = false, - }, [anon_sym_use] = { .visible = true, .named = false, @@ -597,23 +623,35 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, + [anon_sym_import] = { + .visible = true, + .named = false, + }, [anon_sym_alias] = { .visible = true, .named = false, }, + [anon_sym_type] = { + .visible = true, + .named = false, + }, + [anon_sym_let] = { + .visible = true, + .named = false, + }, + [anon_sym_LT_DASH] = { + .visible = true, + .named = false, + }, [anon_sym_decl] = { .visible = true, .named = false, }, - [anon_sym_DASH_GT] = { - .visible = true, - .named = false, - }, [anon_sym_def] = { .visible = true, .named = false, }, - [anon_sym_type] = { + [anon_sym_inline] = { .visible = true, .named = false, }, @@ -625,6 +663,14 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, + [anon_sym_basic] = { + .visible = true, + .named = false, + }, + [anon_sym_abstract] = { + .visible = true, + .named = false, + }, [anon_sym_typeclass] = { .visible = true, .named = false, @@ -649,6 +695,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, + [anon_sym_DASH_GT] = { + .visible = true, + .named = false, + }, [anon_sym_match] = { .visible = true, .named = false, @@ -697,10 +747,34 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, + [anon_sym_TILDE] = { + .visible = true, + .named = false, + }, + [anon_sym_AT] = { + .visible = true, + .named = false, + }, [anon_sym_return] = { .visible = true, .named = false, }, + [anon_sym_DOLLAR] = { + .visible = true, + .named = false, + }, + [anon_sym_BSLASH] = { + .visible = true, + .named = false, + }, + [anon_sym_LBRACK] = { + .visible = true, + .named = false, + }, + [anon_sym_RBRACK] = { + .visible = true, + .named = false, + }, [anon_sym_break] = { .visible = true, .named = false, @@ -709,15 +783,11 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [anon_sym_BSLASH] = { - .visible = true, - .named = false, - }, [anon_sym_DOT] = { .visible = true, .named = false, }, - [anon_sym_DOLLAR] = { + [anon_sym__] = { .visible = true, .named = false, }, @@ -733,10 +803,6 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = false, .named = true, }, - [anon_sym__] = { - .visible = true, - .named = false, - }, [sym_typeclass_identifier] = { .visible = true, .named = true, @@ -805,23 +871,15 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, - [sym_import_symbol] = { - .visible = true, - .named = true, - }, [sym_import_statement] = { .visible = true, .named = true, }, - [sym_usage_definition] = { + [sym_alias_definition_statement] = { .visible = true, .named = true, }, - [sym_alias_definition] = { - .visible = true, - .named = true, - }, - [sym_variable_definition] = { + [sym_variable_definition_statement] = { .visible = true, .named = true, }, @@ -833,11 +891,27 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, - [sym_function_definition] = { + [sym_function_definition_statement] = { .visible = true, .named = true, }, - [sym_alias_type_definition] = { + [sym_type_definition_statement] = { + .visible = true, + .named = true, + }, + [sym_abstract_type_definition_statement] = { + .visible = true, + .named = true, + }, + [sym_typeclass_definition_statement] = { + .visible = true, + .named = true, + }, + [sym_import_symbol] = { + .visible = true, + .named = true, + }, + [sym_function_definition] = { .visible = true, .named = true, }, @@ -845,46 +919,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, - [sym_typeclass_definition] = { - .visible = true, - .named = true, - }, - [sym_function_declartation_type] = { - .visible = true, - .named = true, - }, - [sym_defined_name] = { - .visible = true, - .named = true, - }, - [sym__name_or_operator] = { - .visible = false, - .named = true, - }, - [sym_defined_annotated_name] = { - .visible = true, - .named = true, - }, - [sym_defined_type] = { - .visible = true, - .named = true, - }, - [sym_defined_typeclass] = { - .visible = true, - .named = true, - }, [sym_definition_parameter] = { .visible = true, .named = true, }, - [sym_definition_argument] = { - .visible = true, - .named = true, - }, - [sym_flow_control] = { - .visible = true, - .named = true, - }, [sym_match_case] = { .visible = true, .named = true, @@ -913,6 +951,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, + [sym_flow_control] = { + .visible = true, + .named = true, + }, [sym_block_statement] = { .visible = true, .named = true, @@ -921,15 +963,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, - [sym_superexpression] = { - .visible = true, - .named = true, - }, - [sym_expression] = { - .visible = true, - .named = true, - }, - [sym_prefixed_expression] = { + [sym_subexpression_token] = { .visible = true, .named = true, }, @@ -937,7 +971,15 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, - [sym_subexpression_token] = { + [sym_prefixed_expression] = { + .visible = true, + .named = true, + }, + [sym_expression] = { + .visible = true, + .named = true, + }, + [sym_superexpression] = { .visible = true, .named = true, }, @@ -953,6 +995,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, + [sym_reference_expression] = { + .visible = true, + .named = true, + }, [sym_function_argument] = { .visible = true, .named = true, @@ -973,7 +1019,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, - [sym_loop_control_expression] = { + [sym_type_constructor] = { .visible = true, .named = true, }, @@ -981,11 +1027,11 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, - [sym_name_superexpression] = { + [sym_array_expression] = { .visible = true, .named = true, }, - [sym_name_subsuperexpression] = { + [sym_loop_control_expression] = { .visible = true, .named = true, }, @@ -993,10 +1039,6 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, - [sym_any_name] = { - .visible = true, - .named = true, - }, [sym_tuple_name] = { .visible = true, .named = true, @@ -1009,15 +1051,19 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, - [sym_type_constructor] = { + [sym_name_subexpression] = { .visible = true, .named = true, }, - [sym_scoped_any_type] = { + [sym_any_name] = { .visible = true, .named = true, }, - [sym_any_type] = { + [sym_scoped_any_name] = { + .visible = true, + .named = true, + }, + [sym_function_type] = { .visible = true, .named = true, }, @@ -1029,22 +1075,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, - [sym_type_identifier_definition] = { - .visible = true, - .named = true, - }, [sym_annotated_type] = { .visible = true, .named = true, }, - [sym__type_annotations] = { - .visible = false, - .named = true, - }, - [sym_type_parameter] = { - .visible = true, - .named = true, - }, [sym_parametrized_type] = { .visible = true, .named = true, @@ -1053,11 +1087,23 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, - [sym_type_subexpression] = { + [sym_constructor] = { .visible = true, .named = true, }, - [sym_annotated_typeclass] = { + [sym_any_type] = { + .visible = true, + .named = true, + }, + [sym_scoped_any_type] = { + .visible = true, + .named = true, + }, + [sym_extended_scoped_any_type] = { + .visible = true, + .named = true, + }, + [sym_typeclass_usage] = { .visible = true, .named = true, }, @@ -1069,7 +1115,23 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, - [sym_literal] = { + [sym_type_parameter] = { + .visible = true, + .named = true, + }, + [sym_type_subexpression] = { + .visible = true, + .named = true, + }, + [sym__type_or_typeclass] = { + .visible = false, + .named = true, + }, + [sym__name_or_operator] = { + .visible = false, + .named = true, + }, + [sym_extended_name] = { .visible = true, .named = true, }, @@ -1081,6 +1143,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, + [sym_literal] = { + .visible = true, + .named = true, + }, [aux_sym_source_file_repeat1] = { .visible = false, .named = false, @@ -1093,19 +1159,19 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = false, .named = false, }, + [aux_sym_alias_definition_statement_repeat1] = { + .visible = false, + .named = false, + }, [aux_sym_function_declaration_repeat1] = { .visible = false, .named = false, }, - [aux_sym_function_declaration_repeat2] = { + [aux_sym_typeclass_definition_statement_repeat1] = { .visible = false, .named = false, }, - [aux_sym_typeclass_definition_repeat1] = { - .visible = false, - .named = false, - }, - [aux_sym_defined_name_repeat1] = { + [aux_sym_function_definition_repeat1] = { .visible = false, .named = false, }, @@ -1113,10 +1179,6 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = false, .named = false, }, - [aux_sym_definition_argument_repeat1] = { - .visible = false, - .named = false, - }, [aux_sym_match_repeat1] = { .visible = false, .named = false, @@ -1129,6 +1191,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = false, .named = false, }, + [aux_sym_reference_expression_repeat1] = { + .visible = false, + .named = false, + }, [aux_sym_function_call_expression_repeat1] = { .visible = false, .named = false, @@ -1141,11 +1207,11 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = false, .named = false, }, - [aux_sym_name_superexpression_repeat1] = { + [aux_sym_type_constructor_repeat1] = { .visible = false, .named = false, }, - [aux_sym_name_superexpression_repeat2] = { + [aux_sym_array_expression_repeat1] = { .visible = false, .named = false, }, @@ -1153,6 +1219,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = false, .named = false, }, + [aux_sym_name_expression_repeat2] = { + .visible = false, + .named = false, + }, [aux_sym_tuple_name_repeat1] = { .visible = false, .named = false, @@ -1161,7 +1231,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = false, .named = false, }, - [aux_sym_type_constructor_repeat1] = { + [aux_sym_function_type_repeat1] = { .visible = false, .named = false, }, @@ -1173,11 +1243,11 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = false, .named = false, }, - [aux_sym_type_identifier_definition_repeat1] = { + [aux_sym_parametrized_type_repeat1] = { .visible = false, .named = false, }, - [aux_sym_parametrized_type_repeat1] = { + [aux_sym_constructor_repeat1] = { .visible = false, .named = false, }, @@ -1185,8 +1255,8 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { enum { field_condition = 1, - field_expression = 2, - field_import_statement = 3, + field_definition = 2, + field_expression = 3, field_interval = 4, field_left_expression = 5, field_module_name = 6, @@ -1206,8 +1276,8 @@ enum { static const char * const ts_field_names[] = { [0] = NULL, [field_condition] = "condition", + [field_definition] = "definition", [field_expression] = "expression", - [field_import_statement] = "import_statement", [field_interval] = "interval", [field_left_expression] = "left_expression", [field_module_name] = "module_name", @@ -1231,113 +1301,131 @@ static const TSFieldMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = { [4] = {.index = 3, .length = 1}, [5] = {.index = 4, .length = 1}, [6] = {.index = 5, .length = 1}, - [7] = {.index = 6, .length = 1}, - [8] = {.index = 7, .length = 1}, - [9] = {.index = 8, .length = 2}, - [10] = {.index = 10, .length = 2}, - [11] = {.index = 12, .length = 2}, - [12] = {.index = 14, .length = 2}, - [13] = {.index = 16, .length = 1}, - [14] = {.index = 17, .length = 2}, - [15] = {.index = 19, .length = 1}, - [16] = {.index = 20, .length = 1}, - [17] = {.index = 21, .length = 2}, - [18] = {.index = 23, .length = 1}, - [19] = {.index = 24, .length = 2}, - [20] = {.index = 26, .length = 1}, - [21] = {.index = 27, .length = 3}, - [22] = {.index = 30, .length = 1}, - [23] = {.index = 31, .length = 2}, - [24] = {.index = 33, .length = 2}, - [25] = {.index = 35, .length = 1}, - [26] = {.index = 36, .length = 1}, - [27] = {.index = 37, .length = 1}, - [28] = {.index = 38, .length = 3}, - [29] = {.index = 41, .length = 1}, - [30] = {.index = 42, .length = 2}, - [31] = {.index = 44, .length = 2}, - [32] = {.index = 46, .length = 3}, + [7] = {.index = 6, .length = 2}, + [8] = {.index = 8, .length = 2}, + [9] = {.index = 10, .length = 2}, + [10] = {.index = 12, .length = 2}, + [11] = {.index = 14, .length = 2}, + [12] = {.index = 16, .length = 2}, + [13] = {.index = 18, .length = 2}, + [14] = {.index = 20, .length = 2}, + [15] = {.index = 22, .length = 2}, + [16] = {.index = 24, .length = 1}, + [17] = {.index = 25, .length = 1}, + [18] = {.index = 26, .length = 2}, + [19] = {.index = 28, .length = 1}, + [20] = {.index = 29, .length = 1}, + [21] = {.index = 30, .length = 1}, + [22] = {.index = 31, .length = 3}, + [23] = {.index = 34, .length = 1}, + [24] = {.index = 35, .length = 1}, + [25] = {.index = 36, .length = 1}, + [26] = {.index = 37, .length = 2}, + [27] = {.index = 39, .length = 2}, + [28] = {.index = 41, .length = 1}, + [29] = {.index = 42, .length = 3}, + [30] = {.index = 45, .length = 2}, + [31] = {.index = 47, .length = 1}, + [32] = {.index = 48, .length = 3}, + [33] = {.index = 51, .length = 1}, + [34] = {.index = 52, .length = 2}, + [35] = {.index = 54, .length = 2}, + [36] = {.index = 56, .length = 3}, }; static const TSFieldMapEntry ts_field_map_entries[] = { [0] = - {field_type, 0}, - [1] = - {field_type_expression, 0}, - [2] = - {field_name, 0}, - [3] = {field_module_name, 1}, + [1] = + {field_name, 0}, + [2] = + {field_type, 0}, + [3] = + {field_type_expression, 0}, [4] = - {field_typeclass, 0}, - [5] = - {field_typeclass, 1}, - [6] = - {field_typeclass_expression, 0}, - [7] = {field_type, 1}, + [5] = + {field_definition, 1}, + [6] = + {field_type, 1}, + {field_value, 3}, [8] = {field_name, 0}, {field_type, 2}, [10] = - {field_name, 1}, + {field_definition, 1}, {field_value, 3}, [12] = - {field_import_statement, 3}, - {field_name, 1}, - [14] = + {field_scope, 3}, {field_type, 1}, - {field_value, 3}, - [16] = - {field_type_expression, 1}, - [17] = + [14] = {field_name, 1}, {field_scope, 3}, - [19] = - {field_statement, 1}, + [16] = + {field_module_name, 4}, + {field_name, 1}, + [18] = + {field_type, 1}, + {field_value, 4}, [20] = + {field_name, 0}, + {field_type, 3}, + [22] = + {field_definition, 2}, + {field_value, 4}, + [24] = + {field_statement, 1}, + [25] = {field_expression, 1}, - [21] = + [26] = {field_expression, 1}, {field_operator_name, 0}, - [23] = - {field_typeclass_expression, 1}, - [24] = - {field_name, 2}, - {field_scope, 4}, - [26] = + [28] = + {field_type_expression, 1}, + [29] = + {field_typeclass, 0}, + [30] = {field_expression, 2}, - [27] = + [31] = {field_left_expression, 0}, {field_operator_name, 1}, {field_right_expression, 2}, - [30] = + [34] = + {field_typeclass_expression, 0}, + [35] = + {field_typeclass, 1}, + [36] = {field_value, 1}, - [31] = + [37] = {field_condition, 3}, {field_statement, 1}, - [33] = + [39] = {field_condition, 1}, {field_statement, 3}, - [35] = + [41] = {field_expression, 3}, - [36] = + [42] = + {field_name, 2}, + {field_scope, 6}, + {field_type, 4}, + [45] = {field_name, 1}, - [37] = + {field_value, 3}, + [47] = {field_expression, 4}, - [38] = + [48] = {field_interval, 3}, {field_statement, 5}, {field_variable, 1}, - [41] = + [51] = {field_expression, 5}, - [42] = - {field_statement, 3}, - {field_value, 1}, - [44] = + [52] = {field_condition, 3}, {field_value, 1}, - [46] = + [54] = + {field_statement, 3}, + {field_value, 1}, + [56] = {field_condition, 3}, {field_statement, 5}, {field_value, 1}, @@ -1357,2525 +1445,2922 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2] = 2, [3] = 2, [4] = 2, - [5] = 2, - [6] = 2, - [7] = 2, + [5] = 5, + [6] = 5, + [7] = 5, [8] = 2, [9] = 2, - [10] = 2, - [11] = 2, - [12] = 2, - [13] = 2, - [14] = 2, - [15] = 2, - [16] = 2, - [17] = 2, - [18] = 18, - [19] = 2, - [20] = 2, - [21] = 2, - [22] = 2, - [23] = 2, - [24] = 2, - [25] = 2, - [26] = 2, - [27] = 2, - [28] = 2, - [29] = 2, + [10] = 5, + [11] = 5, + [12] = 5, + [13] = 5, + [14] = 5, + [15] = 5, + [16] = 5, + [17] = 5, + [18] = 5, + [19] = 5, + [20] = 5, + [21] = 5, + [22] = 5, + [23] = 5, + [24] = 5, + [25] = 5, + [26] = 5, + [27] = 5, + [28] = 5, + [29] = 5, [30] = 2, - [31] = 2, - [32] = 2, - [33] = 2, - [34] = 2, - [35] = 2, - [36] = 2, - [37] = 2, - [38] = 2, - [39] = 2, - [40] = 2, - [41] = 2, - [42] = 2, - [43] = 2, - [44] = 2, - [45] = 2, - [46] = 2, - [47] = 2, - [48] = 2, - [49] = 2, - [50] = 2, - [51] = 2, - [52] = 2, + [31] = 5, + [32] = 5, + [33] = 5, + [34] = 5, + [35] = 5, + [36] = 5, + [37] = 5, + [38] = 5, + [39] = 5, + [40] = 5, + [41] = 5, + [42] = 5, + [43] = 5, + [44] = 5, + [45] = 5, + [46] = 5, + [47] = 5, + [48] = 5, + [49] = 5, + [50] = 5, + [51] = 5, + [52] = 5, [53] = 2, - [54] = 2, - [55] = 2, - [56] = 2, + [54] = 5, + [55] = 5, + [56] = 5, [57] = 2, - [58] = 2, - [59] = 59, - [60] = 59, - [61] = 59, - [62] = 59, - [63] = 59, - [64] = 59, - [65] = 65, - [66] = 59, - [67] = 67, - [68] = 59, - [69] = 59, - [70] = 65, - [71] = 59, - [72] = 59, - [73] = 59, - [74] = 59, - [75] = 59, - [76] = 59, - [77] = 59, - [78] = 59, - [79] = 59, - [80] = 67, - [81] = 59, - [82] = 59, - [83] = 59, - [84] = 59, - [85] = 59, - [86] = 59, - [87] = 59, - [88] = 59, - [89] = 59, - [90] = 59, - [91] = 59, - [92] = 59, - [93] = 59, - [94] = 59, - [95] = 59, - [96] = 59, - [97] = 59, - [98] = 59, - [99] = 59, - [100] = 59, - [101] = 59, - [102] = 59, - [103] = 59, - [104] = 59, - [105] = 59, - [106] = 59, - [107] = 59, - [108] = 59, - [109] = 59, - [110] = 59, - [111] = 59, - [112] = 65, - [113] = 113, - [114] = 114, - [115] = 115, - [116] = 116, - [117] = 117, - [118] = 118, - [119] = 119, - [120] = 120, - [121] = 121, - [122] = 122, - [123] = 123, - [124] = 123, - [125] = 122, - [126] = 121, - [127] = 122, - [128] = 123, - [129] = 121, - [130] = 122, - [131] = 121, - [132] = 122, - [133] = 123, - [134] = 123, - [135] = 121, - [136] = 121, - [137] = 121, - [138] = 122, - [139] = 121, - [140] = 122, - [141] = 122, - [142] = 121, - [143] = 123, - [144] = 123, - [145] = 122, - [146] = 123, - [147] = 121, - [148] = 123, - [149] = 122, - [150] = 122, - [151] = 123, - [152] = 122, - [153] = 121, - [154] = 121, - [155] = 123, - [156] = 123, - [157] = 157, - [158] = 123, - [159] = 122, - [160] = 123, - [161] = 123, - [162] = 121, - [163] = 121, - [164] = 122, - [165] = 123, - [166] = 122, - [167] = 122, - [168] = 123, - [169] = 121, - [170] = 123, - [171] = 123, - [172] = 122, - [173] = 121, - [174] = 121, - [175] = 123, - [176] = 122, - [177] = 122, - [178] = 121, - [179] = 121, - [180] = 121, - [181] = 122, - [182] = 182, - [183] = 183, - [184] = 121, - [185] = 185, - [186] = 186, - [187] = 182, - [188] = 185, - [189] = 122, - [190] = 185, - [191] = 123, - [192] = 192, - [193] = 193, - [194] = 193, - [195] = 195, - [196] = 196, - [197] = 197, - [198] = 198, - [199] = 183, - [200] = 183, - [201] = 193, - [202] = 121, - [203] = 123, - [204] = 195, - [205] = 196, - [206] = 183, + [58] = 5, + [59] = 5, + [60] = 5, + [61] = 2, + [62] = 2, + [63] = 2, + [64] = 5, + [65] = 5, + [66] = 2, + [67] = 5, + [68] = 5, + [69] = 5, + [70] = 2, + [71] = 2, + [72] = 5, + [73] = 2, + [74] = 5, + [75] = 5, + [76] = 5, + [77] = 5, + [78] = 5, + [79] = 2, + [80] = 2, + [81] = 2, + [82] = 5, + [83] = 5, + [84] = 5, + [85] = 2, + [86] = 2, + [87] = 5, + [88] = 2, + [89] = 2, + [90] = 5, + [91] = 5, + [92] = 5, + [93] = 2, + [94] = 5, + [95] = 2, + [96] = 5, + [97] = 2, + [98] = 5, + [99] = 2, + [100] = 5, + [101] = 2, + [102] = 2, + [103] = 5, + [104] = 5, + [105] = 2, + [106] = 5, + [107] = 2, + [108] = 5, + [109] = 5, + [110] = 2, + [111] = 2, + [112] = 2, + [113] = 2, + [114] = 5, + [115] = 5, + [116] = 5, + [117] = 5, + [118] = 2, + [119] = 5, + [120] = 2, + [121] = 2, + [122] = 2, + [123] = 2, + [124] = 5, + [125] = 5, + [126] = 2, + [127] = 5, + [128] = 5, + [129] = 2, + [130] = 2, + [131] = 2, + [132] = 5, + [133] = 5, + [134] = 2, + [135] = 5, + [136] = 2, + [137] = 2, + [138] = 5, + [139] = 5, + [140] = 5, + [141] = 2, + [142] = 5, + [143] = 5, + [144] = 5, + [145] = 2, + [146] = 146, + [147] = 146, + [148] = 146, + [149] = 146, + [150] = 146, + [151] = 146, + [152] = 146, + [153] = 153, + [154] = 154, + [155] = 146, + [156] = 146, + [157] = 146, + [158] = 146, + [159] = 146, + [160] = 146, + [161] = 146, + [162] = 146, + [163] = 146, + [164] = 146, + [165] = 146, + [166] = 146, + [167] = 146, + [168] = 146, + [169] = 169, + [170] = 154, + [171] = 146, + [172] = 146, + [173] = 169, + [174] = 146, + [175] = 146, + [176] = 153, + [177] = 146, + [178] = 146, + [179] = 146, + [180] = 146, + [181] = 169, + [182] = 146, + [183] = 146, + [184] = 146, + [185] = 169, + [186] = 146, + [187] = 146, + [188] = 169, + [189] = 146, + [190] = 146, + [191] = 146, + [192] = 146, + [193] = 146, + [194] = 146, + [195] = 146, + [196] = 146, + [197] = 146, + [198] = 146, + [199] = 169, + [200] = 146, + [201] = 146, + [202] = 146, + [203] = 169, + [204] = 146, + [205] = 169, + [206] = 146, [207] = 207, - [208] = 193, - [209] = 185, - [210] = 186, - [211] = 197, - [212] = 182, + [208] = 208, + [209] = 209, + [210] = 210, + [211] = 211, + [212] = 212, [213] = 213, [214] = 214, - [215] = 192, - [216] = 195, - [217] = 122, - [218] = 183, - [219] = 193, - [220] = 196, - [221] = 197, - [222] = 183, - [223] = 193, - [224] = 185, - [225] = 121, - [226] = 186, - [227] = 182, - [228] = 192, + [215] = 215, + [216] = 216, + [217] = 217, + [218] = 218, + [219] = 219, + [220] = 219, + [221] = 219, + [222] = 219, + [223] = 219, + [224] = 219, + [225] = 219, + [226] = 219, + [227] = 227, + [228] = 219, [229] = 229, - [230] = 186, - [231] = 231, - [232] = 183, - [233] = 186, - [234] = 193, - [235] = 185, - [236] = 186, - [237] = 182, - [238] = 238, - [239] = 182, - [240] = 192, - [241] = 185, - [242] = 183, - [243] = 183, - [244] = 121, - [245] = 193, - [246] = 185, - [247] = 186, - [248] = 193, - [249] = 122, - [250] = 182, - [251] = 122, - [252] = 193, - [253] = 253, - [254] = 123, - [255] = 192, - [256] = 192, - [257] = 257, - [258] = 123, - [259] = 183, - [260] = 260, - [261] = 193, - [262] = 185, - [263] = 186, - [264] = 182, - [265] = 192, - [266] = 183, - [267] = 267, - [268] = 268, - [269] = 269, - [270] = 195, - [271] = 193, - [272] = 185, - [273] = 185, - [274] = 186, - [275] = 182, - [276] = 192, - [277] = 182, - [278] = 192, - [279] = 183, - [280] = 193, - [281] = 185, - [282] = 186, - [283] = 182, - [284] = 192, - [285] = 192, - [286] = 193, - [287] = 185, - [288] = 186, - [289] = 182, - [290] = 186, - [291] = 182, - [292] = 238, - [293] = 185, - [294] = 267, - [295] = 192, - [296] = 183, - [297] = 193, - [298] = 186, - [299] = 185, - [300] = 186, - [301] = 182, - [302] = 192, - [303] = 192, - [304] = 185, - [305] = 183, - [306] = 193, - [307] = 185, - [308] = 186, - [309] = 193, - [310] = 182, - [311] = 311, - [312] = 312, - [313] = 313, - [314] = 260, - [315] = 192, - [316] = 182, - [317] = 183, - [318] = 183, - [319] = 231, - [320] = 229, - [321] = 193, - [322] = 185, - [323] = 253, - [324] = 186, - [325] = 257, - [326] = 182, - [327] = 186, - [328] = 182, - [329] = 312, - [330] = 198, - [331] = 121, - [332] = 213, - [333] = 186, - [334] = 185, - [335] = 186, - [336] = 192, - [337] = 182, - [338] = 257, - [339] = 196, - [340] = 122, - [341] = 197, - [342] = 193, - [343] = 269, - [344] = 182, - [345] = 313, - [346] = 311, - [347] = 214, - [348] = 183, - [349] = 183, - [350] = 268, - [351] = 123, - [352] = 313, - [353] = 183, - [354] = 183, - [355] = 213, - [356] = 185, - [357] = 198, - [358] = 253, - [359] = 192, - [360] = 229, - [361] = 182, - [362] = 231, - [363] = 260, - [364] = 312, - [365] = 192, - [366] = 238, - [367] = 186, - [368] = 192, - [369] = 121, - [370] = 193, - [371] = 183, - [372] = 193, - [373] = 182, - [374] = 185, - [375] = 269, - [376] = 268, - [377] = 192, - [378] = 311, - [379] = 186, - [380] = 267, - [381] = 257, - [382] = 185, - [383] = 192, - [384] = 122, - [385] = 193, - [386] = 214, - [387] = 192, - [388] = 313, - [389] = 193, - [390] = 183, - [391] = 268, - [392] = 269, - [393] = 185, - [394] = 123, - [395] = 192, - [396] = 311, - [397] = 192, - [398] = 214, - [399] = 183, - [400] = 238, - [401] = 182, - [402] = 186, - [403] = 267, - [404] = 183, - [405] = 186, - [406] = 312, - [407] = 260, - [408] = 182, - [409] = 231, - [410] = 229, - [411] = 253, - [412] = 186, - [413] = 213, - [414] = 193, - [415] = 198, - [416] = 185, - [417] = 121, - [418] = 123, - [419] = 122, - [420] = 121, - [421] = 121, - [422] = 122, - [423] = 123, - [424] = 122, - [425] = 123, - [426] = 426, - [427] = 121, - [428] = 428, - [429] = 429, - [430] = 430, - [431] = 431, - [432] = 432, - [433] = 433, - [434] = 434, - [435] = 435, - [436] = 123, - [437] = 437, - [438] = 438, - [439] = 439, - [440] = 122, - [441] = 429, - [442] = 442, - [443] = 443, - [444] = 429, - [445] = 445, - [446] = 443, - [447] = 445, - [448] = 442, - [449] = 429, - [450] = 445, - [451] = 443, - [452] = 442, - [453] = 429, - [454] = 429, - [455] = 442, - [456] = 445, - [457] = 442, - [458] = 429, - [459] = 443, - [460] = 445, - [461] = 443, - [462] = 445, - [463] = 443, - [464] = 464, - [465] = 445, - [466] = 429, - [467] = 467, - [468] = 468, - [469] = 442, - [470] = 442, - [471] = 443, - [472] = 429, - [473] = 473, - [474] = 474, - [475] = 475, - [476] = 443, - [477] = 445, - [478] = 478, - [479] = 479, - [480] = 480, - [481] = 481, - [482] = 482, - [483] = 483, - [484] = 484, - [485] = 485, - [486] = 486, - [487] = 442, - [488] = 488, - [489] = 475, - [490] = 474, - [491] = 481, - [492] = 492, - [493] = 482, - [494] = 475, - [495] = 474, - [496] = 473, - [497] = 429, - [498] = 488, - [499] = 499, - [500] = 482, - [501] = 501, - [502] = 483, - [503] = 488, - [504] = 478, - [505] = 485, - [506] = 479, - [507] = 480, - [508] = 480, - [509] = 475, - [510] = 483, - [511] = 478, - [512] = 479, - [513] = 480, - [514] = 479, - [515] = 473, - [516] = 485, - [517] = 481, - [518] = 486, - [519] = 483, - [520] = 478, - [521] = 429, - [522] = 429, - [523] = 473, - [524] = 485, - [525] = 481, - [526] = 117, - [527] = 486, - [528] = 488, - [529] = 486, - [530] = 445, - [531] = 486, - [532] = 481, - [533] = 485, - [534] = 473, - [535] = 119, - [536] = 488, - [537] = 475, - [538] = 482, - [539] = 478, - [540] = 429, - [541] = 474, - [542] = 479, - [543] = 482, - [544] = 474, - [545] = 483, - [546] = 480, - [547] = 547, - [548] = 482, - [549] = 488, - [550] = 486, - [551] = 482, - [552] = 479, - [553] = 486, - [554] = 429, - [555] = 482, - [556] = 473, - [557] = 474, - [558] = 445, - [559] = 482, - [560] = 488, - [561] = 429, - [562] = 481, - [563] = 483, - [564] = 475, - [565] = 478, - [566] = 479, - [567] = 567, - [568] = 473, - [569] = 480, - [570] = 570, - [571] = 474, - [572] = 483, - [573] = 481, - [574] = 480, - [575] = 429, - [576] = 576, - [577] = 479, - [578] = 485, - [579] = 483, - [580] = 485, - [581] = 480, - [582] = 582, - [583] = 479, - [584] = 475, - [585] = 478, - [586] = 485, - [587] = 488, - [588] = 486, - [589] = 429, - [590] = 492, - [591] = 478, - [592] = 478, - [593] = 481, - [594] = 482, - [595] = 473, - [596] = 474, - [597] = 492, - [598] = 488, - [599] = 474, - [600] = 483, - [601] = 475, - [602] = 445, - [603] = 473, - [604] = 492, - [605] = 480, - [606] = 479, - [607] = 485, - [608] = 429, - [609] = 474, - [610] = 478, - [611] = 479, - [612] = 488, - [613] = 475, - [614] = 492, - [615] = 480, - [616] = 616, - [617] = 483, - [618] = 618, - [619] = 485, - [620] = 482, - [621] = 475, - [622] = 622, - [623] = 474, - [624] = 473, - [625] = 486, - [626] = 486, - [627] = 475, - [628] = 481, - [629] = 629, - [630] = 445, - [631] = 474, - [632] = 486, - [633] = 633, - [634] = 478, - [635] = 481, - [636] = 482, - [637] = 488, - [638] = 638, - [639] = 481, - [640] = 481, - [641] = 473, - [642] = 642, - [643] = 429, - [644] = 483, - [645] = 488, - [646] = 485, - [647] = 480, - [648] = 486, - [649] = 485, - [650] = 478, - [651] = 479, - [652] = 480, - [653] = 475, - [654] = 483, - [655] = 429, - [656] = 445, - [657] = 473, - [658] = 429, - [659] = 616, - [660] = 485, - [661] = 492, - [662] = 485, - [663] = 429, - [664] = 429, - [665] = 429, - [666] = 486, - [667] = 481, - [668] = 473, - [669] = 429, - [670] = 492, + [230] = 219, + [231] = 219, + [232] = 219, + [233] = 229, + [234] = 219, + [235] = 219, + [236] = 219, + [237] = 219, + [238] = 219, + [239] = 219, + [240] = 229, + [241] = 219, + [242] = 219, + [243] = 219, + [244] = 229, + [245] = 219, + [246] = 229, + [247] = 219, + [248] = 219, + [249] = 219, + [250] = 219, + [251] = 219, + [252] = 219, + [253] = 219, + [254] = 229, + [255] = 219, + [256] = 219, + [257] = 219, + [258] = 219, + [259] = 219, + [260] = 219, + [261] = 219, + [262] = 219, + [263] = 219, + [264] = 219, + [265] = 219, + [266] = 219, + [267] = 219, + [268] = 219, + [269] = 229, + [270] = 219, + [271] = 271, + [272] = 219, + [273] = 219, + [274] = 229, + [275] = 219, + [276] = 219, + [277] = 277, + [278] = 219, + [279] = 279, + [280] = 280, + [281] = 277, + [282] = 282, + [283] = 227, + [284] = 284, + [285] = 280, + [286] = 286, + [287] = 282, + [288] = 279, + [289] = 289, + [290] = 290, + [291] = 227, + [292] = 271, + [293] = 293, + [294] = 284, + [295] = 280, + [296] = 296, + [297] = 297, + [298] = 293, + [299] = 280, + [300] = 286, + [301] = 301, + [302] = 296, + [303] = 282, + [304] = 293, + [305] = 286, + [306] = 286, + [307] = 282, + [308] = 290, + [309] = 309, + [310] = 284, + [311] = 280, + [312] = 279, + [313] = 297, + [314] = 314, + [315] = 296, + [316] = 316, + [317] = 317, + [318] = 279, + [319] = 319, + [320] = 320, + [321] = 289, + [322] = 284, + [323] = 323, + [324] = 324, + [325] = 323, + [326] = 324, + [327] = 327, + [328] = 286, + [329] = 329, + [330] = 282, + [331] = 331, + [332] = 277, + [333] = 297, + [334] = 329, + [335] = 335, + [336] = 331, + [337] = 337, + [338] = 279, + [339] = 280, + [340] = 284, + [341] = 280, + [342] = 279, + [343] = 297, + [344] = 316, + [345] = 297, + [346] = 279, + [347] = 319, + [348] = 284, + [349] = 280, + [350] = 327, + [351] = 290, + [352] = 301, + [353] = 286, + [354] = 282, + [355] = 284, + [356] = 282, + [357] = 284, + [358] = 320, + [359] = 280, + [360] = 279, + [361] = 297, + [362] = 309, + [363] = 297, + [364] = 286, + [365] = 314, + [366] = 366, + [367] = 290, + [368] = 296, + [369] = 320, + [370] = 289, + [371] = 282, + [372] = 286, + [373] = 366, + [374] = 323, + [375] = 337, + [376] = 324, + [377] = 335, + [378] = 337, + [379] = 286, + [380] = 282, + [381] = 279, + [382] = 329, + [383] = 331, + [384] = 297, + [385] = 335, + [386] = 337, + [387] = 335, + [388] = 280, + [389] = 279, + [390] = 280, + [391] = 366, + [392] = 316, + [393] = 319, + [394] = 284, + [395] = 327, + [396] = 284, + [397] = 316, + [398] = 319, + [399] = 284, + [400] = 327, + [401] = 280, + [402] = 314, + [403] = 279, + [404] = 301, + [405] = 282, + [406] = 297, + [407] = 271, + [408] = 297, + [409] = 286, + [410] = 297, + [411] = 366, + [412] = 320, + [413] = 289, + [414] = 323, + [415] = 271, + [416] = 324, + [417] = 286, + [418] = 282, + [419] = 329, + [420] = 331, + [421] = 297, + [422] = 279, + [423] = 284, + [424] = 280, + [425] = 284, + [426] = 280, + [427] = 293, + [428] = 282, + [429] = 227, + [430] = 279, + [431] = 297, + [432] = 314, + [433] = 286, + [434] = 297, + [435] = 309, + [436] = 301, + [437] = 279, + [438] = 286, + [439] = 282, + [440] = 277, + [441] = 282, + [442] = 280, + [443] = 297, + [444] = 284, + [445] = 279, + [446] = 280, + [447] = 280, + [448] = 284, + [449] = 282, + [450] = 286, + [451] = 286, + [452] = 279, + [453] = 271, + [454] = 297, + [455] = 297, + [456] = 279, + [457] = 280, + [458] = 284, + [459] = 282, + [460] = 286, + [461] = 309, + [462] = 297, + [463] = 279, + [464] = 284, + [465] = 280, + [466] = 227, + [467] = 284, + [468] = 282, + [469] = 286, + [470] = 470, + [471] = 282, + [472] = 286, + [473] = 282, + [474] = 286, + [475] = 297, + [476] = 277, + [477] = 279, + [478] = 280, + [479] = 284, + [480] = 284, + [481] = 280, + [482] = 282, + [483] = 279, + [484] = 297, + [485] = 286, + [486] = 297, + [487] = 279, + [488] = 271, + [489] = 280, + [490] = 284, + [491] = 282, + [492] = 286, + [493] = 286, + [494] = 227, + [495] = 297, + [496] = 282, + [497] = 279, + [498] = 280, + [499] = 284, + [500] = 280, + [501] = 284, + [502] = 279, + [503] = 297, + [504] = 277, + [505] = 282, + [506] = 286, + [507] = 279, + [508] = 297, + [509] = 284, + [510] = 286, + [511] = 282, + [512] = 227, + [513] = 271, + [514] = 271, + [515] = 271, + [516] = 227, + [517] = 271, + [518] = 271, + [519] = 227, + [520] = 271, + [521] = 277, + [522] = 227, + [523] = 277, + [524] = 277, + [525] = 271, + [526] = 277, + [527] = 227, + [528] = 227, + [529] = 271, + [530] = 227, + [531] = 277, + [532] = 227, + [533] = 277, + [534] = 277, + [535] = 277, + [536] = 227, + [537] = 277, + [538] = 271, + [539] = 227, + [540] = 277, + [541] = 271, + [542] = 227, + [543] = 277, + [544] = 227, + [545] = 227, + [546] = 271, + [547] = 277, + [548] = 227, + [549] = 277, + [550] = 227, + [551] = 271, + [552] = 271, + [553] = 277, + [554] = 227, + [555] = 271, + [556] = 271, + [557] = 271, + [558] = 277, + [559] = 277, + [560] = 227, + [561] = 277, + [562] = 271, + [563] = 227, + [564] = 227, + [565] = 277, + [566] = 277, + [567] = 227, + [568] = 271, + [569] = 271, + [570] = 271, + [571] = 271, + [572] = 271, + [573] = 277, + [574] = 227, + [575] = 227, + [576] = 277, + [577] = 277, + [578] = 271, + [579] = 227, + [580] = 277, + [581] = 277, + [582] = 271, + [583] = 227, + [584] = 584, + [585] = 585, + [586] = 586, + [587] = 587, + [588] = 588, + [589] = 589, + [590] = 590, + [591] = 591, + [592] = 592, + [593] = 593, + [594] = 594, + [595] = 595, + [596] = 596, + [597] = 597, + [598] = 598, + [599] = 599, + [600] = 600, + [601] = 601, + [602] = 602, + [603] = 594, + [604] = 604, + [605] = 597, + [606] = 602, + [607] = 601, + [608] = 594, + [609] = 600, + [610] = 598, + [611] = 596, + [612] = 599, + [613] = 604, + [614] = 600, + [615] = 604, + [616] = 602, + [617] = 597, + [618] = 596, + [619] = 599, + [620] = 601, + [621] = 594, + [622] = 598, + [623] = 594, + [624] = 604, + [625] = 602, + [626] = 594, + [627] = 604, + [628] = 597, + [629] = 600, + [630] = 596, + [631] = 602, + [632] = 601, + [633] = 598, + [634] = 598, + [635] = 594, + [636] = 599, + [637] = 599, + [638] = 596, + [639] = 600, + [640] = 597, + [641] = 601, + [642] = 602, + [643] = 597, + [644] = 601, + [645] = 602, + [646] = 596, + [647] = 599, + [648] = 594, + [649] = 597, + [650] = 600, + [651] = 601, + [652] = 600, + [653] = 604, + [654] = 599, + [655] = 598, + [656] = 598, + [657] = 604, + [658] = 596, + [659] = 598, + [660] = 597, + [661] = 600, + [662] = 596, + [663] = 663, + [664] = 604, + [665] = 599, + [666] = 601, + [667] = 602, + [668] = 668, + [669] = 669, + [670] = 670, [671] = 671, - [672] = 483, - [673] = 485, - [674] = 486, - [675] = 480, - [676] = 481, - [677] = 479, - [678] = 473, - [679] = 478, - [680] = 488, - [681] = 492, - [682] = 483, - [683] = 486, - [684] = 480, - [685] = 479, - [686] = 686, - [687] = 478, - [688] = 445, - [689] = 482, - [690] = 488, - [691] = 475, - [692] = 445, - [693] = 474, - [694] = 481, - [695] = 492, - [696] = 482, - [697] = 475, - [698] = 488, - [699] = 474, - [700] = 445, - [701] = 478, - [702] = 475, - [703] = 474, - [704] = 475, - [705] = 474, - [706] = 429, - [707] = 474, - [708] = 479, - [709] = 429, - [710] = 482, - [711] = 482, - [712] = 480, - [713] = 474, - [714] = 445, - [715] = 475, - [716] = 483, - [717] = 492, - [718] = 488, - [719] = 473, - [720] = 488, - [721] = 474, - [722] = 478, - [723] = 482, - [724] = 475, - [725] = 479, - [726] = 488, - [727] = 445, - [728] = 480, - [729] = 478, - [730] = 492, - [731] = 473, - [732] = 479, - [733] = 480, - [734] = 483, - [735] = 475, - [736] = 478, - [737] = 483, - [738] = 482, - [739] = 474, - [740] = 481, - [741] = 473, - [742] = 482, - [743] = 481, - [744] = 486, - [745] = 486, - [746] = 473, - [747] = 576, - [748] = 481, - [749] = 488, - [750] = 445, - [751] = 486, - [752] = 478, - [753] = 485, - [754] = 479, - [755] = 429, - [756] = 480, - [757] = 122, - [758] = 483, - [759] = 488, - [760] = 485, - [761] = 473, - [762] = 445, - [763] = 481, - [764] = 486, - [765] = 483, - [766] = 123, - [767] = 482, - [768] = 492, - [769] = 121, - [770] = 479, - [771] = 485, - [772] = 478, - [773] = 486, - [774] = 481, - [775] = 485, - [776] = 473, - [777] = 475, - [778] = 479, - [779] = 480, - [780] = 483, - [781] = 485, - [782] = 480, - [783] = 429, - [784] = 784, - [785] = 492, - [786] = 485, - [787] = 492, - [788] = 478, - [789] = 789, - [790] = 429, - [791] = 791, - [792] = 486, - [793] = 474, - [794] = 481, - [795] = 795, - [796] = 482, - [797] = 492, - [798] = 474, - [799] = 483, - [800] = 480, - [801] = 492, - [802] = 479, - [803] = 483, - [804] = 485, - [805] = 478, - [806] = 492, - [807] = 445, - [808] = 488, - [809] = 486, - [810] = 481, - [811] = 482, - [812] = 473, - [813] = 474, - [814] = 483, - [815] = 475, - [816] = 480, - [817] = 479, - [818] = 488, - [819] = 475, - [820] = 820, - [821] = 429, - [822] = 445, - [823] = 121, - [824] = 122, - [825] = 482, - [826] = 429, - [827] = 123, - [828] = 475, - [829] = 473, - [830] = 474, - [831] = 482, - [832] = 485, - [833] = 478, - [834] = 486, - [835] = 481, - [836] = 473, - [837] = 474, - [838] = 838, - [839] = 483, - [840] = 480, - [841] = 123, - [842] = 479, - [843] = 488, - [844] = 488, - [845] = 475, - [846] = 122, - [847] = 445, - [848] = 478, - [849] = 482, - [850] = 492, - [851] = 488, - [852] = 121, - [853] = 479, - [854] = 445, - [855] = 478, - [856] = 480, - [857] = 485, - [858] = 475, - [859] = 445, - [860] = 492, - [861] = 479, - [862] = 483, - [863] = 863, - [864] = 486, - [865] = 480, - [866] = 481, - [867] = 473, - [868] = 473, - [869] = 445, - [870] = 429, - [871] = 871, - [872] = 483, - [873] = 481, - [874] = 480, - [875] = 479, - [876] = 876, - [877] = 478, - [878] = 445, - [879] = 485, - [880] = 488, - [881] = 492, - [882] = 123, - [883] = 122, - [884] = 121, - [885] = 485, - [886] = 482, - [887] = 445, - [888] = 429, - [889] = 474, - [890] = 486, - [891] = 481, - [892] = 475, - [893] = 473, - [894] = 486, - [895] = 481, - [896] = 483, - [897] = 445, - [898] = 485, - [899] = 478, - [900] = 492, - [901] = 121, - [902] = 122, - [903] = 123, - [904] = 486, - [905] = 481, - [906] = 482, - [907] = 473, - [908] = 474, - [909] = 483, - [910] = 492, - [911] = 480, - [912] = 479, - [913] = 488, - [914] = 445, - [915] = 475, - [916] = 492, - [917] = 492, - [918] = 429, - [919] = 445, - [920] = 492, - [921] = 445, - [922] = 492, - [923] = 445, - [924] = 475, - [925] = 474, - [926] = 482, - [927] = 473, - [928] = 488, - [929] = 478, - [930] = 479, - [931] = 480, - [932] = 475, - [933] = 483, - [934] = 123, - [935] = 429, - [936] = 474, - [937] = 481, - [938] = 473, - [939] = 482, - [940] = 486, - [941] = 485, - [942] = 486, - [943] = 488, - [944] = 121, - [945] = 121, - [946] = 429, - [947] = 478, - [948] = 485, - [949] = 122, - [950] = 479, - [951] = 480, - [952] = 122, - [953] = 123, - [954] = 445, - [955] = 482, - [956] = 121, - [957] = 492, - [958] = 121, - [959] = 478, - [960] = 121, - [961] = 123, - [962] = 488, - [963] = 122, - [964] = 123, - [965] = 121, - [966] = 122, - [967] = 123, - [968] = 123, - [969] = 445, - [970] = 474, - [971] = 485, - [972] = 122, - [973] = 486, - [974] = 445, - [975] = 475, - [976] = 481, - [977] = 121, - [978] = 122, - [979] = 121, - [980] = 492, - [981] = 479, - [982] = 122, - [983] = 480, - [984] = 123, - [985] = 429, - [986] = 492, - [987] = 445, - [988] = 123, - [989] = 122, - [990] = 483, - [991] = 473, - [992] = 445, - [993] = 122, - [994] = 123, - [995] = 121, - [996] = 122, - [997] = 492, - [998] = 123, - [999] = 121, - [1000] = 122, - [1001] = 121, - [1002] = 122, - [1003] = 123, - [1004] = 121, - [1005] = 1005, - [1006] = 121, - [1007] = 1007, - [1008] = 122, - [1009] = 123, - [1010] = 123, - [1011] = 1011, - [1012] = 1011, - [1013] = 1013, - [1014] = 1011, - [1015] = 1011, - [1016] = 1011, - [1017] = 1013, - [1018] = 1013, - [1019] = 1011, - [1020] = 1011, - [1021] = 1013, - [1022] = 1013, - [1023] = 1011, - [1024] = 1013, - [1025] = 1011, - [1026] = 1011, - [1027] = 1027, - [1028] = 1011, - [1029] = 1011, - [1030] = 1013, - [1031] = 1011, - [1032] = 1011, - [1033] = 1033, - [1034] = 1011, - [1035] = 1011, - [1036] = 1011, - [1037] = 1011, - [1038] = 1011, - [1039] = 1013, - [1040] = 1011, - [1041] = 1011, - [1042] = 1013, - [1043] = 1013, - [1044] = 1011, - [1045] = 1011, - [1046] = 1013, - [1047] = 1013, - [1048] = 1013, - [1049] = 1011, - [1050] = 1011, - [1051] = 1011, - [1052] = 1011, - [1053] = 1013, - [1054] = 1011, - [1055] = 1013, - [1056] = 1033, - [1057] = 1011, - [1058] = 1013, - [1059] = 1027, - [1060] = 1011, - [1061] = 1011, - [1062] = 1027, - [1063] = 1011, - [1064] = 1013, - [1065] = 1033, - [1066] = 1011, - [1067] = 1011, - [1068] = 1011, - [1069] = 1013, - [1070] = 1011, - [1071] = 1011, - [1072] = 1011, - [1073] = 1011, - [1074] = 1013, - [1075] = 1013, - [1076] = 1011, - [1077] = 1011, - [1078] = 1011, - [1079] = 1013, - [1080] = 1011, - [1081] = 1027, - [1082] = 1013, - [1083] = 1011, - [1084] = 1033, - [1085] = 1013, - [1086] = 1011, - [1087] = 1013, - [1088] = 1011, - [1089] = 1011, - [1090] = 1011, - [1091] = 1091, - [1092] = 1092, - [1093] = 1093, - [1094] = 1094, - [1095] = 1095, - [1096] = 1096, - [1097] = 1097, - [1098] = 1098, - [1099] = 1099, - [1100] = 1100, - [1101] = 1101, - [1102] = 1102, - [1103] = 1103, - [1104] = 1092, - [1105] = 1102, - [1106] = 1095, - [1107] = 1102, - [1108] = 1103, - [1109] = 1099, - [1110] = 1100, - [1111] = 1092, - [1112] = 1098, - [1113] = 1113, - [1114] = 1114, - [1115] = 1099, - [1116] = 1100, - [1117] = 1099, - [1118] = 1118, - [1119] = 1100, - [1120] = 1092, - [1121] = 1121, - [1122] = 119, - [1123] = 117, - [1124] = 1102, - [1125] = 1096, - [1126] = 863, - [1127] = 1091, - [1128] = 1128, - [1129] = 789, - [1130] = 1121, - [1131] = 1099, - [1132] = 1132, - [1133] = 1092, - [1134] = 1134, - [1135] = 1102, - [1136] = 1136, - [1137] = 1137, - [1138] = 1100, - [1139] = 1099, - [1140] = 1114, - [1141] = 1118, - [1142] = 1128, - [1143] = 1128, - [1144] = 1100, - [1145] = 1145, - [1146] = 1146, - [1147] = 1092, - [1148] = 1148, - [1149] = 1113, - [1150] = 789, - [1151] = 1151, - [1152] = 1152, - [1153] = 1153, - [1154] = 863, - [1155] = 1100, - [1156] = 1102, - [1157] = 1157, - [1158] = 1099, - [1159] = 1159, - [1160] = 1100, - [1161] = 1092, - [1162] = 1099, - [1163] = 1092, - [1164] = 1164, - [1165] = 1128, - [1166] = 1166, - [1167] = 1102, - [1168] = 1168, - [1169] = 1102, - [1170] = 1170, - [1171] = 1100, - [1172] = 1136, - [1173] = 1100, - [1174] = 1174, - [1175] = 1128, - [1176] = 1176, - [1177] = 1177, - [1178] = 1092, - [1179] = 1099, - [1180] = 1180, - [1181] = 1181, - [1182] = 488, - [1183] = 1102, - [1184] = 1099, - [1185] = 1185, - [1186] = 1186, - [1187] = 1102, - [1188] = 1102, - [1189] = 1100, - [1190] = 1128, - [1191] = 1128, - [1192] = 1192, - [1193] = 1102, - [1194] = 1194, - [1195] = 1195, - [1196] = 1196, - [1197] = 1092, - [1198] = 1099, - [1199] = 1199, - [1200] = 1200, - [1201] = 1092, - [1202] = 1128, - [1203] = 1203, - [1204] = 1099, - [1205] = 1205, - [1206] = 1206, - [1207] = 1132, - [1208] = 1092, - [1209] = 1209, - [1210] = 1210, - [1211] = 1211, - [1212] = 1146, - [1213] = 1134, - [1214] = 1214, - [1215] = 1215, - [1216] = 1100, - [1217] = 1153, - [1218] = 1157, - [1219] = 1196, - [1220] = 1199, - [1221] = 1092, - [1222] = 1102, - [1223] = 1092, - [1224] = 1200, - [1225] = 1100, - [1226] = 1136, - [1227] = 1128, - [1228] = 1185, - [1229] = 1229, - [1230] = 1205, - [1231] = 1231, - [1232] = 1128, - [1233] = 1102, - [1234] = 1132, - [1235] = 1128, - [1236] = 1134, - [1237] = 1215, - [1238] = 1146, - [1239] = 1206, - [1240] = 1157, - [1241] = 1241, - [1242] = 1242, - [1243] = 1128, - [1244] = 1153, - [1245] = 1099, - [1246] = 1176, - [1247] = 1195, - [1248] = 1100, - [1249] = 1099, - [1250] = 1250, - [1251] = 481, - [1252] = 1200, - [1253] = 1250, - [1254] = 1254, - [1255] = 1250, - [1256] = 1250, - [1257] = 1250, - [1258] = 1250, - [1259] = 1250, - [1260] = 1250, - [1261] = 1250, - [1262] = 1250, - [1263] = 1250, - [1264] = 1250, - [1265] = 1250, - [1266] = 1250, - [1267] = 1128, - [1268] = 429, - [1269] = 1250, - [1270] = 1250, - [1271] = 1250, - [1272] = 1250, - [1273] = 1250, - [1274] = 1250, - [1275] = 1250, - [1276] = 1250, - [1277] = 1250, - [1278] = 1278, - [1279] = 1250, - [1280] = 1102, - [1281] = 1092, - [1282] = 1250, - [1283] = 1250, - [1284] = 1250, - [1285] = 1250, - [1286] = 1215, - [1287] = 1206, - [1288] = 1250, - [1289] = 1205, - [1290] = 1199, - [1291] = 1291, - [1292] = 1195, - [1293] = 1176, - [1294] = 1250, - [1295] = 1250, - [1296] = 1296, - [1297] = 1297, - [1298] = 1298, - [1299] = 1250, - [1300] = 1300, - [1301] = 1250, - [1302] = 1250, - [1303] = 1250, - [1304] = 1250, - [1305] = 1099, - [1306] = 1128, - [1307] = 1100, - [1308] = 1308, - [1309] = 1250, - [1310] = 1250, - [1311] = 485, - [1312] = 1250, - [1313] = 1250, - [1314] = 1250, - [1315] = 1250, - [1316] = 1250, - [1317] = 486, - [1318] = 475, - [1319] = 1250, - [1320] = 1250, - [1321] = 1321, - [1322] = 1322, - [1323] = 479, - [1324] = 474, - [1325] = 1325, - [1326] = 480, - [1327] = 1327, - [1328] = 1250, - [1329] = 483, - [1330] = 482, - [1331] = 1250, - [1332] = 1332, - [1333] = 488, - [1334] = 473, - [1335] = 478, - [1336] = 1250, - [1337] = 479, - [1338] = 473, - [1339] = 474, - [1340] = 475, - [1341] = 480, - [1342] = 485, - [1343] = 445, - [1344] = 492, - [1345] = 488, - [1346] = 114, - [1347] = 478, - [1348] = 113, - [1349] = 479, - [1350] = 1350, - [1351] = 483, - [1352] = 480, - [1353] = 475, - [1354] = 474, - [1355] = 474, - [1356] = 483, - [1357] = 475, - [1358] = 482, - [1359] = 482, - [1360] = 481, - [1361] = 429, - [1362] = 488, - [1363] = 481, - [1364] = 478, - [1365] = 488, - [1366] = 1128, - [1367] = 429, - [1368] = 473, - [1369] = 479, - [1370] = 480, - [1371] = 115, - [1372] = 483, - [1373] = 486, - [1374] = 1298, - [1375] = 486, - [1376] = 473, - [1377] = 481, - [1378] = 486, - [1379] = 478, - [1380] = 429, - [1381] = 485, - [1382] = 485, - [1383] = 482, - [1384] = 488, - [1385] = 478, - [1386] = 492, - [1387] = 445, - [1388] = 479, - [1389] = 480, - [1390] = 483, - [1391] = 473, - [1392] = 492, - [1393] = 473, - [1394] = 481, - [1395] = 492, + [672] = 672, + [673] = 673, + [674] = 674, + [675] = 675, + [676] = 676, + [677] = 677, + [678] = 594, + [679] = 679, + [680] = 680, + [681] = 681, + [682] = 682, + [683] = 683, + [684] = 684, + [685] = 685, + [686] = 677, + [687] = 669, + [688] = 683, + [689] = 677, + [690] = 669, + [691] = 674, + [692] = 675, + [693] = 670, + [694] = 676, + [695] = 671, + [696] = 671, + [697] = 670, + [698] = 684, + [699] = 669, + [700] = 594, + [701] = 701, + [702] = 679, + [703] = 677, + [704] = 682, + [705] = 675, + [706] = 674, + [707] = 685, + [708] = 672, + [709] = 683, + [710] = 681, + [711] = 711, + [712] = 680, + [713] = 713, + [714] = 679, + [715] = 594, + [716] = 676, + [717] = 600, + [718] = 672, + [719] = 679, + [720] = 681, + [721] = 721, + [722] = 594, + [723] = 723, + [724] = 680, + [725] = 725, + [726] = 672, + [727] = 683, + [728] = 682, + [729] = 676, + [730] = 684, + [731] = 685, + [732] = 674, + [733] = 680, + [734] = 675, + [735] = 670, + [736] = 685, + [737] = 682, + [738] = 681, + [739] = 671, + [740] = 277, + [741] = 671, + [742] = 675, + [743] = 674, + [744] = 670, + [745] = 227, + [746] = 594, + [747] = 683, + [748] = 680, + [749] = 672, + [750] = 679, + [751] = 682, + [752] = 669, + [753] = 677, + [754] = 669, + [755] = 594, + [756] = 682, + [757] = 670, + [758] = 671, + [759] = 676, + [760] = 760, + [761] = 675, + [762] = 674, + [763] = 683, + [764] = 684, + [765] = 680, + [766] = 271, + [767] = 679, + [768] = 677, + [769] = 769, + [770] = 685, + [771] = 676, + [772] = 684, + [773] = 773, + [774] = 685, + [775] = 681, + [776] = 684, + [777] = 681, + [778] = 672, + [779] = 679, + [780] = 683, + [781] = 682, + [782] = 594, + [783] = 669, + [784] = 670, + [785] = 725, + [786] = 672, + [787] = 271, + [788] = 682, + [789] = 669, + [790] = 227, + [791] = 670, + [792] = 671, + [793] = 277, + [794] = 675, + [795] = 674, + [796] = 683, + [797] = 680, + [798] = 671, + [799] = 679, + [800] = 725, + [801] = 677, + [802] = 685, + [803] = 594, + [804] = 676, + [805] = 684, + [806] = 600, + [807] = 675, + [808] = 685, + [809] = 681, + [810] = 674, + [811] = 725, + [812] = 600, + [813] = 681, + [814] = 685, + [815] = 672, + [816] = 683, + [817] = 682, + [818] = 680, + [819] = 594, + [820] = 669, + [821] = 679, + [822] = 677, + [823] = 670, + [824] = 671, + [825] = 594, + [826] = 675, + [827] = 676, + [828] = 674, + [829] = 683, + [830] = 684, + [831] = 594, + [832] = 680, + [833] = 685, + [834] = 679, + [835] = 681, + [836] = 684, + [837] = 677, + [838] = 600, + [839] = 676, + [840] = 676, + [841] = 684, + [842] = 685, + [843] = 594, + [844] = 677, + [845] = 679, + [846] = 271, + [847] = 681, + [848] = 680, + [849] = 683, + [850] = 594, + [851] = 674, + [852] = 227, + [853] = 675, + [854] = 671, + [855] = 277, + [856] = 670, + [857] = 725, + [858] = 669, + [859] = 594, + [860] = 681, + [861] = 682, + [862] = 672, + [863] = 681, + [864] = 685, + [865] = 685, + [866] = 684, + [867] = 676, + [868] = 684, + [869] = 672, + [870] = 676, + [871] = 672, + [872] = 677, + [873] = 682, + [874] = 679, + [875] = 680, + [876] = 683, + [877] = 674, + [878] = 675, + [879] = 600, + [880] = 277, + [881] = 682, + [882] = 671, + [883] = 670, + [884] = 669, + [885] = 677, + [886] = 227, + [887] = 679, + [888] = 669, + [889] = 669, + [890] = 680, + [891] = 682, + [892] = 271, + [893] = 672, + [894] = 672, + [895] = 670, + [896] = 671, + [897] = 674, + [898] = 670, + [899] = 675, + [900] = 674, + [901] = 671, + [902] = 675, + [903] = 683, + [904] = 680, + [905] = 679, + [906] = 277, + [907] = 675, + [908] = 672, + [909] = 682, + [910] = 674, + [911] = 677, + [912] = 683, + [913] = 680, + [914] = 671, + [915] = 679, + [916] = 669, + [917] = 670, + [918] = 725, + [919] = 227, + [920] = 271, + [921] = 677, + [922] = 676, + [923] = 676, + [924] = 670, + [925] = 671, + [926] = 684, + [927] = 684, + [928] = 685, + [929] = 669, + [930] = 675, + [931] = 674, + [932] = 683, + [933] = 680, + [934] = 681, + [935] = 681, + [936] = 682, + [937] = 600, + [938] = 677, + [939] = 594, + [940] = 676, + [941] = 684, + [942] = 685, + [943] = 672, + [944] = 681, + [945] = 945, + [946] = 945, + [947] = 725, + [948] = 600, + [949] = 949, + [950] = 945, + [951] = 951, + [952] = 951, + [953] = 949, + [954] = 945, + [955] = 955, + [956] = 945, + [957] = 672, + [958] = 949, + [959] = 682, + [960] = 725, + [961] = 669, + [962] = 962, + [963] = 951, + [964] = 725, + [965] = 962, + [966] = 670, + [967] = 671, + [968] = 675, + [969] = 945, + [970] = 674, + [971] = 683, + [972] = 680, + [973] = 679, + [974] = 677, + [975] = 676, + [976] = 945, + [977] = 962, + [978] = 684, + [979] = 685, + [980] = 681, + [981] = 681, + [982] = 685, + [983] = 962, + [984] = 945, + [985] = 684, + [986] = 962, + [987] = 676, + [988] = 945, + [989] = 945, + [990] = 962, + [991] = 677, + [992] = 679, + [993] = 945, + [994] = 951, + [995] = 945, + [996] = 725, + [997] = 945, + [998] = 945, + [999] = 725, + [1000] = 945, + [1001] = 962, + [1002] = 945, + [1003] = 1003, + [1004] = 945, + [1005] = 945, + [1006] = 680, + [1007] = 945, + [1008] = 962, + [1009] = 683, + [1010] = 949, + [1011] = 674, + [1012] = 594, + [1013] = 945, + [1014] = 945, + [1015] = 945, + [1016] = 594, + [1017] = 675, + [1018] = 594, + [1019] = 671, + [1020] = 945, + [1021] = 962, + [1022] = 600, + [1023] = 670, + [1024] = 669, + [1025] = 600, + [1026] = 594, + [1027] = 945, + [1028] = 682, + [1029] = 672, + [1030] = 594, + [1031] = 725, + [1032] = 277, + [1033] = 945, + [1034] = 227, + [1035] = 600, + [1036] = 945, + [1037] = 594, + [1038] = 271, + [1039] = 962, + [1040] = 600, + [1041] = 672, + [1042] = 725, + [1043] = 682, + [1044] = 669, + [1045] = 670, + [1046] = 681, + [1047] = 600, + [1048] = 945, + [1049] = 681, + [1050] = 671, + [1051] = 600, + [1052] = 945, + [1053] = 685, + [1054] = 945, + [1055] = 684, + [1056] = 676, + [1057] = 675, + [1058] = 685, + [1059] = 684, + [1060] = 671, + [1061] = 677, + [1062] = 676, + [1063] = 679, + [1064] = 680, + [1065] = 683, + [1066] = 674, + [1067] = 675, + [1068] = 674, + [1069] = 277, + [1070] = 725, + [1071] = 671, + [1072] = 670, + [1073] = 683, + [1074] = 962, + [1075] = 227, + [1076] = 945, + [1077] = 945, + [1078] = 669, + [1079] = 672, + [1080] = 682, + [1081] = 271, + [1082] = 945, + [1083] = 672, + [1084] = 945, + [1085] = 594, + [1086] = 962, + [1087] = 962, + [1088] = 945, + [1089] = 677, + [1090] = 945, + [1091] = 670, + [1092] = 671, + [1093] = 945, + [1094] = 680, + [1095] = 674, + [1096] = 683, + [1097] = 680, + [1098] = 679, + [1099] = 962, + [1100] = 677, + [1101] = 682, + [1102] = 669, + [1103] = 676, + [1104] = 684, + [1105] = 685, + [1106] = 945, + [1107] = 945, + [1108] = 681, + [1109] = 675, + [1110] = 962, + [1111] = 962, + [1112] = 681, + [1113] = 672, + [1114] = 271, + [1115] = 945, + [1116] = 685, + [1117] = 227, + [1118] = 684, + [1119] = 676, + [1120] = 1120, + [1121] = 945, + [1122] = 670, + [1123] = 962, + [1124] = 677, + [1125] = 962, + [1126] = 679, + [1127] = 680, + [1128] = 683, + [1129] = 674, + [1130] = 675, + [1131] = 600, + [1132] = 277, + [1133] = 679, + [1134] = 671, + [1135] = 670, + [1136] = 725, + [1137] = 680, + [1138] = 674, + [1139] = 683, + [1140] = 674, + [1141] = 669, + [1142] = 675, + [1143] = 682, + [1144] = 683, + [1145] = 277, + [1146] = 672, + [1147] = 681, + [1148] = 679, + [1149] = 671, + [1150] = 685, + [1151] = 600, + [1152] = 680, + [1153] = 684, + [1154] = 676, + [1155] = 672, + [1156] = 271, + [1157] = 682, + [1158] = 594, + [1159] = 669, + [1160] = 227, + [1161] = 677, + [1162] = 679, + [1163] = 945, + [1164] = 677, + [1165] = 682, + [1166] = 669, + [1167] = 676, + [1168] = 684, + [1169] = 685, + [1170] = 945, + [1171] = 945, + [1172] = 962, + [1173] = 945, + [1174] = 681, + [1175] = 675, + [1176] = 962, + [1177] = 945, + [1178] = 962, + [1179] = 962, + [1180] = 962, + [1181] = 670, + [1182] = 945, + [1183] = 962, + [1184] = 945, + [1185] = 945, + [1186] = 674, + [1187] = 725, + [1188] = 271, + [1189] = 227, + [1190] = 277, + [1191] = 681, + [1192] = 685, + [1193] = 684, + [1194] = 676, + [1195] = 677, + [1196] = 600, + [1197] = 679, + [1198] = 680, + [1199] = 683, + [1200] = 675, + [1201] = 681, + [1202] = 671, + [1203] = 670, + [1204] = 685, + [1205] = 600, + [1206] = 600, + [1207] = 594, + [1208] = 725, + [1209] = 684, + [1210] = 600, + [1211] = 669, + [1212] = 600, + [1213] = 682, + [1214] = 677, + [1215] = 672, + [1216] = 679, + [1217] = 680, + [1218] = 683, + [1219] = 674, + [1220] = 675, + [1221] = 671, + [1222] = 670, + [1223] = 725, + [1224] = 669, + [1225] = 682, + [1226] = 672, + [1227] = 676, + [1228] = 672, + [1229] = 725, + [1230] = 670, + [1231] = 671, + [1232] = 725, + [1233] = 674, + [1234] = 594, + [1235] = 681, + [1236] = 600, + [1237] = 685, + [1238] = 684, + [1239] = 676, + [1240] = 683, + [1241] = 594, + [1242] = 680, + [1243] = 677, + [1244] = 725, + [1245] = 679, + [1246] = 680, + [1247] = 683, + [1248] = 674, + [1249] = 679, + [1250] = 675, + [1251] = 600, + [1252] = 681, + [1253] = 671, + [1254] = 670, + [1255] = 685, + [1256] = 684, + [1257] = 677, + [1258] = 682, + [1259] = 676, + [1260] = 669, + [1261] = 682, + [1262] = 271, + [1263] = 677, + [1264] = 672, + [1265] = 679, + [1266] = 680, + [1267] = 227, + [1268] = 683, + [1269] = 674, + [1270] = 675, + [1271] = 671, + [1272] = 670, + [1273] = 277, + [1274] = 600, + [1275] = 669, + [1276] = 682, + [1277] = 672, + [1278] = 725, + [1279] = 669, + [1280] = 725, + [1281] = 676, + [1282] = 594, + [1283] = 271, + [1284] = 684, + [1285] = 277, + [1286] = 675, + [1287] = 227, + [1288] = 227, + [1289] = 681, + [1290] = 685, + [1291] = 594, + [1292] = 271, + [1293] = 277, + [1294] = 227, + [1295] = 277, + [1296] = 271, + [1297] = 271, + [1298] = 676, + [1299] = 672, + [1300] = 676, + [1301] = 669, + [1302] = 594, + [1303] = 725, + [1304] = 600, + [1305] = 1305, + [1306] = 670, + [1307] = 1307, + [1308] = 725, + [1309] = 677, + [1310] = 671, + [1311] = 679, + [1312] = 674, + [1313] = 683, + [1314] = 680, + [1315] = 680, + [1316] = 679, + [1317] = 677, + [1318] = 683, + [1319] = 674, + [1320] = 684, + [1321] = 682, + [1322] = 671, + [1323] = 670, + [1324] = 725, + [1325] = 669, + [1326] = 600, + [1327] = 682, + [1328] = 672, + [1329] = 684, + [1330] = 685, + [1331] = 600, + [1332] = 725, + [1333] = 594, + [1334] = 600, + [1335] = 685, + [1336] = 227, + [1337] = 277, + [1338] = 681, + [1339] = 675, + [1340] = 600, + [1341] = 675, + [1342] = 227, + [1343] = 681, + [1344] = 277, + [1345] = 271, + [1346] = 227, + [1347] = 277, + [1348] = 725, + [1349] = 271, + [1350] = 277, + [1351] = 271, + [1352] = 227, + [1353] = 725, + [1354] = 600, + [1355] = 600, + [1356] = 1356, + [1357] = 725, + [1358] = 1358, + [1359] = 1359, + [1360] = 1360, + [1361] = 1361, + [1362] = 1362, + [1363] = 1363, + [1364] = 1364, + [1365] = 1365, + [1366] = 1366, + [1367] = 1367, + [1368] = 1368, + [1369] = 1369, + [1370] = 1365, + [1371] = 1364, + [1372] = 1366, + [1373] = 1373, + [1374] = 1374, + [1375] = 1375, + [1376] = 1376, + [1377] = 1377, + [1378] = 1378, + [1379] = 1379, + [1380] = 1380, + [1381] = 1381, + [1382] = 1382, + [1383] = 1383, + [1384] = 1384, + [1385] = 1385, + [1386] = 1386, + [1387] = 1384, + [1388] = 1388, + [1389] = 1388, + [1390] = 1388, + [1391] = 1377, + [1392] = 1388, + [1393] = 1388, + [1394] = 1394, + [1395] = 1388, [1396] = 1396, - [1397] = 486, - [1398] = 475, - [1399] = 482, - [1400] = 474, - [1401] = 482, - [1402] = 488, - [1403] = 478, - [1404] = 479, - [1405] = 480, - [1406] = 483, - [1407] = 473, - [1408] = 481, - [1409] = 486, - [1410] = 485, - [1411] = 485, - [1412] = 486, - [1413] = 481, - [1414] = 445, - [1415] = 445, - [1416] = 429, - [1417] = 483, - [1418] = 480, - [1419] = 485, - [1420] = 479, - [1421] = 478, - [1422] = 488, - [1423] = 482, - [1424] = 429, - [1425] = 474, - [1426] = 475, - [1427] = 474, - [1428] = 475, - [1429] = 429, - [1430] = 1396, - [1431] = 488, - [1432] = 483, - [1433] = 1433, - [1434] = 1434, - [1435] = 1435, - [1436] = 1436, - [1437] = 1437, - [1438] = 1438, - [1439] = 485, - [1440] = 478, - [1441] = 486, - [1442] = 481, - [1443] = 473, - [1444] = 474, - [1445] = 483, - [1446] = 480, - [1447] = 479, - [1448] = 485, - [1449] = 478, - [1450] = 486, - [1451] = 481, - [1452] = 482, - [1453] = 473, - [1454] = 474, - [1455] = 475, - [1456] = 480, - [1457] = 479, - [1458] = 488, - [1459] = 482, - [1460] = 475, - [1461] = 429, - [1462] = 429, - [1463] = 492, - [1464] = 483, - [1465] = 485, - [1466] = 445, - [1467] = 486, - [1468] = 481, - [1469] = 473, - [1470] = 483, - [1471] = 480, - [1472] = 479, - [1473] = 478, - [1474] = 482, - [1475] = 474, - [1476] = 475, - [1477] = 485, - [1478] = 445, - [1479] = 486, - [1480] = 481, - [1481] = 473, - [1482] = 483, - [1483] = 480, - [1484] = 479, - [1485] = 492, - [1486] = 485, - [1487] = 474, - [1488] = 474, - [1489] = 445, - [1490] = 473, - [1491] = 429, - [1492] = 482, - [1493] = 429, - [1494] = 488, - [1495] = 473, - [1496] = 429, - [1497] = 482, - [1498] = 492, - [1499] = 481, - [1500] = 475, - [1501] = 474, - [1502] = 481, - [1503] = 486, - [1504] = 486, - [1505] = 478, - [1506] = 488, - [1507] = 429, - [1508] = 482, - [1509] = 488, - [1510] = 488, - [1511] = 478, - [1512] = 478, - [1513] = 485, - [1514] = 479, - [1515] = 480, - [1516] = 475, - [1517] = 479, - [1518] = 483, - [1519] = 480, - [1520] = 475, - [1521] = 1521, - [1522] = 481, + [1397] = 1397, + [1398] = 1388, + [1399] = 1388, + [1400] = 1388, + [1401] = 1388, + [1402] = 1377, + [1403] = 1403, + [1404] = 1388, + [1405] = 1388, + [1406] = 1388, + [1407] = 1388, + [1408] = 1408, + [1409] = 1388, + [1410] = 1388, + [1411] = 1411, + [1412] = 1388, + [1413] = 1388, + [1414] = 1388, + [1415] = 1388, + [1416] = 1388, + [1417] = 1388, + [1418] = 1418, + [1419] = 1388, + [1420] = 1388, + [1421] = 1388, + [1422] = 1388, + [1423] = 1388, + [1424] = 1384, + [1425] = 1388, + [1426] = 1388, + [1427] = 1427, + [1428] = 1428, + [1429] = 1388, + [1430] = 1388, + [1431] = 1388, + [1432] = 1432, + [1433] = 1386, + [1434] = 1388, + [1435] = 1388, + [1436] = 1384, + [1437] = 1381, + [1438] = 1388, + [1439] = 1388, + [1440] = 1388, + [1441] = 1441, + [1442] = 1442, + [1443] = 1388, + [1444] = 1388, + [1445] = 1445, + [1446] = 1388, + [1447] = 1388, + [1448] = 1388, + [1449] = 1386, + [1450] = 1381, + [1451] = 1451, + [1452] = 1452, + [1453] = 1388, + [1454] = 1388, + [1455] = 1388, + [1456] = 1377, + [1457] = 1386, + [1458] = 1381, + [1459] = 1384, + [1460] = 1460, + [1461] = 1388, + [1462] = 1462, + [1463] = 1381, + [1464] = 1388, + [1465] = 1388, + [1466] = 1386, + [1467] = 1377, + [1468] = 1384, + [1469] = 1386, + [1470] = 1381, + [1471] = 1377, + [1472] = 1377, + [1473] = 1384, + [1474] = 1474, + [1475] = 1475, + [1476] = 1428, + [1477] = 1477, + [1478] = 1386, + [1479] = 1381, + [1480] = 1377, + [1481] = 1381, + [1482] = 1482, + [1483] = 683, + [1484] = 1386, + [1485] = 1384, + [1486] = 1381, + [1487] = 1487, + [1488] = 1488, + [1489] = 1386, + [1490] = 1490, + [1491] = 1377, + [1492] = 1492, + [1493] = 1452, + [1494] = 1494, + [1495] = 1384, + [1496] = 1428, + [1497] = 1377, + [1498] = 1381, + [1499] = 1386, + [1500] = 1428, + [1501] = 1428, + [1502] = 1384, + [1503] = 1369, + [1504] = 1504, + [1505] = 672, + [1506] = 677, + [1507] = 679, + [1508] = 1482, + [1509] = 680, + [1510] = 683, + [1511] = 674, + [1512] = 1475, + [1513] = 1477, + [1514] = 1428, + [1515] = 1487, + [1516] = 1488, + [1517] = 675, + [1518] = 1386, + [1519] = 1428, + [1520] = 1490, + [1521] = 676, + [1522] = 1522, [1523] = 1523, - [1524] = 1521, - [1525] = 445, - [1526] = 1523, - [1527] = 1521, - [1528] = 445, - [1529] = 1523, - [1530] = 1521, - [1531] = 1523, - [1532] = 481, - [1533] = 1523, - [1534] = 445, - [1535] = 1523, - [1536] = 1521, + [1524] = 1490, + [1525] = 671, + [1526] = 1526, + [1527] = 670, + [1528] = 1528, + [1529] = 1529, + [1530] = 1384, + [1531] = 669, + [1532] = 682, + [1533] = 1377, + [1534] = 1534, + [1535] = 684, + [1536] = 1536, [1537] = 1537, - [1538] = 1523, - [1539] = 1521, - [1540] = 1523, - [1541] = 1521, - [1542] = 1523, - [1543] = 1543, - [1544] = 1523, - [1545] = 1521, - [1546] = 492, - [1547] = 1523, - [1548] = 492, - [1549] = 1521, - [1550] = 1523, - [1551] = 1521, - [1552] = 1523, - [1553] = 1521, - [1554] = 478, - [1555] = 485, - [1556] = 1523, - [1557] = 1523, - [1558] = 1521, - [1559] = 478, - [1560] = 1521, - [1561] = 1521, - [1562] = 1523, - [1563] = 1521, - [1564] = 482, - [1565] = 1523, - [1566] = 1521, - [1567] = 473, - [1568] = 429, - [1569] = 1521, - [1570] = 1523, - [1571] = 1523, - [1572] = 1521, - [1573] = 492, - [1574] = 1523, - [1575] = 1521, - [1576] = 474, - [1577] = 1523, - [1578] = 1521, - [1579] = 486, - [1580] = 481, - [1581] = 483, - [1582] = 1521, - [1583] = 445, - [1584] = 1523, - [1585] = 482, - [1586] = 1523, - [1587] = 492, - [1588] = 1521, - [1589] = 473, - [1590] = 475, - [1591] = 1521, - [1592] = 1523, - [1593] = 1523, - [1594] = 1521, - [1595] = 480, - [1596] = 1523, - [1597] = 1521, - [1598] = 474, - [1599] = 483, - [1600] = 479, - [1601] = 1523, - [1602] = 1521, - [1603] = 480, - [1604] = 479, - [1605] = 1521, - [1606] = 488, - [1607] = 1523, - [1608] = 475, - [1609] = 1521, - [1610] = 1523, - [1611] = 445, - [1612] = 1523, - [1613] = 1521, - [1614] = 1523, - [1615] = 1521, - [1616] = 1616, - [1617] = 445, - [1618] = 485, - [1619] = 478, - [1620] = 1521, - [1621] = 486, - [1622] = 1521, - [1623] = 488, - [1624] = 486, - [1625] = 475, - [1626] = 1523, - [1627] = 482, - [1628] = 1523, - [1629] = 1521, - [1630] = 1521, - [1631] = 488, - [1632] = 1523, - [1633] = 1521, - [1634] = 473, - [1635] = 1521, - [1636] = 1523, - [1637] = 429, - [1638] = 474, - [1639] = 486, - [1640] = 483, - [1641] = 480, - [1642] = 429, - [1643] = 479, - [1644] = 480, - [1645] = 479, - [1646] = 478, - [1647] = 1521, - [1648] = 1523, - [1649] = 1521, - [1650] = 488, - [1651] = 1523, - [1652] = 1523, - [1653] = 486, - [1654] = 492, - [1655] = 1521, - [1656] = 1521, - [1657] = 1521, - [1658] = 1523, - [1659] = 481, - [1660] = 1523, - [1661] = 482, - [1662] = 473, - [1663] = 474, - [1664] = 483, - [1665] = 1523, - [1666] = 1523, - [1667] = 1521, - [1668] = 475, - [1669] = 480, - [1670] = 479, - [1671] = 485, - [1672] = 1523, - [1673] = 1521, - [1674] = 429, - [1675] = 483, - [1676] = 1523, - [1677] = 474, - [1678] = 473, - [1679] = 1521, - [1680] = 1523, - [1681] = 482, - [1682] = 1523, - [1683] = 492, - [1684] = 1521, - [1685] = 481, - [1686] = 485, - [1687] = 1523, - [1688] = 488, - [1689] = 1521, - [1690] = 429, - [1691] = 478, - [1692] = 485, - [1693] = 475, - [1694] = 1521, - [1695] = 1523, - [1696] = 1521, - [1697] = 492, - [1698] = 445, - [1699] = 492, - [1700] = 1700, - [1701] = 445, - [1702] = 492, - [1703] = 838, - [1704] = 492, - [1705] = 445, - [1706] = 1706, - [1707] = 492, - [1708] = 445, - [1709] = 871, - [1710] = 445, - [1711] = 1711, - [1712] = 1712, - [1713] = 1711, - [1714] = 1711, - [1715] = 1715, - [1716] = 1711, - [1717] = 1717, - [1718] = 1718, - [1719] = 1719, - [1720] = 1720, - [1721] = 1720, - [1722] = 1712, - [1723] = 1723, - [1724] = 1718, - [1725] = 1725, - [1726] = 1712, - [1727] = 1727, - [1728] = 1728, - [1729] = 1729, - [1730] = 1729, - [1731] = 1731, - [1732] = 1729, - [1733] = 1729, - [1734] = 1734, - [1735] = 1729, - [1736] = 1729, - [1737] = 1729, - [1738] = 1729, - [1739] = 1729, - [1740] = 1731, - [1741] = 1729, - [1742] = 1734, - [1743] = 1729, - [1744] = 1729, - [1745] = 1729, - [1746] = 1729, - [1747] = 1729, - [1748] = 1748, - [1749] = 1729, - [1750] = 1734, - [1751] = 1729, - [1752] = 1729, - [1753] = 1729, - [1754] = 1754, - [1755] = 1755, - [1756] = 1729, - [1757] = 1729, - [1758] = 1755, - [1759] = 1759, - [1760] = 1729, - [1761] = 1729, - [1762] = 1729, - [1763] = 1763, - [1764] = 1764, - [1765] = 1765, - [1766] = 1766, - [1767] = 1114, - [1768] = 1766, - [1769] = 1766, - [1770] = 1770, - [1771] = 1766, - [1772] = 1766, - [1773] = 1773, - [1774] = 1770, - [1775] = 1766, - [1776] = 1776, - [1777] = 1765, - [1778] = 1778, - [1779] = 1779, - [1780] = 1766, - [1781] = 1766, - [1782] = 1766, - [1783] = 1766, - [1784] = 1765, - [1785] = 1785, - [1786] = 1766, - [1787] = 1766, - [1788] = 1788, - [1789] = 1766, - [1790] = 1766, - [1791] = 1791, - [1792] = 1792, - [1793] = 1766, - [1794] = 1766, - [1795] = 1795, - [1796] = 1766, - [1797] = 1766, - [1798] = 1766, - [1799] = 1766, - [1800] = 1791, - [1801] = 1766, - [1802] = 1766, - [1803] = 1766, - [1804] = 1766, - [1805] = 1805, - [1806] = 1100, - [1807] = 1807, - [1808] = 1099, - [1809] = 1091, - [1810] = 1810, - [1811] = 1805, - [1812] = 1812, - [1813] = 1813, - [1814] = 1814, - [1815] = 1095, - [1816] = 1092, - [1817] = 1817, - [1818] = 1102, - [1819] = 1819, - [1820] = 1820, - [1821] = 1821, - [1822] = 1822, - [1823] = 1099, - [1824] = 1819, - [1825] = 1825, - [1826] = 1819, - [1827] = 1819, - [1828] = 1092, - [1829] = 1822, - [1830] = 1830, - [1831] = 1825, - [1832] = 1825, - [1833] = 1819, - [1834] = 1834, - [1835] = 1835, - [1836] = 1836, - [1837] = 1822, - [1838] = 1822, - [1839] = 1092, - [1840] = 1825, - [1841] = 1825, - [1842] = 1819, - [1843] = 1819, - [1844] = 1822, - [1845] = 1822, - [1846] = 1099, - [1847] = 1819, - [1848] = 1825, - [1849] = 1819, - [1850] = 1185, - [1851] = 1851, - [1852] = 1100, - [1853] = 1825, - [1854] = 1825, - [1855] = 1819, - [1856] = 1819, - [1857] = 1822, - [1858] = 1825, - [1859] = 1825, - [1860] = 1822, - [1861] = 1822, - [1862] = 1862, - [1863] = 1820, - [1864] = 1819, - [1865] = 1820, - [1866] = 1820, - [1867] = 1102, - [1868] = 1100, - [1869] = 1822, - [1870] = 1825, - [1871] = 1825, - [1872] = 1819, - [1873] = 1819, - [1874] = 1822, - [1875] = 1822, - [1876] = 1825, - [1877] = 1825, - [1878] = 1878, - [1879] = 1822, - [1880] = 1196, - [1881] = 1820, - [1882] = 1121, - [1883] = 1825, - [1884] = 1819, - [1885] = 1820, - [1886] = 1825, - [1887] = 1819, - [1888] = 1819, - [1889] = 1822, - [1890] = 1822, - [1891] = 1820, - [1892] = 1820, - [1893] = 1825, - [1894] = 1128, - [1895] = 1820, - [1896] = 1834, - [1897] = 1825, - [1898] = 1820, - [1899] = 1820, - [1900] = 1820, - [1901] = 1825, - [1902] = 1819, - [1903] = 1819, - [1904] = 1820, - [1905] = 1822, - [1906] = 1102, - [1907] = 1822, - [1908] = 1825, - [1909] = 1820, - [1910] = 1820, - [1911] = 1820, - [1912] = 1820, - [1913] = 1819, - [1914] = 1820, - [1915] = 1822, - [1916] = 1825, - [1917] = 1820, - [1918] = 1819, - [1919] = 1820, - [1920] = 1822, - [1921] = 1921, - [1922] = 1819, - [1923] = 1822, - [1924] = 1825, - [1925] = 1822, - [1926] = 1820, - [1927] = 1819, - [1928] = 1820, - [1929] = 1820, - [1930] = 1822, - [1931] = 1825, - [1932] = 1822, - [1933] = 1819, - [1934] = 1820, - [1935] = 1822, - [1936] = 1118, - [1937] = 1825, - [1938] = 1938, - [1939] = 1092, - [1940] = 1940, - [1941] = 1941, - [1942] = 1137, - [1943] = 1128, - [1944] = 1944, - [1945] = 1128, - [1946] = 1946, - [1947] = 1136, - [1948] = 1146, - [1949] = 1949, - [1950] = 1950, - [1951] = 1132, - [1952] = 1153, - [1953] = 1941, - [1954] = 1954, - [1955] = 1134, - [1956] = 1100, - [1957] = 1954, - [1958] = 1944, - [1959] = 1959, - [1960] = 1960, - [1961] = 1946, - [1962] = 1145, - [1963] = 1157, - [1964] = 1166, - [1965] = 1102, - [1966] = 1099, - [1967] = 1967, - [1968] = 1968, - [1969] = 1969, - [1970] = 1944, - [1971] = 1164, - [1972] = 1959, - [1973] = 1959, - [1974] = 1974, - [1975] = 1975, - [1976] = 1205, - [1977] = 1092, - [1978] = 1099, - [1979] = 1176, - [1980] = 1194, - [1981] = 1981, - [1982] = 1100, - [1983] = 1128, - [1984] = 1100, - [1985] = 1985, - [1986] = 1102, - [1987] = 1099, - [1988] = 1100, - [1989] = 1989, - [1990] = 1099, - [1991] = 1177, - [1992] = 1992, - [1993] = 1989, - [1994] = 1100, - [1995] = 1099, - [1996] = 1989, - [1997] = 1092, - [1998] = 1199, - [1999] = 1102, - [2000] = 1192, - [2001] = 1092, - [2002] = 1215, - [2003] = 1206, - [2004] = 2004, - [2005] = 2005, - [2006] = 2006, - [2007] = 1099, - [2008] = 2005, - [2009] = 1102, - [2010] = 1102, - [2011] = 1102, - [2012] = 1981, - [2013] = 1092, - [2014] = 1992, - [2015] = 1985, - [2016] = 1092, - [2017] = 1200, - [2018] = 2018, - [2019] = 1100, - [2020] = 1989, - [2021] = 1195, - [2022] = 2022, - [2023] = 2023, + [1538] = 1377, + [1539] = 594, + [1540] = 1540, + [1541] = 685, + [1542] = 1428, + [1543] = 681, + [1544] = 1381, + [1545] = 1381, + [1546] = 1386, + [1547] = 1482, + [1548] = 1548, + [1549] = 1488, + [1550] = 1487, + [1551] = 1477, + [1552] = 1475, + [1553] = 1384, + [1554] = 1381, + [1555] = 1377, + [1556] = 1384, + [1557] = 1428, + [1558] = 1428, + [1559] = 1386, + [1560] = 1560, + [1561] = 1522, + [1562] = 675, + [1563] = 674, + [1564] = 1523, + [1565] = 1522, + [1566] = 675, + [1567] = 672, + [1568] = 1568, + [1569] = 685, + [1570] = 683, + [1571] = 671, + [1572] = 670, + [1573] = 681, + [1574] = 684, + [1575] = 677, + [1576] = 676, + [1577] = 682, + [1578] = 669, + [1579] = 679, + [1580] = 1384, + [1581] = 1384, + [1582] = 670, + [1583] = 671, + [1584] = 675, + [1585] = 674, + [1586] = 680, + [1587] = 672, + [1588] = 679, + [1589] = 677, + [1590] = 594, + [1591] = 676, + [1592] = 684, + [1593] = 669, + [1594] = 685, + [1595] = 681, + [1596] = 669, + [1597] = 681, + [1598] = 682, + [1599] = 680, + [1600] = 685, + [1601] = 684, + [1602] = 676, + [1603] = 1534, + [1604] = 677, + [1605] = 679, + [1606] = 680, + [1607] = 670, + [1608] = 683, + [1609] = 675, + [1610] = 1526, + [1611] = 1528, + [1612] = 671, + [1613] = 600, + [1614] = 1614, + [1615] = 674, + [1616] = 670, + [1617] = 669, + [1618] = 682, + [1619] = 1523, + [1620] = 683, + [1621] = 672, + [1622] = 1622, + [1623] = 1623, + [1624] = 1624, + [1625] = 594, + [1626] = 725, + [1627] = 1627, + [1628] = 1628, + [1629] = 594, + [1630] = 1537, + [1631] = 1631, + [1632] = 1428, + [1633] = 1528, + [1634] = 1526, + [1635] = 1635, + [1636] = 674, + [1637] = 683, + [1638] = 680, + [1639] = 679, + [1640] = 1536, + [1641] = 677, + [1642] = 682, + [1643] = 1428, + [1644] = 1537, + [1645] = 1534, + [1646] = 594, + [1647] = 1536, + [1648] = 1648, + [1649] = 1377, + [1650] = 1381, + [1651] = 676, + [1652] = 671, + [1653] = 1386, + [1654] = 684, + [1655] = 685, + [1656] = 1381, + [1657] = 1386, + [1658] = 1658, + [1659] = 1377, + [1660] = 681, + [1661] = 1661, + [1662] = 672, + [1663] = 1663, + [1664] = 1428, + [1665] = 681, + [1666] = 1666, + [1667] = 684, + [1668] = 1668, + [1669] = 725, + [1670] = 685, + [1671] = 670, + [1672] = 671, + [1673] = 674, + [1674] = 683, + [1675] = 675, + [1676] = 675, + [1677] = 1666, + [1678] = 1668, + [1679] = 1666, + [1680] = 671, + [1681] = 1666, + [1682] = 680, + [1683] = 1668, + [1684] = 674, + [1685] = 683, + [1686] = 1668, + [1687] = 670, + [1688] = 1666, + [1689] = 677, + [1690] = 1666, + [1691] = 1668, + [1692] = 680, + [1693] = 1666, + [1694] = 679, + [1695] = 725, + [1696] = 1668, + [1697] = 1666, + [1698] = 669, + [1699] = 682, + [1700] = 672, + [1701] = 600, + [1702] = 1668, + [1703] = 1668, + [1704] = 1668, + [1705] = 672, + [1706] = 1666, + [1707] = 1666, + [1708] = 682, + [1709] = 1668, + [1710] = 669, + [1711] = 679, + [1712] = 1666, + [1713] = 1666, + [1714] = 1666, + [1715] = 1668, + [1716] = 676, + [1717] = 676, + [1718] = 1428, + [1719] = 684, + [1720] = 685, + [1721] = 1668, + [1722] = 684, + [1723] = 1666, + [1724] = 685, + [1725] = 1668, + [1726] = 677, + [1727] = 681, + [1728] = 677, + [1729] = 600, + [1730] = 1666, + [1731] = 685, + [1732] = 681, + [1733] = 1666, + [1734] = 1668, + [1735] = 684, + [1736] = 1668, + [1737] = 676, + [1738] = 1666, + [1739] = 669, + [1740] = 1668, + [1741] = 1666, + [1742] = 1668, + [1743] = 682, + [1744] = 1666, + [1745] = 1668, + [1746] = 677, + [1747] = 600, + [1748] = 1668, + [1749] = 1428, + [1750] = 679, + [1751] = 680, + [1752] = 671, + [1753] = 679, + [1754] = 680, + [1755] = 676, + [1756] = 683, + [1757] = 674, + [1758] = 1666, + [1759] = 1666, + [1760] = 1668, + [1761] = 1666, + [1762] = 594, + [1763] = 1666, + [1764] = 671, + [1765] = 725, + [1766] = 1666, + [1767] = 1668, + [1768] = 1668, + [1769] = 1666, + [1770] = 670, + [1771] = 1668, + [1772] = 1666, + [1773] = 594, + [1774] = 1668, + [1775] = 1658, + [1776] = 1668, + [1777] = 594, + [1778] = 672, + [1779] = 725, + [1780] = 1666, + [1781] = 1668, + [1782] = 1668, + [1783] = 683, + [1784] = 682, + [1785] = 1666, + [1786] = 1666, + [1787] = 1668, + [1788] = 1668, + [1789] = 1668, + [1790] = 1666, + [1791] = 681, + [1792] = 1666, + [1793] = 1666, + [1794] = 1668, + [1795] = 1668, + [1796] = 1666, + [1797] = 672, + [1798] = 1668, + [1799] = 674, + [1800] = 1800, + [1801] = 1668, + [1802] = 1668, + [1803] = 1666, + [1804] = 600, + [1805] = 675, + [1806] = 1668, + [1807] = 1666, + [1808] = 1666, + [1809] = 1668, + [1810] = 1666, + [1811] = 1666, + [1812] = 1668, + [1813] = 1668, + [1814] = 1666, + [1815] = 1668, + [1816] = 1666, + [1817] = 1668, + [1818] = 594, + [1819] = 1666, + [1820] = 1666, + [1821] = 1668, + [1822] = 1668, + [1823] = 675, + [1824] = 1614, + [1825] = 1666, + [1826] = 1668, + [1827] = 1666, + [1828] = 1666, + [1829] = 1666, + [1830] = 1668, + [1831] = 1666, + [1832] = 1668, + [1833] = 1668, + [1834] = 1666, + [1835] = 670, + [1836] = 669, + [1837] = 1837, + [1838] = 1668, + [1839] = 685, + [1840] = 670, + [1841] = 682, + [1842] = 669, + [1843] = 680, + [1844] = 672, + [1845] = 682, + [1846] = 594, + [1847] = 672, + [1848] = 669, + [1849] = 671, + [1850] = 675, + [1851] = 674, + [1852] = 683, + [1853] = 679, + [1854] = 677, + [1855] = 681, + [1856] = 680, + [1857] = 679, + [1858] = 672, + [1859] = 675, + [1860] = 676, + [1861] = 684, + [1862] = 677, + [1863] = 670, + [1864] = 685, + [1865] = 1865, + [1866] = 682, + [1867] = 670, + [1868] = 671, + [1869] = 681, + [1870] = 681, + [1871] = 1871, + [1872] = 669, + [1873] = 671, + [1874] = 600, + [1875] = 669, + [1876] = 594, + [1877] = 684, + [1878] = 676, + [1879] = 1879, + [1880] = 684, + [1881] = 675, + [1882] = 600, + [1883] = 1883, + [1884] = 685, + [1885] = 670, + [1886] = 671, + [1887] = 672, + [1888] = 681, + [1889] = 674, + [1890] = 594, + [1891] = 683, + [1892] = 675, + [1893] = 674, + [1894] = 725, + [1895] = 680, + [1896] = 725, + [1897] = 725, + [1898] = 679, + [1899] = 685, + [1900] = 674, + [1901] = 683, + [1902] = 725, + [1903] = 672, + [1904] = 680, + [1905] = 677, + [1906] = 679, + [1907] = 594, + [1908] = 682, + [1909] = 677, + [1910] = 683, + [1911] = 669, + [1912] = 1883, + [1913] = 676, + [1914] = 684, + [1915] = 1915, + [1916] = 685, + [1917] = 684, + [1918] = 676, + [1919] = 1883, + [1920] = 677, + [1921] = 682, + [1922] = 670, + [1923] = 676, + [1924] = 679, + [1925] = 1883, + [1926] = 680, + [1927] = 671, + [1928] = 681, + [1929] = 683, + [1930] = 1930, + [1931] = 594, + [1932] = 600, + [1933] = 674, + [1934] = 600, + [1935] = 675, + [1936] = 683, + [1937] = 682, + [1938] = 600, + [1939] = 671, + [1940] = 681, + [1941] = 671, + [1942] = 675, + [1943] = 674, + [1944] = 594, + [1945] = 674, + [1946] = 683, + [1947] = 675, + [1948] = 670, + [1949] = 685, + [1950] = 725, + [1951] = 684, + [1952] = 680, + [1953] = 676, + [1954] = 679, + [1955] = 669, + [1956] = 594, + [1957] = 681, + [1958] = 725, + [1959] = 685, + [1960] = 725, + [1961] = 677, + [1962] = 682, + [1963] = 600, + [1964] = 672, + [1965] = 685, + [1966] = 677, + [1967] = 677, + [1968] = 672, + [1969] = 679, + [1970] = 680, + [1971] = 682, + [1972] = 669, + [1973] = 669, + [1974] = 684, + [1975] = 676, + [1976] = 669, + [1977] = 676, + [1978] = 676, + [1979] = 600, + [1980] = 681, + [1981] = 682, + [1982] = 672, + [1983] = 677, + [1984] = 679, + [1985] = 594, + [1986] = 679, + [1987] = 684, + [1988] = 725, + [1989] = 680, + [1990] = 683, + [1991] = 671, + [1992] = 670, + [1993] = 680, + [1994] = 674, + [1995] = 683, + [1996] = 670, + [1997] = 675, + [1998] = 600, + [1999] = 672, + [2000] = 2000, + [2001] = 674, + [2002] = 681, + [2003] = 671, + [2004] = 670, + [2005] = 684, + [2006] = 685, + [2007] = 594, + [2008] = 600, + [2009] = 675, + [2010] = 725, + [2011] = 725, + [2012] = 725, + [2013] = 680, + [2014] = 600, + [2015] = 600, + [2016] = 670, + [2017] = 2017, + [2018] = 600, + [2019] = 679, + [2020] = 725, + [2021] = 2021, + [2022] = 600, + [2023] = 725, [2024] = 2024, - [2025] = 2022, - [2026] = 2026, - [2027] = 2027, - [2028] = 2028, - [2029] = 1128, - [2030] = 1128, - [2031] = 2031, - [2032] = 2028, - [2033] = 2027, - [2034] = 2034, - [2035] = 2035, - [2036] = 2036, - [2037] = 2026, - [2038] = 2038, - [2039] = 2038, - [2040] = 1128, - [2041] = 2041, - [2042] = 1128, - [2043] = 2043, - [2044] = 1128, - [2045] = 2024, - [2046] = 2046, - [2047] = 2047, - [2048] = 2048, - [2049] = 2046, + [2025] = 2025, + [2026] = 2025, + [2027] = 2025, + [2028] = 2025, + [2029] = 2025, + [2030] = 2030, + [2031] = 2025, + [2032] = 2025, + [2033] = 2025, + [2034] = 2025, + [2035] = 2025, + [2036] = 2025, + [2037] = 2025, + [2038] = 2025, + [2039] = 2025, + [2040] = 2025, + [2041] = 2025, + [2042] = 2025, + [2043] = 2025, + [2044] = 2025, + [2045] = 2025, + [2046] = 2025, + [2047] = 2025, + [2048] = 2025, + [2049] = 2025, [2050] = 2050, [2051] = 2051, - [2052] = 2047, - [2053] = 2048, - [2054] = 2046, - [2055] = 2050, - [2056] = 2051, - [2057] = 2047, + [2052] = 2052, + [2053] = 2053, + [2054] = 2054, + [2055] = 2055, + [2056] = 2056, + [2057] = 2057, [2058] = 2058, - [2059] = 2048, - [2060] = 2046, + [2059] = 2059, + [2060] = 2060, [2061] = 2061, - [2062] = 2050, - [2063] = 2051, - [2064] = 2047, + [2062] = 2062, + [2063] = 2063, + [2064] = 2064, [2065] = 2065, - [2066] = 2048, - [2067] = 2046, - [2068] = 2047, - [2069] = 2050, - [2070] = 2051, - [2071] = 2047, - [2072] = 2072, - [2073] = 2048, - [2074] = 2046, - [2075] = 2050, - [2076] = 2051, - [2077] = 2047, - [2078] = 2048, - [2079] = 2046, - [2080] = 2048, - [2081] = 2050, - [2082] = 2051, - [2083] = 2047, - [2084] = 2051, - [2085] = 2048, - [2086] = 2046, - [2087] = 2050, - [2088] = 2050, - [2089] = 2051, - [2090] = 2047, - [2091] = 2091, - [2092] = 2048, - [2093] = 2046, - [2094] = 2094, - [2095] = 2050, - [2096] = 2051, - [2097] = 2047, - [2098] = 2098, - [2099] = 2048, - [2100] = 2046, - [2101] = 2046, - [2102] = 2050, - [2103] = 2051, - [2104] = 2047, - [2105] = 2048, - [2106] = 2048, - [2107] = 2046, - [2108] = 2047, - [2109] = 2050, - [2110] = 2051, - [2111] = 2047, - [2112] = 2051, - [2113] = 2048, - [2114] = 2046, - [2115] = 2115, - [2116] = 2050, - [2117] = 2051, - [2118] = 2047, - [2119] = 2050, - [2120] = 2048, - [2121] = 2046, - [2122] = 2122, - [2123] = 2050, - [2124] = 2051, - [2125] = 2047, - [2126] = 2048, - [2127] = 2046, - [2128] = 2128, - [2129] = 2050, - [2130] = 2051, - [2131] = 2047, - [2132] = 2048, - [2133] = 2046, - [2134] = 2046, - [2135] = 2050, - [2136] = 2051, - [2137] = 2047, - [2138] = 2050, - [2139] = 2050, - [2140] = 2050, - [2141] = 2050, - [2142] = 2050, - [2143] = 2050, - [2144] = 2050, - [2145] = 2050, - [2146] = 475, - [2147] = 2047, - [2148] = 2148, - [2149] = 2051, - [2150] = 2050, + [2066] = 2064, + [2067] = 2067, + [2068] = 2067, + [2069] = 2064, + [2070] = 2067, + [2071] = 2071, + [2072] = 2071, + [2073] = 2067, + [2074] = 2071, + [2075] = 2067, + [2076] = 2071, + [2077] = 2071, + [2078] = 2064, + [2079] = 2064, + [2080] = 2067, + [2081] = 2071, + [2082] = 2071, + [2083] = 2067, + [2084] = 2064, + [2085] = 2071, + [2086] = 2071, + [2087] = 2064, + [2088] = 2088, + [2089] = 2064, + [2090] = 2090, + [2091] = 2067, + [2092] = 2071, + [2093] = 2067, + [2094] = 2067, + [2095] = 2095, + [2096] = 2067, + [2097] = 2071, + [2098] = 2071, + [2099] = 2064, + [2100] = 2100, + [2101] = 2067, + [2102] = 2067, + [2103] = 2071, + [2104] = 2071, + [2105] = 2071, + [2106] = 2064, + [2107] = 2107, + [2108] = 2090, + [2109] = 2088, + [2110] = 2067, + [2111] = 2064, + [2112] = 2071, + [2113] = 2064, + [2114] = 2114, + [2115] = 2064, + [2116] = 2064, + [2117] = 2064, + [2118] = 2064, + [2119] = 2067, + [2120] = 2064, + [2121] = 2064, + [2122] = 2067, + [2123] = 2100, + [2124] = 2064, + [2125] = 2067, + [2126] = 2126, + [2127] = 2071, + [2128] = 2067, + [2129] = 2064, + [2130] = 2071, + [2131] = 2067, + [2132] = 2067, + [2133] = 2071, + [2134] = 2134, + [2135] = 2067, + [2136] = 2095, + [2137] = 2071, + [2138] = 2071, + [2139] = 2067, + [2140] = 2071, + [2141] = 2071, + [2142] = 2071, + [2143] = 2067, + [2144] = 2144, + [2145] = 2064, + [2146] = 2067, + [2147] = 2064, + [2148] = 2064, + [2149] = 2064, + [2150] = 2150, [2151] = 2151, [2152] = 2152, [2153] = 2153, - [2154] = 2046, - [2155] = 2048, - [2156] = 2047, - [2157] = 2051, - [2158] = 2050, - [2159] = 2051, - [2160] = 2046, + [2154] = 2154, + [2155] = 2154, + [2156] = 2156, + [2157] = 2152, + [2158] = 2154, + [2159] = 2154, + [2160] = 2154, [2161] = 2161, [2162] = 2162, - [2163] = 2163, - [2164] = 2048, - [2165] = 2047, - [2166] = 2051, - [2167] = 2050, - [2168] = 2168, - [2169] = 2122, + [2163] = 2154, + [2164] = 2164, + [2165] = 2154, + [2166] = 2154, + [2167] = 2154, + [2168] = 2154, + [2169] = 2169, [2170] = 2170, - [2171] = 2168, - [2172] = 2172, - [2173] = 2148, - [2174] = 2151, - [2175] = 2175, - [2176] = 2163, - [2177] = 2162, - [2178] = 2050, - [2179] = 2161, - [2180] = 2163, - [2181] = 2046, - [2182] = 2048, - [2183] = 2047, - [2184] = 2051, - [2185] = 2050, - [2186] = 2122, - [2187] = 2046, - [2188] = 2168, + [2171] = 2171, + [2172] = 2154, + [2173] = 2154, + [2174] = 2154, + [2175] = 2154, + [2176] = 2154, + [2177] = 2177, + [2178] = 2154, + [2179] = 2179, + [2180] = 2154, + [2181] = 2154, + [2182] = 2154, + [2183] = 2154, + [2184] = 2154, + [2185] = 2154, + [2186] = 2154, + [2187] = 2154, + [2188] = 2188, [2189] = 2189, - [2190] = 2151, - [2191] = 2048, - [2192] = 2192, - [2193] = 2193, - [2194] = 2161, - [2195] = 2163, - [2196] = 2047, - [2197] = 2051, - [2198] = 2050, - [2199] = 2122, - [2200] = 2168, - [2201] = 2151, - [2202] = 2202, - [2203] = 2161, - [2204] = 2094, - [2205] = 2205, - [2206] = 2122, - [2207] = 2151, - [2208] = 2048, - [2209] = 2161, - [2210] = 2047, - [2211] = 2051, - [2212] = 2122, - [2213] = 2151, - [2214] = 2050, - [2215] = 2161, - [2216] = 2046, - [2217] = 2217, - [2218] = 2122, - [2219] = 2151, - [2220] = 2048, - [2221] = 2161, - [2222] = 2047, - [2223] = 2051, - [2224] = 2122, - [2225] = 2151, - [2226] = 2161, - [2227] = 2050, - [2228] = 2046, - [2229] = 2122, - [2230] = 2151, - [2231] = 2161, - [2232] = 2048, - [2233] = 2047, - [2234] = 2122, - [2235] = 2151, - [2236] = 2161, - [2237] = 2051, - [2238] = 2046, - [2239] = 2122, - [2240] = 2151, - [2241] = 2161, - [2242] = 2046, - [2243] = 2048, - [2244] = 2122, - [2245] = 2151, - [2246] = 2161, - [2247] = 2047, - [2248] = 2248, - [2249] = 2122, - [2250] = 2151, - [2251] = 2161, - [2252] = 2051, - [2253] = 2050, - [2254] = 2122, - [2255] = 2151, - [2256] = 2161, - [2257] = 2046, - [2258] = 2048, - [2259] = 2122, - [2260] = 2151, - [2261] = 2161, - [2262] = 2047, - [2263] = 2051, - [2264] = 2122, - [2265] = 2151, - [2266] = 2161, - [2267] = 2050, - [2268] = 2048, - [2269] = 2122, - [2270] = 2151, - [2271] = 2161, - [2272] = 2048, - [2273] = 2273, - [2274] = 2122, - [2275] = 2151, - [2276] = 2161, - [2277] = 2047, - [2278] = 2051, - [2279] = 2122, - [2280] = 2151, - [2281] = 2161, - [2282] = 2050, - [2283] = 2046, - [2284] = 2122, - [2285] = 2151, - [2286] = 2161, - [2287] = 2046, - [2288] = 2161, - [2289] = 2122, - [2290] = 2151, - [2291] = 2161, - [2292] = 2048, - [2293] = 2047, - [2294] = 2122, - [2295] = 2151, - [2296] = 2161, - [2297] = 2051, - [2298] = 2050, - [2299] = 2122, - [2300] = 2151, - [2301] = 2161, - [2302] = 2046, - [2303] = 2048, - [2304] = 2122, - [2305] = 2151, - [2306] = 2161, - [2307] = 2047, - [2308] = 2151, - [2309] = 2161, - [2310] = 2051, - [2311] = 2151, - [2312] = 2161, + [2190] = 2188, + [2191] = 2189, + [2192] = 2188, + [2193] = 2189, + [2194] = 2188, + [2195] = 2189, + [2196] = 1377, + [2197] = 1381, + [2198] = 1386, + [2199] = 2189, + [2200] = 2189, + [2201] = 2188, + [2202] = 2189, + [2203] = 2189, + [2204] = 2188, + [2205] = 2188, + [2206] = 2189, + [2207] = 2188, + [2208] = 2188, + [2209] = 2188, + [2210] = 2189, + [2211] = 2188, + [2212] = 2212, + [2213] = 2188, + [2214] = 2188, + [2215] = 2189, + [2216] = 2188, + [2217] = 2189, + [2218] = 2218, + [2219] = 2189, + [2220] = 2188, + [2221] = 2188, + [2222] = 2188, + [2223] = 2188, + [2224] = 2188, + [2225] = 2189, + [2226] = 2188, + [2227] = 2188, + [2228] = 2188, + [2229] = 2229, + [2230] = 2189, + [2231] = 2231, + [2232] = 2188, + [2233] = 2188, + [2234] = 2188, + [2235] = 2188, + [2236] = 2189, + [2237] = 2188, + [2238] = 2189, + [2239] = 2188, + [2240] = 2240, + [2241] = 2189, + [2242] = 2188, + [2243] = 2243, + [2244] = 2188, + [2245] = 2188, + [2246] = 2246, + [2247] = 2189, + [2248] = 2188, + [2249] = 2189, + [2250] = 2188, + [2251] = 2188, + [2252] = 2188, + [2253] = 2188, + [2254] = 2188, + [2255] = 2189, + [2256] = 2188, + [2257] = 2188, + [2258] = 2189, + [2259] = 2189, + [2260] = 2188, + [2261] = 2188, + [2262] = 2188, + [2263] = 2188, + [2264] = 2189, + [2265] = 2188, + [2266] = 2188, + [2267] = 2188, + [2268] = 2188, + [2269] = 2269, + [2270] = 1384, + [2271] = 2188, + [2272] = 2272, + [2273] = 1384, + [2274] = 2274, + [2275] = 1381, + [2276] = 2274, + [2277] = 2274, + [2278] = 1377, + [2279] = 1386, + [2280] = 2272, + [2281] = 2274, + [2282] = 1377, + [2283] = 1384, + [2284] = 2274, + [2285] = 2274, + [2286] = 2274, + [2287] = 2274, + [2288] = 2288, + [2289] = 2289, + [2290] = 2274, + [2291] = 2291, + [2292] = 1384, + [2293] = 2274, + [2294] = 2294, + [2295] = 2295, + [2296] = 2296, + [2297] = 2297, + [2298] = 2298, + [2299] = 2274, + [2300] = 2274, + [2301] = 1428, + [2302] = 2274, + [2303] = 2303, + [2304] = 2274, + [2305] = 1381, + [2306] = 2274, + [2307] = 2274, + [2308] = 1377, + [2309] = 2274, + [2310] = 2310, + [2311] = 2311, + [2312] = 2274, [2313] = 2313, - [2314] = 2151, - [2315] = 2161, - [2316] = 2050, - [2317] = 2151, - [2318] = 2161, - [2319] = 2046, - [2320] = 2151, - [2321] = 2161, + [2314] = 2274, + [2315] = 1386, + [2316] = 2274, + [2317] = 2274, + [2318] = 2274, + [2319] = 2274, + [2320] = 1386, + [2321] = 1381, [2322] = 2322, - [2323] = 2151, - [2324] = 2161, - [2325] = 2325, - [2326] = 2151, - [2327] = 2161, - [2328] = 2328, - [2329] = 2151, - [2330] = 2161, - [2331] = 2048, - [2332] = 2151, - [2333] = 2161, - [2334] = 479, - [2335] = 2151, - [2336] = 2161, - [2337] = 2047, - [2338] = 2151, - [2339] = 2161, - [2340] = 2051, - [2341] = 2151, - [2342] = 2161, - [2343] = 2050, - [2344] = 2151, - [2345] = 2161, - [2346] = 2046, - [2347] = 2151, - [2348] = 2161, - [2349] = 2048, - [2350] = 2151, - [2351] = 2161, - [2352] = 2047, - [2353] = 2151, - [2354] = 2161, - [2355] = 2051, - [2356] = 2151, - [2357] = 2161, - [2358] = 2050, - [2359] = 2151, - [2360] = 2161, - [2361] = 2046, - [2362] = 2151, - [2363] = 2161, - [2364] = 2048, - [2365] = 2151, - [2366] = 2161, - [2367] = 2367, - [2368] = 2151, - [2369] = 2161, - [2370] = 2047, - [2371] = 2151, - [2372] = 2161, - [2373] = 2051, - [2374] = 2151, - [2375] = 2161, - [2376] = 2050, - [2377] = 2151, - [2378] = 2161, - [2379] = 2046, - [2380] = 2047, - [2381] = 2047, - [2382] = 2051, - [2383] = 2383, - [2384] = 2050, - [2385] = 2046, - [2386] = 2189, - [2387] = 2162, - [2388] = 2170, - [2389] = 2072, - [2390] = 2048, - [2391] = 2047, - [2392] = 2051, - [2393] = 2050, - [2394] = 2046, - [2395] = 2048, - [2396] = 2189, - [2397] = 2162, - [2398] = 2170, - [2399] = 2072, - [2400] = 482, - [2401] = 2051, - [2402] = 2050, - [2403] = 2046, - [2404] = 2048, - [2405] = 2170, - [2406] = 2072, - [2407] = 2047, - [2408] = 2051, - [2409] = 2409, - [2410] = 2050, - [2411] = 2072, - [2412] = 2046, - [2413] = 2048, - [2414] = 2072, - [2415] = 2047, - [2416] = 2051, - [2417] = 2072, - [2418] = 2050, - [2419] = 2048, - [2420] = 2072, - [2421] = 2046, - [2422] = 2422, - [2423] = 2072, - [2424] = 2048, - [2425] = 2047, - [2426] = 2072, - [2427] = 480, - [2428] = 2051, - [2429] = 2072, - [2430] = 2050, - [2431] = 2046, - [2432] = 2072, - [2433] = 2433, - [2434] = 2434, - [2435] = 2072, - [2436] = 2048, - [2437] = 2152, - [2438] = 2072, - [2439] = 2048, - [2440] = 2047, - [2441] = 2072, - [2442] = 2051, - [2443] = 2443, - [2444] = 2072, - [2445] = 2445, - [2446] = 2383, - [2447] = 2072, - [2448] = 2151, - [2449] = 2449, - [2450] = 2072, - [2451] = 2451, - [2452] = 2050, - [2453] = 2072, - [2454] = 2046, - [2455] = 2048, - [2456] = 2072, - [2457] = 2148, - [2458] = 2047, - [2459] = 2072, - [2460] = 2051, - [2461] = 2050, - [2462] = 2072, - [2463] = 2046, - [2464] = 2048, - [2465] = 2072, - [2466] = 2047, - [2467] = 2051, - [2468] = 2072, - [2469] = 2050, - [2470] = 2470, + [2323] = 2274, + [2324] = 2324, + [2325] = 2324, + [2326] = 2324, + [2327] = 2324, + [2328] = 1428, + [2329] = 2324, + [2330] = 2324, + [2331] = 2324, + [2332] = 2324, + [2333] = 2324, + [2334] = 2324, + [2335] = 2324, + [2336] = 1384, + [2337] = 2324, + [2338] = 2324, + [2339] = 1475, + [2340] = 1477, + [2341] = 680, + [2342] = 2324, + [2343] = 2324, + [2344] = 2324, + [2345] = 2324, + [2346] = 2324, + [2347] = 1487, + [2348] = 2324, + [2349] = 2324, + [2350] = 2324, + [2351] = 1488, + [2352] = 2352, + [2353] = 2324, + [2354] = 2324, + [2355] = 2324, + [2356] = 2324, + [2357] = 2324, + [2358] = 2324, + [2359] = 1482, + [2360] = 670, + [2361] = 2324, + [2362] = 1381, + [2363] = 2352, + [2364] = 2324, + [2365] = 2324, + [2366] = 1386, + [2367] = 2324, + [2368] = 2324, + [2369] = 1428, + [2370] = 1377, + [2371] = 2324, + [2372] = 2324, + [2373] = 2324, + [2374] = 2324, + [2375] = 2324, + [2376] = 1490, + [2377] = 679, + [2378] = 2324, + [2379] = 2324, + [2380] = 2380, + [2381] = 2324, + [2382] = 2324, + [2383] = 2324, + [2384] = 2324, + [2385] = 2324, + [2386] = 2324, + [2387] = 2324, + [2388] = 2388, + [2389] = 2324, + [2390] = 2390, + [2391] = 2324, + [2392] = 1428, + [2393] = 2324, + [2394] = 2324, + [2395] = 1522, + [2396] = 2396, + [2397] = 1381, + [2398] = 2398, + [2399] = 1386, + [2400] = 1381, + [2401] = 1386, + [2402] = 1381, + [2403] = 2396, + [2404] = 2404, + [2405] = 1377, + [2406] = 2406, + [2407] = 1534, + [2408] = 2408, + [2409] = 1386, + [2410] = 2396, + [2411] = 2396, + [2412] = 2396, + [2413] = 2396, + [2414] = 2414, + [2415] = 2396, + [2416] = 2416, + [2417] = 2408, + [2418] = 1523, + [2419] = 1537, + [2420] = 2408, + [2421] = 2421, + [2422] = 1381, + [2423] = 2423, + [2424] = 2424, + [2425] = 1377, + [2426] = 1386, + [2427] = 2427, + [2428] = 2408, + [2429] = 2414, + [2430] = 2408, + [2431] = 2408, + [2432] = 1377, + [2433] = 1536, + [2434] = 1528, + [2435] = 1384, + [2436] = 2414, + [2437] = 2437, + [2438] = 2408, + [2439] = 2414, + [2440] = 2408, + [2441] = 2303, + [2442] = 1384, + [2443] = 2322, + [2444] = 1384, + [2445] = 1377, + [2446] = 1428, + [2447] = 2295, + [2448] = 2298, + [2449] = 1384, + [2450] = 2396, + [2451] = 1526, + [2452] = 2452, + [2453] = 2452, + [2454] = 2452, + [2455] = 2452, + [2456] = 2452, + [2457] = 2452, + [2458] = 2452, + [2459] = 2459, + [2460] = 2460, + [2461] = 2452, + [2462] = 1428, + [2463] = 2452, + [2464] = 2464, + [2465] = 2452, + [2466] = 2452, + [2467] = 1428, + [2468] = 2452, + [2469] = 2452, + [2470] = 2452, [2471] = 2471, - [2472] = 2322, - [2473] = 2046, - [2474] = 2048, - [2475] = 478, - [2476] = 2322, - [2477] = 2047, - [2478] = 2051, - [2479] = 2050, - [2480] = 474, - [2481] = 2046, - [2482] = 2048, - [2483] = 2047, - [2484] = 2484, - [2485] = 2051, - [2486] = 2050, + [2472] = 2452, + [2473] = 2452, + [2474] = 2474, + [2475] = 2452, + [2476] = 1428, + [2477] = 2452, + [2478] = 2474, + [2479] = 2452, + [2480] = 2452, + [2481] = 2471, + [2482] = 2452, + [2483] = 2483, + [2484] = 1428, + [2485] = 2452, + [2486] = 2452, [2487] = 2487, - [2488] = 2046, - [2489] = 2048, - [2490] = 2047, - [2491] = 2051, - [2492] = 2050, - [2493] = 2046, - [2494] = 2047, - [2495] = 2047, - [2496] = 2471, - [2497] = 2051, - [2498] = 2050, - [2499] = 2046, - [2500] = 2048, - [2501] = 2094, - [2502] = 2047, - [2503] = 2051, - [2504] = 2172, - [2505] = 2175, - [2506] = 2050, - [2507] = 2046, - [2508] = 2048, - [2509] = 2048, - [2510] = 2046, - [2511] = 2094, - [2512] = 2047, - [2513] = 2051, - [2514] = 2172, - [2515] = 2175, - [2516] = 2050, - [2517] = 2050, - [2518] = 2175, - [2519] = 2172, - [2520] = 2051, - [2521] = 2046, - [2522] = 2048, - [2523] = 2098, + [2488] = 2452, + [2489] = 2489, + [2490] = 2490, + [2491] = 2489, + [2492] = 2492, + [2493] = 2493, + [2494] = 2494, + [2495] = 674, + [2496] = 2496, + [2497] = 2492, + [2498] = 2494, + [2499] = 2493, + [2500] = 2494, + [2501] = 2493, + [2502] = 2489, + [2503] = 2496, + [2504] = 2504, + [2505] = 2492, + [2506] = 2493, + [2507] = 2494, + [2508] = 2489, + [2509] = 2496, + [2510] = 2510, + [2511] = 2492, + [2512] = 2493, + [2513] = 2494, + [2514] = 2492, + [2515] = 2489, + [2516] = 2496, + [2517] = 2510, + [2518] = 2492, + [2519] = 2493, + [2520] = 2494, + [2521] = 2489, + [2522] = 2496, + [2523] = 2492, + [2524] = 2489, + [2525] = 2489, + [2526] = 2489, + [2527] = 2489, + [2528] = 2489, + [2529] = 2489, + [2530] = 2489, + [2531] = 2531, + [2532] = 2532, + [2533] = 2533, + [2534] = 2534, + [2535] = 2535, + [2536] = 2496, + [2537] = 2490, + [2538] = 2538, + [2539] = 2494, + [2540] = 2540, + [2541] = 2496, + [2542] = 2489, + [2543] = 2494, + [2544] = 2493, + [2545] = 2545, + [2546] = 2489, + [2547] = 2492, + [2548] = 2496, + [2549] = 2549, + [2550] = 2492, + [2551] = 2494, + [2552] = 2493, + [2553] = 2553, + [2554] = 2496, + [2555] = 2489, + [2556] = 2531, + [2557] = 2557, + [2558] = 2494, + [2559] = 2493, + [2560] = 2490, + [2561] = 2538, + [2562] = 2492, + [2563] = 2563, + [2564] = 2510, + [2565] = 2565, + [2566] = 2492, + [2567] = 2496, + [2568] = 2545, + [2569] = 2489, + [2570] = 2494, + [2571] = 2493, + [2572] = 2492, + [2573] = 2573, + [2574] = 671, + [2575] = 2496, + [2576] = 2531, + [2577] = 2489, + [2578] = 2494, + [2579] = 2493, + [2580] = 2490, + [2581] = 2538, + [2582] = 2492, + [2583] = 2492, + [2584] = 2493, + [2585] = 2510, + [2586] = 2496, + [2587] = 2489, + [2588] = 2545, + [2589] = 2492, + [2590] = 669, + [2591] = 2496, + [2592] = 2494, + [2593] = 2493, + [2594] = 2489, + [2595] = 2492, + [2596] = 2531, + [2597] = 2496, + [2598] = 2490, + [2599] = 2489, + [2600] = 2494, + [2601] = 2489, + [2602] = 2494, + [2603] = 2531, + [2604] = 2493, + [2605] = 2490, + [2606] = 2496, + [2607] = 2492, + [2608] = 2496, + [2609] = 2489, + [2610] = 2531, + [2611] = 2494, + [2612] = 2490, + [2613] = 2493, + [2614] = 2535, + [2615] = 2496, + [2616] = 2492, + [2617] = 2531, + [2618] = 2618, + [2619] = 2490, + [2620] = 2493, + [2621] = 2496, + [2622] = 2489, + [2623] = 2494, + [2624] = 2531, + [2625] = 2625, + [2626] = 2490, + [2627] = 2494, + [2628] = 2494, + [2629] = 2493, + [2630] = 2531, + [2631] = 2492, + [2632] = 2490, + [2633] = 2489, + [2634] = 2496, + [2635] = 2493, + [2636] = 2531, + [2637] = 2637, + [2638] = 2490, + [2639] = 2489, + [2640] = 2640, + [2641] = 2531, + [2642] = 2494, + [2643] = 2490, + [2644] = 2493, + [2645] = 2496, + [2646] = 2531, + [2647] = 2492, + [2648] = 2490, + [2649] = 2492, + [2650] = 2496, + [2651] = 2531, + [2652] = 2489, + [2653] = 2490, + [2654] = 2492, + [2655] = 2494, + [2656] = 2531, + [2657] = 2493, + [2658] = 2490, + [2659] = 2493, + [2660] = 2660, + [2661] = 2531, + [2662] = 2662, + [2663] = 2490, + [2664] = 2493, + [2665] = 2494, + [2666] = 2531, + [2667] = 2494, + [2668] = 2490, + [2669] = 2496, + [2670] = 2489, + [2671] = 2531, + [2672] = 2493, + [2673] = 2490, + [2674] = 2489, + [2675] = 2494, + [2676] = 2531, + [2677] = 2493, + [2678] = 2490, + [2679] = 2489, + [2680] = 2496, + [2681] = 2531, + [2682] = 2682, + [2683] = 2490, + [2684] = 2492, + [2685] = 2685, + [2686] = 2531, + [2687] = 2494, + [2688] = 2490, + [2689] = 2496, + [2690] = 2489, + [2691] = 2531, + [2692] = 2534, + [2693] = 2490, + [2694] = 2538, + [2695] = 2660, + [2696] = 2531, + [2697] = 2494, + [2698] = 2490, + [2699] = 2493, + [2700] = 2492, + [2701] = 2531, + [2702] = 2492, + [2703] = 2490, + [2704] = 2704, + [2705] = 2489, + [2706] = 2531, + [2707] = 2510, + [2708] = 2490, + [2709] = 2531, + [2710] = 2492, + [2711] = 2490, + [2712] = 2531, + [2713] = 2713, + [2714] = 2490, + [2715] = 2531, + [2716] = 2496, + [2717] = 2490, + [2718] = 2531, + [2719] = 2489, + [2720] = 2490, + [2721] = 2531, + [2722] = 2722, + [2723] = 2490, + [2724] = 2531, + [2725] = 2725, + [2726] = 2490, + [2727] = 2531, + [2728] = 2494, + [2729] = 2490, + [2730] = 2531, + [2731] = 2533, + [2732] = 2490, + [2733] = 2531, + [2734] = 2493, + [2735] = 2490, + [2736] = 2531, + [2737] = 2493, + [2738] = 2490, + [2739] = 2531, + [2740] = 682, + [2741] = 2490, + [2742] = 2531, + [2743] = 2532, + [2744] = 2490, + [2745] = 2531, + [2746] = 2492, + [2747] = 2490, + [2748] = 2531, + [2749] = 2496, + [2750] = 2490, + [2751] = 2531, + [2752] = 2531, + [2753] = 2490, + [2754] = 2531, + [2755] = 2755, + [2756] = 2490, + [2757] = 2531, + [2758] = 2758, + [2759] = 2490, + [2760] = 2531, + [2761] = 2761, + [2762] = 2490, + [2763] = 2531, + [2764] = 2764, + [2765] = 2490, + [2766] = 2531, + [2767] = 2489, + [2768] = 2490, + [2769] = 2531, + [2770] = 2496, + [2771] = 2490, + [2772] = 2531, + [2773] = 2496, + [2774] = 2490, + [2775] = 2531, + [2776] = 2776, + [2777] = 2490, + [2778] = 2531, + [2779] = 2490, + [2780] = 2493, + [2781] = 2494, + [2782] = 2662, + [2783] = 2493, + [2784] = 2685, + [2785] = 2725, + [2786] = 2492, + [2787] = 2496, + [2788] = 2489, + [2789] = 2496, + [2790] = 2489, + [2791] = 2494, + [2792] = 2685, + [2793] = 2725, + [2794] = 2492, + [2795] = 2496, + [2796] = 2704, + [2797] = 2492, + [2798] = 2496, + [2799] = 2489, + [2800] = 2685, + [2801] = 2725, + [2802] = 2494, + [2803] = 2493, + [2804] = 2493, + [2805] = 2805, + [2806] = 2494, + [2807] = 2492, + [2808] = 2489, + [2809] = 2496, + [2810] = 2489, + [2811] = 2496, + [2812] = 2494, + [2813] = 2493, + [2814] = 2489, + [2815] = 2492, + [2816] = 2492, + [2817] = 2496, + [2818] = 2489, + [2819] = 2494, + [2820] = 2494, + [2821] = 2493, + [2822] = 2493, + [2823] = 2565, + [2824] = 2492, + [2825] = 2825, + [2826] = 2496, + [2827] = 2489, + [2828] = 2493, + [2829] = 2494, + [2830] = 2494, + [2831] = 2493, + [2832] = 2549, + [2833] = 2492, + [2834] = 2494, + [2835] = 2489, + [2836] = 2492, + [2837] = 2837, + [2838] = 2510, + [2839] = 2496, + [2840] = 2489, + [2841] = 2496, + [2842] = 2637, + [2843] = 2494, + [2844] = 2496, + [2845] = 2493, + [2846] = 2492, + [2847] = 2493, + [2848] = 2704, + [2849] = 2492, + [2850] = 2660, + [2851] = 2489, + [2852] = 2493, + [2853] = 2496, + [2854] = 2489, + [2855] = 2494, + [2856] = 2494, + [2857] = 2493, + [2858] = 2489, + [2859] = 2496, + [2860] = 2492, + [2861] = 2489, + [2862] = 2496, + [2863] = 2494, + [2864] = 2489, + [2865] = 2493, + [2866] = 2494, + [2867] = 2755, + [2868] = 2493, + [2869] = 2493, + [2870] = 2494, + [2871] = 2871, + [2872] = 2660, + [2873] = 2492, + [2874] = 2492, + [2875] = 2704, + [2876] = 2496, + [2877] = 2489, + [2878] = 2510, + [2879] = 675, + [2880] = 2492, + [2881] = 2489, + [2882] = 2489, + [2883] = 2883, + [2884] = 2494, + [2885] = 2493, + [2886] = 2496, + [2887] = 2492, + [2888] = 2549, + [2889] = 2492, + [2890] = 2890, + [2891] = 2492, + [2892] = 2510, + [2893] = 2496, + [2894] = 2489, + [2895] = 2493, + [2896] = 2494, + [2897] = 2871, + [2898] = 2494, + [2899] = 2493, + [2900] = 2900, + [2901] = 2549, + [2902] = 2492, + [2903] = 2496, + [2904] = 2489, + [2905] = 672, + [2906] = 2494, + [2907] = 2493, + [2908] = 2492, + [2909] = 2545, + [2910] = 2496, + [2911] = 2489, + [2912] = 2494, + [2913] = 2493, + [2914] = 2492, + [2915] = 2496, + [2916] = 2489, + [2917] = 2494, + [2918] = 2493, + [2919] = 2492, + [2920] = 2496, }; static bool ts_lex(TSLexer *lexer, TSStateId state) { @@ -3883,6139 +4368,6679 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { eof = lexer->eof(lexer); switch (state) { case 0: - if (eof) ADVANCE(220); - if (lookahead == '"') ADVANCE(526); - if (lookahead == '#') ADVANCE(177); - if (lookahead == '$') ADVANCE(319); - if (lookahead == '&') ADVANCE(266); - if (lookahead == '\'') ADVANCE(533); - if (lookahead == '(') ADVANCE(268); - if (lookahead == ')') ADVANCE(269); - if (lookahead == '-') ADVANCE(87); - if (lookahead == '.') ADVANCE(317); - if (lookahead == '/') ADVANCE(82); - if (lookahead == ':') ADVANCE(238); - if (lookahead == ';') ADVANCE(306); - if (lookahead == '=') ADVANCE(242); - if (lookahead == '?') ADVANCE(272); - if (lookahead == '\\') ADVANCE(316); - if (lookahead == 'a') ADVANCE(470); - if (lookahead == 'b') ADVANCE(493); - if (lookahead == 'c') ADVANCE(473); - if (lookahead == 'd') ADVANCE(446); - if (lookahead == 'e') ADVANCE(471); - if (lookahead == 'f') ADVANCE(482); - if (lookahead == 'i') ADVANCE(457); - if (lookahead == 'l') ADVANCE(483); - if (lookahead == 'm') ADVANCE(435); - if (lookahead == 'n') ADVANCE(433); - if (lookahead == 'p') ADVANCE(437); - if (lookahead == 'r') ADVANCE(454); - if (lookahead == 's') ADVANCE(512); - if (lookahead == 't') ADVANCE(462); - if (lookahead == 'u') ADVANCE(501); - if (lookahead == 'v') ADVANCE(440); - if (lookahead == 'w') ADVANCE(461); - if (lookahead == '{') ADVANCE(230); - if (lookahead == '|') ADVANCE(270); - if (lookahead == '}') ADVANCE(231); + if (eof) ADVANCE(234); + if (lookahead == '"') ADVANCE(482); + if (lookahead == '#') ADVANCE(190); + if (lookahead == '$') ADVANCE(336); + if (lookahead == '&') ADVANCE(288); + if (lookahead == '\'') ADVANCE(489); + if (lookahead == '(') ADVANCE(290); + if (lookahead == ')') ADVANCE(291); + if (lookahead == '-') ADVANCE(90); + if (lookahead == '.') ADVANCE(346); + if (lookahead == '/') ADVANCE(84); + if (lookahead == ':') ADVANCE(244); + if (lookahead == ';') ADVANCE(330); + if (lookahead == '<') ADVANCE(86); + if (lookahead == '=') ADVANCE(253); + if (lookahead == '?') ADVANCE(294); + if (lookahead == '@') ADVANCE(332); + if (lookahead == '[') ADVANCE(338); + if (lookahead == '\\') ADVANCE(337); + if (lookahead == ']') ADVANCE(339); + if (lookahead == '_') ADVANCE(349); + if (lookahead == 'a') ADVANCE(505); + if (lookahead == 'b') ADVANCE(498); + if (lookahead == 'c') ADVANCE(540); + if (lookahead == 'd') ADVANCE(512); + if (lookahead == 'e') ADVANCE(538); + if (lookahead == 'f') ADVANCE(549); + if (lookahead == 'i') ADVANCE(524); + if (lookahead == 'l') ADVANCE(519); + if (lookahead == 'm') ADVANCE(497); + if (lookahead == 'n') ADVANCE(494); + if (lookahead == 'p') ADVANCE(496); + if (lookahead == 'r') ADVANCE(521); + if (lookahead == 's') ADVANCE(582); + if (lookahead == 't') ADVANCE(529); + if (lookahead == 'u') ADVANCE(568); + if (lookahead == 'v') ADVANCE(500); + if (lookahead == 'w') ADVANCE(528); + if (lookahead == '{') ADVANCE(245); + if (lookahead == '|') ADVANCE(292); + if (lookahead == '}') ADVANCE(246); + if (lookahead == '~') ADVANCE(331); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(0) - if (lookahead == '_' || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(518); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(432); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(428); + if (('g' <= lookahead && lookahead <= 'z')) ADVANCE(589); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(479); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(469); END_STATE(); case 1: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '#') ADVANCE(178); - if (lookahead == '&') ADVANCE(266); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '-') ADVANCE(87); - if (lookahead == '/') ADVANCE(82); - if (lookahead == '=') ADVANCE(242); - if (lookahead == '{') ADVANCE(230); - if (lookahead == '|') ADVANCE(270); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(1) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); - if (lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); + if (lookahead == '\n') ADVANCE(85); + if (lookahead == '*') ADVANCE(484); + if (lookahead != 0) ADVANCE(483); END_STATE(); case 2: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '$') ADVANCE(320); - if (lookahead == '&') ADVANCE(267); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '/') ADVANCE(519); - if (lookahead == '\\') ADVANCE(316); - if (lookahead == 'b') ADVANCE(399); - if (lookahead == 'c') ADVANCE(385); - if (lookahead == 'd') ADVANCE(386); - if (lookahead == 'f') ADVANCE(388); - if (lookahead == 'i') ADVANCE(356); - if (lookahead == 'l') ADVANCE(390); - if (lookahead == 'm') ADVANCE(332); - if (lookahead == 'r') ADVANCE(353); - if (lookahead == 'w') ADVANCE(358); - if (lookahead == '{') ADVANCE(230); - if (lookahead == '|') ADVANCE(271); + if (lookahead == '"') ADVANCE(482); + if (lookahead == '#') ADVANCE(191); + if (lookahead == '&') ADVANCE(288); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == ')') ADVANCE(291); + if (lookahead == '-') ADVANCE(90); + if (lookahead == '.') ADVANCE(346); + if (lookahead == '/') ADVANCE(84); + if (lookahead == ':') ADVANCE(244); + if (lookahead == '<') ADVANCE(86); + if (lookahead == '=') ADVANCE(253); + if (lookahead == '@') ADVANCE(332); + if (lookahead == '[') ADVANCE(338); + if (lookahead == '|') ADVANCE(292); + if (lookahead == '~') ADVANCE(331); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(2) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - lookahead == '%' || - ('*' <= lookahead && lookahead <= ':') || - ('<' <= lookahead && lookahead <= '?') || - lookahead == '^') ADVANCE(523); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); if (lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); END_STATE(); case 3: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '$') ADVANCE(320); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '/') ADVANCE(519); - if (lookahead == '\\') ADVANCE(316); - if (lookahead == 'b') ADVANCE(399); - if (lookahead == 'c') ADVANCE(385); - if (lookahead == 'r') ADVANCE(353); - if (lookahead == '{') ADVANCE(230); + if (lookahead == '"') ADVANCE(482); + if (lookahead == '$') ADVANCE(336); + if (lookahead == '&') ADVANCE(289); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == ')') ADVANCE(291); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '@') ADVANCE(332); + if (lookahead == '[') ADVANCE(338); + if (lookahead == '\\') ADVANCE(337); + if (lookahead == 'b') ADVANCE(434); + if (lookahead == 'c') ADVANCE(420); + if (lookahead == 'd') ADVANCE(421); + if (lookahead == 'f') ADVANCE(423); + if (lookahead == 'i') ADVANCE(392); + if (lookahead == 'l') ADVANCE(425); + if (lookahead == 'm') ADVANCE(362); + if (lookahead == 'r') ADVANCE(388); + if (lookahead == 'w') ADVANCE(394); + if (lookahead == '{') ADVANCE(245); + if (lookahead == '|') ADVANCE(293); + if (lookahead == '~') ADVANCE(331); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(3) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (lookahead == '!' || + ('%' <= lookahead && lookahead <= ':') || + ('<' <= lookahead && lookahead <= '?') || + lookahead == '^') ADVANCE(477); + if (lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); + END_STATE(); + case 4: + if (lookahead == '"') ADVANCE(482); + if (lookahead == '$') ADVANCE(336); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == ')') ADVANCE(291); + if (lookahead == '/') ADVANCE(473); + if (lookahead == ';') ADVANCE(330); + if (lookahead == '@') ADVANCE(332); + if (lookahead == '[') ADVANCE(338); + if (lookahead == '\\') ADVANCE(337); + if (lookahead == ']') ADVANCE(339); + if (lookahead == 'b') ADVANCE(434); + if (lookahead == 'c') ADVANCE(420); + if (lookahead == 'r') ADVANCE(388); + if (lookahead == '{') ADVANCE(245); + if (lookahead == '~') ADVANCE(331); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(4) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (lookahead == '!' || + ('%' <= lookahead && lookahead <= '?') || + lookahead == '^' || + lookahead == '|') ADVANCE(477); + if (lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); + END_STATE(); + case 5: + if (lookahead == '"') ADVANCE(482); + if (lookahead == '&') ADVANCE(289); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == ')') ADVANCE(291); + if (lookahead == '-') ADVANCE(476); + if (lookahead == '.') ADVANCE(347); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '?') ADVANCE(295); + if (lookahead == '@') ADVANCE(332); + if (lookahead == '|') ADVANCE(293); + if (lookahead == '~') ADVANCE(331); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(5) + if (lookahead == '!' || + ('%' <= lookahead && lookahead <= ',') || + lookahead == ':' || + ('<' <= lookahead && lookahead <= '>') || + lookahead == '^') ADVANCE(477); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); + if (lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 6: + if (lookahead == '"') ADVANCE(482); + if (lookahead == '&') ADVANCE(289); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == ')') ADVANCE(291); + if (lookahead == '-') ADVANCE(476); + if (lookahead == '.') ADVANCE(347); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '@') ADVANCE(332); + if (lookahead == '|') ADVANCE(293); + if (lookahead == '~') ADVANCE(331); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(6) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (lookahead == '!' || + ('%' <= lookahead && lookahead <= ':') || + ('<' <= lookahead && lookahead <= '?') || + lookahead == '^') ADVANCE(477); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); + if (lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 7: + if (lookahead == '"') ADVANCE(482); + if (lookahead == '&') ADVANCE(289); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == ')') ADVANCE(291); + if (lookahead == '-') ADVANCE(476); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '?') ADVANCE(295); + if (lookahead == '@') ADVANCE(332); + if (lookahead == '|') ADVANCE(293); + if (lookahead == '~') ADVANCE(331); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(7) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (lookahead == '!' || + ('%' <= lookahead && lookahead <= ':') || + ('<' <= lookahead && lookahead <= '>') || + lookahead == '^') ADVANCE(477); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); + if (lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 8: + if (lookahead == '"') ADVANCE(482); + if (lookahead == '&') ADVANCE(289); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == ')') ADVANCE(291); + if (lookahead == '-') ADVANCE(476); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '@') ADVANCE(332); + if (lookahead == '|') ADVANCE(293); + if (lookahead == '~') ADVANCE(331); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(8) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (lookahead == '!' || + ('%' <= lookahead && lookahead <= ':') || + ('<' <= lookahead && lookahead <= '?') || + lookahead == '^') ADVANCE(477); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); + if (lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 9: + if (lookahead == '"') ADVANCE(482); + if (lookahead == '&') ADVANCE(289); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == ')') ADVANCE(291); + if (lookahead == '.') ADVANCE(347); + if (lookahead == '/') ADVANCE(473); + if (lookahead == ';') ADVANCE(330); + if (lookahead == '@') ADVANCE(332); + if (lookahead == ']') ADVANCE(339); + if (lookahead == '~') ADVANCE(331); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(9) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (lookahead == '!' || + ('%' <= lookahead && lookahead <= '?') || + lookahead == '^' || + lookahead == '|') ADVANCE(477); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); + if (lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 10: + if (lookahead == '"') ADVANCE(482); + if (lookahead == '&') ADVANCE(289); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == ')') ADVANCE(291); + if (lookahead == '.') ADVANCE(347); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'e') ADVANCE(408); + if (lookahead == '~') ADVANCE(331); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(10) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (lookahead == '!' || + ('%' <= lookahead && lookahead <= ':') || + ('<' <= lookahead && lookahead <= '?') || + lookahead == '^' || + lookahead == '|') ADVANCE(477); + if (lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); + END_STATE(); + case 11: + if (lookahead == '"') ADVANCE(482); + if (lookahead == '&') ADVANCE(289); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == ')') ADVANCE(291); + if (lookahead == '.') ADVANCE(347); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '@') ADVANCE(332); + if (lookahead == '|') ADVANCE(293); + if (lookahead == '~') ADVANCE(331); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(11) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (lookahead == '!' || + ('%' <= lookahead && lookahead <= ':') || + ('<' <= lookahead && lookahead <= '?') || + lookahead == '^') ADVANCE(477); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); + if (lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 12: + if (lookahead == '"') ADVANCE(482); + if (lookahead == '&') ADVANCE(289); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == ')') ADVANCE(291); + if (lookahead == '/') ADVANCE(473); + if (lookahead == ';') ADVANCE(330); + if (lookahead == '@') ADVANCE(332); + if (lookahead == ']') ADVANCE(339); + if (lookahead == '~') ADVANCE(331); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(12) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (lookahead == '!' || + ('%' <= lookahead && lookahead <= '?') || + lookahead == '^' || + lookahead == '|') ADVANCE(477); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); + if (lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 13: + if (lookahead == '"') ADVANCE(482); + if (lookahead == '&') ADVANCE(289); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == ')') ADVANCE(291); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'e') ADVANCE(408); + if (lookahead == '~') ADVANCE(331); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(13) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (lookahead == '!' || + ('%' <= lookahead && lookahead <= ':') || + ('<' <= lookahead && lookahead <= '?') || + lookahead == '^' || + lookahead == '|') ADVANCE(477); + if (lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); + END_STATE(); + case 14: + if (lookahead == '"') ADVANCE(482); + if (lookahead == '&') ADVANCE(289); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == ')') ADVANCE(291); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '@') ADVANCE(332); + if (lookahead == '|') ADVANCE(293); + if (lookahead == '~') ADVANCE(331); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(14) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (lookahead == '!' || + ('%' <= lookahead && lookahead <= ':') || + ('<' <= lookahead && lookahead <= '?') || + lookahead == '^') ADVANCE(477); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); + if (lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 15: + if (lookahead == '"') ADVANCE(482); + if (lookahead == '&') ADVANCE(289); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '-') ADVANCE(476); + if (lookahead == '.') ADVANCE(347); + if (lookahead == '/') ADVANCE(473); + if (lookahead == ';') ADVANCE(330); + if (lookahead == '?') ADVANCE(295); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'b') ADVANCE(434); + if (lookahead == 'c') ADVANCE(426); + if (lookahead == 'd') ADVANCE(421); + if (lookahead == 'f') ADVANCE(423); + if (lookahead == 'i') ADVANCE(392); + if (lookahead == 'l') ADVANCE(425); + if (lookahead == 'm') ADVANCE(362); + if (lookahead == 'r') ADVANCE(388); + if (lookahead == 'v') ADVANCE(370); + if (lookahead == 'w') ADVANCE(394); + if (lookahead == '{') ADVANCE(245); + if (lookahead == '|') ADVANCE(293); + if (lookahead == '}') ADVANCE(246); + if (lookahead == '~') ADVANCE(331); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(15) + if (lookahead == '!' || + lookahead == '%' || + ('*' <= lookahead && lookahead <= ',') || + (':' <= lookahead && lookahead <= '>') || + lookahead == '^') ADVANCE(477); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); + END_STATE(); + case 16: + if (lookahead == '"') ADVANCE(482); + if (lookahead == '&') ADVANCE(289); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '-') ADVANCE(476); + if (lookahead == '.') ADVANCE(347); + if (lookahead == '/') ADVANCE(473); + if (lookahead == ';') ADVANCE(330); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'b') ADVANCE(434); + if (lookahead == 'c') ADVANCE(426); + if (lookahead == 'd') ADVANCE(421); + if (lookahead == 'f') ADVANCE(423); + if (lookahead == 'i') ADVANCE(392); + if (lookahead == 'l') ADVANCE(425); + if (lookahead == 'm') ADVANCE(362); + if (lookahead == 'r') ADVANCE(388); + if (lookahead == 'v') ADVANCE(370); + if (lookahead == 'w') ADVANCE(394); + if (lookahead == '{') ADVANCE(245); + if (lookahead == '|') ADVANCE(293); + if (lookahead == '}') ADVANCE(246); + if (lookahead == '~') ADVANCE(331); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(16) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (lookahead == '!' || + lookahead == '%' || + ('*' <= lookahead && lookahead <= '?') || + lookahead == '^') ADVANCE(477); + if (lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); + END_STATE(); + case 17: + if (lookahead == '"') ADVANCE(482); + if (lookahead == '&') ADVANCE(289); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '-') ADVANCE(476); + if (lookahead == '.') ADVANCE(347); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '?') ADVANCE(295); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'a') ADVANCE(373); + if (lookahead == 'b') ADVANCE(365); + if (lookahead == 'c') ADVANCE(410); + if (lookahead == 'd') ADVANCE(382); + if (lookahead == 'i') ADVANCE(412); + if (lookahead == 'l') ADVANCE(389); + if (lookahead == 'n') ADVANCE(364); + if (lookahead == 's') ADVANCE(459); + if (lookahead == 't') ADVANCE(466); + if (lookahead == 'u') ADVANCE(445); + if (lookahead == '|') ADVANCE(293); + if (lookahead == '}') ADVANCE(246); + if (lookahead == '~') ADVANCE(331); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(17) + if (lookahead == '!' || + lookahead == '%' || + ('*' <= lookahead && lookahead <= ',') || + lookahead == ':' || + ('<' <= lookahead && lookahead <= '>') || + lookahead == '^') ADVANCE(477); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (lookahead == '_' || + ('e' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); + END_STATE(); + case 18: + if (lookahead == '"') ADVANCE(482); + if (lookahead == '&') ADVANCE(289); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '-') ADVANCE(476); + if (lookahead == '.') ADVANCE(347); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'a') ADVANCE(373); + if (lookahead == 'b') ADVANCE(365); + if (lookahead == 'c') ADVANCE(410); + if (lookahead == 'd') ADVANCE(382); + if (lookahead == 'i') ADVANCE(412); + if (lookahead == 'l') ADVANCE(389); + if (lookahead == 'n') ADVANCE(364); + if (lookahead == 's') ADVANCE(459); + if (lookahead == 't') ADVANCE(466); + if (lookahead == 'u') ADVANCE(445); + if (lookahead == '|') ADVANCE(293); + if (lookahead == '}') ADVANCE(246); + if (lookahead == '~') ADVANCE(331); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(18) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (lookahead == '!' || + lookahead == '%' || + ('*' <= lookahead && lookahead <= ':') || + ('<' <= lookahead && lookahead <= '?') || + lookahead == '^') ADVANCE(477); + if (lookahead == '_' || + ('e' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); + END_STATE(); + case 19: + if (lookahead == '"') ADVANCE(482); + if (lookahead == '&') ADVANCE(289); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '-') ADVANCE(476); + if (lookahead == '/') ADVANCE(473); + if (lookahead == ';') ADVANCE(330); + if (lookahead == '?') ADVANCE(295); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'b') ADVANCE(434); + if (lookahead == 'c') ADVANCE(426); + if (lookahead == 'd') ADVANCE(421); + if (lookahead == 'f') ADVANCE(423); + if (lookahead == 'i') ADVANCE(392); + if (lookahead == 'l') ADVANCE(425); + if (lookahead == 'm') ADVANCE(362); + if (lookahead == 'r') ADVANCE(388); + if (lookahead == 'v') ADVANCE(370); + if (lookahead == 'w') ADVANCE(394); + if (lookahead == '{') ADVANCE(245); + if (lookahead == '|') ADVANCE(293); + if (lookahead == '}') ADVANCE(246); + if (lookahead == '~') ADVANCE(331); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(19) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (lookahead == '!' || + lookahead == '%' || + ('*' <= lookahead && lookahead <= '>') || + lookahead == '^') ADVANCE(477); + if (lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); + END_STATE(); + case 20: + if (lookahead == '"') ADVANCE(482); + if (lookahead == '&') ADVANCE(289); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '-') ADVANCE(476); + if (lookahead == '/') ADVANCE(473); + if (lookahead == ';') ADVANCE(330); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'b') ADVANCE(434); + if (lookahead == 'c') ADVANCE(426); + if (lookahead == 'd') ADVANCE(421); + if (lookahead == 'f') ADVANCE(423); + if (lookahead == 'i') ADVANCE(392); + if (lookahead == 'l') ADVANCE(425); + if (lookahead == 'm') ADVANCE(362); + if (lookahead == 'r') ADVANCE(388); + if (lookahead == 'v') ADVANCE(370); + if (lookahead == 'w') ADVANCE(394); + if (lookahead == '{') ADVANCE(245); + if (lookahead == '|') ADVANCE(293); + if (lookahead == '}') ADVANCE(246); + if (lookahead == '~') ADVANCE(331); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(20) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (lookahead == '!' || + lookahead == '%' || + ('*' <= lookahead && lookahead <= '?') || + lookahead == '^') ADVANCE(477); + if (lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); + END_STATE(); + case 21: + if (lookahead == '"') ADVANCE(482); + if (lookahead == '&') ADVANCE(289); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '-') ADVANCE(476); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '?') ADVANCE(295); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'a') ADVANCE(373); + if (lookahead == 'b') ADVANCE(365); + if (lookahead == 'c') ADVANCE(410); + if (lookahead == 'd') ADVANCE(382); + if (lookahead == 'i') ADVANCE(412); + if (lookahead == 'l') ADVANCE(389); + if (lookahead == 'n') ADVANCE(364); + if (lookahead == 's') ADVANCE(459); + if (lookahead == 't') ADVANCE(466); + if (lookahead == 'u') ADVANCE(445); + if (lookahead == '|') ADVANCE(293); + if (lookahead == '}') ADVANCE(246); + if (lookahead == '~') ADVANCE(331); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(21) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (lookahead == '!' || + lookahead == '%' || + ('*' <= lookahead && lookahead <= ':') || + ('<' <= lookahead && lookahead <= '>') || + lookahead == '^') ADVANCE(477); + if (lookahead == '_' || + ('e' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); + END_STATE(); + case 22: + if (lookahead == '"') ADVANCE(482); + if (lookahead == '&') ADVANCE(289); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '-') ADVANCE(476); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'a') ADVANCE(373); + if (lookahead == 'b') ADVANCE(365); + if (lookahead == 'c') ADVANCE(410); + if (lookahead == 'd') ADVANCE(382); + if (lookahead == 'i') ADVANCE(412); + if (lookahead == 'l') ADVANCE(389); + if (lookahead == 'n') ADVANCE(364); + if (lookahead == 's') ADVANCE(459); + if (lookahead == 't') ADVANCE(466); + if (lookahead == 'u') ADVANCE(445); + if (lookahead == '|') ADVANCE(293); + if (lookahead == '}') ADVANCE(246); + if (lookahead == '~') ADVANCE(331); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(22) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (lookahead == '!' || + lookahead == '%' || + ('*' <= lookahead && lookahead <= ':') || + ('<' <= lookahead && lookahead <= '?') || + lookahead == '^') ADVANCE(477); + if (lookahead == '_' || + ('e' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); + END_STATE(); + case 23: + if (lookahead == '"') ADVANCE(482); + if (lookahead == '&') ADVANCE(289); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '.') ADVANCE(347); + if (lookahead == '/') ADVANCE(473); + if (lookahead == ';') ADVANCE(330); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'b') ADVANCE(434); + if (lookahead == 'c') ADVANCE(426); + if (lookahead == 'd') ADVANCE(421); + if (lookahead == 'e') ADVANCE(408); + if (lookahead == 'f') ADVANCE(423); + if (lookahead == 'i') ADVANCE(392); + if (lookahead == 'l') ADVANCE(425); + if (lookahead == 'm') ADVANCE(362); + if (lookahead == 'r') ADVANCE(388); + if (lookahead == 'v') ADVANCE(370); + if (lookahead == 'w') ADVANCE(394); + if (lookahead == '{') ADVANCE(245); + if (lookahead == '}') ADVANCE(246); + if (lookahead == '~') ADVANCE(331); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(23) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (lookahead == '!' || + lookahead == '%' || + ('*' <= lookahead && lookahead <= '?') || + lookahead == '^' || + lookahead == '|') ADVANCE(477); + if (lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); + END_STATE(); + case 24: + if (lookahead == '"') ADVANCE(482); + if (lookahead == '&') ADVANCE(289); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '.') ADVANCE(347); + if (lookahead == '/') ADVANCE(473); + if (lookahead == ';') ADVANCE(330); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'b') ADVANCE(434); + if (lookahead == 'c') ADVANCE(426); + if (lookahead == 'd') ADVANCE(421); + if (lookahead == 'f') ADVANCE(423); + if (lookahead == 'i') ADVANCE(392); + if (lookahead == 'l') ADVANCE(425); + if (lookahead == 'm') ADVANCE(362); + if (lookahead == 'r') ADVANCE(388); + if (lookahead == 'v') ADVANCE(370); + if (lookahead == 'w') ADVANCE(394); + if (lookahead == '{') ADVANCE(245); + if (lookahead == '|') ADVANCE(293); + if (lookahead == '}') ADVANCE(246); + if (lookahead == '~') ADVANCE(331); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(24) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (lookahead == '!' || + lookahead == '%' || + ('*' <= lookahead && lookahead <= '?') || + lookahead == '^') ADVANCE(477); + if (lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); + END_STATE(); + case 25: + if (lookahead == '"') ADVANCE(482); + if (lookahead == '&') ADVANCE(289); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '.') ADVANCE(347); + if (lookahead == '/') ADVANCE(473); + if (lookahead == ';') ADVANCE(330); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'b') ADVANCE(434); + if (lookahead == 'c') ADVANCE(426); + if (lookahead == 'd') ADVANCE(421); + if (lookahead == 'f') ADVANCE(423); + if (lookahead == 'i') ADVANCE(392); + if (lookahead == 'l') ADVANCE(425); + if (lookahead == 'm') ADVANCE(362); + if (lookahead == 'r') ADVANCE(388); + if (lookahead == 'v') ADVANCE(370); + if (lookahead == 'w') ADVANCE(394); + if (lookahead == '{') ADVANCE(245); + if (lookahead == '}') ADVANCE(246); + if (lookahead == '~') ADVANCE(331); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(25) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (lookahead == '!' || + lookahead == '%' || + ('*' <= lookahead && lookahead <= '?') || + lookahead == '^' || + lookahead == '|') ADVANCE(477); + if (lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); + END_STATE(); + case 26: + if (lookahead == '"') ADVANCE(482); + if (lookahead == '&') ADVANCE(289); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '.') ADVANCE(347); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'a') ADVANCE(373); + if (lookahead == 'b') ADVANCE(365); + if (lookahead == 'c') ADVANCE(410); + if (lookahead == 'd') ADVANCE(382); + if (lookahead == 'e') ADVANCE(408); + if (lookahead == 'i') ADVANCE(412); + if (lookahead == 'l') ADVANCE(389); + if (lookahead == 'n') ADVANCE(364); + if (lookahead == 's') ADVANCE(459); + if (lookahead == 't') ADVANCE(466); + if (lookahead == 'u') ADVANCE(445); + if (lookahead == '}') ADVANCE(246); + if (lookahead == '~') ADVANCE(331); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(26) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (lookahead == '!' || + lookahead == '%' || + ('*' <= lookahead && lookahead <= ':') || + ('<' <= lookahead && lookahead <= '?') || + lookahead == '^' || + lookahead == '|') ADVANCE(477); + if (lookahead == '_' || + ('f' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); + END_STATE(); + case 27: + if (lookahead == '"') ADVANCE(482); + if (lookahead == '&') ADVANCE(289); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '.') ADVANCE(347); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'a') ADVANCE(373); + if (lookahead == 'b') ADVANCE(365); + if (lookahead == 'c') ADVANCE(410); + if (lookahead == 'd') ADVANCE(382); + if (lookahead == 'i') ADVANCE(412); + if (lookahead == 'l') ADVANCE(389); + if (lookahead == 'n') ADVANCE(364); + if (lookahead == 's') ADVANCE(459); + if (lookahead == 't') ADVANCE(466); + if (lookahead == 'u') ADVANCE(445); + if (lookahead == '|') ADVANCE(293); + if (lookahead == '}') ADVANCE(246); + if (lookahead == '~') ADVANCE(331); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(27) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (lookahead == '!' || + lookahead == '%' || + ('*' <= lookahead && lookahead <= ':') || + ('<' <= lookahead && lookahead <= '?') || + lookahead == '^') ADVANCE(477); + if (lookahead == '_' || + ('e' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); + END_STATE(); + case 28: + if (lookahead == '"') ADVANCE(482); + if (lookahead == '&') ADVANCE(289); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '.') ADVANCE(347); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'a') ADVANCE(373); + if (lookahead == 'b') ADVANCE(365); + if (lookahead == 'c') ADVANCE(410); + if (lookahead == 'd') ADVANCE(382); + if (lookahead == 'i') ADVANCE(412); + if (lookahead == 'l') ADVANCE(389); + if (lookahead == 'n') ADVANCE(364); + if (lookahead == 's') ADVANCE(459); + if (lookahead == 't') ADVANCE(466); + if (lookahead == 'u') ADVANCE(445); + if (lookahead == '}') ADVANCE(246); + if (lookahead == '~') ADVANCE(331); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(28) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (lookahead == '!' || + lookahead == '%' || + ('*' <= lookahead && lookahead <= ':') || + ('<' <= lookahead && lookahead <= '?') || + lookahead == '^' || + lookahead == '|') ADVANCE(477); + if (lookahead == '_' || + ('e' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); + END_STATE(); + case 29: + if (lookahead == '"') ADVANCE(482); + if (lookahead == '&') ADVANCE(289); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '.') ADVANCE(347); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'd') ADVANCE(421); + if (lookahead == '~') ADVANCE(331); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(29) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (lookahead == '!' || + lookahead == '%' || + ('*' <= lookahead && lookahead <= ':') || + ('<' <= lookahead && lookahead <= '?') || + lookahead == '^' || + lookahead == '|') ADVANCE(477); + if (lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); + END_STATE(); + case 30: + if (lookahead == '"') ADVANCE(482); + if (lookahead == '&') ADVANCE(289); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '.') ADVANCE(347); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 't') ADVANCE(397); + if (lookahead == '~') ADVANCE(331); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(30) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (lookahead == '!' || + lookahead == '%' || + ('*' <= lookahead && lookahead <= ':') || + ('<' <= lookahead && lookahead <= '?') || + lookahead == '^' || + lookahead == '|') ADVANCE(477); + if (lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); + END_STATE(); + case 31: + if (lookahead == '"') ADVANCE(482); + if (lookahead == '&') ADVANCE(289); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '.') ADVANCE(347); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'w') ADVANCE(394); + if (lookahead == '~') ADVANCE(331); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(31) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (lookahead == '!' || + lookahead == '%' || + ('*' <= lookahead && lookahead <= ':') || + ('<' <= lookahead && lookahead <= '?') || + lookahead == '^' || + lookahead == '|') ADVANCE(477); + if (lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); + END_STATE(); + case 32: + if (lookahead == '"') ADVANCE(482); + if (lookahead == '&') ADVANCE(289); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '.') ADVANCE(347); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'w') ADVANCE(403); + if (lookahead == '~') ADVANCE(331); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(32) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (lookahead == '!' || + lookahead == '%' || + ('*' <= lookahead && lookahead <= ':') || + ('<' <= lookahead && lookahead <= '?') || + lookahead == '^' || + lookahead == '|') ADVANCE(477); + if (lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); + END_STATE(); + case 33: + if (lookahead == '"') ADVANCE(482); + if (lookahead == '&') ADVANCE(289); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '/') ADVANCE(473); + if (lookahead == ';') ADVANCE(330); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'b') ADVANCE(434); + if (lookahead == 'c') ADVANCE(426); + if (lookahead == 'd') ADVANCE(421); + if (lookahead == 'e') ADVANCE(408); + if (lookahead == 'f') ADVANCE(423); + if (lookahead == 'i') ADVANCE(392); + if (lookahead == 'l') ADVANCE(425); + if (lookahead == 'm') ADVANCE(362); + if (lookahead == 'r') ADVANCE(388); + if (lookahead == 'v') ADVANCE(370); + if (lookahead == 'w') ADVANCE(394); + if (lookahead == '{') ADVANCE(245); + if (lookahead == '}') ADVANCE(246); + if (lookahead == '~') ADVANCE(331); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(33) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (lookahead == '!' || + lookahead == '%' || + ('*' <= lookahead && lookahead <= '?') || + lookahead == '^' || + lookahead == '|') ADVANCE(477); + if (lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); + END_STATE(); + case 34: + if (lookahead == '"') ADVANCE(482); + if (lookahead == '&') ADVANCE(289); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '/') ADVANCE(473); + if (lookahead == ';') ADVANCE(330); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'b') ADVANCE(434); + if (lookahead == 'c') ADVANCE(426); + if (lookahead == 'd') ADVANCE(421); + if (lookahead == 'f') ADVANCE(423); + if (lookahead == 'i') ADVANCE(392); + if (lookahead == 'l') ADVANCE(425); + if (lookahead == 'm') ADVANCE(362); + if (lookahead == 'r') ADVANCE(388); + if (lookahead == 'v') ADVANCE(370); + if (lookahead == 'w') ADVANCE(394); + if (lookahead == '{') ADVANCE(245); + if (lookahead == '|') ADVANCE(293); + if (lookahead == '}') ADVANCE(246); + if (lookahead == '~') ADVANCE(331); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(34) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (lookahead == '!' || + lookahead == '%' || + ('*' <= lookahead && lookahead <= '?') || + lookahead == '^') ADVANCE(477); + if (lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); + END_STATE(); + case 35: + if (lookahead == '"') ADVANCE(482); + if (lookahead == '&') ADVANCE(289); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '/') ADVANCE(473); + if (lookahead == ';') ADVANCE(330); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'b') ADVANCE(434); + if (lookahead == 'c') ADVANCE(426); + if (lookahead == 'd') ADVANCE(421); + if (lookahead == 'f') ADVANCE(423); + if (lookahead == 'i') ADVANCE(392); + if (lookahead == 'l') ADVANCE(425); + if (lookahead == 'm') ADVANCE(362); + if (lookahead == 'r') ADVANCE(388); + if (lookahead == 'v') ADVANCE(370); + if (lookahead == 'w') ADVANCE(394); + if (lookahead == '{') ADVANCE(245); + if (lookahead == '}') ADVANCE(246); + if (lookahead == '~') ADVANCE(331); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(35) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (lookahead == '!' || + lookahead == '%' || + ('*' <= lookahead && lookahead <= '?') || + lookahead == '^' || + lookahead == '|') ADVANCE(477); + if (lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); + END_STATE(); + case 36: + if (lookahead == '"') ADVANCE(482); + if (lookahead == '&') ADVANCE(289); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'a') ADVANCE(373); + if (lookahead == 'b') ADVANCE(365); + if (lookahead == 'c') ADVANCE(410); + if (lookahead == 'd') ADVANCE(382); + if (lookahead == 'e') ADVANCE(408); + if (lookahead == 'i') ADVANCE(412); + if (lookahead == 'l') ADVANCE(389); + if (lookahead == 'n') ADVANCE(364); + if (lookahead == 's') ADVANCE(459); + if (lookahead == 't') ADVANCE(466); + if (lookahead == 'u') ADVANCE(445); + if (lookahead == '}') ADVANCE(246); + if (lookahead == '~') ADVANCE(331); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(36) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (lookahead == '!' || + lookahead == '%' || + ('*' <= lookahead && lookahead <= ':') || + ('<' <= lookahead && lookahead <= '?') || + lookahead == '^' || + lookahead == '|') ADVANCE(477); + if (lookahead == '_' || + ('f' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); + END_STATE(); + case 37: + if (lookahead == '"') ADVANCE(482); + if (lookahead == '&') ADVANCE(289); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'a') ADVANCE(373); + if (lookahead == 'b') ADVANCE(365); + if (lookahead == 'c') ADVANCE(410); + if (lookahead == 'd') ADVANCE(382); + if (lookahead == 'i') ADVANCE(412); + if (lookahead == 'l') ADVANCE(389); + if (lookahead == 'n') ADVANCE(364); + if (lookahead == 's') ADVANCE(459); + if (lookahead == 't') ADVANCE(466); + if (lookahead == 'u') ADVANCE(445); + if (lookahead == '|') ADVANCE(293); + if (lookahead == '}') ADVANCE(246); + if (lookahead == '~') ADVANCE(331); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(37) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (lookahead == '!' || + lookahead == '%' || + ('*' <= lookahead && lookahead <= ':') || + ('<' <= lookahead && lookahead <= '?') || + lookahead == '^') ADVANCE(477); + if (lookahead == '_' || + ('e' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); + END_STATE(); + case 38: + if (lookahead == '"') ADVANCE(482); + if (lookahead == '&') ADVANCE(289); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'a') ADVANCE(373); + if (lookahead == 'b') ADVANCE(365); + if (lookahead == 'c') ADVANCE(410); + if (lookahead == 'd') ADVANCE(382); + if (lookahead == 'i') ADVANCE(412); + if (lookahead == 'l') ADVANCE(389); + if (lookahead == 'n') ADVANCE(364); + if (lookahead == 's') ADVANCE(459); + if (lookahead == 't') ADVANCE(466); + if (lookahead == 'u') ADVANCE(445); + if (lookahead == '}') ADVANCE(246); + if (lookahead == '~') ADVANCE(331); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(38) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (lookahead == '!' || + lookahead == '%' || + ('*' <= lookahead && lookahead <= ':') || + ('<' <= lookahead && lookahead <= '?') || + lookahead == '^' || + lookahead == '|') ADVANCE(477); + if (lookahead == '_' || + ('e' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); + END_STATE(); + case 39: + if (lookahead == '"') ADVANCE(482); + if (lookahead == '&') ADVANCE(289); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'd') ADVANCE(421); + if (lookahead == '~') ADVANCE(331); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(39) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (lookahead == '!' || + lookahead == '%' || + ('*' <= lookahead && lookahead <= ':') || + ('<' <= lookahead && lookahead <= '?') || + lookahead == '^' || + lookahead == '|') ADVANCE(477); + if (lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); + END_STATE(); + case 40: + if (lookahead == '"') ADVANCE(482); + if (lookahead == '&') ADVANCE(289); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 't') ADVANCE(397); + if (lookahead == '~') ADVANCE(331); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(40) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (lookahead == '!' || + lookahead == '%' || + ('*' <= lookahead && lookahead <= ':') || + ('<' <= lookahead && lookahead <= '?') || + lookahead == '^' || + lookahead == '|') ADVANCE(477); + if (lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); + END_STATE(); + case 41: + if (lookahead == '"') ADVANCE(482); + if (lookahead == '&') ADVANCE(289); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'w') ADVANCE(394); + if (lookahead == '~') ADVANCE(331); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(41) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (lookahead == '!' || + lookahead == '%' || + ('*' <= lookahead && lookahead <= ':') || + ('<' <= lookahead && lookahead <= '?') || + lookahead == '^' || + lookahead == '|') ADVANCE(477); + if (lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); + END_STATE(); + case 42: + if (lookahead == '"') ADVANCE(482); + if (lookahead == '&') ADVANCE(289); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'w') ADVANCE(403); + if (lookahead == '~') ADVANCE(331); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(42) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (lookahead == '!' || + lookahead == '%' || + ('*' <= lookahead && lookahead <= ':') || + ('<' <= lookahead && lookahead <= '?') || + lookahead == '^' || + lookahead == '|') ADVANCE(477); + if (lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); + END_STATE(); + case 43: + if (lookahead == '"') ADVANCE(482); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == ')') ADVANCE(291); + if (lookahead == '-') ADVANCE(476); + if (lookahead == '.') ADVANCE(347); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '?') ADVANCE(295); + if (lookahead == '@') ADVANCE(332); + if (lookahead == '|') ADVANCE(293); + if (lookahead == '~') ADVANCE(331); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(43) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (lookahead == '!' || + ('%' <= lookahead && lookahead <= ':') || + ('<' <= lookahead && lookahead <= '>') || + lookahead == '^') ADVANCE(477); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); + if (lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 44: + if (lookahead == '"') ADVANCE(482); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == ')') ADVANCE(291); + if (lookahead == '-') ADVANCE(476); + if (lookahead == '.') ADVANCE(347); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '@') ADVANCE(332); + if (lookahead == '|') ADVANCE(293); + if (lookahead == '~') ADVANCE(331); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(44) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (lookahead == '!' || + ('%' <= lookahead && lookahead <= ':') || + ('<' <= lookahead && lookahead <= '?') || + lookahead == '^') ADVANCE(477); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); + if (lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 45: + if (lookahead == '"') ADVANCE(482); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == ')') ADVANCE(291); + if (lookahead == '-') ADVANCE(476); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '?') ADVANCE(295); + if (lookahead == '@') ADVANCE(332); + if (lookahead == '|') ADVANCE(293); + if (lookahead == '~') ADVANCE(331); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(45) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (lookahead == '!' || + ('%' <= lookahead && lookahead <= ':') || + ('<' <= lookahead && lookahead <= '>') || + lookahead == '^') ADVANCE(477); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); + if (lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 46: + if (lookahead == '"') ADVANCE(482); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == ')') ADVANCE(291); + if (lookahead == '-') ADVANCE(476); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '@') ADVANCE(332); + if (lookahead == '|') ADVANCE(293); + if (lookahead == '~') ADVANCE(331); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(46) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (lookahead == '!' || + ('%' <= lookahead && lookahead <= ':') || + ('<' <= lookahead && lookahead <= '?') || + lookahead == '^') ADVANCE(477); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); + if (lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 47: + if (lookahead == '"') ADVANCE(482); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == ')') ADVANCE(291); + if (lookahead == '.') ADVANCE(347); + if (lookahead == '/') ADVANCE(473); + if (lookahead == ';') ADVANCE(330); + if (lookahead == '@') ADVANCE(332); + if (lookahead == ']') ADVANCE(339); + if (lookahead == '~') ADVANCE(331); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(47) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (lookahead == '!' || + ('%' <= lookahead && lookahead <= '?') || + lookahead == '^' || + lookahead == '|') ADVANCE(477); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); + if (lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 48: + if (lookahead == '"') ADVANCE(482); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == ')') ADVANCE(291); + if (lookahead == '.') ADVANCE(347); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'e') ADVANCE(408); + if (lookahead == '~') ADVANCE(331); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(48) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (lookahead == '!' || + ('%' <= lookahead && lookahead <= ':') || + ('<' <= lookahead && lookahead <= '?') || + lookahead == '^' || + lookahead == '|') ADVANCE(477); + if (lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); + END_STATE(); + case 49: + if (lookahead == '"') ADVANCE(482); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == ')') ADVANCE(291); + if (lookahead == '.') ADVANCE(347); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '@') ADVANCE(332); + if (lookahead == '|') ADVANCE(293); + if (lookahead == '~') ADVANCE(331); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(49) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (lookahead == '!' || + ('%' <= lookahead && lookahead <= ':') || + ('<' <= lookahead && lookahead <= '?') || + lookahead == '^') ADVANCE(477); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); + if (lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 50: + if (lookahead == '"') ADVANCE(482); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == ')') ADVANCE(291); + if (lookahead == '/') ADVANCE(473); + if (lookahead == ';') ADVANCE(330); + if (lookahead == '@') ADVANCE(332); + if (lookahead == ']') ADVANCE(339); + if (lookahead == '~') ADVANCE(331); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(50) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (lookahead == '!' || + ('%' <= lookahead && lookahead <= '?') || + lookahead == '^' || + lookahead == '|') ADVANCE(477); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); + if (lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 51: + if (lookahead == '"') ADVANCE(482); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == ')') ADVANCE(291); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'e') ADVANCE(408); + if (lookahead == '~') ADVANCE(331); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(51) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (lookahead == '!' || + ('%' <= lookahead && lookahead <= ':') || + ('<' <= lookahead && lookahead <= '?') || + lookahead == '^' || + lookahead == '|') ADVANCE(477); + if (lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); + END_STATE(); + case 52: + if (lookahead == '"') ADVANCE(482); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == ')') ADVANCE(291); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '@') ADVANCE(332); + if (lookahead == '|') ADVANCE(293); + if (lookahead == '~') ADVANCE(331); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(52) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (lookahead == '!' || + ('%' <= lookahead && lookahead <= ':') || + ('<' <= lookahead && lookahead <= '?') || + lookahead == '^') ADVANCE(477); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); + if (lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 53: + if (lookahead == '"') ADVANCE(482); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '-') ADVANCE(476); + if (lookahead == '.') ADVANCE(347); + if (lookahead == '/') ADVANCE(473); + if (lookahead == ';') ADVANCE(330); + if (lookahead == '?') ADVANCE(295); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'b') ADVANCE(434); + if (lookahead == 'c') ADVANCE(426); + if (lookahead == 'd') ADVANCE(421); + if (lookahead == 'f') ADVANCE(423); + if (lookahead == 'i') ADVANCE(392); + if (lookahead == 'l') ADVANCE(425); + if (lookahead == 'm') ADVANCE(362); + if (lookahead == 'r') ADVANCE(388); + if (lookahead == 'v') ADVANCE(370); + if (lookahead == 'w') ADVANCE(394); + if (lookahead == '{') ADVANCE(245); + if (lookahead == '|') ADVANCE(293); + if (lookahead == '}') ADVANCE(246); + if (lookahead == '~') ADVANCE(331); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(53) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (lookahead == '!' || + lookahead == '%' || + lookahead == '&' || + ('*' <= lookahead && lookahead <= '>') || + lookahead == '^') ADVANCE(477); + if (lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); + END_STATE(); + case 54: + if (lookahead == '"') ADVANCE(482); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '-') ADVANCE(476); + if (lookahead == '.') ADVANCE(347); + if (lookahead == '/') ADVANCE(473); + if (lookahead == ';') ADVANCE(330); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'b') ADVANCE(434); + if (lookahead == 'c') ADVANCE(426); + if (lookahead == 'd') ADVANCE(421); + if (lookahead == 'f') ADVANCE(423); + if (lookahead == 'i') ADVANCE(392); + if (lookahead == 'l') ADVANCE(425); + if (lookahead == 'm') ADVANCE(362); + if (lookahead == 'r') ADVANCE(388); + if (lookahead == 'v') ADVANCE(370); + if (lookahead == 'w') ADVANCE(394); + if (lookahead == '{') ADVANCE(245); + if (lookahead == '|') ADVANCE(293); + if (lookahead == '}') ADVANCE(246); + if (lookahead == '~') ADVANCE(331); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(54) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (lookahead == '!' || + lookahead == '%' || + lookahead == '&' || + ('*' <= lookahead && lookahead <= '?') || + lookahead == '^') ADVANCE(477); + if (lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); + END_STATE(); + case 55: + if (lookahead == '"') ADVANCE(482); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '-') ADVANCE(476); + if (lookahead == '.') ADVANCE(347); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '?') ADVANCE(295); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'a') ADVANCE(373); + if (lookahead == 'b') ADVANCE(365); + if (lookahead == 'c') ADVANCE(410); + if (lookahead == 'd') ADVANCE(382); + if (lookahead == 'i') ADVANCE(412); + if (lookahead == 'l') ADVANCE(389); + if (lookahead == 'n') ADVANCE(364); + if (lookahead == 's') ADVANCE(459); + if (lookahead == 't') ADVANCE(466); + if (lookahead == 'u') ADVANCE(445); + if (lookahead == '|') ADVANCE(293); + if (lookahead == '}') ADVANCE(246); + if (lookahead == '~') ADVANCE(331); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(55) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (lookahead == '!' || + lookahead == '%' || + lookahead == '&' || + ('*' <= lookahead && lookahead <= ':') || + ('<' <= lookahead && lookahead <= '>') || + lookahead == '^') ADVANCE(477); + if (lookahead == '_' || + ('e' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); + END_STATE(); + case 56: + if (lookahead == '"') ADVANCE(482); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '-') ADVANCE(476); + if (lookahead == '.') ADVANCE(347); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'a') ADVANCE(373); + if (lookahead == 'b') ADVANCE(365); + if (lookahead == 'c') ADVANCE(410); + if (lookahead == 'd') ADVANCE(382); + if (lookahead == 'i') ADVANCE(412); + if (lookahead == 'l') ADVANCE(389); + if (lookahead == 'n') ADVANCE(364); + if (lookahead == 's') ADVANCE(459); + if (lookahead == 't') ADVANCE(466); + if (lookahead == 'u') ADVANCE(445); + if (lookahead == '|') ADVANCE(293); + if (lookahead == '}') ADVANCE(246); + if (lookahead == '~') ADVANCE(331); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(56) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (lookahead == '!' || + lookahead == '%' || + lookahead == '&' || + ('*' <= lookahead && lookahead <= ':') || + ('<' <= lookahead && lookahead <= '?') || + lookahead == '^') ADVANCE(477); + if (lookahead == '_' || + ('e' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); + END_STATE(); + case 57: + if (lookahead == '"') ADVANCE(482); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '-') ADVANCE(476); + if (lookahead == '/') ADVANCE(473); + if (lookahead == ';') ADVANCE(330); + if (lookahead == '?') ADVANCE(295); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'b') ADVANCE(434); + if (lookahead == 'c') ADVANCE(426); + if (lookahead == 'd') ADVANCE(421); + if (lookahead == 'f') ADVANCE(423); + if (lookahead == 'i') ADVANCE(392); + if (lookahead == 'l') ADVANCE(425); + if (lookahead == 'm') ADVANCE(362); + if (lookahead == 'r') ADVANCE(388); + if (lookahead == 'v') ADVANCE(370); + if (lookahead == 'w') ADVANCE(394); + if (lookahead == '{') ADVANCE(245); + if (lookahead == '|') ADVANCE(293); + if (lookahead == '}') ADVANCE(246); + if (lookahead == '~') ADVANCE(331); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(57) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (lookahead == '!' || + lookahead == '%' || + lookahead == '&' || + ('*' <= lookahead && lookahead <= '>') || + lookahead == '^') ADVANCE(477); + if (lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); + END_STATE(); + case 58: + if (lookahead == '"') ADVANCE(482); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '-') ADVANCE(476); + if (lookahead == '/') ADVANCE(473); + if (lookahead == ';') ADVANCE(330); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'b') ADVANCE(434); + if (lookahead == 'c') ADVANCE(426); + if (lookahead == 'd') ADVANCE(421); + if (lookahead == 'f') ADVANCE(423); + if (lookahead == 'i') ADVANCE(392); + if (lookahead == 'l') ADVANCE(425); + if (lookahead == 'm') ADVANCE(362); + if (lookahead == 'r') ADVANCE(388); + if (lookahead == 'v') ADVANCE(370); + if (lookahead == 'w') ADVANCE(394); + if (lookahead == '{') ADVANCE(245); + if (lookahead == '|') ADVANCE(293); + if (lookahead == '}') ADVANCE(246); + if (lookahead == '~') ADVANCE(331); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(58) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (lookahead == '!' || + lookahead == '%' || + lookahead == '&' || + ('*' <= lookahead && lookahead <= '?') || + lookahead == '^') ADVANCE(477); + if (lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); + END_STATE(); + case 59: + if (lookahead == '"') ADVANCE(482); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '-') ADVANCE(476); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '?') ADVANCE(295); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'a') ADVANCE(373); + if (lookahead == 'b') ADVANCE(365); + if (lookahead == 'c') ADVANCE(410); + if (lookahead == 'd') ADVANCE(382); + if (lookahead == 'i') ADVANCE(412); + if (lookahead == 'l') ADVANCE(389); + if (lookahead == 'n') ADVANCE(364); + if (lookahead == 's') ADVANCE(459); + if (lookahead == 't') ADVANCE(466); + if (lookahead == 'u') ADVANCE(445); + if (lookahead == '|') ADVANCE(293); + if (lookahead == '}') ADVANCE(246); + if (lookahead == '~') ADVANCE(331); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(59) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (lookahead == '!' || + lookahead == '%' || + lookahead == '&' || + ('*' <= lookahead && lookahead <= ':') || + ('<' <= lookahead && lookahead <= '>') || + lookahead == '^') ADVANCE(477); + if (lookahead == '_' || + ('e' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); + END_STATE(); + case 60: + if (lookahead == '"') ADVANCE(482); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '-') ADVANCE(476); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'a') ADVANCE(373); + if (lookahead == 'b') ADVANCE(365); + if (lookahead == 'c') ADVANCE(410); + if (lookahead == 'd') ADVANCE(382); + if (lookahead == 'i') ADVANCE(412); + if (lookahead == 'l') ADVANCE(389); + if (lookahead == 'n') ADVANCE(364); + if (lookahead == 's') ADVANCE(459); + if (lookahead == 't') ADVANCE(466); + if (lookahead == 'u') ADVANCE(445); + if (lookahead == '|') ADVANCE(293); + if (lookahead == '}') ADVANCE(246); + if (lookahead == '~') ADVANCE(331); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(60) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (lookahead == '!' || + lookahead == '%' || + lookahead == '&' || + ('*' <= lookahead && lookahead <= ':') || + ('<' <= lookahead && lookahead <= '?') || + lookahead == '^') ADVANCE(477); + if (lookahead == '_' || + ('e' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); + END_STATE(); + case 61: + if (lookahead == '"') ADVANCE(482); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '.') ADVANCE(347); + if (lookahead == '/') ADVANCE(473); + if (lookahead == ';') ADVANCE(330); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'b') ADVANCE(434); + if (lookahead == 'c') ADVANCE(426); + if (lookahead == 'd') ADVANCE(421); + if (lookahead == 'e') ADVANCE(408); + if (lookahead == 'f') ADVANCE(423); + if (lookahead == 'i') ADVANCE(392); + if (lookahead == 'l') ADVANCE(425); + if (lookahead == 'm') ADVANCE(362); + if (lookahead == 'r') ADVANCE(388); + if (lookahead == 'v') ADVANCE(370); + if (lookahead == 'w') ADVANCE(394); + if (lookahead == '{') ADVANCE(245); + if (lookahead == '}') ADVANCE(246); + if (lookahead == '~') ADVANCE(331); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(61) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (lookahead == '!' || + lookahead == '%' || + lookahead == '&' || + ('*' <= lookahead && lookahead <= '?') || + lookahead == '^' || + lookahead == '|') ADVANCE(477); + if (lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); + END_STATE(); + case 62: + if (lookahead == '"') ADVANCE(482); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '.') ADVANCE(347); + if (lookahead == '/') ADVANCE(473); + if (lookahead == ';') ADVANCE(330); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'b') ADVANCE(434); + if (lookahead == 'c') ADVANCE(426); + if (lookahead == 'd') ADVANCE(421); + if (lookahead == 'f') ADVANCE(423); + if (lookahead == 'i') ADVANCE(392); + if (lookahead == 'l') ADVANCE(425); + if (lookahead == 'm') ADVANCE(362); + if (lookahead == 'r') ADVANCE(388); + if (lookahead == 'v') ADVANCE(370); + if (lookahead == 'w') ADVANCE(394); + if (lookahead == '{') ADVANCE(245); + if (lookahead == '|') ADVANCE(293); + if (lookahead == '}') ADVANCE(246); + if (lookahead == '~') ADVANCE(331); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(62) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (lookahead == '!' || + lookahead == '%' || + lookahead == '&' || + ('*' <= lookahead && lookahead <= '?') || + lookahead == '^') ADVANCE(477); + if (lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); + END_STATE(); + case 63: + if (lookahead == '"') ADVANCE(482); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '.') ADVANCE(347); + if (lookahead == '/') ADVANCE(473); + if (lookahead == ';') ADVANCE(330); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'b') ADVANCE(434); + if (lookahead == 'c') ADVANCE(426); + if (lookahead == 'd') ADVANCE(421); + if (lookahead == 'f') ADVANCE(423); + if (lookahead == 'i') ADVANCE(392); + if (lookahead == 'l') ADVANCE(425); + if (lookahead == 'm') ADVANCE(362); + if (lookahead == 'r') ADVANCE(388); + if (lookahead == 'v') ADVANCE(370); + if (lookahead == 'w') ADVANCE(394); + if (lookahead == '{') ADVANCE(245); + if (lookahead == '}') ADVANCE(246); + if (lookahead == '~') ADVANCE(331); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(63) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (lookahead == '!' || + lookahead == '%' || + lookahead == '&' || + ('*' <= lookahead && lookahead <= '?') || + lookahead == '^' || + lookahead == '|') ADVANCE(477); + if (lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); + END_STATE(); + case 64: + if (lookahead == '"') ADVANCE(482); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '.') ADVANCE(347); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'a') ADVANCE(373); + if (lookahead == 'b') ADVANCE(365); + if (lookahead == 'c') ADVANCE(410); + if (lookahead == 'd') ADVANCE(382); + if (lookahead == 'e') ADVANCE(408); + if (lookahead == 'i') ADVANCE(412); + if (lookahead == 'l') ADVANCE(389); + if (lookahead == 'n') ADVANCE(364); + if (lookahead == 's') ADVANCE(459); + if (lookahead == 't') ADVANCE(466); + if (lookahead == 'u') ADVANCE(445); + if (lookahead == '}') ADVANCE(246); + if (lookahead == '~') ADVANCE(331); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(64) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); if (lookahead == '!' || lookahead == '%' || lookahead == '&' || ('*' <= lookahead && lookahead <= ':') || ('<' <= lookahead && lookahead <= '?') || lookahead == '^' || - lookahead == '|') ADVANCE(523); + lookahead == '|') ADVANCE(477); if (lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); - END_STATE(); - case 4: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '&') ADVANCE(267); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == ')') ADVANCE(269); - if (lookahead == '-') ADVANCE(522); - if (lookahead == '.') ADVANCE(318); - if (lookahead == '/') ADVANCE(519); - if (lookahead == '?') ADVANCE(273); - if (lookahead == '|') ADVANCE(271); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(4) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - ('$' <= lookahead && lookahead <= ':') || - ('<' <= lookahead && lookahead <= '>') || - lookahead == '^') ADVANCE(523); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); - if (lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 5: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '&') ADVANCE(267); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == ')') ADVANCE(269); - if (lookahead == '-') ADVANCE(522); - if (lookahead == '.') ADVANCE(318); - if (lookahead == '/') ADVANCE(519); - if (lookahead == '|') ADVANCE(271); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(5) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - ('$' <= lookahead && lookahead <= ':') || - ('<' <= lookahead && lookahead <= '?') || - lookahead == '^') ADVANCE(523); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); - if (lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 6: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '&') ADVANCE(267); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == ')') ADVANCE(269); - if (lookahead == '-') ADVANCE(522); - if (lookahead == '/') ADVANCE(519); - if (lookahead == ';') ADVANCE(306); - if (lookahead == '?') ADVANCE(273); - if (lookahead == 'a') ADVANCE(373); - if (lookahead == 'b') ADVANCE(399); - if (lookahead == 'c') ADVANCE(389); - if (lookahead == 'd') ADVANCE(386); - if (lookahead == 'f') ADVANCE(388); - if (lookahead == 'i') ADVANCE(356); - if (lookahead == 'l') ADVANCE(390); - if (lookahead == 'm') ADVANCE(332); - if (lookahead == 'r') ADVANCE(353); - if (lookahead == 'v') ADVANCE(338); - if (lookahead == 'w') ADVANCE(358); - if (lookahead == '{') ADVANCE(230); - if (lookahead == '|') ADVANCE(271); - if (lookahead == '}') ADVANCE(231); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(6) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '>') || - lookahead == '^') ADVANCE(523); - if (lookahead == '_' || - ('e' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); - END_STATE(); - case 7: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '&') ADVANCE(267); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == ')') ADVANCE(269); - if (lookahead == '-') ADVANCE(522); - if (lookahead == '/') ADVANCE(519); - if (lookahead == ';') ADVANCE(306); - if (lookahead == 'a') ADVANCE(373); - if (lookahead == 'b') ADVANCE(399); - if (lookahead == 'c') ADVANCE(389); - if (lookahead == 'd') ADVANCE(386); - if (lookahead == 'f') ADVANCE(388); - if (lookahead == 'i') ADVANCE(356); - if (lookahead == 'l') ADVANCE(390); - if (lookahead == 'm') ADVANCE(332); - if (lookahead == 'r') ADVANCE(353); - if (lookahead == 'v') ADVANCE(338); - if (lookahead == 'w') ADVANCE(358); - if (lookahead == '{') ADVANCE(230); - if (lookahead == '|') ADVANCE(271); - if (lookahead == '}') ADVANCE(231); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(7) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '?') || - lookahead == '^') ADVANCE(523); - if (lookahead == '_' || - ('e' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); - END_STATE(); - case 8: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '&') ADVANCE(267); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == ')') ADVANCE(269); - if (lookahead == '-') ADVANCE(522); - if (lookahead == '/') ADVANCE(519); - if (lookahead == '?') ADVANCE(273); - if (lookahead == '|') ADVANCE(271); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(8) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - ('$' <= lookahead && lookahead <= ':') || - ('<' <= lookahead && lookahead <= '>') || - lookahead == '^') ADVANCE(523); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); - if (lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 9: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '&') ADVANCE(267); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == ')') ADVANCE(269); - if (lookahead == '-') ADVANCE(522); - if (lookahead == '/') ADVANCE(519); - if (lookahead == '|') ADVANCE(271); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(9) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - ('$' <= lookahead && lookahead <= ':') || - ('<' <= lookahead && lookahead <= '?') || - lookahead == '^') ADVANCE(523); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); - if (lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 10: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '&') ADVANCE(267); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == ')') ADVANCE(269); - if (lookahead == '.') ADVANCE(318); - if (lookahead == '/') ADVANCE(519); - if (lookahead == 'e') ADVANCE(370); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(10) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - ('$' <= lookahead && lookahead <= ':') || - ('<' <= lookahead && lookahead <= '?') || - lookahead == '^' || - lookahead == '|') ADVANCE(523); - if (lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); - END_STATE(); - case 11: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '&') ADVANCE(267); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == ')') ADVANCE(269); - if (lookahead == '.') ADVANCE(318); - if (lookahead == '/') ADVANCE(519); - if (lookahead == '|') ADVANCE(271); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(11) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - ('$' <= lookahead && lookahead <= ':') || - ('<' <= lookahead && lookahead <= '?') || - lookahead == '^') ADVANCE(523); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); - if (lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 12: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '&') ADVANCE(267); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == ')') ADVANCE(269); - if (lookahead == '.') ADVANCE(318); - if (lookahead == '/') ADVANCE(519); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(12) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - ('$' <= lookahead && lookahead <= ':') || - ('<' <= lookahead && lookahead <= '?') || - lookahead == '^' || - lookahead == '|') ADVANCE(523); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); - if (lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 13: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '&') ADVANCE(267); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == ')') ADVANCE(269); - if (lookahead == '/') ADVANCE(519); - if (lookahead == ';') ADVANCE(306); - if (lookahead == 'a') ADVANCE(373); - if (lookahead == 'b') ADVANCE(399); - if (lookahead == 'c') ADVANCE(389); - if (lookahead == 'd') ADVANCE(386); - if (lookahead == 'e') ADVANCE(370); - if (lookahead == 'f') ADVANCE(388); - if (lookahead == 'i') ADVANCE(356); - if (lookahead == 'l') ADVANCE(390); - if (lookahead == 'm') ADVANCE(332); - if (lookahead == 'r') ADVANCE(353); - if (lookahead == 'v') ADVANCE(338); - if (lookahead == 'w') ADVANCE(358); - if (lookahead == '{') ADVANCE(230); - if (lookahead == '}') ADVANCE(231); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(13) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '?') || - lookahead == '^' || - lookahead == '|') ADVANCE(523); - if (lookahead == '_' || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); - END_STATE(); - case 14: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '&') ADVANCE(267); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == ')') ADVANCE(269); - if (lookahead == '/') ADVANCE(519); - if (lookahead == ';') ADVANCE(306); - if (lookahead == 'a') ADVANCE(373); - if (lookahead == 'b') ADVANCE(399); - if (lookahead == 'c') ADVANCE(389); - if (lookahead == 'd') ADVANCE(386); - if (lookahead == 'f') ADVANCE(388); - if (lookahead == 'i') ADVANCE(356); - if (lookahead == 'l') ADVANCE(390); - if (lookahead == 'm') ADVANCE(332); - if (lookahead == 'r') ADVANCE(353); - if (lookahead == 'v') ADVANCE(338); - if (lookahead == 'w') ADVANCE(358); - if (lookahead == '{') ADVANCE(230); - if (lookahead == '|') ADVANCE(271); - if (lookahead == '}') ADVANCE(231); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(14) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '?') || - lookahead == '^') ADVANCE(523); - if (lookahead == '_' || - ('e' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); - END_STATE(); - case 15: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '&') ADVANCE(267); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == ')') ADVANCE(269); - if (lookahead == '/') ADVANCE(519); - if (lookahead == 'e') ADVANCE(370); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(15) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - ('$' <= lookahead && lookahead <= ':') || - ('<' <= lookahead && lookahead <= '?') || - lookahead == '^' || - lookahead == '|') ADVANCE(523); - if (lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); - END_STATE(); - case 16: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '&') ADVANCE(267); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == ')') ADVANCE(269); - if (lookahead == '/') ADVANCE(519); - if (lookahead == '|') ADVANCE(271); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(16) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - ('$' <= lookahead && lookahead <= ':') || - ('<' <= lookahead && lookahead <= '?') || - lookahead == '^') ADVANCE(523); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); - if (lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 17: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '&') ADVANCE(267); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == ')') ADVANCE(269); - if (lookahead == '/') ADVANCE(519); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(17) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - ('$' <= lookahead && lookahead <= ':') || - ('<' <= lookahead && lookahead <= '?') || - lookahead == '^' || - lookahead == '|') ADVANCE(523); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); - if (lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 18: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '&') ADVANCE(267); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '-') ADVANCE(522); - if (lookahead == '.') ADVANCE(318); - if (lookahead == '/') ADVANCE(519); - if (lookahead == ';') ADVANCE(306); - if (lookahead == '?') ADVANCE(273); - if (lookahead == 'a') ADVANCE(373); - if (lookahead == 'b') ADVANCE(399); - if (lookahead == 'c') ADVANCE(389); - if (lookahead == 'd') ADVANCE(386); - if (lookahead == 'f') ADVANCE(388); - if (lookahead == 'i') ADVANCE(356); - if (lookahead == 'l') ADVANCE(390); - if (lookahead == 'm') ADVANCE(332); - if (lookahead == 'r') ADVANCE(353); - if (lookahead == 'v') ADVANCE(338); - if (lookahead == 'w') ADVANCE(358); - if (lookahead == '{') ADVANCE(230); - if (lookahead == '|') ADVANCE(271); - if (lookahead == '}') ADVANCE(231); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(18) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - lookahead == '$' || - lookahead == '%' || - ('*' <= lookahead && lookahead <= '>') || - lookahead == '^') ADVANCE(523); - if (lookahead == '_' || - ('e' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); - END_STATE(); - case 19: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '&') ADVANCE(267); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '-') ADVANCE(522); - if (lookahead == '.') ADVANCE(318); - if (lookahead == '/') ADVANCE(519); - if (lookahead == ';') ADVANCE(306); - if (lookahead == 'a') ADVANCE(373); - if (lookahead == 'b') ADVANCE(399); - if (lookahead == 'c') ADVANCE(389); - if (lookahead == 'd') ADVANCE(386); - if (lookahead == 'f') ADVANCE(388); - if (lookahead == 'i') ADVANCE(356); - if (lookahead == 'l') ADVANCE(390); - if (lookahead == 'm') ADVANCE(332); - if (lookahead == 'r') ADVANCE(353); - if (lookahead == 'v') ADVANCE(338); - if (lookahead == 'w') ADVANCE(358); - if (lookahead == '{') ADVANCE(230); - if (lookahead == '|') ADVANCE(271); - if (lookahead == '}') ADVANCE(231); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(19) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - lookahead == '$' || - lookahead == '%' || - ('*' <= lookahead && lookahead <= '?') || - lookahead == '^') ADVANCE(523); - if (lookahead == '_' || - ('e' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); - END_STATE(); - case 20: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '&') ADVANCE(267); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '-') ADVANCE(522); - if (lookahead == '.') ADVANCE(318); - if (lookahead == '/') ADVANCE(519); - if (lookahead == '?') ADVANCE(273); - if (lookahead == 'a') ADVANCE(373); - if (lookahead == 'c') ADVANCE(374); - if (lookahead == 'd') ADVANCE(348); - if (lookahead == 'i') ADVANCE(376); - if (lookahead == 'n') ADVANCE(335); - if (lookahead == 's') ADVANCE(422); - if (lookahead == 't') ADVANCE(426); - if (lookahead == 'u') ADVANCE(411); - if (lookahead == 'v') ADVANCE(338); - if (lookahead == '|') ADVANCE(271); - if (lookahead == '}') ADVANCE(231); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(20) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - lookahead == '$' || - lookahead == '%' || - ('*' <= lookahead && lookahead <= ':') || - ('<' <= lookahead && lookahead <= '>') || - lookahead == '^') ADVANCE(523); - if (lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); - END_STATE(); - case 21: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '&') ADVANCE(267); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '-') ADVANCE(522); - if (lookahead == '.') ADVANCE(318); - if (lookahead == '/') ADVANCE(519); - if (lookahead == 'a') ADVANCE(373); - if (lookahead == 'c') ADVANCE(374); - if (lookahead == 'd') ADVANCE(348); - if (lookahead == 'i') ADVANCE(376); - if (lookahead == 'n') ADVANCE(335); - if (lookahead == 's') ADVANCE(422); - if (lookahead == 't') ADVANCE(426); - if (lookahead == 'u') ADVANCE(411); - if (lookahead == 'v') ADVANCE(338); - if (lookahead == '|') ADVANCE(271); - if (lookahead == '}') ADVANCE(231); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(21) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - lookahead == '$' || - lookahead == '%' || - ('*' <= lookahead && lookahead <= ':') || - ('<' <= lookahead && lookahead <= '?') || - lookahead == '^') ADVANCE(523); - if (lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); - END_STATE(); - case 22: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '&') ADVANCE(267); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '-') ADVANCE(522); - if (lookahead == '/') ADVANCE(519); - if (lookahead == '?') ADVANCE(273); - if (lookahead == 'a') ADVANCE(373); - if (lookahead == 'c') ADVANCE(374); - if (lookahead == 'd') ADVANCE(348); - if (lookahead == 'i') ADVANCE(376); - if (lookahead == 'n') ADVANCE(335); - if (lookahead == 's') ADVANCE(422); - if (lookahead == 't') ADVANCE(426); - if (lookahead == 'u') ADVANCE(411); - if (lookahead == 'v') ADVANCE(338); - if (lookahead == '|') ADVANCE(271); - if (lookahead == '}') ADVANCE(231); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(22) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - lookahead == '$' || - lookahead == '%' || - ('*' <= lookahead && lookahead <= ':') || - ('<' <= lookahead && lookahead <= '>') || - lookahead == '^') ADVANCE(523); - if (lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); - END_STATE(); - case 23: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '&') ADVANCE(267); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '-') ADVANCE(522); - if (lookahead == '/') ADVANCE(519); - if (lookahead == 'a') ADVANCE(373); - if (lookahead == 'c') ADVANCE(374); - if (lookahead == 'd') ADVANCE(348); - if (lookahead == 'i') ADVANCE(376); - if (lookahead == 'n') ADVANCE(335); - if (lookahead == 's') ADVANCE(422); - if (lookahead == 't') ADVANCE(426); - if (lookahead == 'u') ADVANCE(411); - if (lookahead == 'v') ADVANCE(338); - if (lookahead == '|') ADVANCE(271); - if (lookahead == '}') ADVANCE(231); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(23) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - lookahead == '$' || - lookahead == '%' || - ('*' <= lookahead && lookahead <= ':') || - ('<' <= lookahead && lookahead <= '?') || - lookahead == '^') ADVANCE(523); - if (lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); - END_STATE(); - case 24: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '&') ADVANCE(267); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '.') ADVANCE(318); - if (lookahead == '/') ADVANCE(519); - if (lookahead == ';') ADVANCE(306); - if (lookahead == 'a') ADVANCE(373); - if (lookahead == 'b') ADVANCE(399); - if (lookahead == 'c') ADVANCE(389); - if (lookahead == 'd') ADVANCE(386); - if (lookahead == 'e') ADVANCE(370); - if (lookahead == 'f') ADVANCE(388); - if (lookahead == 'i') ADVANCE(356); - if (lookahead == 'l') ADVANCE(390); - if (lookahead == 'm') ADVANCE(332); - if (lookahead == 'r') ADVANCE(353); - if (lookahead == 'v') ADVANCE(338); - if (lookahead == 'w') ADVANCE(358); - if (lookahead == '{') ADVANCE(230); - if (lookahead == '}') ADVANCE(231); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(24) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - lookahead == '$' || - lookahead == '%' || - ('*' <= lookahead && lookahead <= '?') || - lookahead == '^' || - lookahead == '|') ADVANCE(523); - if (lookahead == '_' || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); - END_STATE(); - case 25: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '&') ADVANCE(267); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '.') ADVANCE(318); - if (lookahead == '/') ADVANCE(519); - if (lookahead == ';') ADVANCE(306); - if (lookahead == 'a') ADVANCE(373); - if (lookahead == 'b') ADVANCE(399); - if (lookahead == 'c') ADVANCE(389); - if (lookahead == 'd') ADVANCE(386); - if (lookahead == 'f') ADVANCE(388); - if (lookahead == 'i') ADVANCE(356); - if (lookahead == 'l') ADVANCE(390); - if (lookahead == 'm') ADVANCE(332); - if (lookahead == 'r') ADVANCE(353); - if (lookahead == 'v') ADVANCE(338); - if (lookahead == 'w') ADVANCE(358); - if (lookahead == '{') ADVANCE(230); - if (lookahead == '|') ADVANCE(271); - if (lookahead == '}') ADVANCE(231); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(25) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - lookahead == '$' || - lookahead == '%' || - ('*' <= lookahead && lookahead <= '?') || - lookahead == '^') ADVANCE(523); - if (lookahead == '_' || - ('e' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); - END_STATE(); - case 26: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '&') ADVANCE(267); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '.') ADVANCE(318); - if (lookahead == '/') ADVANCE(519); - if (lookahead == ';') ADVANCE(306); - if (lookahead == 'a') ADVANCE(373); - if (lookahead == 'b') ADVANCE(399); - if (lookahead == 'c') ADVANCE(389); - if (lookahead == 'd') ADVANCE(386); - if (lookahead == 'f') ADVANCE(388); - if (lookahead == 'i') ADVANCE(356); - if (lookahead == 'l') ADVANCE(390); - if (lookahead == 'm') ADVANCE(332); - if (lookahead == 'r') ADVANCE(353); - if (lookahead == 'v') ADVANCE(338); - if (lookahead == 'w') ADVANCE(358); - if (lookahead == '{') ADVANCE(230); - if (lookahead == '}') ADVANCE(231); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(26) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - lookahead == '$' || - lookahead == '%' || - ('*' <= lookahead && lookahead <= '?') || - lookahead == '^' || - lookahead == '|') ADVANCE(523); - if (lookahead == '_' || - ('e' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); - END_STATE(); - case 27: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '&') ADVANCE(267); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '.') ADVANCE(318); - if (lookahead == '/') ADVANCE(519); - if (lookahead == 'a') ADVANCE(373); - if (lookahead == 'c') ADVANCE(374); - if (lookahead == 'd') ADVANCE(348); - if (lookahead == 'e') ADVANCE(370); - if (lookahead == 'i') ADVANCE(376); - if (lookahead == 'n') ADVANCE(335); - if (lookahead == 's') ADVANCE(422); - if (lookahead == 't') ADVANCE(426); - if (lookahead == 'u') ADVANCE(411); - if (lookahead == 'v') ADVANCE(338); - if (lookahead == '}') ADVANCE(231); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(27) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - lookahead == '$' || - lookahead == '%' || - ('*' <= lookahead && lookahead <= ':') || - ('<' <= lookahead && lookahead <= '?') || - lookahead == '^' || - lookahead == '|') ADVANCE(523); - if (lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); - END_STATE(); - case 28: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '&') ADVANCE(267); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '.') ADVANCE(318); - if (lookahead == '/') ADVANCE(519); - if (lookahead == 'a') ADVANCE(373); - if (lookahead == 'c') ADVANCE(374); - if (lookahead == 'd') ADVANCE(348); - if (lookahead == 'i') ADVANCE(376); - if (lookahead == 'n') ADVANCE(335); - if (lookahead == 's') ADVANCE(422); - if (lookahead == 't') ADVANCE(426); - if (lookahead == 'u') ADVANCE(411); - if (lookahead == 'v') ADVANCE(338); - if (lookahead == '|') ADVANCE(271); - if (lookahead == '}') ADVANCE(231); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(28) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - lookahead == '$' || - lookahead == '%' || - ('*' <= lookahead && lookahead <= ':') || - ('<' <= lookahead && lookahead <= '?') || - lookahead == '^') ADVANCE(523); - if (lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); - END_STATE(); - case 29: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '&') ADVANCE(267); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '.') ADVANCE(318); - if (lookahead == '/') ADVANCE(519); - if (lookahead == 'a') ADVANCE(373); - if (lookahead == 'c') ADVANCE(374); - if (lookahead == 'd') ADVANCE(348); - if (lookahead == 'i') ADVANCE(376); - if (lookahead == 'n') ADVANCE(335); - if (lookahead == 's') ADVANCE(422); - if (lookahead == 't') ADVANCE(426); - if (lookahead == 'u') ADVANCE(411); - if (lookahead == 'v') ADVANCE(338); - if (lookahead == '}') ADVANCE(231); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(29) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - lookahead == '$' || - lookahead == '%' || - ('*' <= lookahead && lookahead <= ':') || - ('<' <= lookahead && lookahead <= '?') || - lookahead == '^' || - lookahead == '|') ADVANCE(523); - if (lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); - END_STATE(); - case 30: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '&') ADVANCE(267); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '.') ADVANCE(318); - if (lookahead == '/') ADVANCE(519); - if (lookahead == 'd') ADVANCE(386); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(30) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - lookahead == '$' || - lookahead == '%' || - ('*' <= lookahead && lookahead <= ':') || - ('<' <= lookahead && lookahead <= '?') || - lookahead == '^' || - lookahead == '|') ADVANCE(523); - if (lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); - END_STATE(); - case 31: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '&') ADVANCE(267); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '.') ADVANCE(318); - if (lookahead == '/') ADVANCE(519); - if (lookahead == 't') ADVANCE(361); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(31) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - lookahead == '$' || - lookahead == '%' || - ('*' <= lookahead && lookahead <= ':') || - ('<' <= lookahead && lookahead <= '?') || - lookahead == '^' || - lookahead == '|') ADVANCE(523); - if (lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); - END_STATE(); - case 32: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '&') ADVANCE(267); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '.') ADVANCE(318); - if (lookahead == '/') ADVANCE(519); - if (lookahead == 'w') ADVANCE(358); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(32) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - lookahead == '$' || - lookahead == '%' || - ('*' <= lookahead && lookahead <= ':') || - ('<' <= lookahead && lookahead <= '?') || - lookahead == '^' || - lookahead == '|') ADVANCE(523); - if (lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); - END_STATE(); - case 33: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '&') ADVANCE(267); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '.') ADVANCE(318); - if (lookahead == '/') ADVANCE(519); - if (lookahead == 'w') ADVANCE(367); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(33) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - lookahead == '$' || - lookahead == '%' || - ('*' <= lookahead && lookahead <= ':') || - ('<' <= lookahead && lookahead <= '?') || - lookahead == '^' || - lookahead == '|') ADVANCE(523); - if (lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); - END_STATE(); - case 34: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '&') ADVANCE(267); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '/') ADVANCE(519); - if (lookahead == ';') ADVANCE(306); - if (lookahead == 'a') ADVANCE(373); - if (lookahead == 'b') ADVANCE(399); - if (lookahead == 'c') ADVANCE(389); - if (lookahead == 'd') ADVANCE(386); - if (lookahead == 'f') ADVANCE(388); - if (lookahead == 'i') ADVANCE(356); - if (lookahead == 'l') ADVANCE(390); - if (lookahead == 'm') ADVANCE(332); - if (lookahead == 'r') ADVANCE(353); - if (lookahead == 'v') ADVANCE(338); - if (lookahead == 'w') ADVANCE(358); - if (lookahead == '{') ADVANCE(230); - if (lookahead == '}') ADVANCE(231); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(34) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - lookahead == '$' || - lookahead == '%' || - ('*' <= lookahead && lookahead <= '?') || - lookahead == '^' || - lookahead == '|') ADVANCE(523); - if (lookahead == '_' || - ('e' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); - END_STATE(); - case 35: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '&') ADVANCE(267); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '/') ADVANCE(519); - if (lookahead == 'a') ADVANCE(373); - if (lookahead == 'c') ADVANCE(374); - if (lookahead == 'd') ADVANCE(348); - if (lookahead == 'e') ADVANCE(370); - if (lookahead == 'i') ADVANCE(376); - if (lookahead == 'n') ADVANCE(335); - if (lookahead == 's') ADVANCE(422); - if (lookahead == 't') ADVANCE(426); - if (lookahead == 'u') ADVANCE(411); - if (lookahead == 'v') ADVANCE(338); - if (lookahead == '}') ADVANCE(231); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(35) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - lookahead == '$' || - lookahead == '%' || - ('*' <= lookahead && lookahead <= ':') || - ('<' <= lookahead && lookahead <= '?') || - lookahead == '^' || - lookahead == '|') ADVANCE(523); - if (lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); - END_STATE(); - case 36: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '&') ADVANCE(267); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '/') ADVANCE(519); - if (lookahead == 'a') ADVANCE(373); - if (lookahead == 'c') ADVANCE(374); - if (lookahead == 'd') ADVANCE(348); - if (lookahead == 'i') ADVANCE(376); - if (lookahead == 'n') ADVANCE(335); - if (lookahead == 's') ADVANCE(422); - if (lookahead == 't') ADVANCE(426); - if (lookahead == 'u') ADVANCE(411); - if (lookahead == 'v') ADVANCE(338); - if (lookahead == '|') ADVANCE(271); - if (lookahead == '}') ADVANCE(231); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(36) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - lookahead == '$' || - lookahead == '%' || - ('*' <= lookahead && lookahead <= ':') || - ('<' <= lookahead && lookahead <= '?') || - lookahead == '^') ADVANCE(523); - if (lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); - END_STATE(); - case 37: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '&') ADVANCE(267); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '/') ADVANCE(519); - if (lookahead == 'a') ADVANCE(373); - if (lookahead == 'c') ADVANCE(374); - if (lookahead == 'd') ADVANCE(348); - if (lookahead == 'i') ADVANCE(376); - if (lookahead == 'n') ADVANCE(335); - if (lookahead == 's') ADVANCE(422); - if (lookahead == 't') ADVANCE(426); - if (lookahead == 'u') ADVANCE(411); - if (lookahead == 'v') ADVANCE(338); - if (lookahead == '}') ADVANCE(231); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(37) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - lookahead == '$' || - lookahead == '%' || - ('*' <= lookahead && lookahead <= ':') || - ('<' <= lookahead && lookahead <= '?') || - lookahead == '^' || - lookahead == '|') ADVANCE(523); - if (lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); - END_STATE(); - case 38: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '&') ADVANCE(267); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '/') ADVANCE(519); - if (lookahead == 'd') ADVANCE(386); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(38) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - lookahead == '$' || - lookahead == '%' || - ('*' <= lookahead && lookahead <= ':') || - ('<' <= lookahead && lookahead <= '?') || - lookahead == '^' || - lookahead == '|') ADVANCE(523); - if (lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); - END_STATE(); - case 39: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '&') ADVANCE(267); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '/') ADVANCE(519); - if (lookahead == 't') ADVANCE(361); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(39) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - lookahead == '$' || - lookahead == '%' || - ('*' <= lookahead && lookahead <= ':') || - ('<' <= lookahead && lookahead <= '?') || - lookahead == '^' || - lookahead == '|') ADVANCE(523); - if (lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); - END_STATE(); - case 40: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '&') ADVANCE(267); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '/') ADVANCE(519); - if (lookahead == 'w') ADVANCE(358); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(40) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - lookahead == '$' || - lookahead == '%' || - ('*' <= lookahead && lookahead <= ':') || - ('<' <= lookahead && lookahead <= '?') || - lookahead == '^' || - lookahead == '|') ADVANCE(523); - if (lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); - END_STATE(); - case 41: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '&') ADVANCE(267); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '/') ADVANCE(519); - if (lookahead == 'w') ADVANCE(367); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(41) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - lookahead == '$' || - lookahead == '%' || - ('*' <= lookahead && lookahead <= ':') || - ('<' <= lookahead && lookahead <= '?') || - lookahead == '^' || - lookahead == '|') ADVANCE(523); - if (lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); - END_STATE(); - case 42: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == ')') ADVANCE(269); - if (lookahead == '-') ADVANCE(522); - if (lookahead == '.') ADVANCE(318); - if (lookahead == '/') ADVANCE(519); - if (lookahead == '?') ADVANCE(273); - if (lookahead == '|') ADVANCE(271); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(42) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - ('$' <= lookahead && lookahead <= ':') || - ('<' <= lookahead && lookahead <= '>') || - lookahead == '^') ADVANCE(523); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); - if (lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 43: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == ')') ADVANCE(269); - if (lookahead == '-') ADVANCE(522); - if (lookahead == '.') ADVANCE(318); - if (lookahead == '/') ADVANCE(519); - if (lookahead == '|') ADVANCE(271); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(43) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - ('$' <= lookahead && lookahead <= ':') || - ('<' <= lookahead && lookahead <= '?') || - lookahead == '^') ADVANCE(523); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); - if (lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 44: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == ')') ADVANCE(269); - if (lookahead == '-') ADVANCE(522); - if (lookahead == '/') ADVANCE(519); - if (lookahead == ';') ADVANCE(306); - if (lookahead == '?') ADVANCE(273); - if (lookahead == 'a') ADVANCE(373); - if (lookahead == 'b') ADVANCE(399); - if (lookahead == 'c') ADVANCE(389); - if (lookahead == 'd') ADVANCE(386); - if (lookahead == 'f') ADVANCE(388); - if (lookahead == 'i') ADVANCE(356); - if (lookahead == 'l') ADVANCE(390); - if (lookahead == 'm') ADVANCE(332); - if (lookahead == 'r') ADVANCE(353); - if (lookahead == 'v') ADVANCE(338); - if (lookahead == 'w') ADVANCE(358); - if (lookahead == '{') ADVANCE(230); - if (lookahead == '|') ADVANCE(271); - if (lookahead == '}') ADVANCE(231); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(44) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '>') || - lookahead == '^') ADVANCE(523); - if (lookahead == '_' || - ('e' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); - END_STATE(); - case 45: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == ')') ADVANCE(269); - if (lookahead == '-') ADVANCE(522); - if (lookahead == '/') ADVANCE(519); - if (lookahead == ';') ADVANCE(306); - if (lookahead == 'a') ADVANCE(373); - if (lookahead == 'b') ADVANCE(399); - if (lookahead == 'c') ADVANCE(389); - if (lookahead == 'd') ADVANCE(386); - if (lookahead == 'f') ADVANCE(388); - if (lookahead == 'i') ADVANCE(356); - if (lookahead == 'l') ADVANCE(390); - if (lookahead == 'm') ADVANCE(332); - if (lookahead == 'r') ADVANCE(353); - if (lookahead == 'v') ADVANCE(338); - if (lookahead == 'w') ADVANCE(358); - if (lookahead == '{') ADVANCE(230); - if (lookahead == '|') ADVANCE(271); - if (lookahead == '}') ADVANCE(231); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(45) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '?') || - lookahead == '^') ADVANCE(523); - if (lookahead == '_' || - ('e' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); - END_STATE(); - case 46: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == ')') ADVANCE(269); - if (lookahead == '-') ADVANCE(522); - if (lookahead == '/') ADVANCE(519); - if (lookahead == '?') ADVANCE(273); - if (lookahead == '|') ADVANCE(271); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(46) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - ('$' <= lookahead && lookahead <= ':') || - ('<' <= lookahead && lookahead <= '>') || - lookahead == '^') ADVANCE(523); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); - if (lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 47: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == ')') ADVANCE(269); - if (lookahead == '-') ADVANCE(522); - if (lookahead == '/') ADVANCE(519); - if (lookahead == '|') ADVANCE(271); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(47) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - ('$' <= lookahead && lookahead <= ':') || - ('<' <= lookahead && lookahead <= '?') || - lookahead == '^') ADVANCE(523); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); - if (lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 48: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == ')') ADVANCE(269); - if (lookahead == '.') ADVANCE(318); - if (lookahead == '/') ADVANCE(519); - if (lookahead == 'e') ADVANCE(370); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(48) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - ('$' <= lookahead && lookahead <= ':') || - ('<' <= lookahead && lookahead <= '?') || - lookahead == '^' || - lookahead == '|') ADVANCE(523); - if (lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); - END_STATE(); - case 49: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == ')') ADVANCE(269); - if (lookahead == '.') ADVANCE(318); - if (lookahead == '/') ADVANCE(519); - if (lookahead == '|') ADVANCE(271); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(49) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - ('$' <= lookahead && lookahead <= ':') || - ('<' <= lookahead && lookahead <= '?') || - lookahead == '^') ADVANCE(523); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); - if (lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 50: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == ')') ADVANCE(269); - if (lookahead == '.') ADVANCE(318); - if (lookahead == '/') ADVANCE(519); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(50) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - ('$' <= lookahead && lookahead <= ':') || - ('<' <= lookahead && lookahead <= '?') || - lookahead == '^' || - lookahead == '|') ADVANCE(523); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); - if (lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 51: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == ')') ADVANCE(269); - if (lookahead == '/') ADVANCE(519); - if (lookahead == ';') ADVANCE(306); - if (lookahead == 'a') ADVANCE(373); - if (lookahead == 'b') ADVANCE(399); - if (lookahead == 'c') ADVANCE(389); - if (lookahead == 'd') ADVANCE(386); - if (lookahead == 'e') ADVANCE(370); - if (lookahead == 'f') ADVANCE(388); - if (lookahead == 'i') ADVANCE(356); - if (lookahead == 'l') ADVANCE(390); - if (lookahead == 'm') ADVANCE(332); - if (lookahead == 'r') ADVANCE(353); - if (lookahead == 'v') ADVANCE(338); - if (lookahead == 'w') ADVANCE(358); - if (lookahead == '{') ADVANCE(230); - if (lookahead == '}') ADVANCE(231); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(51) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '_' || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '?') || - lookahead == '^' || - lookahead == '|') ADVANCE(523); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); - END_STATE(); - case 52: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == ')') ADVANCE(269); - if (lookahead == '/') ADVANCE(519); - if (lookahead == ';') ADVANCE(306); - if (lookahead == 'a') ADVANCE(373); - if (lookahead == 'b') ADVANCE(399); - if (lookahead == 'c') ADVANCE(389); - if (lookahead == 'd') ADVANCE(386); - if (lookahead == 'f') ADVANCE(388); - if (lookahead == 'i') ADVANCE(356); - if (lookahead == 'l') ADVANCE(390); - if (lookahead == 'm') ADVANCE(332); - if (lookahead == 'r') ADVANCE(353); - if (lookahead == 'v') ADVANCE(338); - if (lookahead == 'w') ADVANCE(358); - if (lookahead == '{') ADVANCE(230); - if (lookahead == '|') ADVANCE(271); - if (lookahead == '}') ADVANCE(231); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(52) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '?') || - lookahead == '^') ADVANCE(523); - if (lookahead == '_' || - ('e' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); - END_STATE(); - case 53: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == ')') ADVANCE(269); - if (lookahead == '/') ADVANCE(519); - if (lookahead == 'e') ADVANCE(370); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(53) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - ('$' <= lookahead && lookahead <= ':') || - ('<' <= lookahead && lookahead <= '?') || - lookahead == '^' || - lookahead == '|') ADVANCE(523); - if (lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); - END_STATE(); - case 54: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == ')') ADVANCE(269); - if (lookahead == '/') ADVANCE(519); - if (lookahead == '|') ADVANCE(271); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(54) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - ('$' <= lookahead && lookahead <= ':') || - ('<' <= lookahead && lookahead <= '?') || - lookahead == '^') ADVANCE(523); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); - if (lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 55: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == ')') ADVANCE(269); - if (lookahead == '/') ADVANCE(519); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(55) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - ('$' <= lookahead && lookahead <= ':') || - ('<' <= lookahead && lookahead <= '?') || - lookahead == '^' || - lookahead == '|') ADVANCE(523); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); - if (lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 56: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '-') ADVANCE(522); - if (lookahead == '.') ADVANCE(318); - if (lookahead == '/') ADVANCE(519); - if (lookahead == ';') ADVANCE(306); - if (lookahead == '?') ADVANCE(273); - if (lookahead == 'a') ADVANCE(373); - if (lookahead == 'b') ADVANCE(399); - if (lookahead == 'c') ADVANCE(389); - if (lookahead == 'd') ADVANCE(386); - if (lookahead == 'f') ADVANCE(388); - if (lookahead == 'i') ADVANCE(356); - if (lookahead == 'l') ADVANCE(390); - if (lookahead == 'm') ADVANCE(332); - if (lookahead == 'r') ADVANCE(353); - if (lookahead == 'v') ADVANCE(338); - if (lookahead == 'w') ADVANCE(358); - if (lookahead == '{') ADVANCE(230); - if (lookahead == '|') ADVANCE(271); - if (lookahead == '}') ADVANCE(231); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(56) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '&') || - ('*' <= lookahead && lookahead <= '>') || - lookahead == '^') ADVANCE(523); - if (lookahead == '_' || - ('e' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); - END_STATE(); - case 57: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '-') ADVANCE(522); - if (lookahead == '.') ADVANCE(318); - if (lookahead == '/') ADVANCE(519); - if (lookahead == ';') ADVANCE(306); - if (lookahead == 'a') ADVANCE(373); - if (lookahead == 'b') ADVANCE(399); - if (lookahead == 'c') ADVANCE(389); - if (lookahead == 'd') ADVANCE(386); - if (lookahead == 'f') ADVANCE(388); - if (lookahead == 'i') ADVANCE(356); - if (lookahead == 'l') ADVANCE(390); - if (lookahead == 'm') ADVANCE(332); - if (lookahead == 'r') ADVANCE(353); - if (lookahead == 'v') ADVANCE(338); - if (lookahead == 'w') ADVANCE(358); - if (lookahead == '{') ADVANCE(230); - if (lookahead == '|') ADVANCE(271); - if (lookahead == '}') ADVANCE(231); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(57) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '&') || - ('*' <= lookahead && lookahead <= '?') || - lookahead == '^') ADVANCE(523); - if (lookahead == '_' || - ('e' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); - END_STATE(); - case 58: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '-') ADVANCE(522); - if (lookahead == '.') ADVANCE(318); - if (lookahead == '/') ADVANCE(519); - if (lookahead == '?') ADVANCE(273); - if (lookahead == 'a') ADVANCE(373); - if (lookahead == 'c') ADVANCE(374); - if (lookahead == 'd') ADVANCE(348); - if (lookahead == 'i') ADVANCE(376); - if (lookahead == 'n') ADVANCE(335); - if (lookahead == 's') ADVANCE(422); - if (lookahead == 't') ADVANCE(426); - if (lookahead == 'u') ADVANCE(411); - if (lookahead == 'v') ADVANCE(338); - if (lookahead == '|') ADVANCE(271); - if (lookahead == '}') ADVANCE(231); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(58) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '&') || - ('*' <= lookahead && lookahead <= ':') || - ('<' <= lookahead && lookahead <= '>') || - lookahead == '^') ADVANCE(523); - if (lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); - END_STATE(); - case 59: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '-') ADVANCE(522); - if (lookahead == '.') ADVANCE(318); - if (lookahead == '/') ADVANCE(519); - if (lookahead == 'a') ADVANCE(373); - if (lookahead == 'c') ADVANCE(374); - if (lookahead == 'd') ADVANCE(348); - if (lookahead == 'i') ADVANCE(376); - if (lookahead == 'n') ADVANCE(335); - if (lookahead == 's') ADVANCE(422); - if (lookahead == 't') ADVANCE(426); - if (lookahead == 'u') ADVANCE(411); - if (lookahead == 'v') ADVANCE(338); - if (lookahead == '|') ADVANCE(271); - if (lookahead == '}') ADVANCE(231); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(59) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '&') || - ('*' <= lookahead && lookahead <= ':') || - ('<' <= lookahead && lookahead <= '?') || - lookahead == '^') ADVANCE(523); - if (lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); - END_STATE(); - case 60: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '-') ADVANCE(522); - if (lookahead == '/') ADVANCE(519); - if (lookahead == '?') ADVANCE(273); - if (lookahead == 'a') ADVANCE(373); - if (lookahead == 'c') ADVANCE(374); - if (lookahead == 'd') ADVANCE(348); - if (lookahead == 'i') ADVANCE(376); - if (lookahead == 'n') ADVANCE(335); - if (lookahead == 's') ADVANCE(422); - if (lookahead == 't') ADVANCE(426); - if (lookahead == 'u') ADVANCE(411); - if (lookahead == 'v') ADVANCE(338); - if (lookahead == '|') ADVANCE(271); - if (lookahead == '}') ADVANCE(231); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(60) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '&') || - ('*' <= lookahead && lookahead <= ':') || - ('<' <= lookahead && lookahead <= '>') || - lookahead == '^') ADVANCE(523); - if (lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); - END_STATE(); - case 61: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '-') ADVANCE(522); - if (lookahead == '/') ADVANCE(519); - if (lookahead == 'a') ADVANCE(373); - if (lookahead == 'c') ADVANCE(374); - if (lookahead == 'd') ADVANCE(348); - if (lookahead == 'i') ADVANCE(376); - if (lookahead == 'n') ADVANCE(335); - if (lookahead == 's') ADVANCE(422); - if (lookahead == 't') ADVANCE(426); - if (lookahead == 'u') ADVANCE(411); - if (lookahead == 'v') ADVANCE(338); - if (lookahead == '|') ADVANCE(271); - if (lookahead == '}') ADVANCE(231); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(61) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '&') || - ('*' <= lookahead && lookahead <= ':') || - ('<' <= lookahead && lookahead <= '?') || - lookahead == '^') ADVANCE(523); - if (lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); - END_STATE(); - case 62: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '.') ADVANCE(318); - if (lookahead == '/') ADVANCE(519); - if (lookahead == ';') ADVANCE(306); - if (lookahead == 'a') ADVANCE(373); - if (lookahead == 'b') ADVANCE(399); - if (lookahead == 'c') ADVANCE(389); - if (lookahead == 'd') ADVANCE(386); - if (lookahead == 'e') ADVANCE(370); - if (lookahead == 'f') ADVANCE(388); - if (lookahead == 'i') ADVANCE(356); - if (lookahead == 'l') ADVANCE(390); - if (lookahead == 'm') ADVANCE(332); - if (lookahead == 'r') ADVANCE(353); - if (lookahead == 'v') ADVANCE(338); - if (lookahead == 'w') ADVANCE(358); - if (lookahead == '{') ADVANCE(230); - if (lookahead == '}') ADVANCE(231); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(62) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '&') || - ('*' <= lookahead && lookahead <= '?') || - lookahead == '^' || - lookahead == '|') ADVANCE(523); - if (lookahead == '_' || - ('g' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); - END_STATE(); - case 63: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '.') ADVANCE(318); - if (lookahead == '/') ADVANCE(519); - if (lookahead == ';') ADVANCE(306); - if (lookahead == 'a') ADVANCE(373); - if (lookahead == 'b') ADVANCE(399); - if (lookahead == 'c') ADVANCE(389); - if (lookahead == 'd') ADVANCE(386); - if (lookahead == 'f') ADVANCE(388); - if (lookahead == 'i') ADVANCE(356); - if (lookahead == 'l') ADVANCE(390); - if (lookahead == 'm') ADVANCE(332); - if (lookahead == 'r') ADVANCE(353); - if (lookahead == 'v') ADVANCE(338); - if (lookahead == 'w') ADVANCE(358); - if (lookahead == '{') ADVANCE(230); - if (lookahead == '|') ADVANCE(271); - if (lookahead == '}') ADVANCE(231); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(63) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '&') || - ('*' <= lookahead && lookahead <= '?') || - lookahead == '^') ADVANCE(523); - if (lookahead == '_' || - ('e' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); - END_STATE(); - case 64: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '.') ADVANCE(318); - if (lookahead == '/') ADVANCE(519); - if (lookahead == ';') ADVANCE(306); - if (lookahead == 'a') ADVANCE(373); - if (lookahead == 'b') ADVANCE(399); - if (lookahead == 'c') ADVANCE(389); - if (lookahead == 'd') ADVANCE(386); - if (lookahead == 'f') ADVANCE(388); - if (lookahead == 'i') ADVANCE(356); - if (lookahead == 'l') ADVANCE(390); - if (lookahead == 'm') ADVANCE(332); - if (lookahead == 'r') ADVANCE(353); - if (lookahead == 'v') ADVANCE(338); - if (lookahead == 'w') ADVANCE(358); - if (lookahead == '{') ADVANCE(230); - if (lookahead == '}') ADVANCE(231); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(64) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '&') || - ('*' <= lookahead && lookahead <= '?') || - lookahead == '^' || - lookahead == '|') ADVANCE(523); - if (lookahead == '_' || - ('e' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); + ('f' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); END_STATE(); case 65: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '.') ADVANCE(318); - if (lookahead == '/') ADVANCE(519); + if (lookahead == '"') ADVANCE(482); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '.') ADVANCE(347); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '@') ADVANCE(332); if (lookahead == 'a') ADVANCE(373); - if (lookahead == 'c') ADVANCE(374); - if (lookahead == 'd') ADVANCE(348); - if (lookahead == 'e') ADVANCE(370); - if (lookahead == 'i') ADVANCE(376); - if (lookahead == 'n') ADVANCE(335); - if (lookahead == 's') ADVANCE(422); - if (lookahead == 't') ADVANCE(426); - if (lookahead == 'u') ADVANCE(411); - if (lookahead == 'v') ADVANCE(338); - if (lookahead == '}') ADVANCE(231); + if (lookahead == 'b') ADVANCE(365); + if (lookahead == 'c') ADVANCE(410); + if (lookahead == 'd') ADVANCE(382); + if (lookahead == 'i') ADVANCE(412); + if (lookahead == 'l') ADVANCE(389); + if (lookahead == 'n') ADVANCE(364); + if (lookahead == 's') ADVANCE(459); + if (lookahead == 't') ADVANCE(466); + if (lookahead == 'u') ADVANCE(445); + if (lookahead == '|') ADVANCE(293); + if (lookahead == '}') ADVANCE(246); + if (lookahead == '~') ADVANCE(331); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(65) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '&') || + lookahead == '%' || + lookahead == '&' || ('*' <= lookahead && lookahead <= ':') || ('<' <= lookahead && lookahead <= '?') || - lookahead == '^' || - lookahead == '|') ADVANCE(523); + lookahead == '^') ADVANCE(477); if (lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); + ('e' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); END_STATE(); case 66: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '.') ADVANCE(318); - if (lookahead == '/') ADVANCE(519); + if (lookahead == '"') ADVANCE(482); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '.') ADVANCE(347); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '@') ADVANCE(332); if (lookahead == 'a') ADVANCE(373); - if (lookahead == 'c') ADVANCE(374); - if (lookahead == 'd') ADVANCE(348); - if (lookahead == 'i') ADVANCE(376); - if (lookahead == 'n') ADVANCE(335); - if (lookahead == 's') ADVANCE(422); - if (lookahead == 't') ADVANCE(426); - if (lookahead == 'u') ADVANCE(411); - if (lookahead == 'v') ADVANCE(338); - if (lookahead == '|') ADVANCE(271); - if (lookahead == '}') ADVANCE(231); + if (lookahead == 'b') ADVANCE(365); + if (lookahead == 'c') ADVANCE(410); + if (lookahead == 'd') ADVANCE(382); + if (lookahead == 'i') ADVANCE(412); + if (lookahead == 'l') ADVANCE(389); + if (lookahead == 'n') ADVANCE(364); + if (lookahead == 's') ADVANCE(459); + if (lookahead == 't') ADVANCE(466); + if (lookahead == 'u') ADVANCE(445); + if (lookahead == '}') ADVANCE(246); + if (lookahead == '~') ADVANCE(331); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(66) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '&') || + lookahead == '%' || + lookahead == '&' || ('*' <= lookahead && lookahead <= ':') || ('<' <= lookahead && lookahead <= '?') || - lookahead == '^') ADVANCE(523); + lookahead == '^' || + lookahead == '|') ADVANCE(477); if (lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); + ('e' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); END_STATE(); case 67: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '.') ADVANCE(318); - if (lookahead == '/') ADVANCE(519); - if (lookahead == 'a') ADVANCE(373); - if (lookahead == 'c') ADVANCE(374); - if (lookahead == 'd') ADVANCE(348); - if (lookahead == 'i') ADVANCE(376); - if (lookahead == 'n') ADVANCE(335); - if (lookahead == 's') ADVANCE(422); - if (lookahead == 't') ADVANCE(426); - if (lookahead == 'u') ADVANCE(411); - if (lookahead == 'v') ADVANCE(338); - if (lookahead == '}') ADVANCE(231); + if (lookahead == '"') ADVANCE(482); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '.') ADVANCE(347); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'd') ADVANCE(421); + if (lookahead == '~') ADVANCE(331); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(67) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '&') || + lookahead == '%' || + lookahead == '&' || ('*' <= lookahead && lookahead <= ':') || ('<' <= lookahead && lookahead <= '?') || lookahead == '^' || - lookahead == '|') ADVANCE(523); + lookahead == '|') ADVANCE(477); if (lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); END_STATE(); case 68: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '.') ADVANCE(318); - if (lookahead == '/') ADVANCE(519); - if (lookahead == 'd') ADVANCE(386); + if (lookahead == '"') ADVANCE(482); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '.') ADVANCE(347); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 't') ADVANCE(397); + if (lookahead == '~') ADVANCE(331); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(68) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '&') || + lookahead == '%' || + lookahead == '&' || ('*' <= lookahead && lookahead <= ':') || ('<' <= lookahead && lookahead <= '?') || lookahead == '^' || - lookahead == '|') ADVANCE(523); + lookahead == '|') ADVANCE(477); if (lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); END_STATE(); case 69: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '.') ADVANCE(318); - if (lookahead == '/') ADVANCE(519); - if (lookahead == 't') ADVANCE(361); + if (lookahead == '"') ADVANCE(482); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '.') ADVANCE(347); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'w') ADVANCE(394); + if (lookahead == '~') ADVANCE(331); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(69) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '&') || + lookahead == '%' || + lookahead == '&' || ('*' <= lookahead && lookahead <= ':') || ('<' <= lookahead && lookahead <= '?') || lookahead == '^' || - lookahead == '|') ADVANCE(523); + lookahead == '|') ADVANCE(477); if (lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); END_STATE(); case 70: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '.') ADVANCE(318); - if (lookahead == '/') ADVANCE(519); - if (lookahead == 'w') ADVANCE(358); + if (lookahead == '"') ADVANCE(482); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '.') ADVANCE(347); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'w') ADVANCE(403); + if (lookahead == '~') ADVANCE(331); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(70) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '&') || + lookahead == '%' || + lookahead == '&' || ('*' <= lookahead && lookahead <= ':') || ('<' <= lookahead && lookahead <= '?') || lookahead == '^' || - lookahead == '|') ADVANCE(523); + lookahead == '|') ADVANCE(477); if (lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); END_STATE(); case 71: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '.') ADVANCE(318); - if (lookahead == '/') ADVANCE(519); - if (lookahead == 'w') ADVANCE(367); + if (lookahead == '"') ADVANCE(482); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '/') ADVANCE(473); + if (lookahead == ';') ADVANCE(330); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'b') ADVANCE(434); + if (lookahead == 'c') ADVANCE(426); + if (lookahead == 'd') ADVANCE(421); + if (lookahead == 'e') ADVANCE(408); + if (lookahead == 'f') ADVANCE(423); + if (lookahead == 'i') ADVANCE(392); + if (lookahead == 'l') ADVANCE(425); + if (lookahead == 'm') ADVANCE(362); + if (lookahead == 'r') ADVANCE(388); + if (lookahead == 'v') ADVANCE(370); + if (lookahead == 'w') ADVANCE(394); + if (lookahead == '{') ADVANCE(245); + if (lookahead == '}') ADVANCE(246); + if (lookahead == '~') ADVANCE(331); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(71) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '&') || - ('*' <= lookahead && lookahead <= ':') || - ('<' <= lookahead && lookahead <= '?') || + lookahead == '%' || + lookahead == '&' || + ('*' <= lookahead && lookahead <= '?') || lookahead == '^' || - lookahead == '|') ADVANCE(523); + lookahead == '|') ADVANCE(477); if (lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); END_STATE(); case 72: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '/') ADVANCE(519); - if (lookahead == ';') ADVANCE(306); - if (lookahead == 'a') ADVANCE(373); - if (lookahead == 'b') ADVANCE(399); - if (lookahead == 'c') ADVANCE(389); - if (lookahead == 'd') ADVANCE(386); - if (lookahead == 'f') ADVANCE(388); - if (lookahead == 'i') ADVANCE(356); - if (lookahead == 'l') ADVANCE(390); - if (lookahead == 'm') ADVANCE(332); - if (lookahead == 'r') ADVANCE(353); - if (lookahead == 'v') ADVANCE(338); - if (lookahead == 'w') ADVANCE(358); - if (lookahead == '{') ADVANCE(230); - if (lookahead == '}') ADVANCE(231); + if (lookahead == '"') ADVANCE(482); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '/') ADVANCE(473); + if (lookahead == ';') ADVANCE(330); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'b') ADVANCE(434); + if (lookahead == 'c') ADVANCE(426); + if (lookahead == 'd') ADVANCE(421); + if (lookahead == 'f') ADVANCE(423); + if (lookahead == 'i') ADVANCE(392); + if (lookahead == 'l') ADVANCE(425); + if (lookahead == 'm') ADVANCE(362); + if (lookahead == 'r') ADVANCE(388); + if (lookahead == 'v') ADVANCE(370); + if (lookahead == 'w') ADVANCE(394); + if (lookahead == '{') ADVANCE(245); + if (lookahead == '|') ADVANCE(293); + if (lookahead == '}') ADVANCE(246); + if (lookahead == '~') ADVANCE(331); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(72) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '&') || + lookahead == '%' || + lookahead == '&' || ('*' <= lookahead && lookahead <= '?') || - lookahead == '^' || - lookahead == '|') ADVANCE(523); + lookahead == '^') ADVANCE(477); if (lookahead == '_' || - ('e' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); END_STATE(); case 73: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '/') ADVANCE(519); - if (lookahead == 'a') ADVANCE(373); - if (lookahead == 'c') ADVANCE(374); - if (lookahead == 'd') ADVANCE(348); - if (lookahead == 'e') ADVANCE(370); - if (lookahead == 'i') ADVANCE(376); - if (lookahead == 'n') ADVANCE(335); - if (lookahead == 's') ADVANCE(422); - if (lookahead == 't') ADVANCE(426); - if (lookahead == 'u') ADVANCE(411); - if (lookahead == 'v') ADVANCE(338); - if (lookahead == '}') ADVANCE(231); + if (lookahead == '"') ADVANCE(482); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '/') ADVANCE(473); + if (lookahead == ';') ADVANCE(330); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'b') ADVANCE(434); + if (lookahead == 'c') ADVANCE(426); + if (lookahead == 'd') ADVANCE(421); + if (lookahead == 'f') ADVANCE(423); + if (lookahead == 'i') ADVANCE(392); + if (lookahead == 'l') ADVANCE(425); + if (lookahead == 'm') ADVANCE(362); + if (lookahead == 'r') ADVANCE(388); + if (lookahead == 'v') ADVANCE(370); + if (lookahead == 'w') ADVANCE(394); + if (lookahead == '{') ADVANCE(245); + if (lookahead == '}') ADVANCE(246); + if (lookahead == '~') ADVANCE(331); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(73) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '&') || - ('*' <= lookahead && lookahead <= ':') || - ('<' <= lookahead && lookahead <= '?') || + lookahead == '%' || + lookahead == '&' || + ('*' <= lookahead && lookahead <= '?') || lookahead == '^' || - lookahead == '|') ADVANCE(523); + lookahead == '|') ADVANCE(477); if (lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); END_STATE(); case 74: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '/') ADVANCE(519); + if (lookahead == '"') ADVANCE(482); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '@') ADVANCE(332); if (lookahead == 'a') ADVANCE(373); - if (lookahead == 'c') ADVANCE(374); - if (lookahead == 'd') ADVANCE(348); - if (lookahead == 'i') ADVANCE(376); - if (lookahead == 'n') ADVANCE(335); - if (lookahead == 's') ADVANCE(422); - if (lookahead == 't') ADVANCE(426); - if (lookahead == 'u') ADVANCE(411); - if (lookahead == 'v') ADVANCE(338); - if (lookahead == '|') ADVANCE(271); - if (lookahead == '}') ADVANCE(231); + if (lookahead == 'b') ADVANCE(365); + if (lookahead == 'c') ADVANCE(410); + if (lookahead == 'd') ADVANCE(382); + if (lookahead == 'e') ADVANCE(408); + if (lookahead == 'i') ADVANCE(412); + if (lookahead == 'l') ADVANCE(389); + if (lookahead == 'n') ADVANCE(364); + if (lookahead == 's') ADVANCE(459); + if (lookahead == 't') ADVANCE(466); + if (lookahead == 'u') ADVANCE(445); + if (lookahead == '}') ADVANCE(246); + if (lookahead == '~') ADVANCE(331); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(74) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '&') || + lookahead == '%' || + lookahead == '&' || ('*' <= lookahead && lookahead <= ':') || ('<' <= lookahead && lookahead <= '?') || - lookahead == '^') ADVANCE(523); + lookahead == '^' || + lookahead == '|') ADVANCE(477); if (lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); + ('f' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); END_STATE(); case 75: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '/') ADVANCE(519); + if (lookahead == '"') ADVANCE(482); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '@') ADVANCE(332); if (lookahead == 'a') ADVANCE(373); - if (lookahead == 'c') ADVANCE(374); - if (lookahead == 'd') ADVANCE(348); - if (lookahead == 'i') ADVANCE(376); - if (lookahead == 'n') ADVANCE(335); - if (lookahead == 's') ADVANCE(422); - if (lookahead == 't') ADVANCE(426); - if (lookahead == 'u') ADVANCE(411); - if (lookahead == 'v') ADVANCE(338); - if (lookahead == '}') ADVANCE(231); + if (lookahead == 'b') ADVANCE(365); + if (lookahead == 'c') ADVANCE(410); + if (lookahead == 'd') ADVANCE(382); + if (lookahead == 'i') ADVANCE(412); + if (lookahead == 'l') ADVANCE(389); + if (lookahead == 'n') ADVANCE(364); + if (lookahead == 's') ADVANCE(459); + if (lookahead == 't') ADVANCE(466); + if (lookahead == 'u') ADVANCE(445); + if (lookahead == '|') ADVANCE(293); + if (lookahead == '}') ADVANCE(246); + if (lookahead == '~') ADVANCE(331); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(75) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '&') || + lookahead == '%' || + lookahead == '&' || ('*' <= lookahead && lookahead <= ':') || ('<' <= lookahead && lookahead <= '?') || - lookahead == '^' || - lookahead == '|') ADVANCE(523); + lookahead == '^') ADVANCE(477); if (lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); + ('e' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); END_STATE(); case 76: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '/') ADVANCE(519); - if (lookahead == 'd') ADVANCE(386); + if (lookahead == '"') ADVANCE(482); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'a') ADVANCE(373); + if (lookahead == 'b') ADVANCE(365); + if (lookahead == 'c') ADVANCE(410); + if (lookahead == 'd') ADVANCE(382); + if (lookahead == 'i') ADVANCE(412); + if (lookahead == 'l') ADVANCE(389); + if (lookahead == 'n') ADVANCE(364); + if (lookahead == 's') ADVANCE(459); + if (lookahead == 't') ADVANCE(466); + if (lookahead == 'u') ADVANCE(445); + if (lookahead == '}') ADVANCE(246); + if (lookahead == '~') ADVANCE(331); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(76) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '&') || + lookahead == '%' || + lookahead == '&' || ('*' <= lookahead && lookahead <= ':') || ('<' <= lookahead && lookahead <= '?') || lookahead == '^' || - lookahead == '|') ADVANCE(523); + lookahead == '|') ADVANCE(477); if (lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); + ('e' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); END_STATE(); case 77: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '/') ADVANCE(519); - if (lookahead == 't') ADVANCE(361); + if (lookahead == '"') ADVANCE(482); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'd') ADVANCE(421); + if (lookahead == '~') ADVANCE(331); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(77) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '&') || + lookahead == '%' || + lookahead == '&' || ('*' <= lookahead && lookahead <= ':') || ('<' <= lookahead && lookahead <= '?') || lookahead == '^' || - lookahead == '|') ADVANCE(523); + lookahead == '|') ADVANCE(477); if (lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); END_STATE(); case 78: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '/') ADVANCE(519); - if (lookahead == 'w') ADVANCE(358); + if (lookahead == '"') ADVANCE(482); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 't') ADVANCE(397); + if (lookahead == '~') ADVANCE(331); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(78) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '&') || + lookahead == '%' || + lookahead == '&' || ('*' <= lookahead && lookahead <= ':') || ('<' <= lookahead && lookahead <= '?') || lookahead == '^' || - lookahead == '|') ADVANCE(523); + lookahead == '|') ADVANCE(477); if (lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); END_STATE(); case 79: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '/') ADVANCE(519); - if (lookahead == 'w') ADVANCE(367); + if (lookahead == '"') ADVANCE(482); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'w') ADVANCE(394); + if (lookahead == '~') ADVANCE(331); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(79) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '&') || + lookahead == '%' || + lookahead == '&' || ('*' <= lookahead && lookahead <= ':') || ('<' <= lookahead && lookahead <= '?') || lookahead == '^' || - lookahead == '|') ADVANCE(523); + lookahead == '|') ADVANCE(477); if (lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); END_STATE(); case 80: - if (lookahead == '"') ADVANCE(526); - if (lookahead == '\'') ADVANCE(532); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '/') ADVANCE(82); + if (lookahead == '"') ADVANCE(482); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'w') ADVANCE(403); + if (lookahead == '~') ADVANCE(331); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(80) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (lookahead == '!' || + lookahead == '%' || + lookahead == '&' || + ('*' <= lookahead && lookahead <= ':') || + ('<' <= lookahead && lookahead <= '?') || + lookahead == '^' || + lookahead == '|') ADVANCE(477); if (lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); END_STATE(); case 81: - if (lookahead == '#') ADVANCE(178); - if (lookahead == '\'') ADVANCE(179); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '.') ADVANCE(317); - if (lookahead == '/') ADVANCE(82); - if (lookahead == '=') ADVANCE(242); - if (lookahead == 'a') ADVANCE(373); - if (lookahead == 'c') ADVANCE(374); - if (lookahead == 'd') ADVANCE(348); - if (lookahead == 'i') ADVANCE(376); - if (lookahead == 'n') ADVANCE(335); - if (lookahead == 's') ADVANCE(422); - if (lookahead == 't') ADVANCE(426); - if (lookahead == 'u') ADVANCE(411); - if (lookahead == 'v') ADVANCE(338); - if (lookahead == '}') ADVANCE(231); + if (lookahead == '"') ADVANCE(482); + if (lookahead == '\'') ADVANCE(488); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '/') ADVANCE(84); + if (lookahead == '@') ADVANCE(332); + if (lookahead == '~') ADVANCE(331); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(81) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); if (lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); END_STATE(); case 82: - if (lookahead == '*') ADVANCE(83); - if (lookahead == '/') ADVANCE(323); - END_STATE(); - case 83: - if (lookahead == '*') ADVANCE(85); - if (lookahead != 0) ADVANCE(83); - END_STATE(); - case 84: - if (lookahead == '/') ADVANCE(82); - if (lookahead == '#' || - lookahead == '\'') ADVANCE(180); + if (lookahead == '#') ADVANCE(191); + if (lookahead == '\'') ADVANCE(488); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '/') ADVANCE(84); + if (lookahead == 'a') ADVANCE(373); + if (lookahead == 'b') ADVANCE(365); + if (lookahead == 'c') ADVANCE(410); + if (lookahead == 'd') ADVANCE(382); + if (lookahead == 'i') ADVANCE(412); + if (lookahead == 'l') ADVANCE(389); + if (lookahead == 'n') ADVANCE(364); + if (lookahead == 's') ADVANCE(459); + if (lookahead == 't') ADVANCE(466); + if (lookahead == 'u') ADVANCE(445); + if (lookahead == '}') ADVANCE(246); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') SKIP(84) + lookahead == ' ') SKIP(82) + if (lookahead == '_' || + ('e' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); + END_STATE(); + case 83: + if (lookahead == '(') ADVANCE(290); + if (lookahead == '/') ADVANCE(84); + if (lookahead == '#' || + lookahead == '\'') ADVANCE(193); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(83) + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z')) ADVANCE(589); + if (lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(467); + END_STATE(); + case 84: + if (lookahead == '*') ADVANCE(85); + if (lookahead == '/') ADVANCE(352); + END_STATE(); + case 85: + if (lookahead == '*') ADVANCE(88); + if (lookahead != 0) ADVANCE(85); + END_STATE(); + case 86: + if (lookahead == '-') ADVANCE(266); + END_STATE(); + case 87: + if (lookahead == '/') ADVANCE(84); + if (lookahead == '#' || + lookahead == '\'') ADVANCE(193); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(87) if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); - END_STATE(); - case 85: - if (lookahead == '/') ADVANCE(327); - if (lookahead != 0) ADVANCE(83); - END_STATE(); - case 86: - if (lookahead == '/') ADVANCE(536); - if (lookahead == '\\') ADVANCE(181); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') ADVANCE(537); - if (lookahead != 0 && - lookahead != '"' && - lookahead != '\'') ADVANCE(535); - END_STATE(); - case 87: - if (lookahead == '>') ADVANCE(249); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); case 88: - if (lookahead == 'a') ADVANCE(133); + if (lookahead == '/') ADVANCE(357); + if (lookahead != 0) ADVANCE(85); END_STATE(); case 89: - if (lookahead == 'a') ADVANCE(126); + if (lookahead == '/') ADVANCE(492); + if (lookahead == '\\') ADVANCE(194); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') ADVANCE(493); + if (lookahead != 0 && + lookahead != '\'') ADVANCE(491); END_STATE(); case 90: - if (lookahead == 'a') ADVANCE(163); + if (lookahead == '>') ADVANCE(296); END_STATE(); case 91: - if (lookahead == 'a') ADVANCE(159); + if (lookahead == 'a') ADVANCE(142); END_STATE(); case 92: - if (lookahead == 'a') ADVANCE(153); + if (lookahead == 'a') ADVANCE(136); END_STATE(); case 93: - if (lookahead == 'a') ADVANCE(155); + if (lookahead == 'a') ADVANCE(160); END_STATE(); case 94: - if (lookahead == 'a') ADVANCE(100); + if (lookahead == 'a') ADVANCE(174); END_STATE(); case 95: - if (lookahead == 'a') ADVANCE(149); + if (lookahead == 'a') ADVANCE(166); + if (lookahead == 'r') ADVANCE(119); END_STATE(); case 96: - if (lookahead == 'a') ADVANCE(162); + if (lookahead == 'a') ADVANCE(169); END_STATE(); case 97: - if (lookahead == 'c') ADVANCE(116); + if (lookahead == 'a') ADVANCE(157); END_STATE(); case 98: - if (lookahead == 'c') ADVANCE(129); - if (lookahead == 'f') ADVANCE(251); + if (lookahead == 'a') ADVANCE(106); END_STATE(); case 99: - if (lookahead == 'c') ADVANCE(168); + if (lookahead == 'a') ADVANCE(163); END_STATE(); case 100: - if (lookahead == 'c') ADVANCE(107); + if (lookahead == 'a') ADVANCE(108); END_STATE(); case 101: - if (lookahead == 'e') ADVANCE(98); - if (lookahead == 'o') ADVANCE(292); + if (lookahead == 'a') ADVANCE(171); END_STATE(); case 102: - if (lookahead == 'e') ADVANCE(239); + if (lookahead == 'b') ADVANCE(172); + if (lookahead == 'l') ADVANCE(134); END_STATE(); case 103: - if (lookahead == 'e') ADVANCE(289); + if (lookahead == 'c') ADVANCE(279); END_STATE(); case 104: - if (lookahead == 'e') ADVANCE(255); + if (lookahead == 'c') ADVANCE(138); + if (lookahead == 'f') ADVANCE(270); END_STATE(); case 105: - if (lookahead == 'e') ADVANCE(295); + if (lookahead == 'c') ADVANCE(125); END_STATE(); case 106: - if (lookahead == 'e') ADVANCE(313); + if (lookahead == 'c') ADVANCE(115); END_STATE(); case 107: - if (lookahead == 'e') ADVANCE(221); + if (lookahead == 'c') ADVANCE(179); END_STATE(); case 108: - if (lookahead == 'e') ADVANCE(135); + if (lookahead == 'c') ADVANCE(180); END_STATE(); case 109: - if (lookahead == 'e') ADVANCE(164); + if (lookahead == 'e') ADVANCE(104); + if (lookahead == 'o') ADVANCE(316); END_STATE(); case 110: - if (lookahead == 'e') ADVANCE(160); + if (lookahead == 'e') ADVANCE(250); END_STATE(); case 111: - if (lookahead == 'e') ADVANCE(89); + if (lookahead == 'e') ADVANCE(313); END_STATE(); case 112: - if (lookahead == 'f') ADVANCE(280); - if (lookahead == 'm') ADVANCE(147); + if (lookahead == 'e') ADVANCE(261); END_STATE(); case 113: - if (lookahead == 'f') ADVANCE(280); - if (lookahead == 'm') ADVANCE(147); - if (lookahead == 'n') ADVANCE(301); + if (lookahead == 'e') ADVANCE(319); END_STATE(); case 114: - if (lookahead == 'f') ADVANCE(286); + if (lookahead == 'e') ADVANCE(343); END_STATE(); case 115: - if (lookahead == 'h') ADVANCE(277); + if (lookahead == 'e') ADVANCE(235); END_STATE(); case 116: - if (lookahead == 'h') ADVANCE(274); + if (lookahead == 'e') ADVANCE(173); + if (lookahead == 'o') ADVANCE(149); END_STATE(); case 117: - if (lookahead == 'h') ADVANCE(122); + if (lookahead == 'e') ADVANCE(144); END_STATE(); case 118: - if (lookahead == 'h') ADVANCE(122); - if (lookahead == 'i') ADVANCE(165); + if (lookahead == 'e') ADVANCE(175); END_STATE(); case 119: - if (lookahead == 'h') ADVANCE(108); - if (lookahead == 'y') ADVANCE(145); + if (lookahead == 'e') ADVANCE(92); END_STATE(); case 120: - if (lookahead == 'i') ADVANCE(114); - if (lookahead == 's') ADVANCE(103); + if (lookahead == 'e') ADVANCE(168); END_STATE(); case 121: - if (lookahead == 'i') ADVANCE(138); + if (lookahead == 'f') ADVANCE(304); + if (lookahead == 'm') ADVANCE(155); END_STATE(); case 122: - if (lookahead == 'i') ADVANCE(131); + if (lookahead == 'f') ADVANCE(304); + if (lookahead == 'm') ADVANCE(155); + if (lookahead == 'n') ADVANCE(325); END_STATE(); case 123: - if (lookahead == 'i') ADVANCE(142); + if (lookahead == 'f') ADVANCE(310); END_STATE(); case 124: - if (lookahead == 'i') ADVANCE(93); + if (lookahead == 'h') ADVANCE(301); END_STATE(); case 125: - if (lookahead == 'i') ADVANCE(171); + if (lookahead == 'h') ADVANCE(298); END_STATE(); case 126: - if (lookahead == 'k') ADVANCE(310); + if (lookahead == 'h') ADVANCE(131); END_STATE(); case 127: - if (lookahead == 'l') ADVANCE(124); + if (lookahead == 'h') ADVANCE(131); + if (lookahead == 'i') ADVANCE(176); END_STATE(); case 128: - if (lookahead == 'l') ADVANCE(120); + if (lookahead == 'h') ADVANCE(117); + if (lookahead == 'y') ADVANCE(153); END_STATE(); case 129: - if (lookahead == 'l') ADVANCE(246); + if (lookahead == 'i') ADVANCE(123); + if (lookahead == 's') ADVANCE(111); END_STATE(); case 130: - if (lookahead == 'l') ADVANCE(91); - if (lookahead == 'o') ADVANCE(134); + if (lookahead == 'i') ADVANCE(103); END_STATE(); case 131: - if (lookahead == 'l') ADVANCE(105); + if (lookahead == 'i') ADVANCE(140); END_STATE(); case 132: - if (lookahead == 'l') ADVANCE(96); + if (lookahead == 'i') ADVANCE(150); END_STATE(); case 133: - if (lookahead == 'm') ADVANCE(110); + if (lookahead == 'i') ADVANCE(147); END_STATE(); case 134: - if (lookahead == 'n') ADVANCE(161); + if (lookahead == 'i') ADVANCE(99); END_STATE(); case 135: - if (lookahead == 'n') ADVANCE(283); + if (lookahead == 'i') ADVANCE(184); END_STATE(); case 136: - if (lookahead == 'n') ADVANCE(307); + if (lookahead == 'k') ADVANCE(340); END_STATE(); case 137: - if (lookahead == 'n') ADVANCE(232); + if (lookahead == 'l') ADVANCE(129); END_STATE(); case 138: - if (lookahead == 'n') ADVANCE(174); + if (lookahead == 'l') ADVANCE(267); END_STATE(); case 139: - if (lookahead == 'o') ADVANCE(148); + if (lookahead == 'l') ADVANCE(96); + if (lookahead == 'o') ADVANCE(143); END_STATE(); case 140: - if (lookahead == 'o') ADVANCE(141); + if (lookahead == 'l') ADVANCE(113); END_STATE(); case 141: - if (lookahead == 'o') ADVANCE(144); + if (lookahead == 'l') ADVANCE(101); END_STATE(); case 142: - if (lookahead == 'o') ADVANCE(137); + if (lookahead == 'm') ADVANCE(120); END_STATE(); case 143: - if (lookahead == 'o') ADVANCE(154); + if (lookahead == 'n') ADVANCE(170); END_STATE(); case 144: - if (lookahead == 'p') ADVANCE(303); + if (lookahead == 'n') ADVANCE(307); END_STATE(); case 145: - if (lookahead == 'p') ADVANCE(104); + if (lookahead == 'n') ADVANCE(333); END_STATE(); case 146: - if (lookahead == 'p') ADVANCE(94); + if (lookahead == 'n') ADVANCE(247); END_STATE(); case 147: - if (lookahead == 'p') ADVANCE(143); + if (lookahead == 'n') ADVANCE(187); END_STATE(); case 148: - if (lookahead == 'r') ADVANCE(298); + if (lookahead == 'o') ADVANCE(156); END_STATE(); case 149: - if (lookahead == 'r') ADVANCE(227); + if (lookahead == 'o') ADVANCE(152); END_STATE(); case 150: - if (lookahead == 'r') ADVANCE(111); + if (lookahead == 'o') ADVANCE(146); END_STATE(); case 151: - if (lookahead == 'r') ADVANCE(172); + if (lookahead == 'o') ADVANCE(162); END_STATE(); case 152: - if (lookahead == 'r') ADVANCE(136); + if (lookahead == 'p') ADVANCE(327); END_STATE(); case 153: - if (lookahead == 'r') ADVANCE(170); + if (lookahead == 'p') ADVANCE(112); END_STATE(); case 154: - if (lookahead == 'r') ADVANCE(167); + if (lookahead == 'p') ADVANCE(98); END_STATE(); case 155: - if (lookahead == 's') ADVANCE(243); + if (lookahead == 'p') ADVANCE(151); END_STATE(); case 156: - if (lookahead == 's') ADVANCE(260); + if (lookahead == 'r') ADVANCE(322); END_STATE(); case 157: - if (lookahead == 's') ADVANCE(263); + if (lookahead == 'r') ADVANCE(241); END_STATE(); case 158: - if (lookahead == 's') ADVANCE(102); + if (lookahead == 'r') ADVANCE(185); END_STATE(); case 159: - if (lookahead == 's') ADVANCE(156); + if (lookahead == 'r') ADVANCE(145); END_STATE(); case 160: - if (lookahead == 's') ADVANCE(146); + if (lookahead == 'r') ADVANCE(182); END_STATE(); case 161: - if (lookahead == 's') ADVANCE(166); - if (lookahead == 't') ADVANCE(121); + if (lookahead == 'r') ADVANCE(100); END_STATE(); case 162: - if (lookahead == 's') ADVANCE(157); + if (lookahead == 'r') ADVANCE(178); END_STATE(); case 163: - if (lookahead == 't') ADVANCE(97); + if (lookahead == 's') ADVANCE(257); END_STATE(); case 164: - if (lookahead == 't') ADVANCE(173); + if (lookahead == 's') ADVANCE(276); END_STATE(); case 165: - if (lookahead == 't') ADVANCE(115); + if (lookahead == 's') ADVANCE(285); END_STATE(); case 166: - if (lookahead == 't') ADVANCE(224); + if (lookahead == 's') ADVANCE(130); END_STATE(); case 167: - if (lookahead == 't') ADVANCE(235); + if (lookahead == 's') ADVANCE(110); END_STATE(); case 168: - if (lookahead == 't') ADVANCE(257); + if (lookahead == 's') ADVANCE(154); END_STATE(); case 169: - if (lookahead == 't') ADVANCE(151); + if (lookahead == 's') ADVANCE(164); END_STATE(); case 170: - if (lookahead == 't') ADVANCE(125); + if (lookahead == 's') ADVANCE(177); + if (lookahead == 't') ADVANCE(133); END_STATE(); case 171: - if (lookahead == 't') ADVANCE(123); + if (lookahead == 's') ADVANCE(165); END_STATE(); case 172: - if (lookahead == 'u') ADVANCE(99); + if (lookahead == 's') ADVANCE(183); END_STATE(); case 173: - if (lookahead == 'u') ADVANCE(152); + if (lookahead == 't') ADVANCE(263); END_STATE(); case 174: - if (lookahead == 'u') ADVANCE(106); + if (lookahead == 't') ADVANCE(105); END_STATE(); case 175: - if (lookahead == 'y') ADVANCE(145); + if (lookahead == 't') ADVANCE(186); END_STATE(); case 176: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(524); + if (lookahead == 't') ADVANCE(124); END_STATE(); case 177: - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(330); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + if (lookahead == 't') ADVANCE(238); END_STATE(); case 178: - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(331); + if (lookahead == 't') ADVANCE(254); END_STATE(); case 179: - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(431); + if (lookahead == 't') ADVANCE(273); END_STATE(); case 180: - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + if (lookahead == 't') ADVANCE(282); END_STATE(); case 181: - if (lookahead != 0 && - lookahead != '\n') ADVANCE(535); + if (lookahead == 't') ADVANCE(158); END_STATE(); case 182: - if (eof) ADVANCE(220); - if (lookahead == '"') ADVANCE(526); - if (lookahead == '&') ADVANCE(267); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '-') ADVANCE(522); - if (lookahead == '.') ADVANCE(318); - if (lookahead == '/') ADVANCE(519); - if (lookahead == '?') ADVANCE(273); - if (lookahead == 'a') ADVANCE(373); - if (lookahead == 'c') ADVANCE(374); - if (lookahead == 'd') ADVANCE(348); - if (lookahead == 'i') ADVANCE(376); - if (lookahead == 'n') ADVANCE(335); - if (lookahead == 'p') ADVANCE(339); - if (lookahead == 's') ADVANCE(422); - if (lookahead == 't') ADVANCE(426); - if (lookahead == 'u') ADVANCE(411); - if (lookahead == 'v') ADVANCE(338); - if (lookahead == '|') ADVANCE(271); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(182) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - lookahead == '$' || - lookahead == '%' || - ('*' <= lookahead && lookahead <= ':') || - ('<' <= lookahead && lookahead <= '>') || - lookahead == '^') ADVANCE(523); - if (lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); + if (lookahead == 't') ADVANCE(135); END_STATE(); case 183: - if (eof) ADVANCE(220); - if (lookahead == '"') ADVANCE(526); - if (lookahead == '&') ADVANCE(267); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '-') ADVANCE(522); - if (lookahead == '.') ADVANCE(318); - if (lookahead == '/') ADVANCE(519); - if (lookahead == 'a') ADVANCE(373); - if (lookahead == 'c') ADVANCE(374); - if (lookahead == 'd') ADVANCE(348); - if (lookahead == 'i') ADVANCE(376); - if (lookahead == 'n') ADVANCE(335); - if (lookahead == 'p') ADVANCE(339); - if (lookahead == 's') ADVANCE(422); - if (lookahead == 't') ADVANCE(426); - if (lookahead == 'u') ADVANCE(411); - if (lookahead == 'v') ADVANCE(338); - if (lookahead == '|') ADVANCE(271); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(183) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - lookahead == '$' || - lookahead == '%' || - ('*' <= lookahead && lookahead <= ':') || - ('<' <= lookahead && lookahead <= '?') || - lookahead == '^') ADVANCE(523); - if (lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); + if (lookahead == 't') ADVANCE(161); END_STATE(); case 184: - if (eof) ADVANCE(220); - if (lookahead == '"') ADVANCE(526); - if (lookahead == '&') ADVANCE(267); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '-') ADVANCE(522); - if (lookahead == '/') ADVANCE(519); - if (lookahead == '?') ADVANCE(273); - if (lookahead == 'a') ADVANCE(373); - if (lookahead == 'c') ADVANCE(374); - if (lookahead == 'd') ADVANCE(348); - if (lookahead == 'i') ADVANCE(376); - if (lookahead == 'n') ADVANCE(335); - if (lookahead == 'p') ADVANCE(339); - if (lookahead == 's') ADVANCE(422); - if (lookahead == 't') ADVANCE(426); - if (lookahead == 'u') ADVANCE(411); - if (lookahead == 'v') ADVANCE(338); - if (lookahead == '|') ADVANCE(271); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(184) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - lookahead == '$' || - lookahead == '%' || - ('*' <= lookahead && lookahead <= ':') || - ('<' <= lookahead && lookahead <= '>') || - lookahead == '^') ADVANCE(523); - if (lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); + if (lookahead == 't') ADVANCE(132); END_STATE(); case 185: - if (eof) ADVANCE(220); - if (lookahead == '"') ADVANCE(526); - if (lookahead == '&') ADVANCE(267); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '-') ADVANCE(522); - if (lookahead == '/') ADVANCE(519); - if (lookahead == 'a') ADVANCE(373); - if (lookahead == 'c') ADVANCE(374); - if (lookahead == 'd') ADVANCE(348); - if (lookahead == 'i') ADVANCE(376); - if (lookahead == 'n') ADVANCE(335); - if (lookahead == 'p') ADVANCE(339); - if (lookahead == 's') ADVANCE(422); - if (lookahead == 't') ADVANCE(426); - if (lookahead == 'u') ADVANCE(411); - if (lookahead == 'v') ADVANCE(338); - if (lookahead == '|') ADVANCE(271); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(185) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - lookahead == '$' || - lookahead == '%' || - ('*' <= lookahead && lookahead <= ':') || - ('<' <= lookahead && lookahead <= '?') || - lookahead == '^') ADVANCE(523); - if (lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); + if (lookahead == 'u') ADVANCE(107); END_STATE(); case 186: - if (eof) ADVANCE(220); - if (lookahead == '"') ADVANCE(526); - if (lookahead == '&') ADVANCE(267); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '.') ADVANCE(318); - if (lookahead == '/') ADVANCE(519); - if (lookahead == 'a') ADVANCE(373); - if (lookahead == 'c') ADVANCE(374); - if (lookahead == 'd') ADVANCE(348); - if (lookahead == 'e') ADVANCE(370); - if (lookahead == 'i') ADVANCE(376); - if (lookahead == 'n') ADVANCE(335); - if (lookahead == 'p') ADVANCE(339); - if (lookahead == 's') ADVANCE(422); - if (lookahead == 't') ADVANCE(426); - if (lookahead == 'u') ADVANCE(411); - if (lookahead == 'v') ADVANCE(338); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(186) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - lookahead == '$' || - lookahead == '%' || - ('*' <= lookahead && lookahead <= ':') || - ('<' <= lookahead && lookahead <= '?') || - lookahead == '^' || - lookahead == '|') ADVANCE(523); - if (lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); + if (lookahead == 'u') ADVANCE(159); END_STATE(); case 187: - if (eof) ADVANCE(220); - if (lookahead == '"') ADVANCE(526); - if (lookahead == '&') ADVANCE(267); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '.') ADVANCE(318); - if (lookahead == '/') ADVANCE(519); - if (lookahead == 'a') ADVANCE(373); - if (lookahead == 'c') ADVANCE(374); - if (lookahead == 'd') ADVANCE(348); - if (lookahead == 'i') ADVANCE(376); - if (lookahead == 'n') ADVANCE(335); - if (lookahead == 'p') ADVANCE(339); - if (lookahead == 's') ADVANCE(422); - if (lookahead == 't') ADVANCE(426); - if (lookahead == 'u') ADVANCE(411); - if (lookahead == 'v') ADVANCE(338); - if (lookahead == '|') ADVANCE(271); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(187) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - lookahead == '$' || - lookahead == '%' || - ('*' <= lookahead && lookahead <= ':') || - ('<' <= lookahead && lookahead <= '?') || - lookahead == '^') ADVANCE(523); - if (lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); + if (lookahead == 'u') ADVANCE(114); END_STATE(); case 188: - if (eof) ADVANCE(220); - if (lookahead == '"') ADVANCE(526); - if (lookahead == '&') ADVANCE(267); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '.') ADVANCE(318); - if (lookahead == '/') ADVANCE(519); - if (lookahead == 'a') ADVANCE(373); - if (lookahead == 'c') ADVANCE(374); - if (lookahead == 'd') ADVANCE(348); - if (lookahead == 'i') ADVANCE(376); - if (lookahead == 'n') ADVANCE(335); - if (lookahead == 'p') ADVANCE(339); - if (lookahead == 's') ADVANCE(422); - if (lookahead == 't') ADVANCE(426); - if (lookahead == 'u') ADVANCE(411); - if (lookahead == 'v') ADVANCE(338); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(188) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - lookahead == '$' || - lookahead == '%' || - ('*' <= lookahead && lookahead <= ':') || - ('<' <= lookahead && lookahead <= '?') || - lookahead == '^' || - lookahead == '|') ADVANCE(523); - if (lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); + if (lookahead == 'y') ADVANCE(153); END_STATE(); case 189: - if (eof) ADVANCE(220); - if (lookahead == '"') ADVANCE(526); - if (lookahead == '&') ADVANCE(267); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '/') ADVANCE(519); - if (lookahead == 'a') ADVANCE(373); - if (lookahead == 'c') ADVANCE(374); - if (lookahead == 'd') ADVANCE(348); - if (lookahead == 'e') ADVANCE(370); - if (lookahead == 'i') ADVANCE(376); - if (lookahead == 'n') ADVANCE(335); - if (lookahead == 'p') ADVANCE(339); - if (lookahead == 's') ADVANCE(422); - if (lookahead == 't') ADVANCE(426); - if (lookahead == 'u') ADVANCE(411); - if (lookahead == 'v') ADVANCE(338); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(189) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - lookahead == '$' || - lookahead == '%' || - ('*' <= lookahead && lookahead <= ':') || - ('<' <= lookahead && lookahead <= '?') || - lookahead == '^' || - lookahead == '|') ADVANCE(523); - if (lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(478); END_STATE(); case 190: - if (eof) ADVANCE(220); - if (lookahead == '"') ADVANCE(526); - if (lookahead == '&') ADVANCE(267); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '/') ADVANCE(519); - if (lookahead == 'a') ADVANCE(373); - if (lookahead == 'c') ADVANCE(374); - if (lookahead == 'd') ADVANCE(348); - if (lookahead == 'i') ADVANCE(376); - if (lookahead == 'n') ADVANCE(335); - if (lookahead == 'p') ADVANCE(339); - if (lookahead == 's') ADVANCE(422); - if (lookahead == 't') ADVANCE(426); - if (lookahead == 'u') ADVANCE(411); - if (lookahead == 'v') ADVANCE(338); - if (lookahead == '|') ADVANCE(271); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(190) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - lookahead == '$' || - lookahead == '%' || - ('*' <= lookahead && lookahead <= ':') || - ('<' <= lookahead && lookahead <= '?') || - lookahead == '^') ADVANCE(523); - if (lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(360); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); case 191: - if (eof) ADVANCE(220); - if (lookahead == '"') ADVANCE(526); - if (lookahead == '&') ADVANCE(267); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '/') ADVANCE(519); - if (lookahead == 'a') ADVANCE(373); - if (lookahead == 'c') ADVANCE(374); - if (lookahead == 'd') ADVANCE(348); - if (lookahead == 'i') ADVANCE(376); - if (lookahead == 'n') ADVANCE(335); - if (lookahead == 'p') ADVANCE(339); - if (lookahead == 's') ADVANCE(422); - if (lookahead == 't') ADVANCE(426); - if (lookahead == 'u') ADVANCE(411); - if (lookahead == 'v') ADVANCE(338); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(191) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - lookahead == '$' || - lookahead == '%' || - ('*' <= lookahead && lookahead <= ':') || - ('<' <= lookahead && lookahead <= '?') || - lookahead == '^' || - lookahead == '|') ADVANCE(523); - if (lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(361); END_STATE(); case 192: - if (eof) ADVANCE(220); - if (lookahead == '"') ADVANCE(526); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '-') ADVANCE(522); - if (lookahead == '.') ADVANCE(318); - if (lookahead == '/') ADVANCE(519); - if (lookahead == '?') ADVANCE(273); - if (lookahead == 'a') ADVANCE(373); - if (lookahead == 'c') ADVANCE(374); - if (lookahead == 'd') ADVANCE(348); - if (lookahead == 'i') ADVANCE(376); - if (lookahead == 'n') ADVANCE(335); - if (lookahead == 'p') ADVANCE(339); - if (lookahead == 's') ADVANCE(422); - if (lookahead == 't') ADVANCE(426); - if (lookahead == 'u') ADVANCE(411); - if (lookahead == 'v') ADVANCE(338); - if (lookahead == '|') ADVANCE(271); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(192) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '&') || - ('*' <= lookahead && lookahead <= ':') || - ('<' <= lookahead && lookahead <= '>') || - lookahead == '^') ADVANCE(523); - if (lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(472); END_STATE(); case 193: - if (eof) ADVANCE(220); - if (lookahead == '"') ADVANCE(526); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '-') ADVANCE(522); - if (lookahead == '.') ADVANCE(318); - if (lookahead == '/') ADVANCE(519); - if (lookahead == 'a') ADVANCE(373); - if (lookahead == 'c') ADVANCE(374); - if (lookahead == 'd') ADVANCE(348); - if (lookahead == 'i') ADVANCE(376); - if (lookahead == 'n') ADVANCE(335); - if (lookahead == 'p') ADVANCE(339); - if (lookahead == 's') ADVANCE(422); - if (lookahead == 't') ADVANCE(426); - if (lookahead == 'u') ADVANCE(411); - if (lookahead == 'v') ADVANCE(338); - if (lookahead == '|') ADVANCE(271); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(193) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '&') || - ('*' <= lookahead && lookahead <= ':') || - ('<' <= lookahead && lookahead <= '?') || - lookahead == '^') ADVANCE(523); - if (lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); case 194: - if (eof) ADVANCE(220); - if (lookahead == '"') ADVANCE(526); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '-') ADVANCE(522); - if (lookahead == '/') ADVANCE(519); - if (lookahead == '?') ADVANCE(273); - if (lookahead == 'a') ADVANCE(373); - if (lookahead == 'c') ADVANCE(374); - if (lookahead == 'd') ADVANCE(348); - if (lookahead == 'i') ADVANCE(376); - if (lookahead == 'n') ADVANCE(335); - if (lookahead == 'p') ADVANCE(339); - if (lookahead == 's') ADVANCE(422); - if (lookahead == 't') ADVANCE(426); - if (lookahead == 'u') ADVANCE(411); - if (lookahead == 'v') ADVANCE(338); - if (lookahead == '|') ADVANCE(271); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(194) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '&') || - ('*' <= lookahead && lookahead <= ':') || - ('<' <= lookahead && lookahead <= '>') || - lookahead == '^') ADVANCE(523); - if (lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); + if (lookahead != 0 && + lookahead != '\n') ADVANCE(491); END_STATE(); case 195: - if (eof) ADVANCE(220); - if (lookahead == '"') ADVANCE(526); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '-') ADVANCE(522); - if (lookahead == '/') ADVANCE(519); - if (lookahead == 'a') ADVANCE(373); - if (lookahead == 'c') ADVANCE(374); - if (lookahead == 'd') ADVANCE(348); - if (lookahead == 'i') ADVANCE(376); - if (lookahead == 'n') ADVANCE(335); - if (lookahead == 'p') ADVANCE(339); - if (lookahead == 's') ADVANCE(422); - if (lookahead == 't') ADVANCE(426); - if (lookahead == 'u') ADVANCE(411); - if (lookahead == 'v') ADVANCE(338); - if (lookahead == '|') ADVANCE(271); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(195) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '&') || - ('*' <= lookahead && lookahead <= ':') || - ('<' <= lookahead && lookahead <= '?') || - lookahead == '^') ADVANCE(523); - if (lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); + if (lookahead != 0 && + lookahead != '\n') ADVANCE(487); END_STATE(); case 196: - if (eof) ADVANCE(220); - if (lookahead == '"') ADVANCE(526); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '.') ADVANCE(318); - if (lookahead == '/') ADVANCE(519); + if (eof) ADVANCE(234); + if (lookahead == '"') ADVANCE(482); + if (lookahead == '&') ADVANCE(289); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == ')') ADVANCE(291); + if (lookahead == '-') ADVANCE(476); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '?') ADVANCE(295); + if (lookahead == '@') ADVANCE(332); if (lookahead == 'a') ADVANCE(373); - if (lookahead == 'c') ADVANCE(374); - if (lookahead == 'd') ADVANCE(348); - if (lookahead == 'e') ADVANCE(370); - if (lookahead == 'i') ADVANCE(376); - if (lookahead == 'n') ADVANCE(335); - if (lookahead == 'p') ADVANCE(339); - if (lookahead == 's') ADVANCE(422); - if (lookahead == 't') ADVANCE(426); - if (lookahead == 'u') ADVANCE(411); - if (lookahead == 'v') ADVANCE(338); + if (lookahead == 'b') ADVANCE(365); + if (lookahead == 'c') ADVANCE(410); + if (lookahead == 'd') ADVANCE(382); + if (lookahead == 'i') ADVANCE(412); + if (lookahead == 'l') ADVANCE(389); + if (lookahead == 'n') ADVANCE(364); + if (lookahead == 'p') ADVANCE(366); + if (lookahead == 's') ADVANCE(459); + if (lookahead == 't') ADVANCE(466); + if (lookahead == 'u') ADVANCE(445); + if (lookahead == '|') ADVANCE(293); + if (lookahead == '~') ADVANCE(331); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(196) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '&') || - ('*' <= lookahead && lookahead <= ':') || - ('<' <= lookahead && lookahead <= '?') || - lookahead == '^' || - lookahead == '|') ADVANCE(523); + ('%' <= lookahead && lookahead <= ':') || + ('<' <= lookahead && lookahead <= '>') || + lookahead == '^') ADVANCE(477); if (lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); + ('e' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); END_STATE(); case 197: - if (eof) ADVANCE(220); - if (lookahead == '"') ADVANCE(526); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '.') ADVANCE(318); - if (lookahead == '/') ADVANCE(519); + if (eof) ADVANCE(234); + if (lookahead == '"') ADVANCE(482); + if (lookahead == '&') ADVANCE(289); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == ')') ADVANCE(291); + if (lookahead == '-') ADVANCE(476); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '@') ADVANCE(332); if (lookahead == 'a') ADVANCE(373); - if (lookahead == 'c') ADVANCE(374); - if (lookahead == 'd') ADVANCE(348); - if (lookahead == 'i') ADVANCE(376); - if (lookahead == 'n') ADVANCE(335); - if (lookahead == 'p') ADVANCE(339); - if (lookahead == 's') ADVANCE(422); - if (lookahead == 't') ADVANCE(426); - if (lookahead == 'u') ADVANCE(411); - if (lookahead == 'v') ADVANCE(338); - if (lookahead == '|') ADVANCE(271); + if (lookahead == 'b') ADVANCE(365); + if (lookahead == 'c') ADVANCE(410); + if (lookahead == 'd') ADVANCE(382); + if (lookahead == 'i') ADVANCE(412); + if (lookahead == 'l') ADVANCE(389); + if (lookahead == 'n') ADVANCE(364); + if (lookahead == 'p') ADVANCE(366); + if (lookahead == 's') ADVANCE(459); + if (lookahead == 't') ADVANCE(466); + if (lookahead == 'u') ADVANCE(445); + if (lookahead == '|') ADVANCE(293); + if (lookahead == '~') ADVANCE(331); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(197) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '&') || - ('*' <= lookahead && lookahead <= ':') || + ('%' <= lookahead && lookahead <= ':') || ('<' <= lookahead && lookahead <= '?') || - lookahead == '^') ADVANCE(523); + lookahead == '^') ADVANCE(477); if (lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); + ('e' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); END_STATE(); case 198: - if (eof) ADVANCE(220); - if (lookahead == '"') ADVANCE(526); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '.') ADVANCE(318); - if (lookahead == '/') ADVANCE(519); + if (eof) ADVANCE(234); + if (lookahead == '"') ADVANCE(482); + if (lookahead == '&') ADVANCE(289); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == ')') ADVANCE(291); + if (lookahead == '/') ADVANCE(473); + if (lookahead == ';') ADVANCE(330); + if (lookahead == '@') ADVANCE(332); + if (lookahead == ']') ADVANCE(339); if (lookahead == 'a') ADVANCE(373); - if (lookahead == 'c') ADVANCE(374); - if (lookahead == 'd') ADVANCE(348); - if (lookahead == 'i') ADVANCE(376); - if (lookahead == 'n') ADVANCE(335); - if (lookahead == 'p') ADVANCE(339); - if (lookahead == 's') ADVANCE(422); - if (lookahead == 't') ADVANCE(426); - if (lookahead == 'u') ADVANCE(411); - if (lookahead == 'v') ADVANCE(338); + if (lookahead == 'b') ADVANCE(365); + if (lookahead == 'c') ADVANCE(410); + if (lookahead == 'd') ADVANCE(382); + if (lookahead == 'e') ADVANCE(408); + if (lookahead == 'i') ADVANCE(412); + if (lookahead == 'l') ADVANCE(389); + if (lookahead == 'n') ADVANCE(364); + if (lookahead == 'p') ADVANCE(366); + if (lookahead == 's') ADVANCE(459); + if (lookahead == 't') ADVANCE(466); + if (lookahead == 'u') ADVANCE(445); + if (lookahead == '~') ADVANCE(331); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(198) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '&') || - ('*' <= lookahead && lookahead <= ':') || - ('<' <= lookahead && lookahead <= '?') || + ('%' <= lookahead && lookahead <= '?') || lookahead == '^' || - lookahead == '|') ADVANCE(523); + lookahead == '|') ADVANCE(477); if (lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); + ('f' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); END_STATE(); case 199: - if (eof) ADVANCE(220); - if (lookahead == '"') ADVANCE(526); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '/') ADVANCE(519); + if (eof) ADVANCE(234); + if (lookahead == '"') ADVANCE(482); + if (lookahead == '&') ADVANCE(289); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '-') ADVANCE(476); + if (lookahead == '.') ADVANCE(347); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '?') ADVANCE(295); + if (lookahead == '@') ADVANCE(332); if (lookahead == 'a') ADVANCE(373); - if (lookahead == 'c') ADVANCE(374); - if (lookahead == 'd') ADVANCE(348); - if (lookahead == 'e') ADVANCE(370); - if (lookahead == 'i') ADVANCE(376); - if (lookahead == 'n') ADVANCE(335); - if (lookahead == 'p') ADVANCE(339); - if (lookahead == 's') ADVANCE(422); - if (lookahead == 't') ADVANCE(426); - if (lookahead == 'u') ADVANCE(411); - if (lookahead == 'v') ADVANCE(338); + if (lookahead == 'b') ADVANCE(365); + if (lookahead == 'c') ADVANCE(410); + if (lookahead == 'd') ADVANCE(382); + if (lookahead == 'i') ADVANCE(412); + if (lookahead == 'l') ADVANCE(389); + if (lookahead == 'n') ADVANCE(364); + if (lookahead == 'p') ADVANCE(366); + if (lookahead == 's') ADVANCE(459); + if (lookahead == 't') ADVANCE(466); + if (lookahead == 'u') ADVANCE(445); + if (lookahead == '|') ADVANCE(293); + if (lookahead == '~') ADVANCE(331); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(199) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '&') || - ('*' <= lookahead && lookahead <= ':') || - ('<' <= lookahead && lookahead <= '?') || - lookahead == '^' || - lookahead == '|') ADVANCE(523); + lookahead == '%' || + ('*' <= lookahead && lookahead <= ',') || + lookahead == ':' || + ('<' <= lookahead && lookahead <= '>') || + lookahead == '^') ADVANCE(477); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); if (lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); + ('e' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); END_STATE(); case 200: - if (eof) ADVANCE(220); - if (lookahead == '"') ADVANCE(526); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '/') ADVANCE(519); + if (eof) ADVANCE(234); + if (lookahead == '"') ADVANCE(482); + if (lookahead == '&') ADVANCE(289); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '-') ADVANCE(476); + if (lookahead == '.') ADVANCE(347); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '@') ADVANCE(332); if (lookahead == 'a') ADVANCE(373); - if (lookahead == 'c') ADVANCE(374); - if (lookahead == 'd') ADVANCE(348); - if (lookahead == 'i') ADVANCE(376); - if (lookahead == 'n') ADVANCE(335); - if (lookahead == 'p') ADVANCE(339); - if (lookahead == 's') ADVANCE(422); - if (lookahead == 't') ADVANCE(426); - if (lookahead == 'u') ADVANCE(411); - if (lookahead == 'v') ADVANCE(338); - if (lookahead == '|') ADVANCE(271); + if (lookahead == 'b') ADVANCE(365); + if (lookahead == 'c') ADVANCE(410); + if (lookahead == 'd') ADVANCE(382); + if (lookahead == 'i') ADVANCE(412); + if (lookahead == 'l') ADVANCE(389); + if (lookahead == 'n') ADVANCE(364); + if (lookahead == 'p') ADVANCE(366); + if (lookahead == 's') ADVANCE(459); + if (lookahead == 't') ADVANCE(466); + if (lookahead == 'u') ADVANCE(445); + if (lookahead == '|') ADVANCE(293); + if (lookahead == '~') ADVANCE(331); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(200) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '&') || + lookahead == '%' || ('*' <= lookahead && lookahead <= ':') || ('<' <= lookahead && lookahead <= '?') || - lookahead == '^') ADVANCE(523); + lookahead == '^') ADVANCE(477); if (lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); + ('e' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); END_STATE(); case 201: - if (eof) ADVANCE(220); - if (lookahead == '"') ADVANCE(526); - if (lookahead == '\'') ADVANCE(534); - if (lookahead == '(') ADVANCE(268); - if (lookahead == '/') ADVANCE(519); + if (eof) ADVANCE(234); + if (lookahead == '"') ADVANCE(482); + if (lookahead == '&') ADVANCE(289); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '.') ADVANCE(347); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '@') ADVANCE(332); if (lookahead == 'a') ADVANCE(373); - if (lookahead == 'c') ADVANCE(374); - if (lookahead == 'd') ADVANCE(348); - if (lookahead == 'i') ADVANCE(376); - if (lookahead == 'n') ADVANCE(335); - if (lookahead == 'p') ADVANCE(339); - if (lookahead == 's') ADVANCE(422); - if (lookahead == 't') ADVANCE(426); - if (lookahead == 'u') ADVANCE(411); - if (lookahead == 'v') ADVANCE(338); + if (lookahead == 'b') ADVANCE(365); + if (lookahead == 'c') ADVANCE(410); + if (lookahead == 'd') ADVANCE(382); + if (lookahead == 'e') ADVANCE(408); + if (lookahead == 'i') ADVANCE(412); + if (lookahead == 'l') ADVANCE(389); + if (lookahead == 'n') ADVANCE(364); + if (lookahead == 'p') ADVANCE(366); + if (lookahead == 's') ADVANCE(459); + if (lookahead == 't') ADVANCE(466); + if (lookahead == 'u') ADVANCE(445); + if (lookahead == '~') ADVANCE(331); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(201) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '&') || + lookahead == '%' || ('*' <= lookahead && lookahead <= ':') || ('<' <= lookahead && lookahead <= '?') || lookahead == '^' || - lookahead == '|') ADVANCE(523); + lookahead == '|') ADVANCE(477); if (lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); + ('f' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); END_STATE(); case 202: - if (eof) ADVANCE(220); - if (lookahead == '#') ADVANCE(178); - if (lookahead == '&') ADVANCE(266); - if (lookahead == '\'') ADVANCE(179); - if (lookahead == '(') ADVANCE(268); - if (lookahead == ')') ADVANCE(269); - if (lookahead == '-') ADVANCE(87); - if (lookahead == '.') ADVANCE(317); - if (lookahead == '/') ADVANCE(82); - if (lookahead == ':') ADVANCE(238); - if (lookahead == ';') ADVANCE(306); - if (lookahead == '=') ADVANCE(242); - if (lookahead == '?') ADVANCE(272); - if (lookahead == 'a') ADVANCE(127); - if (lookahead == 'b') ADVANCE(150); - if (lookahead == 'c') ADVANCE(130); - if (lookahead == 'd') ADVANCE(101); - if (lookahead == 'e') ADVANCE(128); - if (lookahead == 'f') ADVANCE(139); - if (lookahead == 'i') ADVANCE(113); - if (lookahead == 'l') ADVANCE(140); - if (lookahead == 'm') ADVANCE(90); - if (lookahead == 'n') ADVANCE(88); - if (lookahead == 'p') ADVANCE(92); - if (lookahead == 'r') ADVANCE(109); - if (lookahead == 's') ADVANCE(169); - if (lookahead == 't') ADVANCE(119); - if (lookahead == 'u') ADVANCE(158); - if (lookahead == 'v') ADVANCE(95); - if (lookahead == 'w') ADVANCE(118); - if (lookahead == '{') ADVANCE(230); - if (lookahead == '|') ADVANCE(270); - if (lookahead == '}') ADVANCE(231); + if (eof) ADVANCE(234); + if (lookahead == '"') ADVANCE(482); + if (lookahead == '&') ADVANCE(289); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '.') ADVANCE(347); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'a') ADVANCE(373); + if (lookahead == 'b') ADVANCE(365); + if (lookahead == 'c') ADVANCE(410); + if (lookahead == 'd') ADVANCE(382); + if (lookahead == 'i') ADVANCE(412); + if (lookahead == 'l') ADVANCE(389); + if (lookahead == 'n') ADVANCE(364); + if (lookahead == 'p') ADVANCE(366); + if (lookahead == 's') ADVANCE(459); + if (lookahead == 't') ADVANCE(466); + if (lookahead == 'u') ADVANCE(445); + if (lookahead == '|') ADVANCE(293); + if (lookahead == '~') ADVANCE(331); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(202) - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (lookahead == '!' || + lookahead == '%' || + ('*' <= lookahead && lookahead <= ':') || + ('<' <= lookahead && lookahead <= '?') || + lookahead == '^') ADVANCE(477); + if (lookahead == '_' || + ('e' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); END_STATE(); case 203: - if (eof) ADVANCE(220); - if (lookahead == '#') ADVANCE(178); - if (lookahead == '&') ADVANCE(266); - if (lookahead == '\'') ADVANCE(179); - if (lookahead == '(') ADVANCE(268); - if (lookahead == ')') ADVANCE(269); - if (lookahead == '-') ADVANCE(87); - if (lookahead == '.') ADVANCE(317); - if (lookahead == '/') ADVANCE(82); - if (lookahead == ':') ADVANCE(238); - if (lookahead == '=') ADVANCE(242); - if (lookahead == '?') ADVANCE(272); + if (eof) ADVANCE(234); + if (lookahead == '"') ADVANCE(482); + if (lookahead == '&') ADVANCE(289); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '.') ADVANCE(347); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '@') ADVANCE(332); if (lookahead == 'a') ADVANCE(373); - if (lookahead == 'c') ADVANCE(374); - if (lookahead == 'd') ADVANCE(348); - if (lookahead == 'i') ADVANCE(376); - if (lookahead == 'n') ADVANCE(335); - if (lookahead == 'p') ADVANCE(339); - if (lookahead == 's') ADVANCE(422); - if (lookahead == 't') ADVANCE(426); - if (lookahead == 'u') ADVANCE(411); - if (lookahead == 'v') ADVANCE(338); - if (lookahead == '{') ADVANCE(230); - if (lookahead == '|') ADVANCE(270); + if (lookahead == 'b') ADVANCE(365); + if (lookahead == 'c') ADVANCE(410); + if (lookahead == 'd') ADVANCE(382); + if (lookahead == 'i') ADVANCE(412); + if (lookahead == 'l') ADVANCE(389); + if (lookahead == 'n') ADVANCE(364); + if (lookahead == 'p') ADVANCE(366); + if (lookahead == 's') ADVANCE(459); + if (lookahead == 't') ADVANCE(466); + if (lookahead == 'u') ADVANCE(445); + if (lookahead == '~') ADVANCE(331); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(203) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + if (lookahead == '!' || + lookahead == '%' || + ('*' <= lookahead && lookahead <= ':') || + ('<' <= lookahead && lookahead <= '?') || + lookahead == '^' || + lookahead == '|') ADVANCE(477); if (lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(427); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(429); + ('e' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); END_STATE(); case 204: - if (eof) ADVANCE(220); - if (lookahead == '&') ADVANCE(267); - if (lookahead == ')') ADVANCE(269); - if (lookahead == '-') ADVANCE(522); - if (lookahead == '.') ADVANCE(318); - if (lookahead == '/') ADVANCE(519); - if (lookahead == ';') ADVANCE(306); - if (lookahead == '?') ADVANCE(273); - if (lookahead == 'a') ADVANCE(127); - if (lookahead == 'b') ADVANCE(150); - if (lookahead == 'c') ADVANCE(130); - if (lookahead == 'd') ADVANCE(101); - if (lookahead == 'f') ADVANCE(139); - if (lookahead == 'i') ADVANCE(112); - if (lookahead == 'l') ADVANCE(140); - if (lookahead == 'm') ADVANCE(90); - if (lookahead == 'n') ADVANCE(88); - if (lookahead == 'p') ADVANCE(92); - if (lookahead == 'r') ADVANCE(109); - if (lookahead == 's') ADVANCE(169); - if (lookahead == 't') ADVANCE(175); - if (lookahead == 'u') ADVANCE(158); - if (lookahead == 'v') ADVANCE(95); - if (lookahead == 'w') ADVANCE(117); - if (lookahead == '{') ADVANCE(230); - if (lookahead == '|') ADVANCE(271); - if (lookahead == '}') ADVANCE(231); + if (eof) ADVANCE(234); + if (lookahead == '"') ADVANCE(482); + if (lookahead == '&') ADVANCE(289); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'a') ADVANCE(373); + if (lookahead == 'b') ADVANCE(365); + if (lookahead == 'c') ADVANCE(410); + if (lookahead == 'd') ADVANCE(382); + if (lookahead == 'i') ADVANCE(412); + if (lookahead == 'l') ADVANCE(389); + if (lookahead == 'n') ADVANCE(364); + if (lookahead == 'p') ADVANCE(366); + if (lookahead == 's') ADVANCE(459); + if (lookahead == 't') ADVANCE(466); + if (lookahead == 'u') ADVANCE(445); + if (lookahead == '|') ADVANCE(293); + if (lookahead == '~') ADVANCE(331); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(204) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); if (lookahead == '!' || - lookahead == '$' || lookahead == '%' || - ('*' <= lookahead && lookahead <= ',') || - (':' <= lookahead && lookahead <= '>') || - lookahead == '^') ADVANCE(523); + ('*' <= lookahead && lookahead <= ':') || + ('<' <= lookahead && lookahead <= '?') || + lookahead == '^') ADVANCE(477); + if (lookahead == '_' || + ('e' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); END_STATE(); case 205: - if (eof) ADVANCE(220); - if (lookahead == '&') ADVANCE(267); - if (lookahead == ')') ADVANCE(269); - if (lookahead == '-') ADVANCE(522); - if (lookahead == '.') ADVANCE(318); - if (lookahead == '/') ADVANCE(519); - if (lookahead == ';') ADVANCE(306); - if (lookahead == 'a') ADVANCE(127); - if (lookahead == 'b') ADVANCE(150); - if (lookahead == 'c') ADVANCE(130); - if (lookahead == 'd') ADVANCE(101); - if (lookahead == 'f') ADVANCE(139); - if (lookahead == 'i') ADVANCE(112); - if (lookahead == 'l') ADVANCE(140); - if (lookahead == 'm') ADVANCE(90); - if (lookahead == 'n') ADVANCE(88); - if (lookahead == 'p') ADVANCE(92); - if (lookahead == 'r') ADVANCE(109); - if (lookahead == 's') ADVANCE(169); - if (lookahead == 't') ADVANCE(175); - if (lookahead == 'u') ADVANCE(158); - if (lookahead == 'v') ADVANCE(95); - if (lookahead == 'w') ADVANCE(117); - if (lookahead == '{') ADVANCE(230); - if (lookahead == '|') ADVANCE(271); - if (lookahead == '}') ADVANCE(231); + if (eof) ADVANCE(234); + if (lookahead == '"') ADVANCE(482); + if (lookahead == '&') ADVANCE(289); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'a') ADVANCE(373); + if (lookahead == 'b') ADVANCE(365); + if (lookahead == 'c') ADVANCE(410); + if (lookahead == 'd') ADVANCE(382); + if (lookahead == 'i') ADVANCE(412); + if (lookahead == 'l') ADVANCE(389); + if (lookahead == 'n') ADVANCE(364); + if (lookahead == 'p') ADVANCE(366); + if (lookahead == 's') ADVANCE(459); + if (lookahead == 't') ADVANCE(466); + if (lookahead == 'u') ADVANCE(445); + if (lookahead == '~') ADVANCE(331); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(205) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); if (lookahead == '!' || - lookahead == '$' || lookahead == '%' || - ('*' <= lookahead && lookahead <= ',') || - (':' <= lookahead && lookahead <= '?') || - lookahead == '^') ADVANCE(523); + ('*' <= lookahead && lookahead <= ':') || + ('<' <= lookahead && lookahead <= '?') || + lookahead == '^' || + lookahead == '|') ADVANCE(477); + if (lookahead == '_' || + ('e' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); END_STATE(); case 206: - if (eof) ADVANCE(220); - if (lookahead == '&') ADVANCE(267); - if (lookahead == ')') ADVANCE(269); - if (lookahead == '-') ADVANCE(522); - if (lookahead == '/') ADVANCE(519); - if (lookahead == ';') ADVANCE(306); - if (lookahead == '?') ADVANCE(273); - if (lookahead == 'a') ADVANCE(127); - if (lookahead == 'b') ADVANCE(150); - if (lookahead == 'c') ADVANCE(130); - if (lookahead == 'd') ADVANCE(101); - if (lookahead == 'f') ADVANCE(139); - if (lookahead == 'i') ADVANCE(112); - if (lookahead == 'l') ADVANCE(140); - if (lookahead == 'm') ADVANCE(90); - if (lookahead == 'n') ADVANCE(88); - if (lookahead == 'p') ADVANCE(92); - if (lookahead == 'r') ADVANCE(109); - if (lookahead == 's') ADVANCE(169); - if (lookahead == 't') ADVANCE(175); - if (lookahead == 'u') ADVANCE(158); - if (lookahead == 'v') ADVANCE(95); - if (lookahead == 'w') ADVANCE(117); - if (lookahead == '{') ADVANCE(230); - if (lookahead == '|') ADVANCE(271); - if (lookahead == '}') ADVANCE(231); + if (eof) ADVANCE(234); + if (lookahead == '"') ADVANCE(482); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == ')') ADVANCE(291); + if (lookahead == '-') ADVANCE(476); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '?') ADVANCE(295); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'a') ADVANCE(373); + if (lookahead == 'b') ADVANCE(365); + if (lookahead == 'c') ADVANCE(410); + if (lookahead == 'd') ADVANCE(382); + if (lookahead == 'i') ADVANCE(412); + if (lookahead == 'l') ADVANCE(389); + if (lookahead == 'n') ADVANCE(364); + if (lookahead == 'p') ADVANCE(366); + if (lookahead == 's') ADVANCE(459); + if (lookahead == 't') ADVANCE(466); + if (lookahead == 'u') ADVANCE(445); + if (lookahead == '|') ADVANCE(293); + if (lookahead == '~') ADVANCE(331); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(206) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); if (lookahead == '!' || - lookahead == '$' || - lookahead == '%' || - ('*' <= lookahead && lookahead <= '.') || - (':' <= lookahead && lookahead <= '>') || - lookahead == '^') ADVANCE(523); + ('%' <= lookahead && lookahead <= ':') || + ('<' <= lookahead && lookahead <= '>') || + lookahead == '^') ADVANCE(477); + if (lookahead == '_' || + ('e' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); END_STATE(); case 207: - if (eof) ADVANCE(220); - if (lookahead == '&') ADVANCE(267); - if (lookahead == ')') ADVANCE(269); - if (lookahead == '-') ADVANCE(522); - if (lookahead == '/') ADVANCE(519); - if (lookahead == ';') ADVANCE(306); - if (lookahead == 'a') ADVANCE(127); - if (lookahead == 'b') ADVANCE(150); - if (lookahead == 'c') ADVANCE(130); - if (lookahead == 'd') ADVANCE(101); - if (lookahead == 'f') ADVANCE(139); - if (lookahead == 'i') ADVANCE(112); - if (lookahead == 'l') ADVANCE(140); - if (lookahead == 'm') ADVANCE(90); - if (lookahead == 'n') ADVANCE(88); - if (lookahead == 'p') ADVANCE(92); - if (lookahead == 'r') ADVANCE(109); - if (lookahead == 's') ADVANCE(169); - if (lookahead == 't') ADVANCE(175); - if (lookahead == 'u') ADVANCE(158); - if (lookahead == 'v') ADVANCE(95); - if (lookahead == 'w') ADVANCE(117); - if (lookahead == '{') ADVANCE(230); - if (lookahead == '|') ADVANCE(271); - if (lookahead == '}') ADVANCE(231); + if (eof) ADVANCE(234); + if (lookahead == '"') ADVANCE(482); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == ')') ADVANCE(291); + if (lookahead == '-') ADVANCE(476); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'a') ADVANCE(373); + if (lookahead == 'b') ADVANCE(365); + if (lookahead == 'c') ADVANCE(410); + if (lookahead == 'd') ADVANCE(382); + if (lookahead == 'i') ADVANCE(412); + if (lookahead == 'l') ADVANCE(389); + if (lookahead == 'n') ADVANCE(364); + if (lookahead == 'p') ADVANCE(366); + if (lookahead == 's') ADVANCE(459); + if (lookahead == 't') ADVANCE(466); + if (lookahead == 'u') ADVANCE(445); + if (lookahead == '|') ADVANCE(293); + if (lookahead == '~') ADVANCE(331); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(207) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); if (lookahead == '!' || - lookahead == '$' || - lookahead == '%' || - ('*' <= lookahead && lookahead <= '.') || - (':' <= lookahead && lookahead <= '?') || - lookahead == '^') ADVANCE(523); + ('%' <= lookahead && lookahead <= ':') || + ('<' <= lookahead && lookahead <= '?') || + lookahead == '^') ADVANCE(477); + if (lookahead == '_' || + ('e' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); END_STATE(); case 208: - if (eof) ADVANCE(220); - if (lookahead == '&') ADVANCE(267); - if (lookahead == ')') ADVANCE(269); - if (lookahead == '.') ADVANCE(318); - if (lookahead == '/') ADVANCE(519); - if (lookahead == ';') ADVANCE(306); - if (lookahead == 'a') ADVANCE(127); - if (lookahead == 'b') ADVANCE(150); - if (lookahead == 'c') ADVANCE(130); - if (lookahead == 'd') ADVANCE(101); - if (lookahead == 'e') ADVANCE(128); - if (lookahead == 'f') ADVANCE(139); - if (lookahead == 'i') ADVANCE(112); - if (lookahead == 'l') ADVANCE(140); - if (lookahead == 'm') ADVANCE(90); - if (lookahead == 'n') ADVANCE(88); - if (lookahead == 'p') ADVANCE(92); - if (lookahead == 'r') ADVANCE(109); - if (lookahead == 's') ADVANCE(169); - if (lookahead == 't') ADVANCE(119); - if (lookahead == 'u') ADVANCE(158); - if (lookahead == 'v') ADVANCE(95); - if (lookahead == 'w') ADVANCE(118); - if (lookahead == '{') ADVANCE(230); - if (lookahead == '}') ADVANCE(231); + if (eof) ADVANCE(234); + if (lookahead == '"') ADVANCE(482); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == ')') ADVANCE(291); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'a') ADVANCE(373); + if (lookahead == 'b') ADVANCE(365); + if (lookahead == 'c') ADVANCE(410); + if (lookahead == 'd') ADVANCE(382); + if (lookahead == 'i') ADVANCE(412); + if (lookahead == 'l') ADVANCE(389); + if (lookahead == 'n') ADVANCE(364); + if (lookahead == 'p') ADVANCE(366); + if (lookahead == 's') ADVANCE(459); + if (lookahead == 't') ADVANCE(466); + if (lookahead == 'u') ADVANCE(445); + if (lookahead == '|') ADVANCE(293); + if (lookahead == '~') ADVANCE(331); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(208) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); if (lookahead == '!' || - lookahead == '$' || - lookahead == '%' || - ('*' <= lookahead && lookahead <= '-') || - (':' <= lookahead && lookahead <= '?') || - lookahead == '^' || - lookahead == '|') ADVANCE(523); + ('%' <= lookahead && lookahead <= ':') || + ('<' <= lookahead && lookahead <= '?') || + lookahead == '^') ADVANCE(477); + if (lookahead == '_' || + ('e' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); END_STATE(); case 209: - if (eof) ADVANCE(220); - if (lookahead == '&') ADVANCE(267); - if (lookahead == ')') ADVANCE(269); - if (lookahead == '.') ADVANCE(318); - if (lookahead == '/') ADVANCE(519); - if (lookahead == ';') ADVANCE(306); - if (lookahead == 'a') ADVANCE(127); - if (lookahead == 'b') ADVANCE(150); - if (lookahead == 'c') ADVANCE(130); - if (lookahead == 'd') ADVANCE(101); - if (lookahead == 'f') ADVANCE(139); - if (lookahead == 'i') ADVANCE(112); - if (lookahead == 'l') ADVANCE(140); - if (lookahead == 'm') ADVANCE(90); - if (lookahead == 'n') ADVANCE(88); - if (lookahead == 'p') ADVANCE(92); - if (lookahead == 'r') ADVANCE(109); - if (lookahead == 's') ADVANCE(169); - if (lookahead == 't') ADVANCE(175); - if (lookahead == 'u') ADVANCE(158); - if (lookahead == 'v') ADVANCE(95); - if (lookahead == 'w') ADVANCE(117); - if (lookahead == '{') ADVANCE(230); - if (lookahead == '|') ADVANCE(271); - if (lookahead == '}') ADVANCE(231); + if (eof) ADVANCE(234); + if (lookahead == '"') ADVANCE(482); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '-') ADVANCE(476); + if (lookahead == '.') ADVANCE(347); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '?') ADVANCE(295); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'a') ADVANCE(373); + if (lookahead == 'b') ADVANCE(365); + if (lookahead == 'c') ADVANCE(410); + if (lookahead == 'd') ADVANCE(382); + if (lookahead == 'i') ADVANCE(412); + if (lookahead == 'l') ADVANCE(389); + if (lookahead == 'n') ADVANCE(364); + if (lookahead == 'p') ADVANCE(366); + if (lookahead == 's') ADVANCE(459); + if (lookahead == 't') ADVANCE(466); + if (lookahead == 'u') ADVANCE(445); + if (lookahead == '|') ADVANCE(293); + if (lookahead == '~') ADVANCE(331); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(209) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); if (lookahead == '!' || - lookahead == '$' || lookahead == '%' || - ('*' <= lookahead && lookahead <= '-') || - (':' <= lookahead && lookahead <= '?') || - lookahead == '^') ADVANCE(523); + lookahead == '&' || + ('*' <= lookahead && lookahead <= ':') || + ('<' <= lookahead && lookahead <= '>') || + lookahead == '^') ADVANCE(477); + if (lookahead == '_' || + ('e' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); END_STATE(); case 210: - if (eof) ADVANCE(220); - if (lookahead == '&') ADVANCE(267); - if (lookahead == ')') ADVANCE(269); - if (lookahead == '/') ADVANCE(519); - if (lookahead == ';') ADVANCE(306); - if (lookahead == 'a') ADVANCE(127); - if (lookahead == 'b') ADVANCE(150); - if (lookahead == 'c') ADVANCE(130); - if (lookahead == 'd') ADVANCE(101); - if (lookahead == 'e') ADVANCE(128); - if (lookahead == 'f') ADVANCE(139); - if (lookahead == 'i') ADVANCE(112); - if (lookahead == 'l') ADVANCE(140); - if (lookahead == 'm') ADVANCE(90); - if (lookahead == 'n') ADVANCE(88); - if (lookahead == 'p') ADVANCE(92); - if (lookahead == 'r') ADVANCE(109); - if (lookahead == 's') ADVANCE(169); - if (lookahead == 't') ADVANCE(119); - if (lookahead == 'u') ADVANCE(158); - if (lookahead == 'v') ADVANCE(95); - if (lookahead == 'w') ADVANCE(118); - if (lookahead == '{') ADVANCE(230); - if (lookahead == '}') ADVANCE(231); + if (eof) ADVANCE(234); + if (lookahead == '"') ADVANCE(482); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '-') ADVANCE(476); + if (lookahead == '.') ADVANCE(347); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'a') ADVANCE(373); + if (lookahead == 'b') ADVANCE(365); + if (lookahead == 'c') ADVANCE(410); + if (lookahead == 'd') ADVANCE(382); + if (lookahead == 'i') ADVANCE(412); + if (lookahead == 'l') ADVANCE(389); + if (lookahead == 'n') ADVANCE(364); + if (lookahead == 'p') ADVANCE(366); + if (lookahead == 's') ADVANCE(459); + if (lookahead == 't') ADVANCE(466); + if (lookahead == 'u') ADVANCE(445); + if (lookahead == '|') ADVANCE(293); + if (lookahead == '~') ADVANCE(331); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(210) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); if (lookahead == '!' || - lookahead == '$' || lookahead == '%' || - ('*' <= lookahead && lookahead <= '.') || - (':' <= lookahead && lookahead <= '?') || - lookahead == '^' || - lookahead == '|') ADVANCE(523); + lookahead == '&' || + ('*' <= lookahead && lookahead <= ':') || + ('<' <= lookahead && lookahead <= '?') || + lookahead == '^') ADVANCE(477); + if (lookahead == '_' || + ('e' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); END_STATE(); case 211: - if (eof) ADVANCE(220); - if (lookahead == '&') ADVANCE(267); - if (lookahead == ')') ADVANCE(269); - if (lookahead == '/') ADVANCE(519); - if (lookahead == ';') ADVANCE(306); - if (lookahead == 'a') ADVANCE(127); - if (lookahead == 'b') ADVANCE(150); - if (lookahead == 'c') ADVANCE(130); - if (lookahead == 'd') ADVANCE(101); - if (lookahead == 'f') ADVANCE(139); - if (lookahead == 'i') ADVANCE(112); - if (lookahead == 'l') ADVANCE(140); - if (lookahead == 'm') ADVANCE(90); - if (lookahead == 'n') ADVANCE(88); - if (lookahead == 'p') ADVANCE(92); - if (lookahead == 'r') ADVANCE(109); - if (lookahead == 's') ADVANCE(169); - if (lookahead == 't') ADVANCE(175); - if (lookahead == 'u') ADVANCE(158); - if (lookahead == 'v') ADVANCE(95); - if (lookahead == 'w') ADVANCE(117); - if (lookahead == '{') ADVANCE(230); - if (lookahead == '|') ADVANCE(271); - if (lookahead == '}') ADVANCE(231); + if (eof) ADVANCE(234); + if (lookahead == '"') ADVANCE(482); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '.') ADVANCE(347); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'a') ADVANCE(373); + if (lookahead == 'b') ADVANCE(365); + if (lookahead == 'c') ADVANCE(410); + if (lookahead == 'd') ADVANCE(382); + if (lookahead == 'e') ADVANCE(408); + if (lookahead == 'i') ADVANCE(412); + if (lookahead == 'l') ADVANCE(389); + if (lookahead == 'n') ADVANCE(364); + if (lookahead == 'p') ADVANCE(366); + if (lookahead == 's') ADVANCE(459); + if (lookahead == 't') ADVANCE(466); + if (lookahead == 'u') ADVANCE(445); + if (lookahead == '~') ADVANCE(331); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(211) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); if (lookahead == '!' || - lookahead == '$' || lookahead == '%' || - ('*' <= lookahead && lookahead <= '.') || - (':' <= lookahead && lookahead <= '?') || - lookahead == '^') ADVANCE(523); + lookahead == '&' || + ('*' <= lookahead && lookahead <= ':') || + ('<' <= lookahead && lookahead <= '?') || + lookahead == '^' || + lookahead == '|') ADVANCE(477); + if (lookahead == '_' || + ('f' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); END_STATE(); case 212: - if (eof) ADVANCE(220); - if (lookahead == ')') ADVANCE(269); - if (lookahead == '-') ADVANCE(522); - if (lookahead == '.') ADVANCE(318); - if (lookahead == '/') ADVANCE(519); - if (lookahead == ';') ADVANCE(306); - if (lookahead == '?') ADVANCE(273); - if (lookahead == 'a') ADVANCE(127); - if (lookahead == 'b') ADVANCE(150); - if (lookahead == 'c') ADVANCE(130); - if (lookahead == 'd') ADVANCE(101); - if (lookahead == 'f') ADVANCE(139); - if (lookahead == 'i') ADVANCE(112); - if (lookahead == 'l') ADVANCE(140); - if (lookahead == 'm') ADVANCE(90); - if (lookahead == 'n') ADVANCE(88); - if (lookahead == 'p') ADVANCE(92); - if (lookahead == 'r') ADVANCE(109); - if (lookahead == 's') ADVANCE(169); - if (lookahead == 't') ADVANCE(175); - if (lookahead == 'u') ADVANCE(158); - if (lookahead == 'v') ADVANCE(95); - if (lookahead == 'w') ADVANCE(117); - if (lookahead == '{') ADVANCE(230); - if (lookahead == '|') ADVANCE(271); - if (lookahead == '}') ADVANCE(231); + if (eof) ADVANCE(234); + if (lookahead == '"') ADVANCE(482); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '.') ADVANCE(347); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'a') ADVANCE(373); + if (lookahead == 'b') ADVANCE(365); + if (lookahead == 'c') ADVANCE(410); + if (lookahead == 'd') ADVANCE(382); + if (lookahead == 'i') ADVANCE(412); + if (lookahead == 'l') ADVANCE(389); + if (lookahead == 'n') ADVANCE(364); + if (lookahead == 'p') ADVANCE(366); + if (lookahead == 's') ADVANCE(459); + if (lookahead == 't') ADVANCE(466); + if (lookahead == 'u') ADVANCE(445); + if (lookahead == '|') ADVANCE(293); + if (lookahead == '~') ADVANCE(331); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(212) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '&') || - ('*' <= lookahead && lookahead <= ',') || - (':' <= lookahead && lookahead <= '>') || - lookahead == '^') ADVANCE(523); + lookahead == '%' || + lookahead == '&' || + ('*' <= lookahead && lookahead <= ':') || + ('<' <= lookahead && lookahead <= '?') || + lookahead == '^') ADVANCE(477); + if (lookahead == '_' || + ('e' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); END_STATE(); case 213: - if (eof) ADVANCE(220); - if (lookahead == ')') ADVANCE(269); - if (lookahead == '-') ADVANCE(522); - if (lookahead == '.') ADVANCE(318); - if (lookahead == '/') ADVANCE(519); - if (lookahead == ';') ADVANCE(306); - if (lookahead == 'a') ADVANCE(127); - if (lookahead == 'b') ADVANCE(150); - if (lookahead == 'c') ADVANCE(130); - if (lookahead == 'd') ADVANCE(101); - if (lookahead == 'f') ADVANCE(139); - if (lookahead == 'i') ADVANCE(112); - if (lookahead == 'l') ADVANCE(140); - if (lookahead == 'm') ADVANCE(90); - if (lookahead == 'n') ADVANCE(88); - if (lookahead == 'p') ADVANCE(92); - if (lookahead == 'r') ADVANCE(109); - if (lookahead == 's') ADVANCE(169); - if (lookahead == 't') ADVANCE(175); - if (lookahead == 'u') ADVANCE(158); - if (lookahead == 'v') ADVANCE(95); - if (lookahead == 'w') ADVANCE(117); - if (lookahead == '{') ADVANCE(230); - if (lookahead == '|') ADVANCE(271); - if (lookahead == '}') ADVANCE(231); + if (eof) ADVANCE(234); + if (lookahead == '"') ADVANCE(482); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '.') ADVANCE(347); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'a') ADVANCE(373); + if (lookahead == 'b') ADVANCE(365); + if (lookahead == 'c') ADVANCE(410); + if (lookahead == 'd') ADVANCE(382); + if (lookahead == 'i') ADVANCE(412); + if (lookahead == 'l') ADVANCE(389); + if (lookahead == 'n') ADVANCE(364); + if (lookahead == 'p') ADVANCE(366); + if (lookahead == 's') ADVANCE(459); + if (lookahead == 't') ADVANCE(466); + if (lookahead == 'u') ADVANCE(445); + if (lookahead == '~') ADVANCE(331); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(213) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '&') || - ('*' <= lookahead && lookahead <= ',') || - (':' <= lookahead && lookahead <= '?') || - lookahead == '^') ADVANCE(523); + lookahead == '%' || + lookahead == '&' || + ('*' <= lookahead && lookahead <= ':') || + ('<' <= lookahead && lookahead <= '?') || + lookahead == '^' || + lookahead == '|') ADVANCE(477); + if (lookahead == '_' || + ('e' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); END_STATE(); case 214: - if (eof) ADVANCE(220); - if (lookahead == ')') ADVANCE(269); - if (lookahead == '-') ADVANCE(522); - if (lookahead == '/') ADVANCE(519); - if (lookahead == ';') ADVANCE(306); - if (lookahead == '?') ADVANCE(273); - if (lookahead == 'a') ADVANCE(127); - if (lookahead == 'b') ADVANCE(150); - if (lookahead == 'c') ADVANCE(130); - if (lookahead == 'd') ADVANCE(101); - if (lookahead == 'f') ADVANCE(139); - if (lookahead == 'i') ADVANCE(112); - if (lookahead == 'l') ADVANCE(140); - if (lookahead == 'm') ADVANCE(90); - if (lookahead == 'n') ADVANCE(88); - if (lookahead == 'p') ADVANCE(92); - if (lookahead == 'r') ADVANCE(109); - if (lookahead == 's') ADVANCE(169); - if (lookahead == 't') ADVANCE(175); - if (lookahead == 'u') ADVANCE(158); - if (lookahead == 'v') ADVANCE(95); - if (lookahead == 'w') ADVANCE(117); - if (lookahead == '{') ADVANCE(230); - if (lookahead == '|') ADVANCE(271); - if (lookahead == '}') ADVANCE(231); + if (eof) ADVANCE(234); + if (lookahead == '"') ADVANCE(482); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'a') ADVANCE(373); + if (lookahead == 'b') ADVANCE(365); + if (lookahead == 'c') ADVANCE(410); + if (lookahead == 'd') ADVANCE(382); + if (lookahead == 'e') ADVANCE(408); + if (lookahead == 'i') ADVANCE(412); + if (lookahead == 'l') ADVANCE(389); + if (lookahead == 'n') ADVANCE(364); + if (lookahead == 'p') ADVANCE(366); + if (lookahead == 's') ADVANCE(459); + if (lookahead == 't') ADVANCE(466); + if (lookahead == 'u') ADVANCE(445); + if (lookahead == '~') ADVANCE(331); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(214) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '&') || - ('*' <= lookahead && lookahead <= '.') || - (':' <= lookahead && lookahead <= '>') || - lookahead == '^') ADVANCE(523); + lookahead == '%' || + lookahead == '&' || + ('*' <= lookahead && lookahead <= ':') || + ('<' <= lookahead && lookahead <= '?') || + lookahead == '^' || + lookahead == '|') ADVANCE(477); + if (lookahead == '_' || + ('f' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); END_STATE(); case 215: - if (eof) ADVANCE(220); - if (lookahead == ')') ADVANCE(269); - if (lookahead == '-') ADVANCE(522); - if (lookahead == '/') ADVANCE(519); - if (lookahead == ';') ADVANCE(306); - if (lookahead == 'a') ADVANCE(127); - if (lookahead == 'b') ADVANCE(150); - if (lookahead == 'c') ADVANCE(130); - if (lookahead == 'd') ADVANCE(101); - if (lookahead == 'f') ADVANCE(139); - if (lookahead == 'i') ADVANCE(112); - if (lookahead == 'l') ADVANCE(140); - if (lookahead == 'm') ADVANCE(90); - if (lookahead == 'n') ADVANCE(88); - if (lookahead == 'p') ADVANCE(92); - if (lookahead == 'r') ADVANCE(109); - if (lookahead == 's') ADVANCE(169); - if (lookahead == 't') ADVANCE(175); - if (lookahead == 'u') ADVANCE(158); - if (lookahead == 'v') ADVANCE(95); - if (lookahead == 'w') ADVANCE(117); - if (lookahead == '{') ADVANCE(230); - if (lookahead == '|') ADVANCE(271); - if (lookahead == '}') ADVANCE(231); + if (eof) ADVANCE(234); + if (lookahead == '"') ADVANCE(482); + if (lookahead == '\'') ADVANCE(490); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '/') ADVANCE(473); + if (lookahead == '@') ADVANCE(332); + if (lookahead == 'a') ADVANCE(373); + if (lookahead == 'b') ADVANCE(365); + if (lookahead == 'c') ADVANCE(410); + if (lookahead == 'd') ADVANCE(382); + if (lookahead == 'i') ADVANCE(412); + if (lookahead == 'l') ADVANCE(389); + if (lookahead == 'n') ADVANCE(364); + if (lookahead == 'p') ADVANCE(366); + if (lookahead == 's') ADVANCE(459); + if (lookahead == 't') ADVANCE(466); + if (lookahead == 'u') ADVANCE(445); + if (lookahead == '~') ADVANCE(331); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(215) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '&') || - ('*' <= lookahead && lookahead <= '.') || - (':' <= lookahead && lookahead <= '?') || - lookahead == '^') ADVANCE(523); + lookahead == '%' || + lookahead == '&' || + ('*' <= lookahead && lookahead <= ':') || + ('<' <= lookahead && lookahead <= '?') || + lookahead == '^' || + lookahead == '|') ADVANCE(477); + if (lookahead == '_' || + ('e' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); END_STATE(); case 216: - if (eof) ADVANCE(220); - if (lookahead == ')') ADVANCE(269); - if (lookahead == '.') ADVANCE(318); - if (lookahead == '/') ADVANCE(519); - if (lookahead == ';') ADVANCE(306); - if (lookahead == 'a') ADVANCE(127); - if (lookahead == 'b') ADVANCE(150); - if (lookahead == 'c') ADVANCE(130); - if (lookahead == 'd') ADVANCE(101); - if (lookahead == 'e') ADVANCE(128); - if (lookahead == 'f') ADVANCE(139); - if (lookahead == 'i') ADVANCE(112); - if (lookahead == 'l') ADVANCE(140); - if (lookahead == 'm') ADVANCE(90); - if (lookahead == 'n') ADVANCE(88); - if (lookahead == 'p') ADVANCE(92); - if (lookahead == 'r') ADVANCE(109); - if (lookahead == 's') ADVANCE(169); - if (lookahead == 't') ADVANCE(119); - if (lookahead == 'u') ADVANCE(158); - if (lookahead == 'v') ADVANCE(95); - if (lookahead == 'w') ADVANCE(118); - if (lookahead == '{') ADVANCE(230); - if (lookahead == '}') ADVANCE(231); + if (eof) ADVANCE(234); + if (lookahead == '#') ADVANCE(191); + if (lookahead == '&') ADVANCE(288); + if (lookahead == '\'') ADVANCE(192); + if (lookahead == '(') ADVANCE(290); + if (lookahead == ')') ADVANCE(291); + if (lookahead == '-') ADVANCE(90); + if (lookahead == '.') ADVANCE(346); + if (lookahead == '/') ADVANCE(84); + if (lookahead == ':') ADVANCE(244); + if (lookahead == ';') ADVANCE(330); + if (lookahead == '<') ADVANCE(86); + if (lookahead == '=') ADVANCE(253); + if (lookahead == '?') ADVANCE(294); + if (lookahead == '@') ADVANCE(332); + if (lookahead == ']') ADVANCE(339); + if (lookahead == '_') ADVANCE(348); + if (lookahead == 'a') ADVANCE(102); + if (lookahead == 'b') ADVANCE(95); + if (lookahead == 'c') ADVANCE(139); + if (lookahead == 'd') ADVANCE(109); + if (lookahead == 'e') ADVANCE(137); + if (lookahead == 'f') ADVANCE(148); + if (lookahead == 'i') ADVANCE(122); + if (lookahead == 'l') ADVANCE(116); + if (lookahead == 'm') ADVANCE(94); + if (lookahead == 'n') ADVANCE(91); + if (lookahead == 'p') ADVANCE(93); + if (lookahead == 'r') ADVANCE(118); + if (lookahead == 's') ADVANCE(181); + if (lookahead == 't') ADVANCE(128); + if (lookahead == 'u') ADVANCE(167); + if (lookahead == 'v') ADVANCE(97); + if (lookahead == 'w') ADVANCE(127); + if (lookahead == '{') ADVANCE(245); + if (lookahead == '|') ADVANCE(292); + if (lookahead == '}') ADVANCE(246); + if (lookahead == '~') ADVANCE(331); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(216) - if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '&') || - ('*' <= lookahead && lookahead <= '-') || - (':' <= lookahead && lookahead <= '?') || - lookahead == '^' || - lookahead == '|') ADVANCE(523); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(481); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); END_STATE(); case 217: - if (eof) ADVANCE(220); - if (lookahead == ')') ADVANCE(269); - if (lookahead == '.') ADVANCE(318); - if (lookahead == '/') ADVANCE(519); - if (lookahead == ';') ADVANCE(306); - if (lookahead == 'a') ADVANCE(127); - if (lookahead == 'b') ADVANCE(150); - if (lookahead == 'c') ADVANCE(130); - if (lookahead == 'd') ADVANCE(101); - if (lookahead == 'f') ADVANCE(139); - if (lookahead == 'i') ADVANCE(112); - if (lookahead == 'l') ADVANCE(140); - if (lookahead == 'm') ADVANCE(90); - if (lookahead == 'n') ADVANCE(88); - if (lookahead == 'p') ADVANCE(92); - if (lookahead == 'r') ADVANCE(109); - if (lookahead == 's') ADVANCE(169); - if (lookahead == 't') ADVANCE(175); - if (lookahead == 'u') ADVANCE(158); - if (lookahead == 'v') ADVANCE(95); - if (lookahead == 'w') ADVANCE(117); - if (lookahead == '{') ADVANCE(230); - if (lookahead == '|') ADVANCE(271); - if (lookahead == '}') ADVANCE(231); + if (eof) ADVANCE(234); + if (lookahead == '#') ADVANCE(191); + if (lookahead == '\'') ADVANCE(192); + if (lookahead == '(') ADVANCE(290); + if (lookahead == '/') ADVANCE(84); + if (lookahead == ':') ADVANCE(244); + if (lookahead == '=') ADVANCE(253); + if (lookahead == 'a') ADVANCE(373); + if (lookahead == 'b') ADVANCE(365); + if (lookahead == 'c') ADVANCE(410); + if (lookahead == 'd') ADVANCE(382); + if (lookahead == 'i') ADVANCE(412); + if (lookahead == 'l') ADVANCE(389); + if (lookahead == 'n') ADVANCE(364); + if (lookahead == 'p') ADVANCE(366); + if (lookahead == 's') ADVANCE(459); + if (lookahead == 't') ADVANCE(466); + if (lookahead == 'u') ADVANCE(445); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(217) - if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '&') || - ('*' <= lookahead && lookahead <= '-') || - (':' <= lookahead && lookahead <= '?') || - lookahead == '^') ADVANCE(523); + if (lookahead == '_' || + ('e' <= lookahead && lookahead <= 'z')) ADVANCE(468); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); END_STATE(); case 218: - if (eof) ADVANCE(220); - if (lookahead == ')') ADVANCE(269); - if (lookahead == '/') ADVANCE(519); - if (lookahead == ';') ADVANCE(306); - if (lookahead == 'a') ADVANCE(127); - if (lookahead == 'b') ADVANCE(150); - if (lookahead == 'c') ADVANCE(130); - if (lookahead == 'd') ADVANCE(101); - if (lookahead == 'e') ADVANCE(128); - if (lookahead == 'f') ADVANCE(139); - if (lookahead == 'i') ADVANCE(112); - if (lookahead == 'l') ADVANCE(140); - if (lookahead == 'm') ADVANCE(90); - if (lookahead == 'n') ADVANCE(88); - if (lookahead == 'p') ADVANCE(92); - if (lookahead == 'r') ADVANCE(109); - if (lookahead == 's') ADVANCE(169); - if (lookahead == 't') ADVANCE(119); - if (lookahead == 'u') ADVANCE(158); - if (lookahead == 'v') ADVANCE(95); - if (lookahead == 'w') ADVANCE(118); - if (lookahead == '{') ADVANCE(230); - if (lookahead == '}') ADVANCE(231); + if (eof) ADVANCE(234); + if (lookahead == '&') ADVANCE(289); + if (lookahead == '\'') ADVANCE(192); + if (lookahead == '(') ADVANCE(290); + if (lookahead == ')') ADVANCE(291); + if (lookahead == '.') ADVANCE(347); + if (lookahead == '/') ADVANCE(473); + if (lookahead == ';') ADVANCE(330); + if (lookahead == 'a') ADVANCE(102); + if (lookahead == 'b') ADVANCE(95); + if (lookahead == 'c') ADVANCE(139); + if (lookahead == 'd') ADVANCE(109); + if (lookahead == 'f') ADVANCE(148); + if (lookahead == 'i') ADVANCE(121); + if (lookahead == 'l') ADVANCE(116); + if (lookahead == 'm') ADVANCE(94); + if (lookahead == 'n') ADVANCE(91); + if (lookahead == 'p') ADVANCE(93); + if (lookahead == 'r') ADVANCE(118); + if (lookahead == 's') ADVANCE(181); + if (lookahead == 't') ADVANCE(188); + if (lookahead == 'u') ADVANCE(167); + if (lookahead == 'v') ADVANCE(97); + if (lookahead == 'w') ADVANCE(126); + if (lookahead == '{') ADVANCE(245); + if (lookahead == '|') ADVANCE(293); + if (lookahead == '}') ADVANCE(246); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(218) if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '&') || - ('*' <= lookahead && lookahead <= '.') || + ('%' <= lookahead && lookahead <= '-') || (':' <= lookahead && lookahead <= '?') || - lookahead == '^' || - lookahead == '|') ADVANCE(523); + lookahead == '^') ADVANCE(477); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(470); END_STATE(); case 219: - if (eof) ADVANCE(220); - if (lookahead == ')') ADVANCE(269); - if (lookahead == '/') ADVANCE(519); - if (lookahead == ';') ADVANCE(306); - if (lookahead == 'a') ADVANCE(127); - if (lookahead == 'b') ADVANCE(150); - if (lookahead == 'c') ADVANCE(130); - if (lookahead == 'd') ADVANCE(101); - if (lookahead == 'f') ADVANCE(139); - if (lookahead == 'i') ADVANCE(112); - if (lookahead == 'l') ADVANCE(140); - if (lookahead == 'm') ADVANCE(90); - if (lookahead == 'n') ADVANCE(88); - if (lookahead == 'p') ADVANCE(92); - if (lookahead == 'r') ADVANCE(109); - if (lookahead == 's') ADVANCE(169); - if (lookahead == 't') ADVANCE(175); - if (lookahead == 'u') ADVANCE(158); - if (lookahead == 'v') ADVANCE(95); - if (lookahead == 'w') ADVANCE(117); - if (lookahead == '{') ADVANCE(230); - if (lookahead == '|') ADVANCE(271); - if (lookahead == '}') ADVANCE(231); + if (eof) ADVANCE(234); + if (lookahead == '&') ADVANCE(289); + if (lookahead == ')') ADVANCE(291); + if (lookahead == '-') ADVANCE(476); + if (lookahead == '.') ADVANCE(347); + if (lookahead == '/') ADVANCE(473); + if (lookahead == ';') ADVANCE(330); + if (lookahead == '?') ADVANCE(295); + if (lookahead == 'a') ADVANCE(102); + if (lookahead == 'b') ADVANCE(95); + if (lookahead == 'c') ADVANCE(139); + if (lookahead == 'd') ADVANCE(109); + if (lookahead == 'f') ADVANCE(148); + if (lookahead == 'i') ADVANCE(121); + if (lookahead == 'l') ADVANCE(116); + if (lookahead == 'm') ADVANCE(94); + if (lookahead == 'n') ADVANCE(91); + if (lookahead == 'p') ADVANCE(93); + if (lookahead == 'r') ADVANCE(118); + if (lookahead == 's') ADVANCE(181); + if (lookahead == 't') ADVANCE(188); + if (lookahead == 'u') ADVANCE(167); + if (lookahead == 'v') ADVANCE(97); + if (lookahead == 'w') ADVANCE(126); + if (lookahead == '{') ADVANCE(245); + if (lookahead == '|') ADVANCE(293); + if (lookahead == '}') ADVANCE(246); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(219) if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '&') || - ('*' <= lookahead && lookahead <= '.') || - (':' <= lookahead && lookahead <= '?') || - lookahead == '^') ADVANCE(523); + lookahead == '%' || + ('*' <= lookahead && lookahead <= ',') || + (':' <= lookahead && lookahead <= '>') || + lookahead == '^') ADVANCE(477); END_STATE(); case 220: - ACCEPT_TOKEN(ts_builtin_sym_end); + if (eof) ADVANCE(234); + if (lookahead == '&') ADVANCE(289); + if (lookahead == ')') ADVANCE(291); + if (lookahead == '-') ADVANCE(476); + if (lookahead == '.') ADVANCE(347); + if (lookahead == '/') ADVANCE(473); + if (lookahead == ';') ADVANCE(330); + if (lookahead == 'a') ADVANCE(102); + if (lookahead == 'b') ADVANCE(95); + if (lookahead == 'c') ADVANCE(139); + if (lookahead == 'd') ADVANCE(109); + if (lookahead == 'f') ADVANCE(148); + if (lookahead == 'i') ADVANCE(121); + if (lookahead == 'l') ADVANCE(116); + if (lookahead == 'm') ADVANCE(94); + if (lookahead == 'n') ADVANCE(91); + if (lookahead == 'p') ADVANCE(93); + if (lookahead == 'r') ADVANCE(118); + if (lookahead == 's') ADVANCE(181); + if (lookahead == 't') ADVANCE(188); + if (lookahead == 'u') ADVANCE(167); + if (lookahead == 'v') ADVANCE(97); + if (lookahead == 'w') ADVANCE(126); + if (lookahead == '{') ADVANCE(245); + if (lookahead == '|') ADVANCE(293); + if (lookahead == '}') ADVANCE(246); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(220) + if (lookahead == '!' || + lookahead == '%' || + ('*' <= lookahead && lookahead <= ',') || + (':' <= lookahead && lookahead <= '?') || + lookahead == '^') ADVANCE(477); END_STATE(); case 221: - ACCEPT_TOKEN(anon_sym_namespace); + if (eof) ADVANCE(234); + if (lookahead == '&') ADVANCE(289); + if (lookahead == ')') ADVANCE(291); + if (lookahead == '-') ADVANCE(476); + if (lookahead == '/') ADVANCE(473); + if (lookahead == ';') ADVANCE(330); + if (lookahead == '?') ADVANCE(295); + if (lookahead == 'a') ADVANCE(102); + if (lookahead == 'b') ADVANCE(95); + if (lookahead == 'c') ADVANCE(139); + if (lookahead == 'd') ADVANCE(109); + if (lookahead == 'f') ADVANCE(148); + if (lookahead == 'i') ADVANCE(121); + if (lookahead == 'l') ADVANCE(116); + if (lookahead == 'm') ADVANCE(94); + if (lookahead == 'n') ADVANCE(91); + if (lookahead == 'p') ADVANCE(93); + if (lookahead == 'r') ADVANCE(118); + if (lookahead == 's') ADVANCE(181); + if (lookahead == 't') ADVANCE(188); + if (lookahead == 'u') ADVANCE(167); + if (lookahead == 'v') ADVANCE(97); + if (lookahead == 'w') ADVANCE(126); + if (lookahead == '{') ADVANCE(245); + if (lookahead == '|') ADVANCE(293); + if (lookahead == '}') ADVANCE(246); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(221) + if (lookahead == '!' || + lookahead == '%' || + ('*' <= lookahead && lookahead <= '.') || + (':' <= lookahead && lookahead <= '>') || + lookahead == '^') ADVANCE(477); END_STATE(); case 222: - ACCEPT_TOKEN(anon_sym_namespace); - if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); + if (eof) ADVANCE(234); + if (lookahead == '&') ADVANCE(289); + if (lookahead == ')') ADVANCE(291); + if (lookahead == '-') ADVANCE(476); + if (lookahead == '/') ADVANCE(473); + if (lookahead == ';') ADVANCE(330); + if (lookahead == 'a') ADVANCE(102); + if (lookahead == 'b') ADVANCE(95); + if (lookahead == 'c') ADVANCE(139); + if (lookahead == 'd') ADVANCE(109); + if (lookahead == 'f') ADVANCE(148); + if (lookahead == 'i') ADVANCE(121); + if (lookahead == 'l') ADVANCE(116); + if (lookahead == 'm') ADVANCE(94); + if (lookahead == 'n') ADVANCE(91); + if (lookahead == 'p') ADVANCE(93); + if (lookahead == 'r') ADVANCE(118); + if (lookahead == 's') ADVANCE(181); + if (lookahead == 't') ADVANCE(188); + if (lookahead == 'u') ADVANCE(167); + if (lookahead == 'v') ADVANCE(97); + if (lookahead == 'w') ADVANCE(126); + if (lookahead == '{') ADVANCE(245); + if (lookahead == '|') ADVANCE(293); + if (lookahead == '}') ADVANCE(246); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(222) + if (lookahead == '!' || + lookahead == '%' || + ('*' <= lookahead && lookahead <= '.') || + (':' <= lookahead && lookahead <= '?') || + lookahead == '^') ADVANCE(477); END_STATE(); case 223: + if (eof) ADVANCE(234); + if (lookahead == '&') ADVANCE(289); + if (lookahead == ')') ADVANCE(291); + if (lookahead == '.') ADVANCE(347); + if (lookahead == '/') ADVANCE(473); + if (lookahead == ';') ADVANCE(330); + if (lookahead == ']') ADVANCE(339); + if (lookahead == 'a') ADVANCE(102); + if (lookahead == 'b') ADVANCE(95); + if (lookahead == 'c') ADVANCE(139); + if (lookahead == 'd') ADVANCE(109); + if (lookahead == 'e') ADVANCE(137); + if (lookahead == 'f') ADVANCE(148); + if (lookahead == 'i') ADVANCE(121); + if (lookahead == 'l') ADVANCE(116); + if (lookahead == 'm') ADVANCE(94); + if (lookahead == 'n') ADVANCE(91); + if (lookahead == 'p') ADVANCE(93); + if (lookahead == 'r') ADVANCE(118); + if (lookahead == 's') ADVANCE(181); + if (lookahead == 't') ADVANCE(128); + if (lookahead == 'u') ADVANCE(167); + if (lookahead == 'v') ADVANCE(97); + if (lookahead == 'w') ADVANCE(127); + if (lookahead == '{') ADVANCE(245); + if (lookahead == '}') ADVANCE(246); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(223) + if (lookahead == '!' || + lookahead == '%' || + ('*' <= lookahead && lookahead <= '-') || + (':' <= lookahead && lookahead <= '?') || + lookahead == '^' || + lookahead == '|') ADVANCE(477); + END_STATE(); + case 224: + if (eof) ADVANCE(234); + if (lookahead == '&') ADVANCE(289); + if (lookahead == ')') ADVANCE(291); + if (lookahead == '/') ADVANCE(473); + if (lookahead == ';') ADVANCE(330); + if (lookahead == ']') ADVANCE(339); + if (lookahead == 'a') ADVANCE(102); + if (lookahead == 'b') ADVANCE(95); + if (lookahead == 'c') ADVANCE(139); + if (lookahead == 'd') ADVANCE(109); + if (lookahead == 'e') ADVANCE(137); + if (lookahead == 'f') ADVANCE(148); + if (lookahead == 'i') ADVANCE(121); + if (lookahead == 'l') ADVANCE(116); + if (lookahead == 'm') ADVANCE(94); + if (lookahead == 'n') ADVANCE(91); + if (lookahead == 'p') ADVANCE(93); + if (lookahead == 'r') ADVANCE(118); + if (lookahead == 's') ADVANCE(181); + if (lookahead == 't') ADVANCE(128); + if (lookahead == 'u') ADVANCE(167); + if (lookahead == 'v') ADVANCE(97); + if (lookahead == 'w') ADVANCE(127); + if (lookahead == '{') ADVANCE(245); + if (lookahead == '}') ADVANCE(246); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(224) + if (lookahead == '!' || + lookahead == '%' || + ('*' <= lookahead && lookahead <= '.') || + (':' <= lookahead && lookahead <= '?') || + lookahead == '^' || + lookahead == '|') ADVANCE(477); + END_STATE(); + case 225: + if (eof) ADVANCE(234); + if (lookahead == '&') ADVANCE(289); + if (lookahead == ')') ADVANCE(291); + if (lookahead == '/') ADVANCE(473); + if (lookahead == ';') ADVANCE(330); + if (lookahead == 'a') ADVANCE(102); + if (lookahead == 'b') ADVANCE(95); + if (lookahead == 'c') ADVANCE(139); + if (lookahead == 'd') ADVANCE(109); + if (lookahead == 'f') ADVANCE(148); + if (lookahead == 'i') ADVANCE(121); + if (lookahead == 'l') ADVANCE(116); + if (lookahead == 'm') ADVANCE(94); + if (lookahead == 'n') ADVANCE(91); + if (lookahead == 'p') ADVANCE(93); + if (lookahead == 'r') ADVANCE(118); + if (lookahead == 's') ADVANCE(181); + if (lookahead == 't') ADVANCE(188); + if (lookahead == 'u') ADVANCE(167); + if (lookahead == 'v') ADVANCE(97); + if (lookahead == 'w') ADVANCE(126); + if (lookahead == '{') ADVANCE(245); + if (lookahead == '|') ADVANCE(293); + if (lookahead == '}') ADVANCE(246); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(225) + if (lookahead == '!' || + lookahead == '%' || + ('*' <= lookahead && lookahead <= '.') || + (':' <= lookahead && lookahead <= '?') || + lookahead == '^') ADVANCE(477); + END_STATE(); + case 226: + if (eof) ADVANCE(234); + if (lookahead == ')') ADVANCE(291); + if (lookahead == '-') ADVANCE(476); + if (lookahead == '.') ADVANCE(347); + if (lookahead == '/') ADVANCE(473); + if (lookahead == ';') ADVANCE(330); + if (lookahead == '?') ADVANCE(295); + if (lookahead == 'a') ADVANCE(102); + if (lookahead == 'b') ADVANCE(95); + if (lookahead == 'c') ADVANCE(139); + if (lookahead == 'd') ADVANCE(109); + if (lookahead == 'f') ADVANCE(148); + if (lookahead == 'i') ADVANCE(121); + if (lookahead == 'l') ADVANCE(116); + if (lookahead == 'm') ADVANCE(94); + if (lookahead == 'n') ADVANCE(91); + if (lookahead == 'p') ADVANCE(93); + if (lookahead == 'r') ADVANCE(118); + if (lookahead == 's') ADVANCE(181); + if (lookahead == 't') ADVANCE(188); + if (lookahead == 'u') ADVANCE(167); + if (lookahead == 'v') ADVANCE(97); + if (lookahead == 'w') ADVANCE(126); + if (lookahead == '{') ADVANCE(245); + if (lookahead == '|') ADVANCE(293); + if (lookahead == '}') ADVANCE(246); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(226) + if (lookahead == '!' || + lookahead == '%' || + lookahead == '&' || + ('*' <= lookahead && lookahead <= ',') || + (':' <= lookahead && lookahead <= '>') || + lookahead == '^') ADVANCE(477); + END_STATE(); + case 227: + if (eof) ADVANCE(234); + if (lookahead == ')') ADVANCE(291); + if (lookahead == '-') ADVANCE(476); + if (lookahead == '.') ADVANCE(347); + if (lookahead == '/') ADVANCE(473); + if (lookahead == ';') ADVANCE(330); + if (lookahead == 'a') ADVANCE(102); + if (lookahead == 'b') ADVANCE(95); + if (lookahead == 'c') ADVANCE(139); + if (lookahead == 'd') ADVANCE(109); + if (lookahead == 'f') ADVANCE(148); + if (lookahead == 'i') ADVANCE(121); + if (lookahead == 'l') ADVANCE(116); + if (lookahead == 'm') ADVANCE(94); + if (lookahead == 'n') ADVANCE(91); + if (lookahead == 'p') ADVANCE(93); + if (lookahead == 'r') ADVANCE(118); + if (lookahead == 's') ADVANCE(181); + if (lookahead == 't') ADVANCE(188); + if (lookahead == 'u') ADVANCE(167); + if (lookahead == 'v') ADVANCE(97); + if (lookahead == 'w') ADVANCE(126); + if (lookahead == '{') ADVANCE(245); + if (lookahead == '|') ADVANCE(293); + if (lookahead == '}') ADVANCE(246); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(227) + if (lookahead == '!' || + lookahead == '%' || + lookahead == '&' || + ('*' <= lookahead && lookahead <= ',') || + (':' <= lookahead && lookahead <= '?') || + lookahead == '^') ADVANCE(477); + END_STATE(); + case 228: + if (eof) ADVANCE(234); + if (lookahead == ')') ADVANCE(291); + if (lookahead == '-') ADVANCE(476); + if (lookahead == '/') ADVANCE(473); + if (lookahead == ';') ADVANCE(330); + if (lookahead == '?') ADVANCE(295); + if (lookahead == 'a') ADVANCE(102); + if (lookahead == 'b') ADVANCE(95); + if (lookahead == 'c') ADVANCE(139); + if (lookahead == 'd') ADVANCE(109); + if (lookahead == 'f') ADVANCE(148); + if (lookahead == 'i') ADVANCE(121); + if (lookahead == 'l') ADVANCE(116); + if (lookahead == 'm') ADVANCE(94); + if (lookahead == 'n') ADVANCE(91); + if (lookahead == 'p') ADVANCE(93); + if (lookahead == 'r') ADVANCE(118); + if (lookahead == 's') ADVANCE(181); + if (lookahead == 't') ADVANCE(188); + if (lookahead == 'u') ADVANCE(167); + if (lookahead == 'v') ADVANCE(97); + if (lookahead == 'w') ADVANCE(126); + if (lookahead == '{') ADVANCE(245); + if (lookahead == '|') ADVANCE(293); + if (lookahead == '}') ADVANCE(246); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(228) + if (lookahead == '!' || + lookahead == '%' || + lookahead == '&' || + ('*' <= lookahead && lookahead <= '.') || + (':' <= lookahead && lookahead <= '>') || + lookahead == '^') ADVANCE(477); + END_STATE(); + case 229: + if (eof) ADVANCE(234); + if (lookahead == ')') ADVANCE(291); + if (lookahead == '-') ADVANCE(476); + if (lookahead == '/') ADVANCE(473); + if (lookahead == ';') ADVANCE(330); + if (lookahead == 'a') ADVANCE(102); + if (lookahead == 'b') ADVANCE(95); + if (lookahead == 'c') ADVANCE(139); + if (lookahead == 'd') ADVANCE(109); + if (lookahead == 'f') ADVANCE(148); + if (lookahead == 'i') ADVANCE(121); + if (lookahead == 'l') ADVANCE(116); + if (lookahead == 'm') ADVANCE(94); + if (lookahead == 'n') ADVANCE(91); + if (lookahead == 'p') ADVANCE(93); + if (lookahead == 'r') ADVANCE(118); + if (lookahead == 's') ADVANCE(181); + if (lookahead == 't') ADVANCE(188); + if (lookahead == 'u') ADVANCE(167); + if (lookahead == 'v') ADVANCE(97); + if (lookahead == 'w') ADVANCE(126); + if (lookahead == '{') ADVANCE(245); + if (lookahead == '|') ADVANCE(293); + if (lookahead == '}') ADVANCE(246); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(229) + if (lookahead == '!' || + lookahead == '%' || + lookahead == '&' || + ('*' <= lookahead && lookahead <= '.') || + (':' <= lookahead && lookahead <= '?') || + lookahead == '^') ADVANCE(477); + END_STATE(); + case 230: + if (eof) ADVANCE(234); + if (lookahead == ')') ADVANCE(291); + if (lookahead == '.') ADVANCE(347); + if (lookahead == '/') ADVANCE(473); + if (lookahead == ';') ADVANCE(330); + if (lookahead == ']') ADVANCE(339); + if (lookahead == 'a') ADVANCE(102); + if (lookahead == 'b') ADVANCE(95); + if (lookahead == 'c') ADVANCE(139); + if (lookahead == 'd') ADVANCE(109); + if (lookahead == 'e') ADVANCE(137); + if (lookahead == 'f') ADVANCE(148); + if (lookahead == 'i') ADVANCE(121); + if (lookahead == 'l') ADVANCE(116); + if (lookahead == 'm') ADVANCE(94); + if (lookahead == 'n') ADVANCE(91); + if (lookahead == 'p') ADVANCE(93); + if (lookahead == 'r') ADVANCE(118); + if (lookahead == 's') ADVANCE(181); + if (lookahead == 't') ADVANCE(128); + if (lookahead == 'u') ADVANCE(167); + if (lookahead == 'v') ADVANCE(97); + if (lookahead == 'w') ADVANCE(127); + if (lookahead == '{') ADVANCE(245); + if (lookahead == '}') ADVANCE(246); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(230) + if (lookahead == '!' || + lookahead == '%' || + lookahead == '&' || + ('*' <= lookahead && lookahead <= '-') || + (':' <= lookahead && lookahead <= '?') || + lookahead == '^' || + lookahead == '|') ADVANCE(477); + END_STATE(); + case 231: + if (eof) ADVANCE(234); + if (lookahead == ')') ADVANCE(291); + if (lookahead == '.') ADVANCE(347); + if (lookahead == '/') ADVANCE(473); + if (lookahead == ';') ADVANCE(330); + if (lookahead == 'a') ADVANCE(102); + if (lookahead == 'b') ADVANCE(95); + if (lookahead == 'c') ADVANCE(139); + if (lookahead == 'd') ADVANCE(109); + if (lookahead == 'f') ADVANCE(148); + if (lookahead == 'i') ADVANCE(121); + if (lookahead == 'l') ADVANCE(116); + if (lookahead == 'm') ADVANCE(94); + if (lookahead == 'n') ADVANCE(91); + if (lookahead == 'p') ADVANCE(93); + if (lookahead == 'r') ADVANCE(118); + if (lookahead == 's') ADVANCE(181); + if (lookahead == 't') ADVANCE(188); + if (lookahead == 'u') ADVANCE(167); + if (lookahead == 'v') ADVANCE(97); + if (lookahead == 'w') ADVANCE(126); + if (lookahead == '{') ADVANCE(245); + if (lookahead == '|') ADVANCE(293); + if (lookahead == '}') ADVANCE(246); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(231) + if (lookahead == '!' || + lookahead == '%' || + lookahead == '&' || + ('*' <= lookahead && lookahead <= '-') || + (':' <= lookahead && lookahead <= '?') || + lookahead == '^') ADVANCE(477); + END_STATE(); + case 232: + if (eof) ADVANCE(234); + if (lookahead == ')') ADVANCE(291); + if (lookahead == '/') ADVANCE(473); + if (lookahead == ';') ADVANCE(330); + if (lookahead == ']') ADVANCE(339); + if (lookahead == 'a') ADVANCE(102); + if (lookahead == 'b') ADVANCE(95); + if (lookahead == 'c') ADVANCE(139); + if (lookahead == 'd') ADVANCE(109); + if (lookahead == 'e') ADVANCE(137); + if (lookahead == 'f') ADVANCE(148); + if (lookahead == 'i') ADVANCE(121); + if (lookahead == 'l') ADVANCE(116); + if (lookahead == 'm') ADVANCE(94); + if (lookahead == 'n') ADVANCE(91); + if (lookahead == 'p') ADVANCE(93); + if (lookahead == 'r') ADVANCE(118); + if (lookahead == 's') ADVANCE(181); + if (lookahead == 't') ADVANCE(128); + if (lookahead == 'u') ADVANCE(167); + if (lookahead == 'v') ADVANCE(97); + if (lookahead == 'w') ADVANCE(127); + if (lookahead == '{') ADVANCE(245); + if (lookahead == '}') ADVANCE(246); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(232) + if (lookahead == '!' || + lookahead == '%' || + lookahead == '&' || + ('*' <= lookahead && lookahead <= '.') || + (':' <= lookahead && lookahead <= '?') || + lookahead == '^' || + lookahead == '|') ADVANCE(477); + END_STATE(); + case 233: + if (eof) ADVANCE(234); + if (lookahead == ')') ADVANCE(291); + if (lookahead == '/') ADVANCE(473); + if (lookahead == ';') ADVANCE(330); + if (lookahead == 'a') ADVANCE(102); + if (lookahead == 'b') ADVANCE(95); + if (lookahead == 'c') ADVANCE(139); + if (lookahead == 'd') ADVANCE(109); + if (lookahead == 'f') ADVANCE(148); + if (lookahead == 'i') ADVANCE(121); + if (lookahead == 'l') ADVANCE(116); + if (lookahead == 'm') ADVANCE(94); + if (lookahead == 'n') ADVANCE(91); + if (lookahead == 'p') ADVANCE(93); + if (lookahead == 'r') ADVANCE(118); + if (lookahead == 's') ADVANCE(181); + if (lookahead == 't') ADVANCE(188); + if (lookahead == 'u') ADVANCE(167); + if (lookahead == 'v') ADVANCE(97); + if (lookahead == 'w') ADVANCE(126); + if (lookahead == '{') ADVANCE(245); + if (lookahead == '|') ADVANCE(293); + if (lookahead == '}') ADVANCE(246); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(233) + if (lookahead == '!' || + lookahead == '%' || + lookahead == '&' || + ('*' <= lookahead && lookahead <= '.') || + (':' <= lookahead && lookahead <= '?') || + lookahead == '^') ADVANCE(477); + END_STATE(); + case 234: + ACCEPT_TOKEN(ts_builtin_sym_end); + END_STATE(); + case 235: + ACCEPT_TOKEN(anon_sym_namespace); + END_STATE(); + case 236: + ACCEPT_TOKEN(anon_sym_namespace); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 237: ACCEPT_TOKEN(anon_sym_namespace); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); - END_STATE(); - case 224: - ACCEPT_TOKEN(anon_sym_const); - END_STATE(); - case 225: - ACCEPT_TOKEN(anon_sym_const); - if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 226: - ACCEPT_TOKEN(anon_sym_const); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); - END_STATE(); - case 227: - ACCEPT_TOKEN(anon_sym_var); - END_STATE(); - case 228: - ACCEPT_TOKEN(anon_sym_var); - if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 229: - ACCEPT_TOKEN(anon_sym_var); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); - END_STATE(); - case 230: - ACCEPT_TOKEN(anon_sym_LBRACE); - END_STATE(); - case 231: - ACCEPT_TOKEN(anon_sym_RBRACE); - END_STATE(); - case 232: - ACCEPT_TOKEN(anon_sym_partition); - END_STATE(); - case 233: - ACCEPT_TOKEN(anon_sym_partition); - if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 234: - ACCEPT_TOKEN(anon_sym_partition); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); - END_STATE(); - case 235: - ACCEPT_TOKEN(anon_sym_import); - END_STATE(); - case 236: - ACCEPT_TOKEN(anon_sym_import); - if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 237: - ACCEPT_TOKEN(anon_sym_import); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); case 238: - ACCEPT_TOKEN(anon_sym_COLON); + ACCEPT_TOKEN(anon_sym_const); END_STATE(); case 239: - ACCEPT_TOKEN(anon_sym_use); + ACCEPT_TOKEN(anon_sym_const); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); END_STATE(); case 240: - ACCEPT_TOKEN(anon_sym_use); + ACCEPT_TOKEN(anon_sym_const); if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); case 241: + ACCEPT_TOKEN(anon_sym_var); + END_STATE(); + case 242: + ACCEPT_TOKEN(anon_sym_var); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 243: + ACCEPT_TOKEN(anon_sym_var); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); + END_STATE(); + case 244: + ACCEPT_TOKEN(anon_sym_COLON); + END_STATE(); + case 245: + ACCEPT_TOKEN(anon_sym_LBRACE); + END_STATE(); + case 246: + ACCEPT_TOKEN(anon_sym_RBRACE); + END_STATE(); + case 247: + ACCEPT_TOKEN(anon_sym_partition); + END_STATE(); + case 248: + ACCEPT_TOKEN(anon_sym_partition); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 249: + ACCEPT_TOKEN(anon_sym_partition); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); + END_STATE(); + case 250: + ACCEPT_TOKEN(anon_sym_use); + END_STATE(); + case 251: + ACCEPT_TOKEN(anon_sym_use); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 252: ACCEPT_TOKEN(anon_sym_use); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); - END_STATE(); - case 242: - ACCEPT_TOKEN(anon_sym_EQ); - END_STATE(); - case 243: - ACCEPT_TOKEN(anon_sym_alias); - END_STATE(); - case 244: - ACCEPT_TOKEN(anon_sym_alias); - if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 245: - ACCEPT_TOKEN(anon_sym_alias); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); - END_STATE(); - case 246: - ACCEPT_TOKEN(anon_sym_decl); - END_STATE(); - case 247: - ACCEPT_TOKEN(anon_sym_decl); - if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 248: - ACCEPT_TOKEN(anon_sym_decl); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); - END_STATE(); - case 249: - ACCEPT_TOKEN(anon_sym_DASH_GT); - END_STATE(); - case 250: - ACCEPT_TOKEN(anon_sym_DASH_GT); - if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '&') || - ('*' <= lookahead && lookahead <= '/') || - lookahead == ':' || - ('<' <= lookahead && lookahead <= '?') || - lookahead == '^' || - lookahead == '|') ADVANCE(523); - END_STATE(); - case 251: - ACCEPT_TOKEN(anon_sym_def); - END_STATE(); - case 252: - ACCEPT_TOKEN(anon_sym_def); - if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); case 253: + ACCEPT_TOKEN(anon_sym_EQ); + END_STATE(); + case 254: + ACCEPT_TOKEN(anon_sym_import); + END_STATE(); + case 255: + ACCEPT_TOKEN(anon_sym_import); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 256: + ACCEPT_TOKEN(anon_sym_import); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); + END_STATE(); + case 257: + ACCEPT_TOKEN(anon_sym_alias); + END_STATE(); + case 258: + ACCEPT_TOKEN(anon_sym_alias); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 259: + ACCEPT_TOKEN(anon_sym_alias); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); + END_STATE(); + case 260: + ACCEPT_TOKEN(anon_sym_type); + if (lookahead == 'c') ADVANCE(542); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); + END_STATE(); + case 261: + ACCEPT_TOKEN(anon_sym_type); + if (lookahead == 'c') ADVANCE(141); + END_STATE(); + case 262: + ACCEPT_TOKEN(anon_sym_type); + if (lookahead == 'c') ADVANCE(411); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 263: + ACCEPT_TOKEN(anon_sym_let); + END_STATE(); + case 264: + ACCEPT_TOKEN(anon_sym_let); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 265: + ACCEPT_TOKEN(anon_sym_let); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); + END_STATE(); + case 266: + ACCEPT_TOKEN(anon_sym_LT_DASH); + END_STATE(); + case 267: + ACCEPT_TOKEN(anon_sym_decl); + END_STATE(); + case 268: + ACCEPT_TOKEN(anon_sym_decl); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 269: + ACCEPT_TOKEN(anon_sym_decl); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); + END_STATE(); + case 270: + ACCEPT_TOKEN(anon_sym_def); + END_STATE(); + case 271: + ACCEPT_TOKEN(anon_sym_def); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 272: ACCEPT_TOKEN(anon_sym_def); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); - END_STATE(); - case 254: - ACCEPT_TOKEN(anon_sym_type); - if (lookahead == 'c') ADVANCE(475); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); - END_STATE(); - case 255: - ACCEPT_TOKEN(anon_sym_type); - if (lookahead == 'c') ADVANCE(132); - END_STATE(); - case 256: - ACCEPT_TOKEN(anon_sym_type); - if (lookahead == 'c') ADVANCE(375); - if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 257: - ACCEPT_TOKEN(anon_sym_struct); - END_STATE(); - case 258: - ACCEPT_TOKEN(anon_sym_struct); - if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 259: - ACCEPT_TOKEN(anon_sym_struct); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); - END_STATE(); - case 260: - ACCEPT_TOKEN(anon_sym_class); - END_STATE(); - case 261: - ACCEPT_TOKEN(anon_sym_class); - if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 262: - ACCEPT_TOKEN(anon_sym_class); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); - END_STATE(); - case 263: - ACCEPT_TOKEN(anon_sym_typeclass); - END_STATE(); - case 264: - ACCEPT_TOKEN(anon_sym_typeclass); - if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 265: - ACCEPT_TOKEN(anon_sym_typeclass); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); - END_STATE(); - case 266: - ACCEPT_TOKEN(anon_sym_AMP); - END_STATE(); - case 267: - ACCEPT_TOKEN(anon_sym_AMP); - if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '&') || - ('*' <= lookahead && lookahead <= '/') || - lookahead == ':' || - ('<' <= lookahead && lookahead <= '?') || - lookahead == '^' || - lookahead == '|') ADVANCE(523); - END_STATE(); - case 268: - ACCEPT_TOKEN(anon_sym_LPAREN); - END_STATE(); - case 269: - ACCEPT_TOKEN(anon_sym_RPAREN); - END_STATE(); - case 270: - ACCEPT_TOKEN(anon_sym_PIPE); - END_STATE(); - case 271: - ACCEPT_TOKEN(anon_sym_PIPE); - if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '&') || - ('*' <= lookahead && lookahead <= '/') || - lookahead == ':' || - ('<' <= lookahead && lookahead <= '?') || - lookahead == '^' || - lookahead == '|') ADVANCE(523); - END_STATE(); - case 272: - ACCEPT_TOKEN(anon_sym_QMARK); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); case 273: - ACCEPT_TOKEN(anon_sym_QMARK); - if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '&') || - ('*' <= lookahead && lookahead <= '/') || - lookahead == ':' || - ('<' <= lookahead && lookahead <= '?') || - lookahead == '^' || - lookahead == '|') ADVANCE(523); + ACCEPT_TOKEN(anon_sym_struct); END_STATE(); case 274: - ACCEPT_TOKEN(anon_sym_match); + ACCEPT_TOKEN(anon_sym_struct); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); END_STATE(); case 275: - ACCEPT_TOKEN(anon_sym_match); + ACCEPT_TOKEN(anon_sym_struct); if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); case 276: + ACCEPT_TOKEN(anon_sym_class); + END_STATE(); + case 277: + ACCEPT_TOKEN(anon_sym_class); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 278: + ACCEPT_TOKEN(anon_sym_class); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); + END_STATE(); + case 279: + ACCEPT_TOKEN(anon_sym_basic); + END_STATE(); + case 280: + ACCEPT_TOKEN(anon_sym_basic); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 281: + ACCEPT_TOKEN(anon_sym_basic); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); + END_STATE(); + case 282: + ACCEPT_TOKEN(anon_sym_abstract); + END_STATE(); + case 283: + ACCEPT_TOKEN(anon_sym_abstract); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 284: + ACCEPT_TOKEN(anon_sym_abstract); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); + END_STATE(); + case 285: + ACCEPT_TOKEN(anon_sym_typeclass); + END_STATE(); + case 286: + ACCEPT_TOKEN(anon_sym_typeclass); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 287: + ACCEPT_TOKEN(anon_sym_typeclass); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); + END_STATE(); + case 288: + ACCEPT_TOKEN(anon_sym_AMP); + END_STATE(); + case 289: + ACCEPT_TOKEN(anon_sym_AMP); + if (lookahead == '!' || + lookahead == '%' || + lookahead == '&' || + ('*' <= lookahead && lookahead <= '/') || + lookahead == ':' || + ('<' <= lookahead && lookahead <= '?') || + lookahead == '^' || + lookahead == '|') ADVANCE(477); + END_STATE(); + case 290: + ACCEPT_TOKEN(anon_sym_LPAREN); + END_STATE(); + case 291: + ACCEPT_TOKEN(anon_sym_RPAREN); + END_STATE(); + case 292: + ACCEPT_TOKEN(anon_sym_PIPE); + END_STATE(); + case 293: + ACCEPT_TOKEN(anon_sym_PIPE); + if (lookahead == '!' || + lookahead == '%' || + lookahead == '&' || + ('*' <= lookahead && lookahead <= '/') || + lookahead == ':' || + ('<' <= lookahead && lookahead <= '?') || + lookahead == '^' || + lookahead == '|') ADVANCE(477); + END_STATE(); + case 294: + ACCEPT_TOKEN(anon_sym_QMARK); + END_STATE(); + case 295: + ACCEPT_TOKEN(anon_sym_QMARK); + if (lookahead == '!' || + lookahead == '%' || + lookahead == '&' || + ('*' <= lookahead && lookahead <= '/') || + lookahead == ':' || + ('<' <= lookahead && lookahead <= '?') || + lookahead == '^' || + lookahead == '|') ADVANCE(477); + END_STATE(); + case 296: + ACCEPT_TOKEN(anon_sym_DASH_GT); + END_STATE(); + case 297: + ACCEPT_TOKEN(anon_sym_DASH_GT); + if (lookahead == '!' || + lookahead == '%' || + lookahead == '&' || + ('*' <= lookahead && lookahead <= '/') || + lookahead == ':' || + ('<' <= lookahead && lookahead <= '?') || + lookahead == '^' || + lookahead == '|') ADVANCE(477); + END_STATE(); + case 298: + ACCEPT_TOKEN(anon_sym_match); + END_STATE(); + case 299: + ACCEPT_TOKEN(anon_sym_match); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 300: ACCEPT_TOKEN(anon_sym_match); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); - END_STATE(); - case 277: - ACCEPT_TOKEN(anon_sym_with); - END_STATE(); - case 278: - ACCEPT_TOKEN(anon_sym_with); - if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 279: - ACCEPT_TOKEN(anon_sym_with); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); - END_STATE(); - case 280: - ACCEPT_TOKEN(anon_sym_if); - END_STATE(); - case 281: - ACCEPT_TOKEN(anon_sym_if); - if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 282: - ACCEPT_TOKEN(anon_sym_if); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); - END_STATE(); - case 283: - ACCEPT_TOKEN(anon_sym_then); - END_STATE(); - case 284: - ACCEPT_TOKEN(anon_sym_then); - if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 285: - ACCEPT_TOKEN(anon_sym_then); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); - END_STATE(); - case 286: - ACCEPT_TOKEN(anon_sym_elif); - END_STATE(); - case 287: - ACCEPT_TOKEN(anon_sym_elif); - if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 288: - ACCEPT_TOKEN(anon_sym_elif); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); - END_STATE(); - case 289: - ACCEPT_TOKEN(anon_sym_else); - END_STATE(); - case 290: - ACCEPT_TOKEN(anon_sym_else); - if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 291: - ACCEPT_TOKEN(anon_sym_else); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); - END_STATE(); - case 292: - ACCEPT_TOKEN(anon_sym_do); - END_STATE(); - case 293: - ACCEPT_TOKEN(anon_sym_do); - if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 294: - ACCEPT_TOKEN(anon_sym_do); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); - END_STATE(); - case 295: - ACCEPT_TOKEN(anon_sym_while); - END_STATE(); - case 296: - ACCEPT_TOKEN(anon_sym_while); - if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 297: - ACCEPT_TOKEN(anon_sym_while); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); - END_STATE(); - case 298: - ACCEPT_TOKEN(anon_sym_for); - END_STATE(); - case 299: - ACCEPT_TOKEN(anon_sym_for); - if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 300: - ACCEPT_TOKEN(anon_sym_for); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); case 301: - ACCEPT_TOKEN(anon_sym_in); + ACCEPT_TOKEN(anon_sym_with); END_STATE(); case 302: + ACCEPT_TOKEN(anon_sym_with); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 303: + ACCEPT_TOKEN(anon_sym_with); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); + END_STATE(); + case 304: + ACCEPT_TOKEN(anon_sym_if); + END_STATE(); + case 305: + ACCEPT_TOKEN(anon_sym_if); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 306: + ACCEPT_TOKEN(anon_sym_if); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); + END_STATE(); + case 307: + ACCEPT_TOKEN(anon_sym_then); + END_STATE(); + case 308: + ACCEPT_TOKEN(anon_sym_then); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 309: + ACCEPT_TOKEN(anon_sym_then); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); + END_STATE(); + case 310: + ACCEPT_TOKEN(anon_sym_elif); + END_STATE(); + case 311: + ACCEPT_TOKEN(anon_sym_elif); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 312: + ACCEPT_TOKEN(anon_sym_elif); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); + END_STATE(); + case 313: + ACCEPT_TOKEN(anon_sym_else); + END_STATE(); + case 314: + ACCEPT_TOKEN(anon_sym_else); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 315: + ACCEPT_TOKEN(anon_sym_else); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); + END_STATE(); + case 316: + ACCEPT_TOKEN(anon_sym_do); + END_STATE(); + case 317: + ACCEPT_TOKEN(anon_sym_do); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 318: + ACCEPT_TOKEN(anon_sym_do); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); + END_STATE(); + case 319: + ACCEPT_TOKEN(anon_sym_while); + END_STATE(); + case 320: + ACCEPT_TOKEN(anon_sym_while); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 321: + ACCEPT_TOKEN(anon_sym_while); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); + END_STATE(); + case 322: + ACCEPT_TOKEN(anon_sym_for); + END_STATE(); + case 323: + ACCEPT_TOKEN(anon_sym_for); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 324: + ACCEPT_TOKEN(anon_sym_for); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); + END_STATE(); + case 325: + ACCEPT_TOKEN(anon_sym_in); + END_STATE(); + case 326: ACCEPT_TOKEN(anon_sym_in); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 303: + case 327: ACCEPT_TOKEN(anon_sym_loop); END_STATE(); - case 304: + case 328: ACCEPT_TOKEN(anon_sym_loop); if (('0' <= lookahead && lookahead <= '9') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); END_STATE(); - case 305: + case 329: ACCEPT_TOKEN(anon_sym_loop); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 306: + case 330: ACCEPT_TOKEN(anon_sym_SEMI); END_STATE(); - case 307: + case 331: + ACCEPT_TOKEN(anon_sym_TILDE); + END_STATE(); + case 332: + ACCEPT_TOKEN(anon_sym_AT); + END_STATE(); + case 333: ACCEPT_TOKEN(anon_sym_return); END_STATE(); - case 308: + case 334: ACCEPT_TOKEN(anon_sym_return); if (('0' <= lookahead && lookahead <= '9') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); END_STATE(); - case 309: + case 335: ACCEPT_TOKEN(anon_sym_return); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 310: - ACCEPT_TOKEN(anon_sym_break); + case 336: + ACCEPT_TOKEN(anon_sym_DOLLAR); END_STATE(); - case 311: - ACCEPT_TOKEN(anon_sym_break); - if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 312: - ACCEPT_TOKEN(anon_sym_break); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); - END_STATE(); - case 313: - ACCEPT_TOKEN(anon_sym_continue); - END_STATE(); - case 314: - ACCEPT_TOKEN(anon_sym_continue); - if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 315: - ACCEPT_TOKEN(anon_sym_continue); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); - END_STATE(); - case 316: + case 337: ACCEPT_TOKEN(anon_sym_BSLASH); END_STATE(); - case 317: + case 338: + ACCEPT_TOKEN(anon_sym_LBRACK); + END_STATE(); + case 339: + ACCEPT_TOKEN(anon_sym_RBRACK); + END_STATE(); + case 340: + ACCEPT_TOKEN(anon_sym_break); + END_STATE(); + case 341: + ACCEPT_TOKEN(anon_sym_break); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 342: + ACCEPT_TOKEN(anon_sym_break); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); + END_STATE(); + case 343: + ACCEPT_TOKEN(anon_sym_continue); + END_STATE(); + case 344: + ACCEPT_TOKEN(anon_sym_continue); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 345: + ACCEPT_TOKEN(anon_sym_continue); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); + END_STATE(); + case 346: ACCEPT_TOKEN(anon_sym_DOT); END_STATE(); - case 318: + case 347: ACCEPT_TOKEN(anon_sym_DOT); if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '&') || + lookahead == '%' || + lookahead == '&' || ('*' <= lookahead && lookahead <= '/') || lookahead == ':' || ('<' <= lookahead && lookahead <= '?') || lookahead == '^' || - lookahead == '|') ADVANCE(523); + lookahead == '|') ADVANCE(477); END_STATE(); - case 319: - ACCEPT_TOKEN(anon_sym_DOLLAR); + case 348: + ACCEPT_TOKEN(anon_sym__); END_STATE(); - case 320: - ACCEPT_TOKEN(anon_sym_DOLLAR); - if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '&') || - ('*' <= lookahead && lookahead <= '/') || - lookahead == ':' || - ('<' <= lookahead && lookahead <= '?') || - lookahead == '^' || - lookahead == '|') ADVANCE(523); + case 349: + ACCEPT_TOKEN(anon_sym__); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 321: + case 350: ACCEPT_TOKEN(sym__line_comment); - if (lookahead == '\n') ADVANCE(531); - if (lookahead == '/') ADVANCE(322); - if (lookahead == '"' || - lookahead == '\'' || - lookahead == '\\') ADVANCE(326); - if (lookahead != 0) ADVANCE(322); + if (lookahead == '\n') ADVANCE(487); + if (lookahead == '"') ADVANCE(355); + if (lookahead == '/') ADVANCE(351); + if (lookahead == '\\') ADVANCE(356); + if (lookahead != 0) ADVANCE(351); END_STATE(); - case 322: + case 351: ACCEPT_TOKEN(sym__line_comment); - if (lookahead == '\n') ADVANCE(531); - if (lookahead == '"' || - lookahead == '\'' || - lookahead == '\\') ADVANCE(326); - if (lookahead != 0) ADVANCE(322); + if (lookahead == '\n') ADVANCE(487); + if (lookahead == '"') ADVANCE(355); + if (lookahead == '\\') ADVANCE(356); + if (lookahead != 0) ADVANCE(351); END_STATE(); - case 323: + case 352: ACCEPT_TOKEN(sym__line_comment); - if (lookahead == '/') ADVANCE(326); + if (lookahead == '/') ADVANCE(355); if (lookahead != 0 && - lookahead != '\n') ADVANCE(326); + lookahead != '\n') ADVANCE(355); END_STATE(); - case 324: + case 353: ACCEPT_TOKEN(sym__line_comment); - if (lookahead == '/') ADVANCE(325); + if (lookahead == '/') ADVANCE(354); if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '&') || + lookahead == '%' || + lookahead == '&' || ('*' <= lookahead && lookahead <= '.') || lookahead == ':' || ('<' <= lookahead && lookahead <= '?') || lookahead == '^' || - lookahead == '|') ADVANCE(325); + lookahead == '|') ADVANCE(354); if (lookahead != 0 && - lookahead != '\n') ADVANCE(326); + lookahead != '\n') ADVANCE(355); END_STATE(); - case 325: + case 354: ACCEPT_TOKEN(sym__line_comment); if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '&') || + lookahead == '%' || + lookahead == '&' || ('*' <= lookahead && lookahead <= '/') || lookahead == ':' || ('<' <= lookahead && lookahead <= '?') || lookahead == '^' || - lookahead == '|') ADVANCE(325); + lookahead == '|') ADVANCE(354); if (lookahead != 0 && - lookahead != '\n') ADVANCE(326); + lookahead != '\n') ADVANCE(355); END_STATE(); - case 326: + case 355: ACCEPT_TOKEN(sym__line_comment); if (lookahead != 0 && - lookahead != '\n') ADVANCE(326); + lookahead != '\n') ADVANCE(355); END_STATE(); - case 327: + case 356: + ACCEPT_TOKEN(sym__line_comment); + if (lookahead != 0 && + lookahead != '\n') ADVANCE(351); + END_STATE(); + case 357: ACCEPT_TOKEN(sym__block_comment); END_STATE(); - case 328: + case 358: + ACCEPT_TOKEN(sym__block_comment); + if (lookahead == '\\') ADVANCE(195); + if (lookahead != 0 && + lookahead != '"') ADVANCE(487); + END_STATE(); + case 359: ACCEPT_TOKEN(sym__block_comment); if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '&') || + lookahead == '%' || + lookahead == '&' || ('*' <= lookahead && lookahead <= '/') || lookahead == ':' || ('<' <= lookahead && lookahead <= '?') || lookahead == '^' || - lookahead == '|') ADVANCE(523); + lookahead == '|') ADVANCE(477); END_STATE(); - case 329: - ACCEPT_TOKEN(sym__block_comment); - if (lookahead != 0 && - lookahead != '"' && - lookahead != '\'' && - lookahead != '\\') ADVANCE(531); - END_STATE(); - case 330: + case 360: ACCEPT_TOKEN(sym_typeclass_identifier); - if (lookahead == '_') ADVANCE(518); + if (lookahead == '_') ADVANCE(589); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(330); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(360); END_STATE(); - case 331: + case 361: ACCEPT_TOKEN(sym_typeclass_identifier); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(331); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(361); END_STATE(); - case 332: + case 362: + ACCEPT_TOKEN(sym_name_identifier); + if (lookahead == 'a') ADVANCE(450); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 363: + ACCEPT_TOKEN(sym_name_identifier); + if (lookahead == 'a') ADVANCE(406); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 364: ACCEPT_TOKEN(sym_name_identifier); if (lookahead == 'a') ADVANCE(413); if (('0' <= lookahead && lookahead <= '9') || lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(427); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(468); END_STATE(); - case 333: + case 365: ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'a') ADVANCE(369); + if (lookahead == 'a') ADVANCE(443); if (('0' <= lookahead && lookahead <= '9') || lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(427); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(468); END_STATE(); - case 334: + case 366: ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'a') ADVANCE(404); + if (lookahead == 'a') ADVANCE(438); if (('0' <= lookahead && lookahead <= '9') || lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(427); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(468); END_STATE(); - case 335: + case 367: ACCEPT_TOKEN(sym_name_identifier); if (lookahead == 'a') ADVANCE(377); if (('0' <= lookahead && lookahead <= '9') || lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(427); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(468); END_STATE(); - case 336: + case 368: ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'a') ADVANCE(344); + if (lookahead == 'a') ADVANCE(446); if (('0' <= lookahead && lookahead <= '9') || lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(427); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(468); END_STATE(); - case 337: + case 369: ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'a') ADVANCE(410); + if (lookahead == 'a') ADVANCE(440); if (('0' <= lookahead && lookahead <= '9') || lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(427); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(468); END_STATE(); - case 338: + case 370: ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'a') ADVANCE(398); + if (lookahead == 'a') ADVANCE(433); if (('0' <= lookahead && lookahead <= '9') || lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(427); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(468); END_STATE(); - case 339: + case 371: ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'a') ADVANCE(402); + if (lookahead == 'a') ADVANCE(379); if (('0' <= lookahead && lookahead <= '9') || lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(427); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(468); END_STATE(); - case 340: + case 372: ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'a') ADVANCE(412); + if (lookahead == 'a') ADVANCE(447); if (('0' <= lookahead && lookahead <= '9') || lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(427); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(468); END_STATE(); - case 341: + case 373: ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'c') ADVANCE(359); + if (lookahead == 'b') ADVANCE(449); + if (lookahead == 'l') ADVANCE(405); if (('0' <= lookahead && lookahead <= '9') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); END_STATE(); - case 342: + case 374: ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'c') ADVANCE(371); - if (lookahead == 'f') ADVANCE(252); + if (lookahead == 'c') ADVANCE(280); if (('0' <= lookahead && lookahead <= '9') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); END_STATE(); - case 343: + case 375: ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'c') ADVANCE(417); + if (lookahead == 'c') ADVANCE(395); if (('0' <= lookahead && lookahead <= '9') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); END_STATE(); - case 344: + case 376: ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'c') ADVANCE(351); + if (lookahead == 'c') ADVANCE(407); + if (lookahead == 'f') ADVANCE(271); if (('0' <= lookahead && lookahead <= '9') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); END_STATE(); - case 345: + case 377: ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'e') ADVANCE(296); + if (lookahead == 'c') ADVANCE(385); if (('0' <= lookahead && lookahead <= '9') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); END_STATE(); - case 346: + case 378: + ACCEPT_TOKEN(sym_name_identifier); + if (lookahead == 'c') ADVANCE(454); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 379: + ACCEPT_TOKEN(sym_name_identifier); + if (lookahead == 'c') ADVANCE(455); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 380: + ACCEPT_TOKEN(sym_name_identifier); + if (lookahead == 'e') ADVANCE(320); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 381: + ACCEPT_TOKEN(sym_name_identifier); + if (lookahead == 'e') ADVANCE(344); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 382: + ACCEPT_TOKEN(sym_name_identifier); + if (lookahead == 'e') ADVANCE(376); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 383: + ACCEPT_TOKEN(sym_name_identifier); + if (lookahead == 'e') ADVANCE(251); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 384: + ACCEPT_TOKEN(sym_name_identifier); + if (lookahead == 'e') ADVANCE(262); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 385: + ACCEPT_TOKEN(sym_name_identifier); + if (lookahead == 'e') ADVANCE(236); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 386: ACCEPT_TOKEN(sym_name_identifier); if (lookahead == 'e') ADVANCE(314); if (('0' <= lookahead && lookahead <= '9') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); END_STATE(); - case 347: + case 387: ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'e') ADVANCE(290); + if (lookahead == 'e') ADVANCE(363); if (('0' <= lookahead && lookahead <= '9') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); END_STATE(); - case 348: + case 388: ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'e') ADVANCE(342); + if (lookahead == 'e') ADVANCE(451); if (('0' <= lookahead && lookahead <= '9') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); END_STATE(); - case 349: + case 389: ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'e') ADVANCE(240); + if (lookahead == 'e') ADVANCE(452); if (('0' <= lookahead && lookahead <= '9') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); END_STATE(); - case 350: + case 390: ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'e') ADVANCE(256); + if (lookahead == 'e') ADVANCE(417); if (('0' <= lookahead && lookahead <= '9') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); END_STATE(); - case 351: + case 391: ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'e') ADVANCE(222); + if (lookahead == 'e') ADVANCE(444); if (('0' <= lookahead && lookahead <= '9') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); END_STATE(); - case 352: + case 392: ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'e') ADVANCE(333); + if (lookahead == 'f') ADVANCE(305); if (('0' <= lookahead && lookahead <= '9') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); END_STATE(); - case 353: + case 393: ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'e') ADVANCE(414); + if (lookahead == 'f') ADVANCE(311); if (('0' <= lookahead && lookahead <= '9') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); END_STATE(); - case 354: + case 394: ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'e') ADVANCE(409); + if (lookahead == 'h') ADVANCE(398); if (('0' <= lookahead && lookahead <= '9') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); END_STATE(); - case 355: + case 395: ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'e') ADVANCE(381); + if (lookahead == 'h') ADVANCE(299); if (('0' <= lookahead && lookahead <= '9') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); END_STATE(); - case 356: + case 396: ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'f') ADVANCE(281); + if (lookahead == 'h') ADVANCE(302); if (('0' <= lookahead && lookahead <= '9') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); END_STATE(); - case 357: + case 397: ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'f') ADVANCE(287); + if (lookahead == 'h') ADVANCE(390); if (('0' <= lookahead && lookahead <= '9') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); END_STATE(); - case 358: + case 398: ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'h') ADVANCE(362); + if (lookahead == 'i') ADVANCE(409); if (('0' <= lookahead && lookahead <= '9') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); END_STATE(); - case 359: + case 399: ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'h') ADVANCE(275); + if (lookahead == 'i') ADVANCE(393); + if (lookahead == 's') ADVANCE(386); if (('0' <= lookahead && lookahead <= '9') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); END_STATE(); - case 360: + case 400: ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'h') ADVANCE(278); + if (lookahead == 'i') ADVANCE(418); if (('0' <= lookahead && lookahead <= '9') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); END_STATE(); - case 361: + case 401: ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'h') ADVANCE(355); + if (lookahead == 'i') ADVANCE(374); if (('0' <= lookahead && lookahead <= '9') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); END_STATE(); - case 362: + case 402: ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'i') ADVANCE(372); + if (lookahead == 'i') ADVANCE(462); if (('0' <= lookahead && lookahead <= '9') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); END_STATE(); - case 363: + case 403: ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'i') ADVANCE(357); - if (lookahead == 's') ADVANCE(347); + if (lookahead == 'i') ADVANCE(458); if (('0' <= lookahead && lookahead <= '9') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); END_STATE(); - case 364: + case 404: ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'i') ADVANCE(382); + if (lookahead == 'i') ADVANCE(424); if (('0' <= lookahead && lookahead <= '9') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); END_STATE(); - case 365: + case 405: ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'i') ADVANCE(334); + if (lookahead == 'i') ADVANCE(369); if (('0' <= lookahead && lookahead <= '9') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); END_STATE(); - case 366: + case 406: ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'i') ADVANCE(421); + if (lookahead == 'k') ADVANCE(341); if (('0' <= lookahead && lookahead <= '9') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); END_STATE(); - case 367: + case 407: ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'i') ADVANCE(419); + if (lookahead == 'l') ADVANCE(268); if (('0' <= lookahead && lookahead <= '9') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); END_STATE(); - case 368: + case 408: ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'i') ADVANCE(391); + if (lookahead == 'l') ADVANCE(399); if (('0' <= lookahead && lookahead <= '9') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); END_STATE(); - case 369: + case 409: ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'k') ADVANCE(311); + if (lookahead == 'l') ADVANCE(380); if (('0' <= lookahead && lookahead <= '9') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); END_STATE(); - case 370: + case 410: ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'l') ADVANCE(363); + if (lookahead == 'l') ADVANCE(368); if (('0' <= lookahead && lookahead <= '9') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); END_STATE(); - case 371: + case 411: ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'l') ADVANCE(247); + if (lookahead == 'l') ADVANCE(372); if (('0' <= lookahead && lookahead <= '9') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); END_STATE(); - case 372: + case 412: ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'l') ADVANCE(345); + if (lookahead == 'm') ADVANCE(429); if (('0' <= lookahead && lookahead <= '9') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); END_STATE(); - case 373: + case 413: ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'l') ADVANCE(365); + if (lookahead == 'm') ADVANCE(391); if (('0' <= lookahead && lookahead <= '9') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); END_STATE(); - case 374: + case 414: ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'l') ADVANCE(337); - if (lookahead == 'o') ADVANCE(384); + if (lookahead == 'n') ADVANCE(334); if (('0' <= lookahead && lookahead <= '9') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); END_STATE(); - case 375: + case 415: ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'l') ADVANCE(340); + if (lookahead == 'n') ADVANCE(248); if (('0' <= lookahead && lookahead <= '9') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); END_STATE(); - case 376: + case 416: ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'm') ADVANCE(394); + if (lookahead == 'n') ADVANCE(448); if (('0' <= lookahead && lookahead <= '9') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); END_STATE(); - case 377: - ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'm') ADVANCE(354); - if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 378: + case 417: ACCEPT_TOKEN(sym_name_identifier); if (lookahead == 'n') ADVANCE(308); if (('0' <= lookahead && lookahead <= '9') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 379: - ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'n') ADVANCE(407); - if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 380: - ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'n') ADVANCE(233); - if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 381: - ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'n') ADVANCE(284); - if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 382: - ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'n') ADVANCE(425); - if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 383: - ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'n') ADVANCE(418); - if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 384: - ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'n') ADVANCE(408); - if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 385: - ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'o') ADVANCE(383); - if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 386: - ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'o') ADVANCE(293); - if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 387: - ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'o') ADVANCE(393); - if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 388: - ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'o') ADVANCE(397); - if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 389: - ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'o') ADVANCE(379); - if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 390: - ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'o') ADVANCE(387); - if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 391: - ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'o') ADVANCE(380); - if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 392: - ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'o') ADVANCE(403); - if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 393: - ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'p') ADVANCE(304); - if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 394: - ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'p') ADVANCE(392); - if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 395: - ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'p') ADVANCE(336); - if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 396: - ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'p') ADVANCE(350); - if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 397: - ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'r') ADVANCE(299); - if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 398: - ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'r') ADVANCE(228); - if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 399: - ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'r') ADVANCE(352); - if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 400: - ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'r') ADVANCE(378); - if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 401: - ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'r') ADVANCE(423); - if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 402: - ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'r') ADVANCE(420); - if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 403: - ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'r') ADVANCE(416); - if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 404: - ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 's') ADVANCE(244); - if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 405: - ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 's') ADVANCE(261); - if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 406: - ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 's') ADVANCE(264); - if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 407: - ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 's') ADVANCE(415); - if (lookahead == 't') ADVANCE(364); - if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 408: - ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 's') ADVANCE(415); - if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 409: - ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 's') ADVANCE(395); - if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 410: - ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 's') ADVANCE(405); - if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 411: - ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 's') ADVANCE(349); - if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 412: - ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 's') ADVANCE(406); - if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 413: - ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 't') ADVANCE(341); - if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 414: - ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 't') ADVANCE(424); - if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 415: - ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 't') ADVANCE(225); - if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 416: - ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 't') ADVANCE(236); - if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); - END_STATE(); - case 417: - ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 't') ADVANCE(258); - if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); END_STATE(); case 418: ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 't') ADVANCE(364); + if (lookahead == 'n') ADVANCE(465); if (('0' <= lookahead && lookahead <= '9') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); END_STATE(); case 419: ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 't') ADVANCE(360); + if (lookahead == 'n') ADVANCE(457); if (('0' <= lookahead && lookahead <= '9') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); END_STATE(); case 420: ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 't') ADVANCE(366); + if (lookahead == 'o') ADVANCE(419); if (('0' <= lookahead && lookahead <= '9') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); END_STATE(); case 421: ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 't') ADVANCE(368); + if (lookahead == 'o') ADVANCE(317); if (('0' <= lookahead && lookahead <= '9') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); END_STATE(); case 422: ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 't') ADVANCE(401); + if (lookahead == 'o') ADVANCE(428); if (('0' <= lookahead && lookahead <= '9') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); END_STATE(); case 423: ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'u') ADVANCE(343); + if (lookahead == 'o') ADVANCE(432); if (('0' <= lookahead && lookahead <= '9') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); END_STATE(); case 424: ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'u') ADVANCE(400); + if (lookahead == 'o') ADVANCE(415); if (('0' <= lookahead && lookahead <= '9') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); END_STATE(); case 425: ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'u') ADVANCE(346); + if (lookahead == 'o') ADVANCE(422); if (('0' <= lookahead && lookahead <= '9') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); END_STATE(); case 426: ACCEPT_TOKEN(sym_name_identifier); - if (lookahead == 'y') ADVANCE(396); + if (lookahead == 'o') ADVANCE(416); if (('0' <= lookahead && lookahead <= '9') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); END_STATE(); case 427: ACCEPT_TOKEN(sym_name_identifier); + if (lookahead == 'o') ADVANCE(439); if (('0' <= lookahead && lookahead <= '9') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(427); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); END_STATE(); case 428: - ACCEPT_TOKEN(sym_type_identifier); - if (lookahead == '_') ADVANCE(518); + ACCEPT_TOKEN(sym_name_identifier); + if (lookahead == 'p') ADVANCE(328); if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(428); + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); END_STATE(); case 429: + ACCEPT_TOKEN(sym_name_identifier); + if (lookahead == 'p') ADVANCE(427); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 430: + ACCEPT_TOKEN(sym_name_identifier); + if (lookahead == 'p') ADVANCE(367); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 431: + ACCEPT_TOKEN(sym_name_identifier); + if (lookahead == 'p') ADVANCE(384); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 432: + ACCEPT_TOKEN(sym_name_identifier); + if (lookahead == 'r') ADVANCE(323); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 433: + ACCEPT_TOKEN(sym_name_identifier); + if (lookahead == 'r') ADVANCE(242); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 434: + ACCEPT_TOKEN(sym_name_identifier); + if (lookahead == 'r') ADVANCE(387); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 435: + ACCEPT_TOKEN(sym_name_identifier); + if (lookahead == 'r') ADVANCE(414); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 436: + ACCEPT_TOKEN(sym_name_identifier); + if (lookahead == 'r') ADVANCE(464); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 437: + ACCEPT_TOKEN(sym_name_identifier); + if (lookahead == 'r') ADVANCE(371); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 438: + ACCEPT_TOKEN(sym_name_identifier); + if (lookahead == 'r') ADVANCE(460); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 439: + ACCEPT_TOKEN(sym_name_identifier); + if (lookahead == 'r') ADVANCE(453); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 440: + ACCEPT_TOKEN(sym_name_identifier); + if (lookahead == 's') ADVANCE(258); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 441: + ACCEPT_TOKEN(sym_name_identifier); + if (lookahead == 's') ADVANCE(277); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 442: + ACCEPT_TOKEN(sym_name_identifier); + if (lookahead == 's') ADVANCE(286); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 443: + ACCEPT_TOKEN(sym_name_identifier); + if (lookahead == 's') ADVANCE(401); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 444: + ACCEPT_TOKEN(sym_name_identifier); + if (lookahead == 's') ADVANCE(430); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 445: + ACCEPT_TOKEN(sym_name_identifier); + if (lookahead == 's') ADVANCE(383); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 446: + ACCEPT_TOKEN(sym_name_identifier); + if (lookahead == 's') ADVANCE(441); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 447: + ACCEPT_TOKEN(sym_name_identifier); + if (lookahead == 's') ADVANCE(442); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 448: + ACCEPT_TOKEN(sym_name_identifier); + if (lookahead == 's') ADVANCE(456); + if (lookahead == 't') ADVANCE(400); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 449: + ACCEPT_TOKEN(sym_name_identifier); + if (lookahead == 's') ADVANCE(461); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 450: + ACCEPT_TOKEN(sym_name_identifier); + if (lookahead == 't') ADVANCE(375); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 451: + ACCEPT_TOKEN(sym_name_identifier); + if (lookahead == 't') ADVANCE(463); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 452: + ACCEPT_TOKEN(sym_name_identifier); + if (lookahead == 't') ADVANCE(264); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 453: + ACCEPT_TOKEN(sym_name_identifier); + if (lookahead == 't') ADVANCE(255); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 454: + ACCEPT_TOKEN(sym_name_identifier); + if (lookahead == 't') ADVANCE(274); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 455: + ACCEPT_TOKEN(sym_name_identifier); + if (lookahead == 't') ADVANCE(283); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 456: + ACCEPT_TOKEN(sym_name_identifier); + if (lookahead == 't') ADVANCE(239); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 457: + ACCEPT_TOKEN(sym_name_identifier); + if (lookahead == 't') ADVANCE(400); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 458: + ACCEPT_TOKEN(sym_name_identifier); + if (lookahead == 't') ADVANCE(396); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 459: + ACCEPT_TOKEN(sym_name_identifier); + if (lookahead == 't') ADVANCE(436); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 460: + ACCEPT_TOKEN(sym_name_identifier); + if (lookahead == 't') ADVANCE(402); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 461: + ACCEPT_TOKEN(sym_name_identifier); + if (lookahead == 't') ADVANCE(437); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 462: + ACCEPT_TOKEN(sym_name_identifier); + if (lookahead == 't') ADVANCE(404); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 463: + ACCEPT_TOKEN(sym_name_identifier); + if (lookahead == 'u') ADVANCE(435); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 464: + ACCEPT_TOKEN(sym_name_identifier); + if (lookahead == 'u') ADVANCE(378); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 465: + ACCEPT_TOKEN(sym_name_identifier); + if (lookahead == 'u') ADVANCE(381); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 466: + ACCEPT_TOKEN(sym_name_identifier); + if (lookahead == 'y') ADVANCE(431); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 467: + ACCEPT_TOKEN(sym_name_identifier); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(589); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(467); + END_STATE(); + case 468: + ACCEPT_TOKEN(sym_name_identifier); + if (('0' <= lookahead && lookahead <= '9') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(468); + END_STATE(); + case 469: + ACCEPT_TOKEN(sym_type_identifier); + if (lookahead == '_') ADVANCE(589); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(469); + END_STATE(); + case 470: ACCEPT_TOKEN(sym_type_identifier); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(429); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(470); END_STATE(); - case 430: + case 471: ACCEPT_TOKEN(sym_abstract_type_identifier); - if (lookahead == '_') ADVANCE(518); + if (lookahead == '_') ADVANCE(589); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(430); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(471); END_STATE(); - case 431: + case 472: ACCEPT_TOKEN(sym_abstract_type_identifier); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(431); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(472); END_STATE(); - case 432: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '.') ADVANCE(176); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(432); + case 473: + ACCEPT_TOKEN(sym_operator); + if (lookahead == '*') ADVANCE(474); + if (lookahead == '/') ADVANCE(353); + if (lookahead == '!' || + lookahead == '%' || + lookahead == '&' || + ('+' <= lookahead && lookahead <= '.') || + lookahead == ':' || + ('<' <= lookahead && lookahead <= '?') || + lookahead == '^' || + lookahead == '|') ADVANCE(477); + END_STATE(); + case 474: + ACCEPT_TOKEN(sym_operator); + if (lookahead == '*') ADVANCE(475); + if (lookahead == '!' || + lookahead == '%' || + lookahead == '&' || + ('+' <= lookahead && lookahead <= '/') || + lookahead == ':' || + ('<' <= lookahead && lookahead <= '?') || + lookahead == '^' || + lookahead == '|') ADVANCE(474); + if (lookahead != 0) ADVANCE(85); + END_STATE(); + case 475: + ACCEPT_TOKEN(sym_operator); + if (lookahead == '/') ADVANCE(359); + if (lookahead == '!' || + lookahead == '%' || + lookahead == '&' || + ('*' <= lookahead && lookahead <= '.') || + lookahead == ':' || + ('<' <= lookahead && lookahead <= '?') || + lookahead == '^' || + lookahead == '|') ADVANCE(474); + if (lookahead != 0) ADVANCE(85); + END_STATE(); + case 476: + ACCEPT_TOKEN(sym_operator); + if (lookahead == '>') ADVANCE(297); + if (lookahead == '!' || + lookahead == '%' || + lookahead == '&' || + ('*' <= lookahead && lookahead <= '/') || + lookahead == ':' || + ('<' <= lookahead && lookahead <= '?') || + lookahead == '^' || + lookahead == '|') ADVANCE(477); + END_STATE(); + case 477: + ACCEPT_TOKEN(sym_operator); + if (lookahead == '!' || + lookahead == '%' || + lookahead == '&' || + ('*' <= lookahead && lookahead <= '/') || + lookahead == ':' || + ('<' <= lookahead && lookahead <= '?') || + lookahead == '^' || + lookahead == '|') ADVANCE(477); + END_STATE(); + case 478: + ACCEPT_TOKEN(sym_float_number_literal); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(478); + END_STATE(); + case 479: + ACCEPT_TOKEN(sym_number_literal); + if (lookahead == '.') ADVANCE(189); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(479); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 433: + case 480: + ACCEPT_TOKEN(sym_number_literal); + if (lookahead == '.') ADVANCE(189); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(480); + END_STATE(); + case 481: + ACCEPT_TOKEN(sym_number_literal); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(481); + END_STATE(); + case 482: + ACCEPT_TOKEN(anon_sym_DQUOTE); + END_STATE(); + case 483: + ACCEPT_TOKEN(aux_sym_string_literal_token1); + if (lookahead == '"') ADVANCE(85); + if (lookahead == '*') ADVANCE(484); + if (lookahead == '\\') ADVANCE(1); + if (lookahead != 0) ADVANCE(483); + END_STATE(); + case 484: + ACCEPT_TOKEN(aux_sym_string_literal_token1); + if (lookahead == '"') ADVANCE(85); + if (lookahead == '/') ADVANCE(358); + if (lookahead == '\\') ADVANCE(1); + if (lookahead != 0) ADVANCE(483); + END_STATE(); + case 485: + ACCEPT_TOKEN(aux_sym_string_literal_token1); + if (lookahead == '*') ADVANCE(483); + if (lookahead == '/') ADVANCE(350); + if (lookahead == '\\') ADVANCE(195); + if (lookahead != 0 && + lookahead != '"') ADVANCE(487); + END_STATE(); + case 486: + ACCEPT_TOKEN(aux_sym_string_literal_token1); + if (lookahead == '/') ADVANCE(485); + if (lookahead == '\\') ADVANCE(195); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') ADVANCE(486); + if (lookahead != 0 && + lookahead != '"') ADVANCE(487); + END_STATE(); + case 487: + ACCEPT_TOKEN(aux_sym_string_literal_token1); + if (lookahead == '\\') ADVANCE(195); + if (lookahead != 0 && + lookahead != '"') ADVANCE(487); + END_STATE(); + case 488: + ACCEPT_TOKEN(anon_sym_SQUOTE); + END_STATE(); + case 489: + ACCEPT_TOKEN(anon_sym_SQUOTE); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(471); + if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); + END_STATE(); + case 490: + ACCEPT_TOKEN(anon_sym_SQUOTE); + if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(472); + END_STATE(); + case 491: + ACCEPT_TOKEN(aux_sym_char_literal_token1); + END_STATE(); + case 492: + ACCEPT_TOKEN(aux_sym_char_literal_token1); + if (lookahead == '*') ADVANCE(85); + if (lookahead == '/') ADVANCE(352); + END_STATE(); + case 493: + ACCEPT_TOKEN(aux_sym_char_literal_token1); + if (lookahead == '/') ADVANCE(492); + if (lookahead == '\\') ADVANCE(194); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') ADVANCE(493); + if (lookahead != 0 && + lookahead != '\'') ADVANCE(491); + END_STATE(); + case 494: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'a') ADVANCE(476); + if (lookahead == 'a') ADVANCE(543); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 434: + case 495: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'a') ADVANCE(469); + if (lookahead == 'a') ADVANCE(537); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 435: + case 496: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'a') ADVANCE(506); + if (lookahead == 'a') ADVANCE(561); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 436: + case 497: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'a') ADVANCE(502); + if (lookahead == 'a') ADVANCE(575); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 437: + case 498: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'a') ADVANCE(496); + if (lookahead == 'a') ADVANCE(567); + if (lookahead == 'r') ADVANCE(522); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 438: + case 499: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'a') ADVANCE(498); + if (lookahead == 'a') ADVANCE(570); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 439: + case 500: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'a') ADVANCE(445); + if (lookahead == 'a') ADVANCE(558); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 440: + case 501: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'a') ADVANCE(492); + if (lookahead == 'a') ADVANCE(509); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 441: + case 502: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'a') ADVANCE(505); + if (lookahead == 'a') ADVANCE(564); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 442: + case 503: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'c') ADVANCE(460); + if (lookahead == 'a') ADVANCE(511); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 443: + case 504: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'c') ADVANCE(472); - if (lookahead == 'f') ADVANCE(253); + if (lookahead == 'a') ADVANCE(572); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 444: + case 505: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'c') ADVANCE(511); + if (lookahead == 'b') ADVANCE(573); + if (lookahead == 'l') ADVANCE(535); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 445: + case 506: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'c') ADVANCE(452); + if (lookahead == 'c') ADVANCE(281); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 446: + case 507: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') ADVANCE(443); - if (lookahead == 'o') ADVANCE(294); + if (lookahead == 'c') ADVANCE(539); + if (lookahead == 'f') ADVANCE(272); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 447: + case 508: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') ADVANCE(241); + if (lookahead == 'c') ADVANCE(527); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 448: + case 509: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') ADVANCE(291); + if (lookahead == 'c') ADVANCE(518); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 449: + case 510: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') ADVANCE(254); + if (lookahead == 'c') ADVANCE(580); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 450: + case 511: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') ADVANCE(297); + if (lookahead == 'c') ADVANCE(581); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 451: + case 512: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'e') ADVANCE(507); + if (lookahead == 'o') ADVANCE(318); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); + END_STATE(); + case 513: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'e') ADVANCE(252); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); + END_STATE(); + case 514: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'e') ADVANCE(315); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 452: + case 515: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') ADVANCE(223); + if (lookahead == 'e') ADVANCE(260); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 453: + case 516: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') ADVANCE(478); + if (lookahead == 'e') ADVANCE(321); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 454: + case 517: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') ADVANCE(507); + if (lookahead == 'e') ADVANCE(345); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 455: + case 518: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') ADVANCE(503); + if (lookahead == 'e') ADVANCE(237); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 456: + case 519: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') ADVANCE(434); + if (lookahead == 'e') ADVANCE(574); + if (lookahead == 'o') ADVANCE(550); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 457: + case 520: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'f') ADVANCE(282); - if (lookahead == 'm') ADVANCE(490); - if (lookahead == 'n') ADVANCE(302); + if (lookahead == 'e') ADVANCE(545); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 458: + case 521: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'f') ADVANCE(288); + if (lookahead == 'e') ADVANCE(576); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 459: + case 522: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'h') ADVANCE(279); + if (lookahead == 'e') ADVANCE(495); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 460: + case 523: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'h') ADVANCE(276); + if (lookahead == 'e') ADVANCE(569); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 461: + case 524: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'h') ADVANCE(465); - if (lookahead == 'i') ADVANCE(508); + if (lookahead == 'f') ADVANCE(306); + if (lookahead == 'm') ADVANCE(556); + if (lookahead == 'n') ADVANCE(326); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 462: + case 525: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'h') ADVANCE(453); - if (lookahead == 'y') ADVANCE(488); + if (lookahead == 'f') ADVANCE(312); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 463: + case 526: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'i') ADVANCE(458); - if (lookahead == 's') ADVANCE(448); + if (lookahead == 'h') ADVANCE(303); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 464: + case 527: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'i') ADVANCE(481); + if (lookahead == 'h') ADVANCE(300); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 465: + case 528: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'i') ADVANCE(474); + if (lookahead == 'h') ADVANCE(532); + if (lookahead == 'i') ADVANCE(577); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 466: + case 529: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'i') ADVANCE(485); + if (lookahead == 'h') ADVANCE(520); + if (lookahead == 'y') ADVANCE(554); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 467: + case 530: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'i') ADVANCE(438); + if (lookahead == 'i') ADVANCE(525); + if (lookahead == 's') ADVANCE(514); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 468: + case 531: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'i') ADVANCE(514); + if (lookahead == 'i') ADVANCE(506); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 469: + case 532: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'k') ADVANCE(312); + if (lookahead == 'i') ADVANCE(541); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 470: + case 533: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'l') ADVANCE(467); + if (lookahead == 'i') ADVANCE(551); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 471: + case 534: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'l') ADVANCE(463); + if (lookahead == 'i') ADVANCE(548); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 472: + case 535: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'l') ADVANCE(248); + if (lookahead == 'i') ADVANCE(502); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 473: + case 536: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'l') ADVANCE(436); - if (lookahead == 'o') ADVANCE(477); + if (lookahead == 'i') ADVANCE(585); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 474: + case 537: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'l') ADVANCE(450); + if (lookahead == 'k') ADVANCE(342); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 475: + case 538: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'l') ADVANCE(441); + if (lookahead == 'l') ADVANCE(530); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 476: + case 539: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'm') ADVANCE(455); + if (lookahead == 'l') ADVANCE(269); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 477: + case 540: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'n') ADVANCE(504); + if (lookahead == 'l') ADVANCE(499); + if (lookahead == 'o') ADVANCE(544); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 478: + case 541: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'n') ADVANCE(285); + if (lookahead == 'l') ADVANCE(516); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 479: + case 542: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'l') ADVANCE(504); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); + END_STATE(); + case 543: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'm') ADVANCE(523); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); + END_STATE(); + case 544: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'n') ADVANCE(571); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); + END_STATE(); + case 545: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'n') ADVANCE(309); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 480: + case 546: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'n') ADVANCE(234); + if (lookahead == 'n') ADVANCE(335); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 481: + case 547: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'n') ADVANCE(517); + if (lookahead == 'n') ADVANCE(249); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 482: + case 548: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'o') ADVANCE(491); + if (lookahead == 'n') ADVANCE(588); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 483: + case 549: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'o') ADVANCE(484); + if (lookahead == 'o') ADVANCE(557); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 484: + case 550: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'o') ADVANCE(487); + if (lookahead == 'o') ADVANCE(553); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 485: + case 551: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'o') ADVANCE(480); + if (lookahead == 'o') ADVANCE(547); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 486: + case 552: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'o') ADVANCE(497); + if (lookahead == 'o') ADVANCE(563); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 487: + case 553: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'p') ADVANCE(305); + if (lookahead == 'p') ADVANCE(329); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 488: + case 554: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'p') ADVANCE(449); + if (lookahead == 'p') ADVANCE(515); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 489: + case 555: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'p') ADVANCE(439); + if (lookahead == 'p') ADVANCE(501); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 490: + case 556: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'p') ADVANCE(486); + if (lookahead == 'p') ADVANCE(552); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 491: + case 557: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'r') ADVANCE(300); + if (lookahead == 'r') ADVANCE(324); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 492: + case 558: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'r') ADVANCE(229); + if (lookahead == 'r') ADVANCE(243); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 493: + case 559: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'r') ADVANCE(456); + if (lookahead == 'r') ADVANCE(586); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 494: + case 560: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'r') ADVANCE(515); + if (lookahead == 'r') ADVANCE(546); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 495: + case 561: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'r') ADVANCE(479); + if (lookahead == 'r') ADVANCE(583); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 496: + case 562: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'r') ADVANCE(513); + if (lookahead == 'r') ADVANCE(503); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 497: + case 563: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'r') ADVANCE(510); + if (lookahead == 'r') ADVANCE(579); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 498: + case 564: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 's') ADVANCE(245); + if (lookahead == 's') ADVANCE(259); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 499: + case 565: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 's') ADVANCE(262); + if (lookahead == 's') ADVANCE(278); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 500: + case 566: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 's') ADVANCE(265); + if (lookahead == 's') ADVANCE(287); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 501: + case 567: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 's') ADVANCE(447); + if (lookahead == 's') ADVANCE(531); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 502: + case 568: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 's') ADVANCE(499); + if (lookahead == 's') ADVANCE(513); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 503: + case 569: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 's') ADVANCE(489); + if (lookahead == 's') ADVANCE(555); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 504: + case 570: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 's') ADVANCE(509); - if (lookahead == 't') ADVANCE(464); + if (lookahead == 's') ADVANCE(565); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 505: + case 571: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 's') ADVANCE(500); + if (lookahead == 's') ADVANCE(578); + if (lookahead == 't') ADVANCE(534); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 506: + case 572: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') ADVANCE(442); + if (lookahead == 's') ADVANCE(566); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 507: + case 573: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') ADVANCE(516); + if (lookahead == 's') ADVANCE(584); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 508: + case 574: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') ADVANCE(459); + if (lookahead == 't') ADVANCE(265); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 509: + case 575: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') ADVANCE(226); + if (lookahead == 't') ADVANCE(508); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 510: + case 576: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') ADVANCE(237); + if (lookahead == 't') ADVANCE(587); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 511: + case 577: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') ADVANCE(259); + if (lookahead == 't') ADVANCE(526); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 512: + case 578: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') ADVANCE(494); + if (lookahead == 't') ADVANCE(240); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 513: + case 579: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') ADVANCE(468); + if (lookahead == 't') ADVANCE(256); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 514: + case 580: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 't') ADVANCE(466); + if (lookahead == 't') ADVANCE(275); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 515: + case 581: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'u') ADVANCE(444); + if (lookahead == 't') ADVANCE(284); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 516: + case 582: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'u') ADVANCE(495); + if (lookahead == 't') ADVANCE(559); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 517: + case 583: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'u') ADVANCE(451); + if (lookahead == 't') ADVANCE(536); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); - case 518: + case 584: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 't') ADVANCE(562); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); + END_STATE(); + case 585: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 't') ADVANCE(533); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); + END_STATE(); + case 586: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'u') ADVANCE(510); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); + END_STATE(); + case 587: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'u') ADVANCE(560); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); + END_STATE(); + case 588: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'u') ADVANCE(517); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); + END_STATE(); + case 589: ACCEPT_TOKEN(sym_identifier); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); - END_STATE(); - case 519: - ACCEPT_TOKEN(sym_operator); - if (lookahead == '*') ADVANCE(520); - if (lookahead == '/') ADVANCE(324); - if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '&') || - ('+' <= lookahead && lookahead <= '.') || - lookahead == ':' || - ('<' <= lookahead && lookahead <= '?') || - lookahead == '^' || - lookahead == '|') ADVANCE(523); - END_STATE(); - case 520: - ACCEPT_TOKEN(sym_operator); - if (lookahead == '*') ADVANCE(521); - if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '&') || - ('+' <= lookahead && lookahead <= '/') || - lookahead == ':' || - ('<' <= lookahead && lookahead <= '?') || - lookahead == '^' || - lookahead == '|') ADVANCE(520); - if (lookahead != 0) ADVANCE(83); - END_STATE(); - case 521: - ACCEPT_TOKEN(sym_operator); - if (lookahead == '/') ADVANCE(328); - if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '&') || - ('*' <= lookahead && lookahead <= '.') || - lookahead == ':' || - ('<' <= lookahead && lookahead <= '?') || - lookahead == '^' || - lookahead == '|') ADVANCE(520); - if (lookahead != 0) ADVANCE(83); - END_STATE(); - case 522: - ACCEPT_TOKEN(sym_operator); - if (lookahead == '>') ADVANCE(250); - if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '&') || - ('*' <= lookahead && lookahead <= '/') || - lookahead == ':' || - ('<' <= lookahead && lookahead <= '?') || - lookahead == '^' || - lookahead == '|') ADVANCE(523); - END_STATE(); - case 523: - ACCEPT_TOKEN(sym_operator); - if (lookahead == '!' || - ('$' <= lookahead && lookahead <= '&') || - ('*' <= lookahead && lookahead <= '/') || - lookahead == ':' || - ('<' <= lookahead && lookahead <= '?') || - lookahead == '^' || - lookahead == '|') ADVANCE(523); - END_STATE(); - case 524: - ACCEPT_TOKEN(sym_float_number_literal); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(524); - END_STATE(); - case 525: - ACCEPT_TOKEN(sym_number_literal); - if (lookahead == '.') ADVANCE(176); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(525); - END_STATE(); - case 526: - ACCEPT_TOKEN(anon_sym_DQUOTE); - END_STATE(); - case 527: - ACCEPT_TOKEN(aux_sym_string_literal_token1); - if (lookahead == '*') ADVANCE(528); - if (lookahead == '/') ADVANCE(321); - if (lookahead != 0 && - lookahead != '"' && - lookahead != '\'' && - lookahead != '\\') ADVANCE(531); - END_STATE(); - case 528: - ACCEPT_TOKEN(aux_sym_string_literal_token1); - if (lookahead == '*') ADVANCE(530); - if (lookahead == '"' || - lookahead == '\'' || - lookahead == '\\') ADVANCE(83); - if (lookahead != 0) ADVANCE(528); - END_STATE(); - case 529: - ACCEPT_TOKEN(aux_sym_string_literal_token1); - if (lookahead == '/') ADVANCE(527); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') ADVANCE(529); - if (lookahead != 0 && - lookahead != '"' && - lookahead != '\'' && - lookahead != '\\') ADVANCE(531); - END_STATE(); - case 530: - ACCEPT_TOKEN(aux_sym_string_literal_token1); - if (lookahead == '/') ADVANCE(329); - if (lookahead == '"' || - lookahead == '\'' || - lookahead == '\\') ADVANCE(83); - if (lookahead != 0) ADVANCE(528); - END_STATE(); - case 531: - ACCEPT_TOKEN(aux_sym_string_literal_token1); - if (lookahead != 0 && - lookahead != '"' && - lookahead != '\'' && - lookahead != '\\') ADVANCE(531); - END_STATE(); - case 532: - ACCEPT_TOKEN(anon_sym_SQUOTE); - END_STATE(); - case 533: - ACCEPT_TOKEN(anon_sym_SQUOTE); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(430); - if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(518); - END_STATE(); - case 534: - ACCEPT_TOKEN(anon_sym_SQUOTE); - if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(431); - END_STATE(); - case 535: - ACCEPT_TOKEN(aux_sym_char_literal_token1); - END_STATE(); - case 536: - ACCEPT_TOKEN(aux_sym_char_literal_token1); - if (lookahead == '*') ADVANCE(83); - if (lookahead == '/') ADVANCE(323); - END_STATE(); - case 537: - ACCEPT_TOKEN(aux_sym_char_literal_token1); - if (lookahead == '/') ADVANCE(536); - if (lookahead == '\\') ADVANCE(181); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') ADVANCE(537); - if (lookahead != 0 && - lookahead != '"' && - lookahead != '\'') ADVANCE(535); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(589); END_STATE(); default: return false; @@ -10033,7 +11058,7 @@ static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) { if (lookahead == 'L') ADVANCE(4); if (lookahead == 'M') ADVANCE(5); if (lookahead == 'T') ADVANCE(6); - if (lookahead == '_') ADVANCE(7); + if (lookahead == 'i') ADVANCE(7); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || @@ -10058,75 +11083,90 @@ static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) { if (lookahead == 'E') ADVANCE(13); END_STATE(); case 7: - ACCEPT_TOKEN(anon_sym__); + if (lookahead == 'n') ADVANCE(14); END_STATE(); case 8: - if (lookahead == 'R') ADVANCE(14); + if (lookahead == 'R') ADVANCE(15); END_STATE(); case 9: - if (lookahead == 'E') ADVANCE(15); + if (lookahead == 'E') ADVANCE(16); END_STATE(); case 10: - if (lookahead == 'T') ADVANCE(16); + if (lookahead == 'T') ADVANCE(17); END_STATE(); case 11: - if (lookahead == 'B') ADVANCE(17); + if (lookahead == 'B') ADVANCE(18); END_STATE(); case 12: - if (lookahead == 'D') ADVANCE(18); + if (lookahead == 'D') ADVANCE(19); END_STATE(); case 13: - if (lookahead == 'S') ADVANCE(19); + if (lookahead == 'S') ADVANCE(20); END_STATE(); case 14: - if (lookahead == 'E') ADVANCE(20); + if (lookahead == 'l') ADVANCE(21); END_STATE(); case 15: - ACCEPT_TOKEN(anon_sym_EXE); + if (lookahead == 'E') ADVANCE(22); END_STATE(); case 16: - if (lookahead == 'E') ADVANCE(21); + ACCEPT_TOKEN(anon_sym_EXE); END_STATE(); case 17: - ACCEPT_TOKEN(anon_sym_LIB); + if (lookahead == 'E') ADVANCE(23); END_STATE(); case 18: - if (lookahead == 'U') ADVANCE(22); + ACCEPT_TOKEN(anon_sym_LIB); END_STATE(); case 19: - if (lookahead == 'T') ADVANCE(23); + if (lookahead == 'U') ADVANCE(24); END_STATE(); case 20: - ACCEPT_TOKEN(anon_sym_CORE); + if (lookahead == 'T') ADVANCE(25); END_STATE(); case 21: - if (lookahead == 'R') ADVANCE(24); + if (lookahead == 'i') ADVANCE(26); END_STATE(); case 22: - if (lookahead == 'L') ADVANCE(25); + ACCEPT_TOKEN(anon_sym_CORE); END_STATE(); case 23: - ACCEPT_TOKEN(anon_sym_TEST); + if (lookahead == 'R') ADVANCE(27); END_STATE(); case 24: - if (lookahead == 'F') ADVANCE(26); + if (lookahead == 'L') ADVANCE(28); END_STATE(); case 25: - if (lookahead == 'E') ADVANCE(27); + ACCEPT_TOKEN(anon_sym_TEST); END_STATE(); case 26: - if (lookahead == 'A') ADVANCE(28); + if (lookahead == 'n') ADVANCE(29); END_STATE(); case 27: - ACCEPT_TOKEN(anon_sym_MODULE); + if (lookahead == 'F') ADVANCE(30); END_STATE(); case 28: - if (lookahead == 'C') ADVANCE(29); + if (lookahead == 'E') ADVANCE(31); END_STATE(); case 29: - if (lookahead == 'E') ADVANCE(30); + if (lookahead == 'e') ADVANCE(32); END_STATE(); case 30: + if (lookahead == 'A') ADVANCE(33); + END_STATE(); + case 31: + ACCEPT_TOKEN(anon_sym_MODULE); + END_STATE(); + case 32: + ACCEPT_TOKEN(anon_sym_inline); + END_STATE(); + case 33: + if (lookahead == 'C') ADVANCE(34); + END_STATE(); + case 34: + if (lookahead == 'E') ADVANCE(35); + END_STATE(); + case 35: ACCEPT_TOKEN(anon_sym_INTERFACE); END_STATE(); default: @@ -10136,197 +11176,197 @@ static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) { static const TSLexMode ts_lex_modes[STATE_COUNT] = { [0] = {.lex_state = 0}, - [1] = {.lex_state = 202}, - [2] = {.lex_state = 2}, - [3] = {.lex_state = 2}, - [4] = {.lex_state = 2}, - [5] = {.lex_state = 2}, - [6] = {.lex_state = 2}, - [7] = {.lex_state = 2}, - [8] = {.lex_state = 2}, - [9] = {.lex_state = 2}, - [10] = {.lex_state = 2}, - [11] = {.lex_state = 2}, - [12] = {.lex_state = 2}, - [13] = {.lex_state = 2}, - [14] = {.lex_state = 2}, - [15] = {.lex_state = 2}, - [16] = {.lex_state = 2}, - [17] = {.lex_state = 2}, - [18] = {.lex_state = 2}, - [19] = {.lex_state = 2}, - [20] = {.lex_state = 2}, - [21] = {.lex_state = 2}, - [22] = {.lex_state = 2}, - [23] = {.lex_state = 2}, - [24] = {.lex_state = 2}, - [25] = {.lex_state = 2}, - [26] = {.lex_state = 2}, - [27] = {.lex_state = 2}, - [28] = {.lex_state = 2}, - [29] = {.lex_state = 2}, - [30] = {.lex_state = 2}, - [31] = {.lex_state = 2}, - [32] = {.lex_state = 2}, - [33] = {.lex_state = 2}, - [34] = {.lex_state = 2}, - [35] = {.lex_state = 2}, - [36] = {.lex_state = 2}, - [37] = {.lex_state = 2}, - [38] = {.lex_state = 2}, - [39] = {.lex_state = 2}, - [40] = {.lex_state = 2}, - [41] = {.lex_state = 2}, - [42] = {.lex_state = 2}, - [43] = {.lex_state = 2}, - [44] = {.lex_state = 2}, - [45] = {.lex_state = 2}, - [46] = {.lex_state = 2}, - [47] = {.lex_state = 2}, - [48] = {.lex_state = 2}, - [49] = {.lex_state = 2}, - [50] = {.lex_state = 2}, - [51] = {.lex_state = 2}, - [52] = {.lex_state = 2}, - [53] = {.lex_state = 2}, - [54] = {.lex_state = 2}, - [55] = {.lex_state = 2}, - [56] = {.lex_state = 2}, - [57] = {.lex_state = 2}, - [58] = {.lex_state = 2}, - [59] = {.lex_state = 2}, - [60] = {.lex_state = 2}, - [61] = {.lex_state = 2}, - [62] = {.lex_state = 2}, - [63] = {.lex_state = 2}, - [64] = {.lex_state = 2}, - [65] = {.lex_state = 2}, - [66] = {.lex_state = 2}, - [67] = {.lex_state = 2}, - [68] = {.lex_state = 2}, - [69] = {.lex_state = 2}, - [70] = {.lex_state = 2}, - [71] = {.lex_state = 2}, - [72] = {.lex_state = 2}, - [73] = {.lex_state = 2}, - [74] = {.lex_state = 2}, - [75] = {.lex_state = 2}, - [76] = {.lex_state = 2}, - [77] = {.lex_state = 2}, - [78] = {.lex_state = 2}, - [79] = {.lex_state = 2}, - [80] = {.lex_state = 2}, - [81] = {.lex_state = 2}, - [82] = {.lex_state = 2}, - [83] = {.lex_state = 2}, - [84] = {.lex_state = 2}, - [85] = {.lex_state = 2}, - [86] = {.lex_state = 2}, - [87] = {.lex_state = 2}, - [88] = {.lex_state = 2}, - [89] = {.lex_state = 2}, - [90] = {.lex_state = 2}, - [91] = {.lex_state = 2}, - [92] = {.lex_state = 2}, - [93] = {.lex_state = 2}, - [94] = {.lex_state = 2}, - [95] = {.lex_state = 2}, - [96] = {.lex_state = 2}, - [97] = {.lex_state = 2}, - [98] = {.lex_state = 2}, - [99] = {.lex_state = 2}, - [100] = {.lex_state = 2}, - [101] = {.lex_state = 2}, - [102] = {.lex_state = 2}, - [103] = {.lex_state = 2}, - [104] = {.lex_state = 2}, - [105] = {.lex_state = 2}, - [106] = {.lex_state = 2}, - [107] = {.lex_state = 2}, - [108] = {.lex_state = 2}, - [109] = {.lex_state = 2}, - [110] = {.lex_state = 2}, - [111] = {.lex_state = 2}, - [112] = {.lex_state = 2}, - [113] = {.lex_state = 202}, - [114] = {.lex_state = 202}, - [115] = {.lex_state = 202}, - [116] = {.lex_state = 202}, - [117] = {.lex_state = 202}, - [118] = {.lex_state = 202}, - [119] = {.lex_state = 202}, - [120] = {.lex_state = 202}, - [121] = {.lex_state = 6}, - [122] = {.lex_state = 6}, - [123] = {.lex_state = 6}, - [124] = {.lex_state = 7}, - [125] = {.lex_state = 44}, - [126] = {.lex_state = 44}, - [127] = {.lex_state = 7}, - [128] = {.lex_state = 13}, - [129] = {.lex_state = 7}, - [130] = {.lex_state = 13}, - [131] = {.lex_state = 184}, - [132] = {.lex_state = 184}, - [133] = {.lex_state = 44}, - [134] = {.lex_state = 184}, - [135] = {.lex_state = 13}, - [136] = {.lex_state = 51}, - [137] = {.lex_state = 194}, - [138] = {.lex_state = 51}, - [139] = {.lex_state = 22}, - [140] = {.lex_state = 185}, - [141] = {.lex_state = 194}, - [142] = {.lex_state = 45}, - [143] = {.lex_state = 185}, - [144] = {.lex_state = 189}, - [145] = {.lex_state = 22}, - [146] = {.lex_state = 51}, - [147] = {.lex_state = 185}, - [148] = {.lex_state = 14}, - [149] = {.lex_state = 189}, - [150] = {.lex_state = 14}, - [151] = {.lex_state = 45}, - [152] = {.lex_state = 45}, - [153] = {.lex_state = 14}, - [154] = {.lex_state = 189}, - [155] = {.lex_state = 194}, - [156] = {.lex_state = 22}, + [1] = {.lex_state = 216}, + [2] = {.lex_state = 3}, + [3] = {.lex_state = 3}, + [4] = {.lex_state = 3}, + [5] = {.lex_state = 3}, + [6] = {.lex_state = 3}, + [7] = {.lex_state = 3}, + [8] = {.lex_state = 3}, + [9] = {.lex_state = 3}, + [10] = {.lex_state = 3}, + [11] = {.lex_state = 3}, + [12] = {.lex_state = 3}, + [13] = {.lex_state = 3}, + [14] = {.lex_state = 3}, + [15] = {.lex_state = 3}, + [16] = {.lex_state = 3}, + [17] = {.lex_state = 3}, + [18] = {.lex_state = 3}, + [19] = {.lex_state = 3}, + [20] = {.lex_state = 3}, + [21] = {.lex_state = 3}, + [22] = {.lex_state = 3}, + [23] = {.lex_state = 3}, + [24] = {.lex_state = 3}, + [25] = {.lex_state = 3}, + [26] = {.lex_state = 3}, + [27] = {.lex_state = 3}, + [28] = {.lex_state = 3}, + [29] = {.lex_state = 3}, + [30] = {.lex_state = 3}, + [31] = {.lex_state = 3}, + [32] = {.lex_state = 3}, + [33] = {.lex_state = 3}, + [34] = {.lex_state = 3}, + [35] = {.lex_state = 3}, + [36] = {.lex_state = 3}, + [37] = {.lex_state = 3}, + [38] = {.lex_state = 3}, + [39] = {.lex_state = 3}, + [40] = {.lex_state = 3}, + [41] = {.lex_state = 3}, + [42] = {.lex_state = 3}, + [43] = {.lex_state = 3}, + [44] = {.lex_state = 3}, + [45] = {.lex_state = 3}, + [46] = {.lex_state = 3}, + [47] = {.lex_state = 3}, + [48] = {.lex_state = 3}, + [49] = {.lex_state = 3}, + [50] = {.lex_state = 3}, + [51] = {.lex_state = 3}, + [52] = {.lex_state = 3}, + [53] = {.lex_state = 3}, + [54] = {.lex_state = 3}, + [55] = {.lex_state = 3}, + [56] = {.lex_state = 3}, + [57] = {.lex_state = 3}, + [58] = {.lex_state = 3}, + [59] = {.lex_state = 3}, + [60] = {.lex_state = 3}, + [61] = {.lex_state = 3}, + [62] = {.lex_state = 3}, + [63] = {.lex_state = 3}, + [64] = {.lex_state = 3}, + [65] = {.lex_state = 3}, + [66] = {.lex_state = 3}, + [67] = {.lex_state = 3}, + [68] = {.lex_state = 3}, + [69] = {.lex_state = 3}, + [70] = {.lex_state = 3}, + [71] = {.lex_state = 3}, + [72] = {.lex_state = 3}, + [73] = {.lex_state = 3}, + [74] = {.lex_state = 3}, + [75] = {.lex_state = 3}, + [76] = {.lex_state = 3}, + [77] = {.lex_state = 3}, + [78] = {.lex_state = 3}, + [79] = {.lex_state = 3}, + [80] = {.lex_state = 3}, + [81] = {.lex_state = 3}, + [82] = {.lex_state = 3}, + [83] = {.lex_state = 3}, + [84] = {.lex_state = 3}, + [85] = {.lex_state = 3}, + [86] = {.lex_state = 3}, + [87] = {.lex_state = 3}, + [88] = {.lex_state = 3}, + [89] = {.lex_state = 3}, + [90] = {.lex_state = 3}, + [91] = {.lex_state = 3}, + [92] = {.lex_state = 3}, + [93] = {.lex_state = 3}, + [94] = {.lex_state = 3}, + [95] = {.lex_state = 3}, + [96] = {.lex_state = 3}, + [97] = {.lex_state = 3}, + [98] = {.lex_state = 3}, + [99] = {.lex_state = 3}, + [100] = {.lex_state = 3}, + [101] = {.lex_state = 3}, + [102] = {.lex_state = 3}, + [103] = {.lex_state = 3}, + [104] = {.lex_state = 3}, + [105] = {.lex_state = 3}, + [106] = {.lex_state = 3}, + [107] = {.lex_state = 3}, + [108] = {.lex_state = 3}, + [109] = {.lex_state = 3}, + [110] = {.lex_state = 3}, + [111] = {.lex_state = 3}, + [112] = {.lex_state = 3}, + [113] = {.lex_state = 3}, + [114] = {.lex_state = 3}, + [115] = {.lex_state = 3}, + [116] = {.lex_state = 3}, + [117] = {.lex_state = 3}, + [118] = {.lex_state = 3}, + [119] = {.lex_state = 3}, + [120] = {.lex_state = 3}, + [121] = {.lex_state = 3}, + [122] = {.lex_state = 3}, + [123] = {.lex_state = 3}, + [124] = {.lex_state = 3}, + [125] = {.lex_state = 3}, + [126] = {.lex_state = 3}, + [127] = {.lex_state = 3}, + [128] = {.lex_state = 3}, + [129] = {.lex_state = 3}, + [130] = {.lex_state = 3}, + [131] = {.lex_state = 3}, + [132] = {.lex_state = 3}, + [133] = {.lex_state = 3}, + [134] = {.lex_state = 3}, + [135] = {.lex_state = 3}, + [136] = {.lex_state = 3}, + [137] = {.lex_state = 3}, + [138] = {.lex_state = 3}, + [139] = {.lex_state = 3}, + [140] = {.lex_state = 3}, + [141] = {.lex_state = 3}, + [142] = {.lex_state = 3}, + [143] = {.lex_state = 3}, + [144] = {.lex_state = 3}, + [145] = {.lex_state = 3}, + [146] = {.lex_state = 3}, + [147] = {.lex_state = 3}, + [148] = {.lex_state = 3}, + [149] = {.lex_state = 3}, + [150] = {.lex_state = 3}, + [151] = {.lex_state = 3}, + [152] = {.lex_state = 3}, + [153] = {.lex_state = 3}, + [154] = {.lex_state = 3}, + [155] = {.lex_state = 3}, + [156] = {.lex_state = 3}, [157] = {.lex_state = 3}, - [158] = {.lex_state = 23}, - [159] = {.lex_state = 190}, - [160] = {.lex_state = 195}, - [161] = {.lex_state = 190}, - [162] = {.lex_state = 23}, - [163] = {.lex_state = 35}, - [164] = {.lex_state = 199}, - [165] = {.lex_state = 34}, - [166] = {.lex_state = 35}, - [167] = {.lex_state = 34}, - [168] = {.lex_state = 35}, - [169] = {.lex_state = 34}, - [170] = {.lex_state = 60}, - [171] = {.lex_state = 52}, - [172] = {.lex_state = 52}, - [173] = {.lex_state = 52}, - [174] = {.lex_state = 190}, - [175] = {.lex_state = 199}, - [176] = {.lex_state = 60}, - [177] = {.lex_state = 23}, - [178] = {.lex_state = 60}, - [179] = {.lex_state = 199}, - [180] = {.lex_state = 195}, - [181] = {.lex_state = 195}, + [158] = {.lex_state = 3}, + [159] = {.lex_state = 3}, + [160] = {.lex_state = 3}, + [161] = {.lex_state = 3}, + [162] = {.lex_state = 3}, + [163] = {.lex_state = 3}, + [164] = {.lex_state = 3}, + [165] = {.lex_state = 3}, + [166] = {.lex_state = 3}, + [167] = {.lex_state = 3}, + [168] = {.lex_state = 3}, + [169] = {.lex_state = 3}, + [170] = {.lex_state = 3}, + [171] = {.lex_state = 3}, + [172] = {.lex_state = 3}, + [173] = {.lex_state = 3}, + [174] = {.lex_state = 3}, + [175] = {.lex_state = 3}, + [176] = {.lex_state = 3}, + [177] = {.lex_state = 3}, + [178] = {.lex_state = 3}, + [179] = {.lex_state = 3}, + [180] = {.lex_state = 3}, + [181] = {.lex_state = 3}, [182] = {.lex_state = 3}, [183] = {.lex_state = 3}, - [184] = {.lex_state = 36}, + [184] = {.lex_state = 3}, [185] = {.lex_state = 3}, [186] = {.lex_state = 3}, [187] = {.lex_state = 3}, [188] = {.lex_state = 3}, - [189] = {.lex_state = 36}, + [189] = {.lex_state = 3}, [190] = {.lex_state = 3}, - [191] = {.lex_state = 36}, + [191] = {.lex_state = 3}, [192] = {.lex_state = 3}, [193] = {.lex_state = 3}, [194] = {.lex_state = 3}, @@ -10337,2328 +11377,2725 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [199] = {.lex_state = 3}, [200] = {.lex_state = 3}, [201] = {.lex_state = 3}, - [202] = {.lex_state = 73}, - [203] = {.lex_state = 61}, + [202] = {.lex_state = 3}, + [203] = {.lex_state = 3}, [204] = {.lex_state = 3}, [205] = {.lex_state = 3}, [206] = {.lex_state = 3}, [207] = {.lex_state = 3}, - [208] = {.lex_state = 3}, - [209] = {.lex_state = 3}, - [210] = {.lex_state = 3}, - [211] = {.lex_state = 3}, - [212] = {.lex_state = 3}, - [213] = {.lex_state = 3}, - [214] = {.lex_state = 3}, - [215] = {.lex_state = 3}, - [216] = {.lex_state = 3}, - [217] = {.lex_state = 61}, - [218] = {.lex_state = 3}, - [219] = {.lex_state = 3}, - [220] = {.lex_state = 3}, - [221] = {.lex_state = 3}, - [222] = {.lex_state = 3}, - [223] = {.lex_state = 3}, - [224] = {.lex_state = 3}, - [225] = {.lex_state = 61}, - [226] = {.lex_state = 3}, - [227] = {.lex_state = 3}, - [228] = {.lex_state = 3}, - [229] = {.lex_state = 3}, - [230] = {.lex_state = 3}, - [231] = {.lex_state = 3}, - [232] = {.lex_state = 3}, - [233] = {.lex_state = 3}, - [234] = {.lex_state = 3}, - [235] = {.lex_state = 3}, - [236] = {.lex_state = 3}, - [237] = {.lex_state = 3}, - [238] = {.lex_state = 3}, - [239] = {.lex_state = 3}, - [240] = {.lex_state = 3}, - [241] = {.lex_state = 3}, - [242] = {.lex_state = 3}, - [243] = {.lex_state = 3}, - [244] = {.lex_state = 72}, - [245] = {.lex_state = 3}, - [246] = {.lex_state = 3}, - [247] = {.lex_state = 3}, - [248] = {.lex_state = 3}, - [249] = {.lex_state = 72}, - [250] = {.lex_state = 3}, - [251] = {.lex_state = 73}, - [252] = {.lex_state = 3}, - [253] = {.lex_state = 3}, - [254] = {.lex_state = 72}, - [255] = {.lex_state = 3}, - [256] = {.lex_state = 3}, - [257] = {.lex_state = 3}, - [258] = {.lex_state = 73}, - [259] = {.lex_state = 3}, - [260] = {.lex_state = 3}, - [261] = {.lex_state = 3}, - [262] = {.lex_state = 3}, - [263] = {.lex_state = 3}, - [264] = {.lex_state = 3}, - [265] = {.lex_state = 3}, - [266] = {.lex_state = 3}, - [267] = {.lex_state = 3}, - [268] = {.lex_state = 3}, - [269] = {.lex_state = 3}, - [270] = {.lex_state = 3}, - [271] = {.lex_state = 3}, - [272] = {.lex_state = 3}, - [273] = {.lex_state = 3}, - [274] = {.lex_state = 3}, - [275] = {.lex_state = 3}, - [276] = {.lex_state = 3}, - [277] = {.lex_state = 3}, - [278] = {.lex_state = 3}, - [279] = {.lex_state = 3}, - [280] = {.lex_state = 3}, - [281] = {.lex_state = 3}, - [282] = {.lex_state = 3}, - [283] = {.lex_state = 3}, - [284] = {.lex_state = 3}, - [285] = {.lex_state = 3}, - [286] = {.lex_state = 3}, - [287] = {.lex_state = 3}, - [288] = {.lex_state = 3}, - [289] = {.lex_state = 3}, - [290] = {.lex_state = 3}, - [291] = {.lex_state = 3}, - [292] = {.lex_state = 3}, - [293] = {.lex_state = 3}, - [294] = {.lex_state = 3}, - [295] = {.lex_state = 3}, - [296] = {.lex_state = 3}, - [297] = {.lex_state = 3}, - [298] = {.lex_state = 3}, - [299] = {.lex_state = 3}, - [300] = {.lex_state = 3}, - [301] = {.lex_state = 3}, - [302] = {.lex_state = 3}, - [303] = {.lex_state = 3}, - [304] = {.lex_state = 3}, - [305] = {.lex_state = 3}, - [306] = {.lex_state = 3}, - [307] = {.lex_state = 3}, - [308] = {.lex_state = 3}, - [309] = {.lex_state = 3}, - [310] = {.lex_state = 3}, - [311] = {.lex_state = 3}, - [312] = {.lex_state = 3}, - [313] = {.lex_state = 3}, - [314] = {.lex_state = 3}, - [315] = {.lex_state = 3}, - [316] = {.lex_state = 3}, - [317] = {.lex_state = 3}, - [318] = {.lex_state = 3}, - [319] = {.lex_state = 3}, - [320] = {.lex_state = 3}, - [321] = {.lex_state = 3}, - [322] = {.lex_state = 3}, - [323] = {.lex_state = 3}, - [324] = {.lex_state = 3}, - [325] = {.lex_state = 3}, - [326] = {.lex_state = 3}, - [327] = {.lex_state = 3}, - [328] = {.lex_state = 3}, - [329] = {.lex_state = 3}, - [330] = {.lex_state = 3}, - [331] = {.lex_state = 200}, - [332] = {.lex_state = 3}, - [333] = {.lex_state = 3}, - [334] = {.lex_state = 3}, - [335] = {.lex_state = 3}, - [336] = {.lex_state = 3}, - [337] = {.lex_state = 3}, - [338] = {.lex_state = 3}, - [339] = {.lex_state = 3}, - [340] = {.lex_state = 200}, - [341] = {.lex_state = 3}, - [342] = {.lex_state = 3}, - [343] = {.lex_state = 3}, - [344] = {.lex_state = 3}, - [345] = {.lex_state = 3}, - [346] = {.lex_state = 3}, - [347] = {.lex_state = 3}, - [348] = {.lex_state = 3}, - [349] = {.lex_state = 3}, - [350] = {.lex_state = 3}, - [351] = {.lex_state = 200}, - [352] = {.lex_state = 3}, - [353] = {.lex_state = 3}, - [354] = {.lex_state = 3}, - [355] = {.lex_state = 3}, - [356] = {.lex_state = 3}, - [357] = {.lex_state = 3}, - [358] = {.lex_state = 3}, - [359] = {.lex_state = 3}, - [360] = {.lex_state = 3}, - [361] = {.lex_state = 3}, - [362] = {.lex_state = 3}, - [363] = {.lex_state = 3}, - [364] = {.lex_state = 3}, - [365] = {.lex_state = 3}, - [366] = {.lex_state = 3}, - [367] = {.lex_state = 3}, - [368] = {.lex_state = 3}, - [369] = {.lex_state = 191}, - [370] = {.lex_state = 3}, - [371] = {.lex_state = 3}, - [372] = {.lex_state = 3}, - [373] = {.lex_state = 3}, - [374] = {.lex_state = 3}, - [375] = {.lex_state = 3}, - [376] = {.lex_state = 3}, - [377] = {.lex_state = 3}, - [378] = {.lex_state = 3}, - [379] = {.lex_state = 3}, - [380] = {.lex_state = 3}, - [381] = {.lex_state = 3}, - [382] = {.lex_state = 3}, - [383] = {.lex_state = 3}, - [384] = {.lex_state = 191}, - [385] = {.lex_state = 3}, - [386] = {.lex_state = 3}, - [387] = {.lex_state = 3}, - [388] = {.lex_state = 3}, - [389] = {.lex_state = 3}, - [390] = {.lex_state = 3}, - [391] = {.lex_state = 3}, - [392] = {.lex_state = 3}, - [393] = {.lex_state = 3}, - [394] = {.lex_state = 191}, - [395] = {.lex_state = 3}, - [396] = {.lex_state = 3}, - [397] = {.lex_state = 3}, - [398] = {.lex_state = 3}, - [399] = {.lex_state = 3}, - [400] = {.lex_state = 3}, - [401] = {.lex_state = 3}, - [402] = {.lex_state = 3}, - [403] = {.lex_state = 3}, - [404] = {.lex_state = 3}, - [405] = {.lex_state = 3}, - [406] = {.lex_state = 3}, - [407] = {.lex_state = 3}, - [408] = {.lex_state = 3}, - [409] = {.lex_state = 3}, - [410] = {.lex_state = 3}, - [411] = {.lex_state = 3}, - [412] = {.lex_state = 3}, - [413] = {.lex_state = 3}, - [414] = {.lex_state = 3}, - [415] = {.lex_state = 3}, - [416] = {.lex_state = 3}, - [417] = {.lex_state = 74}, - [418] = {.lex_state = 74}, - [419] = {.lex_state = 74}, - [420] = {.lex_state = 201}, - [421] = {.lex_state = 37}, - [422] = {.lex_state = 37}, - [423] = {.lex_state = 37}, - [424] = {.lex_state = 201}, - [425] = {.lex_state = 201}, - [426] = {.lex_state = 202}, - [427] = {.lex_state = 75}, - [428] = {.lex_state = 202}, - [429] = {.lex_state = 208}, - [430] = {.lex_state = 202}, - [431] = {.lex_state = 202}, - [432] = {.lex_state = 202}, - [433] = {.lex_state = 202}, - [434] = {.lex_state = 202}, - [435] = {.lex_state = 202}, - [436] = {.lex_state = 75}, - [437] = {.lex_state = 202}, - [438] = {.lex_state = 202}, - [439] = {.lex_state = 202}, - [440] = {.lex_state = 75}, - [441] = {.lex_state = 204}, - [442] = {.lex_state = 210}, - [443] = {.lex_state = 210}, - [444] = {.lex_state = 216}, - [445] = {.lex_state = 210}, - [446] = {.lex_state = 218}, - [447] = {.lex_state = 206}, - [448] = {.lex_state = 218}, - [449] = {.lex_state = 212}, - [450] = {.lex_state = 218}, - [451] = {.lex_state = 206}, - [452] = {.lex_state = 206}, - [453] = {.lex_state = 205}, - [454] = {.lex_state = 213}, - [455] = {.lex_state = 207}, - [456] = {.lex_state = 207}, - [457] = {.lex_state = 214}, - [458] = {.lex_state = 209}, - [459] = {.lex_state = 214}, - [460] = {.lex_state = 214}, - [461] = {.lex_state = 207}, - [462] = {.lex_state = 211}, - [463] = {.lex_state = 215}, - [464] = {.lex_state = 202}, - [465] = {.lex_state = 215}, - [466] = {.lex_state = 217}, - [467] = {.lex_state = 202}, - [468] = {.lex_state = 202}, - [469] = {.lex_state = 215}, - [470] = {.lex_state = 211}, - [471] = {.lex_state = 211}, - [472] = {.lex_state = 18}, - [473] = {.lex_state = 18}, - [474] = {.lex_state = 18}, - [475] = {.lex_state = 18}, - [476] = {.lex_state = 219}, - [477] = {.lex_state = 219}, - [478] = {.lex_state = 18}, - [479] = {.lex_state = 18}, - [480] = {.lex_state = 18}, - [481] = {.lex_state = 18}, - [482] = {.lex_state = 18}, - [483] = {.lex_state = 18}, - [484] = {.lex_state = 202}, - [485] = {.lex_state = 18}, - [486] = {.lex_state = 18}, - [487] = {.lex_state = 219}, - [488] = {.lex_state = 18}, - [489] = {.lex_state = 56}, - [490] = {.lex_state = 56}, - [491] = {.lex_state = 56}, - [492] = {.lex_state = 6}, - [493] = {.lex_state = 182}, - [494] = {.lex_state = 19}, - [495] = {.lex_state = 19}, - [496] = {.lex_state = 56}, - [497] = {.lex_state = 24}, - [498] = {.lex_state = 182}, - [499] = {.lex_state = 202}, - [500] = {.lex_state = 19}, - [501] = {.lex_state = 202}, - [502] = {.lex_state = 56}, - [503] = {.lex_state = 19}, - [504] = {.lex_state = 19}, - [505] = {.lex_state = 56}, - [506] = {.lex_state = 19}, - [507] = {.lex_state = 19}, - [508] = {.lex_state = 56}, - [509] = {.lex_state = 182}, - [510] = {.lex_state = 19}, - [511] = {.lex_state = 182}, - [512] = {.lex_state = 182}, - [513] = {.lex_state = 182}, - [514] = {.lex_state = 56}, - [515] = {.lex_state = 19}, - [516] = {.lex_state = 24}, - [517] = {.lex_state = 19}, - [518] = {.lex_state = 19}, - [519] = {.lex_state = 182}, - [520] = {.lex_state = 56}, - [521] = {.lex_state = 56}, - [522] = {.lex_state = 19}, - [523] = {.lex_state = 182}, - [524] = {.lex_state = 19}, - [525] = {.lex_state = 182}, - [526] = {.lex_state = 203}, - [527] = {.lex_state = 182}, - [528] = {.lex_state = 56}, - [529] = {.lex_state = 24}, - [530] = {.lex_state = 6}, - [531] = {.lex_state = 56}, - [532] = {.lex_state = 24}, - [533] = {.lex_state = 182}, - [534] = {.lex_state = 24}, - [535] = {.lex_state = 203}, - [536] = {.lex_state = 24}, - [537] = {.lex_state = 24}, - [538] = {.lex_state = 56}, - [539] = {.lex_state = 24}, - [540] = {.lex_state = 182}, - [541] = {.lex_state = 24}, - [542] = {.lex_state = 24}, - [543] = {.lex_state = 24}, - [544] = {.lex_state = 182}, - [545] = {.lex_state = 24}, - [546] = {.lex_state = 24}, - [547] = {.lex_state = 202}, - [548] = {.lex_state = 57}, - [549] = {.lex_state = 183}, - [550] = {.lex_state = 20}, - [551] = {.lex_state = 192}, - [552] = {.lex_state = 20}, - [553] = {.lex_state = 57}, - [554] = {.lex_state = 183}, - [555] = {.lex_state = 183}, - [556] = {.lex_state = 20}, - [557] = {.lex_state = 183}, - [558] = {.lex_state = 13}, - [559] = {.lex_state = 62}, - [560] = {.lex_state = 192}, - [561] = {.lex_state = 192}, - [562] = {.lex_state = 57}, - [563] = {.lex_state = 20}, - [564] = {.lex_state = 183}, - [565] = {.lex_state = 192}, - [566] = {.lex_state = 192}, - [567] = {.lex_state = 202}, - [568] = {.lex_state = 57}, - [569] = {.lex_state = 192}, - [570] = {.lex_state = 202}, - [571] = {.lex_state = 62}, - [572] = {.lex_state = 192}, - [573] = {.lex_state = 20}, - [574] = {.lex_state = 20}, - [575] = {.lex_state = 57}, - [576] = {.lex_state = 203}, - [577] = {.lex_state = 62}, - [578] = {.lex_state = 25}, - [579] = {.lex_state = 57}, - [580] = {.lex_state = 57}, - [581] = {.lex_state = 57}, - [582] = {.lex_state = 202}, - [583] = {.lex_state = 57}, - [584] = {.lex_state = 62}, - [585] = {.lex_state = 20}, - [586] = {.lex_state = 62}, - [587] = {.lex_state = 20}, - [588] = {.lex_state = 25}, - [589] = {.lex_state = 20}, - [590] = {.lex_state = 184}, - [591] = {.lex_state = 57}, - [592] = {.lex_state = 183}, - [593] = {.lex_state = 25}, - [594] = {.lex_state = 20}, - [595] = {.lex_state = 25}, - [596] = {.lex_state = 192}, - [597] = {.lex_state = 44}, - [598] = {.lex_state = 57}, - [599] = {.lex_state = 20}, - [600] = {.lex_state = 25}, - [601] = {.lex_state = 20}, - [602] = {.lex_state = 184}, - [603] = {.lex_state = 192}, - [604] = {.lex_state = 13}, - [605] = {.lex_state = 25}, - [606] = {.lex_state = 25}, - [607] = {.lex_state = 20}, - [608] = {.lex_state = 25}, - [609] = {.lex_state = 57}, - [610] = {.lex_state = 25}, - [611] = {.lex_state = 183}, - [612] = {.lex_state = 25}, - [613] = {.lex_state = 57}, - [614] = {.lex_state = 7}, - [615] = {.lex_state = 183}, - [616] = {.lex_state = 203}, - [617] = {.lex_state = 183}, - [618] = {.lex_state = 202}, - [619] = {.lex_state = 186}, - [620] = {.lex_state = 25}, - [621] = {.lex_state = 186}, - [622] = {.lex_state = 202}, - [623] = {.lex_state = 25}, - [624] = {.lex_state = 183}, - [625] = {.lex_state = 186}, - [626] = {.lex_state = 62}, - [627] = {.lex_state = 25}, - [628] = {.lex_state = 183}, - [629] = {.lex_state = 202}, - [630] = {.lex_state = 7}, - [631] = {.lex_state = 186}, - [632] = {.lex_state = 183}, - [633] = {.lex_state = 202}, - [634] = {.lex_state = 62}, - [635] = {.lex_state = 186}, - [636] = {.lex_state = 186}, - [637] = {.lex_state = 62}, - [638] = {.lex_state = 202}, - [639] = {.lex_state = 192}, - [640] = {.lex_state = 62}, - [641] = {.lex_state = 62}, - [642] = {.lex_state = 202}, - [643] = {.lex_state = 62}, - [644] = {.lex_state = 62}, - [645] = {.lex_state = 186}, - [646] = {.lex_state = 192}, - [647] = {.lex_state = 62}, - [648] = {.lex_state = 192}, - [649] = {.lex_state = 183}, - [650] = {.lex_state = 186}, - [651] = {.lex_state = 186}, - [652] = {.lex_state = 186}, - [653] = {.lex_state = 192}, - [654] = {.lex_state = 186}, - [655] = {.lex_state = 186}, - [656] = {.lex_state = 44}, - [657] = {.lex_state = 186}, - [658] = {.lex_state = 187}, - [659] = {.lex_state = 81}, - [660] = {.lex_state = 196}, - [661] = {.lex_state = 189}, - [662] = {.lex_state = 193}, - [663] = {.lex_state = 21}, - [664] = {.lex_state = 27}, - [665] = {.lex_state = 63}, - [666] = {.lex_state = 193}, - [667] = {.lex_state = 193}, - [668] = {.lex_state = 193}, - [669] = {.lex_state = 26}, - [670] = {.lex_state = 14}, - [671] = {.lex_state = 202}, - [672] = {.lex_state = 193}, - [673] = {.lex_state = 21}, - [674] = {.lex_state = 196}, - [675] = {.lex_state = 193}, - [676] = {.lex_state = 196}, - [677] = {.lex_state = 193}, - [678] = {.lex_state = 196}, - [679] = {.lex_state = 193}, - [680] = {.lex_state = 193}, - [681] = {.lex_state = 22}, - [682] = {.lex_state = 196}, - [683] = {.lex_state = 21}, - [684] = {.lex_state = 196}, - [685] = {.lex_state = 196}, - [686] = {.lex_state = 202}, - [687] = {.lex_state = 196}, - [688] = {.lex_state = 14}, - [689] = {.lex_state = 193}, - [690] = {.lex_state = 196}, - [691] = {.lex_state = 187}, - [692] = {.lex_state = 194}, - [693] = {.lex_state = 187}, - [694] = {.lex_state = 21}, - [695] = {.lex_state = 185}, - [696] = {.lex_state = 196}, - [697] = {.lex_state = 63}, - [698] = {.lex_state = 187}, - [699] = {.lex_state = 196}, - [700] = {.lex_state = 22}, - [701] = {.lex_state = 187}, - [702] = {.lex_state = 196}, - [703] = {.lex_state = 63}, - [704] = {.lex_state = 58}, - [705] = {.lex_state = 193}, - [706] = {.lex_state = 58}, - [707] = {.lex_state = 58}, - [708] = {.lex_state = 187}, - [709] = {.lex_state = 193}, - [710] = {.lex_state = 63}, - [711] = {.lex_state = 58}, - [712] = {.lex_state = 187}, - [713] = {.lex_state = 21}, - [714] = {.lex_state = 45}, - [715] = {.lex_state = 27}, - [716] = {.lex_state = 187}, - [717] = {.lex_state = 45}, - [718] = {.lex_state = 58}, - [719] = {.lex_state = 21}, - [720] = {.lex_state = 63}, - [721] = {.lex_state = 27}, - [722] = {.lex_state = 58}, - [723] = {.lex_state = 21}, - [724] = {.lex_state = 193}, - [725] = {.lex_state = 58}, - [726] = {.lex_state = 21}, - [727] = {.lex_state = 185}, - [728] = {.lex_state = 58}, - [729] = {.lex_state = 63}, - [730] = {.lex_state = 51}, - [731] = {.lex_state = 187}, - [732] = {.lex_state = 63}, - [733] = {.lex_state = 63}, - [734] = {.lex_state = 58}, - [735] = {.lex_state = 26}, - [736] = {.lex_state = 21}, - [737] = {.lex_state = 63}, - [738] = {.lex_state = 27}, - [739] = {.lex_state = 26}, - [740] = {.lex_state = 187}, - [741] = {.lex_state = 63}, - [742] = {.lex_state = 26}, - [743] = {.lex_state = 63}, - [744] = {.lex_state = 187}, - [745] = {.lex_state = 63}, - [746] = {.lex_state = 58}, - [747] = {.lex_state = 81}, - [748] = {.lex_state = 58}, - [749] = {.lex_state = 26}, - [750] = {.lex_state = 51}, - [751] = {.lex_state = 58}, - [752] = {.lex_state = 26}, - [753] = {.lex_state = 63}, - [754] = {.lex_state = 26}, - [755] = {.lex_state = 196}, - [756] = {.lex_state = 26}, - [757] = {.lex_state = 8}, - [758] = {.lex_state = 26}, - [759] = {.lex_state = 27}, - [760] = {.lex_state = 58}, - [761] = {.lex_state = 26}, - [762] = {.lex_state = 189}, - [763] = {.lex_state = 26}, - [764] = {.lex_state = 26}, - [765] = {.lex_state = 21}, - [766] = {.lex_state = 8}, - [767] = {.lex_state = 187}, - [768] = {.lex_state = 194}, - [769] = {.lex_state = 8}, - [770] = {.lex_state = 21}, - [771] = {.lex_state = 27}, - [772] = {.lex_state = 27}, - [773] = {.lex_state = 27}, - [774] = {.lex_state = 27}, - [775] = {.lex_state = 187}, - [776] = {.lex_state = 27}, - [777] = {.lex_state = 21}, - [778] = {.lex_state = 27}, - [779] = {.lex_state = 21}, - [780] = {.lex_state = 27}, - [781] = {.lex_state = 26}, - [782] = {.lex_state = 27}, - [783] = {.lex_state = 59}, - [784] = {.lex_state = 202}, - [785] = {.lex_state = 35}, - [786] = {.lex_state = 188}, - [787] = {.lex_state = 34}, - [788] = {.lex_state = 188}, - [789] = {.lex_state = 202}, - [790] = {.lex_state = 65}, - [791] = {.lex_state = 202}, - [792] = {.lex_state = 188}, - [793] = {.lex_state = 28}, - [794] = {.lex_state = 188}, - [795] = {.lex_state = 202}, - [796] = {.lex_state = 188}, - [797] = {.lex_state = 190}, - [798] = {.lex_state = 188}, - [799] = {.lex_state = 188}, - [800] = {.lex_state = 188}, - [801] = {.lex_state = 60}, - [802] = {.lex_state = 188}, - [803] = {.lex_state = 28}, - [804] = {.lex_state = 197}, - [805] = {.lex_state = 197}, - [806] = {.lex_state = 52}, - [807] = {.lex_state = 199}, - [808] = {.lex_state = 188}, - [809] = {.lex_state = 197}, - [810] = {.lex_state = 197}, - [811] = {.lex_state = 197}, - [812] = {.lex_state = 197}, - [813] = {.lex_state = 197}, - [814] = {.lex_state = 197}, - [815] = {.lex_state = 188}, - [816] = {.lex_state = 197}, - [817] = {.lex_state = 197}, - [818] = {.lex_state = 197}, - [819] = {.lex_state = 197}, - [820] = {.lex_state = 202}, - [821] = {.lex_state = 188}, - [822] = {.lex_state = 195}, - [823] = {.lex_state = 15}, - [824] = {.lex_state = 15}, - [825] = {.lex_state = 28}, - [826] = {.lex_state = 197}, - [827] = {.lex_state = 15}, - [828] = {.lex_state = 59}, - [829] = {.lex_state = 188}, - [830] = {.lex_state = 59}, - [831] = {.lex_state = 59}, - [832] = {.lex_state = 64}, - [833] = {.lex_state = 64}, - [834] = {.lex_state = 64}, - [835] = {.lex_state = 64}, - [836] = {.lex_state = 64}, - [837] = {.lex_state = 64}, - [838] = {.lex_state = 202}, - [839] = {.lex_state = 64}, - [840] = {.lex_state = 64}, - [841] = {.lex_state = 46}, - [842] = {.lex_state = 64}, - [843] = {.lex_state = 59}, - [844] = {.lex_state = 64}, - [845] = {.lex_state = 28}, - [846] = {.lex_state = 46}, - [847] = {.lex_state = 60}, - [848] = {.lex_state = 59}, - [849] = {.lex_state = 64}, - [850] = {.lex_state = 23}, - [851] = {.lex_state = 28}, - [852] = {.lex_state = 46}, - [853] = {.lex_state = 59}, - [854] = {.lex_state = 190}, - [855] = {.lex_state = 28}, - [856] = {.lex_state = 59}, - [857] = {.lex_state = 65}, - [858] = {.lex_state = 64}, - [859] = {.lex_state = 34}, - [860] = {.lex_state = 199}, - [861] = {.lex_state = 28}, - [862] = {.lex_state = 59}, + [208] = {.lex_state = 216}, + [209] = {.lex_state = 216}, + [210] = {.lex_state = 216}, + [211] = {.lex_state = 216}, + [212] = {.lex_state = 216}, + [213] = {.lex_state = 216}, + [214] = {.lex_state = 216}, + [215] = {.lex_state = 216}, + [216] = {.lex_state = 216}, + [217] = {.lex_state = 216}, + [218] = {.lex_state = 216}, + [219] = {.lex_state = 4}, + [220] = {.lex_state = 4}, + [221] = {.lex_state = 4}, + [222] = {.lex_state = 4}, + [223] = {.lex_state = 4}, + [224] = {.lex_state = 4}, + [225] = {.lex_state = 4}, + [226] = {.lex_state = 4}, + [227] = {.lex_state = 196}, + [228] = {.lex_state = 4}, + [229] = {.lex_state = 4}, + [230] = {.lex_state = 4}, + [231] = {.lex_state = 4}, + [232] = {.lex_state = 4}, + [233] = {.lex_state = 4}, + [234] = {.lex_state = 4}, + [235] = {.lex_state = 4}, + [236] = {.lex_state = 4}, + [237] = {.lex_state = 4}, + [238] = {.lex_state = 4}, + [239] = {.lex_state = 4}, + [240] = {.lex_state = 4}, + [241] = {.lex_state = 4}, + [242] = {.lex_state = 4}, + [243] = {.lex_state = 4}, + [244] = {.lex_state = 4}, + [245] = {.lex_state = 4}, + [246] = {.lex_state = 4}, + [247] = {.lex_state = 4}, + [248] = {.lex_state = 4}, + [249] = {.lex_state = 4}, + [250] = {.lex_state = 4}, + [251] = {.lex_state = 4}, + [252] = {.lex_state = 4}, + [253] = {.lex_state = 4}, + [254] = {.lex_state = 4}, + [255] = {.lex_state = 4}, + [256] = {.lex_state = 4}, + [257] = {.lex_state = 4}, + [258] = {.lex_state = 4}, + [259] = {.lex_state = 4}, + [260] = {.lex_state = 4}, + [261] = {.lex_state = 4}, + [262] = {.lex_state = 4}, + [263] = {.lex_state = 4}, + [264] = {.lex_state = 4}, + [265] = {.lex_state = 4}, + [266] = {.lex_state = 4}, + [267] = {.lex_state = 4}, + [268] = {.lex_state = 4}, + [269] = {.lex_state = 4}, + [270] = {.lex_state = 4}, + [271] = {.lex_state = 196}, + [272] = {.lex_state = 4}, + [273] = {.lex_state = 4}, + [274] = {.lex_state = 4}, + [275] = {.lex_state = 4}, + [276] = {.lex_state = 4}, + [277] = {.lex_state = 196}, + [278] = {.lex_state = 4}, + [279] = {.lex_state = 4}, + [280] = {.lex_state = 4}, + [281] = {.lex_state = 206}, + [282] = {.lex_state = 4}, + [283] = {.lex_state = 206}, + [284] = {.lex_state = 4}, + [285] = {.lex_state = 4}, + [286] = {.lex_state = 4}, + [287] = {.lex_state = 4}, + [288] = {.lex_state = 4}, + [289] = {.lex_state = 4}, + [290] = {.lex_state = 4}, + [291] = {.lex_state = 19}, + [292] = {.lex_state = 206}, + [293] = {.lex_state = 4}, + [294] = {.lex_state = 4}, + [295] = {.lex_state = 4}, + [296] = {.lex_state = 4}, + [297] = {.lex_state = 4}, + [298] = {.lex_state = 4}, + [299] = {.lex_state = 4}, + [300] = {.lex_state = 4}, + [301] = {.lex_state = 4}, + [302] = {.lex_state = 4}, + [303] = {.lex_state = 4}, + [304] = {.lex_state = 4}, + [305] = {.lex_state = 4}, + [306] = {.lex_state = 4}, + [307] = {.lex_state = 4}, + [308] = {.lex_state = 4}, + [309] = {.lex_state = 4}, + [310] = {.lex_state = 4}, + [311] = {.lex_state = 4}, + [312] = {.lex_state = 4}, + [313] = {.lex_state = 4}, + [314] = {.lex_state = 4}, + [315] = {.lex_state = 4}, + [316] = {.lex_state = 4}, + [317] = {.lex_state = 4}, + [318] = {.lex_state = 4}, + [319] = {.lex_state = 4}, + [320] = {.lex_state = 4}, + [321] = {.lex_state = 4}, + [322] = {.lex_state = 4}, + [323] = {.lex_state = 4}, + [324] = {.lex_state = 4}, + [325] = {.lex_state = 4}, + [326] = {.lex_state = 4}, + [327] = {.lex_state = 4}, + [328] = {.lex_state = 4}, + [329] = {.lex_state = 4}, + [330] = {.lex_state = 4}, + [331] = {.lex_state = 4}, + [332] = {.lex_state = 19}, + [333] = {.lex_state = 4}, + [334] = {.lex_state = 4}, + [335] = {.lex_state = 4}, + [336] = {.lex_state = 4}, + [337] = {.lex_state = 4}, + [338] = {.lex_state = 4}, + [339] = {.lex_state = 4}, + [340] = {.lex_state = 4}, + [341] = {.lex_state = 4}, + [342] = {.lex_state = 4}, + [343] = {.lex_state = 4}, + [344] = {.lex_state = 4}, + [345] = {.lex_state = 4}, + [346] = {.lex_state = 4}, + [347] = {.lex_state = 4}, + [348] = {.lex_state = 4}, + [349] = {.lex_state = 4}, + [350] = {.lex_state = 4}, + [351] = {.lex_state = 4}, + [352] = {.lex_state = 4}, + [353] = {.lex_state = 4}, + [354] = {.lex_state = 4}, + [355] = {.lex_state = 4}, + [356] = {.lex_state = 4}, + [357] = {.lex_state = 4}, + [358] = {.lex_state = 4}, + [359] = {.lex_state = 4}, + [360] = {.lex_state = 4}, + [361] = {.lex_state = 4}, + [362] = {.lex_state = 4}, + [363] = {.lex_state = 4}, + [364] = {.lex_state = 4}, + [365] = {.lex_state = 4}, + [366] = {.lex_state = 4}, + [367] = {.lex_state = 4}, + [368] = {.lex_state = 4}, + [369] = {.lex_state = 4}, + [370] = {.lex_state = 4}, + [371] = {.lex_state = 4}, + [372] = {.lex_state = 4}, + [373] = {.lex_state = 4}, + [374] = {.lex_state = 4}, + [375] = {.lex_state = 4}, + [376] = {.lex_state = 4}, + [377] = {.lex_state = 4}, + [378] = {.lex_state = 4}, + [379] = {.lex_state = 4}, + [380] = {.lex_state = 4}, + [381] = {.lex_state = 4}, + [382] = {.lex_state = 4}, + [383] = {.lex_state = 4}, + [384] = {.lex_state = 4}, + [385] = {.lex_state = 4}, + [386] = {.lex_state = 4}, + [387] = {.lex_state = 4}, + [388] = {.lex_state = 4}, + [389] = {.lex_state = 4}, + [390] = {.lex_state = 4}, + [391] = {.lex_state = 4}, + [392] = {.lex_state = 4}, + [393] = {.lex_state = 4}, + [394] = {.lex_state = 4}, + [395] = {.lex_state = 4}, + [396] = {.lex_state = 4}, + [397] = {.lex_state = 4}, + [398] = {.lex_state = 4}, + [399] = {.lex_state = 4}, + [400] = {.lex_state = 4}, + [401] = {.lex_state = 4}, + [402] = {.lex_state = 4}, + [403] = {.lex_state = 4}, + [404] = {.lex_state = 4}, + [405] = {.lex_state = 4}, + [406] = {.lex_state = 4}, + [407] = {.lex_state = 21}, + [408] = {.lex_state = 4}, + [409] = {.lex_state = 4}, + [410] = {.lex_state = 4}, + [411] = {.lex_state = 4}, + [412] = {.lex_state = 4}, + [413] = {.lex_state = 4}, + [414] = {.lex_state = 4}, + [415] = {.lex_state = 19}, + [416] = {.lex_state = 4}, + [417] = {.lex_state = 4}, + [418] = {.lex_state = 4}, + [419] = {.lex_state = 4}, + [420] = {.lex_state = 4}, + [421] = {.lex_state = 4}, + [422] = {.lex_state = 4}, + [423] = {.lex_state = 4}, + [424] = {.lex_state = 4}, + [425] = {.lex_state = 4}, + [426] = {.lex_state = 4}, + [427] = {.lex_state = 4}, + [428] = {.lex_state = 4}, + [429] = {.lex_state = 21}, + [430] = {.lex_state = 4}, + [431] = {.lex_state = 4}, + [432] = {.lex_state = 4}, + [433] = {.lex_state = 4}, + [434] = {.lex_state = 4}, + [435] = {.lex_state = 4}, + [436] = {.lex_state = 4}, + [437] = {.lex_state = 4}, + [438] = {.lex_state = 4}, + [439] = {.lex_state = 4}, + [440] = {.lex_state = 21}, + [441] = {.lex_state = 4}, + [442] = {.lex_state = 4}, + [443] = {.lex_state = 4}, + [444] = {.lex_state = 4}, + [445] = {.lex_state = 4}, + [446] = {.lex_state = 4}, + [447] = {.lex_state = 4}, + [448] = {.lex_state = 4}, + [449] = {.lex_state = 4}, + [450] = {.lex_state = 4}, + [451] = {.lex_state = 4}, + [452] = {.lex_state = 4}, + [453] = {.lex_state = 198}, + [454] = {.lex_state = 4}, + [455] = {.lex_state = 4}, + [456] = {.lex_state = 4}, + [457] = {.lex_state = 4}, + [458] = {.lex_state = 4}, + [459] = {.lex_state = 4}, + [460] = {.lex_state = 4}, + [461] = {.lex_state = 4}, + [462] = {.lex_state = 4}, + [463] = {.lex_state = 4}, + [464] = {.lex_state = 4}, + [465] = {.lex_state = 4}, + [466] = {.lex_state = 198}, + [467] = {.lex_state = 4}, + [468] = {.lex_state = 4}, + [469] = {.lex_state = 4}, + [470] = {.lex_state = 4}, + [471] = {.lex_state = 4}, + [472] = {.lex_state = 4}, + [473] = {.lex_state = 4}, + [474] = {.lex_state = 4}, + [475] = {.lex_state = 4}, + [476] = {.lex_state = 198}, + [477] = {.lex_state = 4}, + [478] = {.lex_state = 4}, + [479] = {.lex_state = 4}, + [480] = {.lex_state = 4}, + [481] = {.lex_state = 4}, + [482] = {.lex_state = 4}, + [483] = {.lex_state = 4}, + [484] = {.lex_state = 4}, + [485] = {.lex_state = 4}, + [486] = {.lex_state = 4}, + [487] = {.lex_state = 4}, + [488] = {.lex_state = 197}, + [489] = {.lex_state = 4}, + [490] = {.lex_state = 4}, + [491] = {.lex_state = 4}, + [492] = {.lex_state = 4}, + [493] = {.lex_state = 4}, + [494] = {.lex_state = 197}, + [495] = {.lex_state = 4}, + [496] = {.lex_state = 4}, + [497] = {.lex_state = 4}, + [498] = {.lex_state = 4}, + [499] = {.lex_state = 4}, + [500] = {.lex_state = 4}, + [501] = {.lex_state = 4}, + [502] = {.lex_state = 4}, + [503] = {.lex_state = 4}, + [504] = {.lex_state = 197}, + [505] = {.lex_state = 4}, + [506] = {.lex_state = 4}, + [507] = {.lex_state = 4}, + [508] = {.lex_state = 4}, + [509] = {.lex_state = 4}, + [510] = {.lex_state = 4}, + [511] = {.lex_state = 4}, + [512] = {.lex_state = 207}, + [513] = {.lex_state = 207}, + [514] = {.lex_state = 57}, + [515] = {.lex_state = 204}, + [516] = {.lex_state = 57}, + [517] = {.lex_state = 33}, + [518] = {.lex_state = 59}, + [519] = {.lex_state = 33}, + [520] = {.lex_state = 36}, + [521] = {.lex_state = 33}, + [522] = {.lex_state = 59}, + [523] = {.lex_state = 59}, + [524] = {.lex_state = 207}, + [525] = {.lex_state = 20}, + [526] = {.lex_state = 57}, + [527] = {.lex_state = 204}, + [528] = {.lex_state = 36}, + [529] = {.lex_state = 214}, + [530] = {.lex_state = 214}, + [531] = {.lex_state = 204}, + [532] = {.lex_state = 20}, + [533] = {.lex_state = 214}, + [534] = {.lex_state = 36}, + [535] = {.lex_state = 22}, + [536] = {.lex_state = 22}, + [537] = {.lex_state = 20}, + [538] = {.lex_state = 22}, + [539] = {.lex_state = 74}, + [540] = {.lex_state = 37}, + [541] = {.lex_state = 60}, + [542] = {.lex_state = 71}, + [543] = {.lex_state = 34}, + [544] = {.lex_state = 208}, + [545] = {.lex_state = 205}, + [546] = {.lex_state = 37}, + [547] = {.lex_state = 208}, + [548] = {.lex_state = 34}, + [549] = {.lex_state = 71}, + [550] = {.lex_state = 60}, + [551] = {.lex_state = 74}, + [552] = {.lex_state = 34}, + [553] = {.lex_state = 58}, + [554] = {.lex_state = 58}, + [555] = {.lex_state = 58}, + [556] = {.lex_state = 208}, + [557] = {.lex_state = 71}, + [558] = {.lex_state = 74}, + [559] = {.lex_state = 60}, + [560] = {.lex_state = 37}, + [561] = {.lex_state = 205}, + [562] = {.lex_state = 205}, + [563] = {.lex_state = 215}, + [564] = {.lex_state = 72}, + [565] = {.lex_state = 72}, + [566] = {.lex_state = 215}, + [567] = {.lex_state = 75}, + [568] = {.lex_state = 75}, + [569] = {.lex_state = 215}, + [570] = {.lex_state = 38}, + [571] = {.lex_state = 72}, + [572] = {.lex_state = 35}, + [573] = {.lex_state = 38}, + [574] = {.lex_state = 38}, + [575] = {.lex_state = 35}, + [576] = {.lex_state = 75}, + [577] = {.lex_state = 35}, + [578] = {.lex_state = 76}, + [579] = {.lex_state = 76}, + [580] = {.lex_state = 73}, + [581] = {.lex_state = 76}, + [582] = {.lex_state = 73}, + [583] = {.lex_state = 73}, + [584] = {.lex_state = 216}, + [585] = {.lex_state = 216}, + [586] = {.lex_state = 216}, + [587] = {.lex_state = 216}, + [588] = {.lex_state = 216}, + [589] = {.lex_state = 216}, + [590] = {.lex_state = 216}, + [591] = {.lex_state = 216}, + [592] = {.lex_state = 216}, + [593] = {.lex_state = 216}, + [594] = {.lex_state = 223}, + [595] = {.lex_state = 216}, + [596] = {.lex_state = 224}, + [597] = {.lex_state = 224}, + [598] = {.lex_state = 224}, + [599] = {.lex_state = 224}, + [600] = {.lex_state = 224}, + [601] = {.lex_state = 224}, + [602] = {.lex_state = 224}, + [603] = {.lex_state = 230}, + [604] = {.lex_state = 224}, + [605] = {.lex_state = 232}, + [606] = {.lex_state = 232}, + [607] = {.lex_state = 232}, + [608] = {.lex_state = 219}, + [609] = {.lex_state = 232}, + [610] = {.lex_state = 232}, + [611] = {.lex_state = 232}, + [612] = {.lex_state = 232}, + [613] = {.lex_state = 232}, + [614] = {.lex_state = 221}, + [615] = {.lex_state = 221}, + [616] = {.lex_state = 221}, + [617] = {.lex_state = 221}, + [618] = {.lex_state = 221}, + [619] = {.lex_state = 221}, + [620] = {.lex_state = 221}, + [621] = {.lex_state = 226}, + [622] = {.lex_state = 221}, + [623] = {.lex_state = 220}, + [624] = {.lex_state = 222}, + [625] = {.lex_state = 222}, + [626] = {.lex_state = 227}, + [627] = {.lex_state = 228}, + [628] = {.lex_state = 228}, + [629] = {.lex_state = 222}, + [630] = {.lex_state = 228}, + [631] = {.lex_state = 228}, + [632] = {.lex_state = 222}, + [633] = {.lex_state = 228}, + [634] = {.lex_state = 222}, + [635] = {.lex_state = 218}, + [636] = {.lex_state = 228}, + [637] = {.lex_state = 222}, + [638] = {.lex_state = 222}, + [639] = {.lex_state = 228}, + [640] = {.lex_state = 222}, + [641] = {.lex_state = 228}, + [642] = {.lex_state = 229}, + [643] = {.lex_state = 229}, + [644] = {.lex_state = 229}, + [645] = {.lex_state = 225}, + [646] = {.lex_state = 229}, + [647] = {.lex_state = 229}, + [648] = {.lex_state = 231}, + [649] = {.lex_state = 225}, + [650] = {.lex_state = 225}, + [651] = {.lex_state = 225}, + [652] = {.lex_state = 229}, + [653] = {.lex_state = 229}, + [654] = {.lex_state = 225}, + [655] = {.lex_state = 229}, + [656] = {.lex_state = 225}, + [657] = {.lex_state = 225}, + [658] = {.lex_state = 225}, + [659] = {.lex_state = 233}, + [660] = {.lex_state = 233}, + [661] = {.lex_state = 233}, + [662] = {.lex_state = 233}, + [663] = {.lex_state = 216}, + [664] = {.lex_state = 233}, + [665] = {.lex_state = 233}, + [666] = {.lex_state = 233}, + [667] = {.lex_state = 233}, + [668] = {.lex_state = 216}, + [669] = {.lex_state = 199}, + [670] = {.lex_state = 199}, + [671] = {.lex_state = 199}, + [672] = {.lex_state = 199}, + [673] = {.lex_state = 216}, + [674] = {.lex_state = 199}, + [675] = {.lex_state = 199}, + [676] = {.lex_state = 199}, + [677] = {.lex_state = 199}, + [678] = {.lex_state = 199}, + [679] = {.lex_state = 199}, + [680] = {.lex_state = 199}, + [681] = {.lex_state = 199}, + [682] = {.lex_state = 199}, + [683] = {.lex_state = 199}, + [684] = {.lex_state = 199}, + [685] = {.lex_state = 199}, + [686] = {.lex_state = 201}, + [687] = {.lex_state = 200}, + [688] = {.lex_state = 17}, + [689] = {.lex_state = 17}, + [690] = {.lex_state = 201}, + [691] = {.lex_state = 17}, + [692] = {.lex_state = 17}, + [693] = {.lex_state = 201}, + [694] = {.lex_state = 17}, + [695] = {.lex_state = 201}, + [696] = {.lex_state = 17}, + [697] = {.lex_state = 17}, + [698] = {.lex_state = 17}, + [699] = {.lex_state = 17}, + [700] = {.lex_state = 15}, + [701] = {.lex_state = 216}, + [702] = {.lex_state = 17}, + [703] = {.lex_state = 15}, + [704] = {.lex_state = 17}, + [705] = {.lex_state = 201}, + [706] = {.lex_state = 201}, + [707] = {.lex_state = 17}, + [708] = {.lex_state = 17}, + [709] = {.lex_state = 201}, + [710] = {.lex_state = 17}, + [711] = {.lex_state = 216}, + [712] = {.lex_state = 201}, + [713] = {.lex_state = 216}, + [714] = {.lex_state = 201}, + [715] = {.lex_state = 209}, + [716] = {.lex_state = 15}, + [717] = {.lex_state = 196}, + [718] = {.lex_state = 201}, + [719] = {.lex_state = 15}, + [720] = {.lex_state = 15}, + [721] = {.lex_state = 216}, + [722] = {.lex_state = 200}, + [723] = {.lex_state = 216}, + [724] = {.lex_state = 15}, + [725] = {.lex_state = 196}, + [726] = {.lex_state = 200}, + [727] = {.lex_state = 15}, + [728] = {.lex_state = 200}, + [729] = {.lex_state = 201}, + [730] = {.lex_state = 201}, + [731] = {.lex_state = 201}, + [732] = {.lex_state = 15}, + [733] = {.lex_state = 17}, + [734] = {.lex_state = 15}, + [735] = {.lex_state = 200}, + [736] = {.lex_state = 15}, + [737] = {.lex_state = 201}, + [738] = {.lex_state = 201}, + [739] = {.lex_state = 200}, + [740] = {.lex_state = 7}, + [741] = {.lex_state = 15}, + [742] = {.lex_state = 200}, + [743] = {.lex_state = 200}, + [744] = {.lex_state = 15}, + [745] = {.lex_state = 7}, + [746] = {.lex_state = 17}, + [747] = {.lex_state = 200}, + [748] = {.lex_state = 200}, + [749] = {.lex_state = 209}, + [750] = {.lex_state = 200}, + [751] = {.lex_state = 209}, + [752] = {.lex_state = 209}, + [753] = {.lex_state = 200}, + [754] = {.lex_state = 15}, + [755] = {.lex_state = 201}, + [756] = {.lex_state = 15}, + [757] = {.lex_state = 209}, + [758] = {.lex_state = 209}, + [759] = {.lex_state = 200}, + [760] = {.lex_state = 216}, + [761] = {.lex_state = 209}, + [762] = {.lex_state = 209}, + [763] = {.lex_state = 209}, + [764] = {.lex_state = 200}, + [765] = {.lex_state = 209}, + [766] = {.lex_state = 7}, + [767] = {.lex_state = 209}, + [768] = {.lex_state = 209}, + [769] = {.lex_state = 216}, + [770] = {.lex_state = 200}, + [771] = {.lex_state = 209}, + [772] = {.lex_state = 209}, + [773] = {.lex_state = 216}, + [774] = {.lex_state = 209}, + [775] = {.lex_state = 209}, + [776] = {.lex_state = 15}, + [777] = {.lex_state = 200}, + [778] = {.lex_state = 15}, + [779] = {.lex_state = 210}, + [780] = {.lex_state = 202}, + [781] = {.lex_state = 18}, + [782] = {.lex_state = 211}, + [783] = {.lex_state = 18}, + [784] = {.lex_state = 18}, + [785] = {.lex_state = 19}, + [786] = {.lex_state = 23}, + [787] = {.lex_state = 13}, + [788] = {.lex_state = 23}, + [789] = {.lex_state = 23}, + [790] = {.lex_state = 13}, + [791] = {.lex_state = 23}, + [792] = {.lex_state = 23}, + [793] = {.lex_state = 13}, + [794] = {.lex_state = 23}, + [795] = {.lex_state = 23}, + [796] = {.lex_state = 23}, + [797] = {.lex_state = 23}, + [798] = {.lex_state = 18}, + [799] = {.lex_state = 23}, + [800] = {.lex_state = 206}, + [801] = {.lex_state = 23}, + [802] = {.lex_state = 211}, + [803] = {.lex_state = 55}, + [804] = {.lex_state = 23}, + [805] = {.lex_state = 23}, + [806] = {.lex_state = 197}, + [807] = {.lex_state = 18}, + [808] = {.lex_state = 23}, + [809] = {.lex_state = 23}, + [810] = {.lex_state = 18}, + [811] = {.lex_state = 198}, + [812] = {.lex_state = 198}, + [813] = {.lex_state = 26}, + [814] = {.lex_state = 26}, + [815] = {.lex_state = 55}, + [816] = {.lex_state = 18}, + [817] = {.lex_state = 55}, + [818] = {.lex_state = 18}, + [819] = {.lex_state = 210}, + [820] = {.lex_state = 55}, + [821] = {.lex_state = 18}, + [822] = {.lex_state = 18}, + [823] = {.lex_state = 55}, + [824] = {.lex_state = 55}, + [825] = {.lex_state = 26}, + [826] = {.lex_state = 55}, + [827] = {.lex_state = 18}, + [828] = {.lex_state = 55}, + [829] = {.lex_state = 55}, + [830] = {.lex_state = 18}, + [831] = {.lex_state = 202}, + [832] = {.lex_state = 55}, + [833] = {.lex_state = 18}, + [834] = {.lex_state = 55}, + [835] = {.lex_state = 18}, + [836] = {.lex_state = 26}, + [837] = {.lex_state = 55}, + [838] = {.lex_state = 21}, + [839] = {.lex_state = 26}, + [840] = {.lex_state = 55}, + [841] = {.lex_state = 55}, + [842] = {.lex_state = 55}, + [843] = {.lex_state = 16}, + [844] = {.lex_state = 26}, + [845] = {.lex_state = 26}, + [846] = {.lex_state = 8}, + [847] = {.lex_state = 55}, + [848] = {.lex_state = 26}, + [849] = {.lex_state = 26}, + [850] = {.lex_state = 18}, + [851] = {.lex_state = 26}, + [852] = {.lex_state = 8}, + [853] = {.lex_state = 26}, + [854] = {.lex_state = 26}, + [855] = {.lex_state = 8}, + [856] = {.lex_state = 26}, + [857] = {.lex_state = 197}, + [858] = {.lex_state = 26}, + [859] = {.lex_state = 23}, + [860] = {.lex_state = 53}, + [861] = {.lex_state = 26}, + [862] = {.lex_state = 26}, [863] = {.lex_state = 202}, - [864] = {.lex_state = 65}, - [865] = {.lex_state = 28}, - [866] = {.lex_state = 65}, - [867] = {.lex_state = 59}, - [868] = {.lex_state = 65}, - [869] = {.lex_state = 23}, - [870] = {.lex_state = 28}, - [871] = {.lex_state = 202}, - [872] = {.lex_state = 65}, - [873] = {.lex_state = 59}, - [874] = {.lex_state = 65}, - [875] = {.lex_state = 65}, - [876] = {.lex_state = 202}, - [877] = {.lex_state = 65}, - [878] = {.lex_state = 52}, - [879] = {.lex_state = 59}, - [880] = {.lex_state = 65}, - [881] = {.lex_state = 195}, - [882] = {.lex_state = 9}, - [883] = {.lex_state = 9}, - [884] = {.lex_state = 9}, - [885] = {.lex_state = 28}, - [886] = {.lex_state = 65}, - [887] = {.lex_state = 35}, - [888] = {.lex_state = 64}, - [889] = {.lex_state = 65}, - [890] = {.lex_state = 28}, - [891] = {.lex_state = 28}, - [892] = {.lex_state = 65}, - [893] = {.lex_state = 28}, - [894] = {.lex_state = 59}, - [895] = {.lex_state = 66}, - [896] = {.lex_state = 29}, - [897] = {.lex_state = 36}, - [898] = {.lex_state = 198}, - [899] = {.lex_state = 198}, - [900] = {.lex_state = 36}, - [901] = {.lex_state = 16}, - [902] = {.lex_state = 16}, + [864] = {.lex_state = 53}, + [865] = {.lex_state = 202}, + [866] = {.lex_state = 53}, + [867] = {.lex_state = 53}, + [868] = {.lex_state = 202}, + [869] = {.lex_state = 16}, + [870] = {.lex_state = 202}, + [871] = {.lex_state = 211}, + [872] = {.lex_state = 53}, + [873] = {.lex_state = 211}, + [874] = {.lex_state = 53}, + [875] = {.lex_state = 53}, + [876] = {.lex_state = 53}, + [877] = {.lex_state = 53}, + [878] = {.lex_state = 53}, + [879] = {.lex_state = 206}, + [880] = {.lex_state = 45}, + [881] = {.lex_state = 16}, + [882] = {.lex_state = 53}, + [883] = {.lex_state = 53}, + [884] = {.lex_state = 16}, + [885] = {.lex_state = 202}, + [886] = {.lex_state = 45}, + [887] = {.lex_state = 202}, + [888] = {.lex_state = 211}, + [889] = {.lex_state = 53}, + [890] = {.lex_state = 202}, + [891] = {.lex_state = 53}, + [892] = {.lex_state = 45}, + [893] = {.lex_state = 18}, + [894] = {.lex_state = 53}, + [895] = {.lex_state = 16}, + [896] = {.lex_state = 16}, + [897] = {.lex_state = 202}, + [898] = {.lex_state = 211}, + [899] = {.lex_state = 16}, + [900] = {.lex_state = 16}, + [901] = {.lex_state = 211}, + [902] = {.lex_state = 202}, [903] = {.lex_state = 16}, - [904] = {.lex_state = 198}, - [905] = {.lex_state = 198}, - [906] = {.lex_state = 198}, - [907] = {.lex_state = 198}, - [908] = {.lex_state = 198}, - [909] = {.lex_state = 198}, - [910] = {.lex_state = 73}, - [911] = {.lex_state = 198}, - [912] = {.lex_state = 198}, - [913] = {.lex_state = 198}, - [914] = {.lex_state = 61}, - [915] = {.lex_state = 198}, - [916] = {.lex_state = 191}, - [917] = {.lex_state = 200}, - [918] = {.lex_state = 198}, - [919] = {.lex_state = 200}, - [920] = {.lex_state = 72}, - [921] = {.lex_state = 191}, - [922] = {.lex_state = 61}, - [923] = {.lex_state = 72}, - [924] = {.lex_state = 66}, - [925] = {.lex_state = 66}, - [926] = {.lex_state = 66}, - [927] = {.lex_state = 29}, - [928] = {.lex_state = 66}, - [929] = {.lex_state = 66}, - [930] = {.lex_state = 66}, - [931] = {.lex_state = 66}, - [932] = {.lex_state = 29}, - [933] = {.lex_state = 66}, - [934] = {.lex_state = 47}, - [935] = {.lex_state = 66}, - [936] = {.lex_state = 29}, - [937] = {.lex_state = 29}, - [938] = {.lex_state = 66}, - [939] = {.lex_state = 29}, - [940] = {.lex_state = 66}, - [941] = {.lex_state = 29}, - [942] = {.lex_state = 29}, - [943] = {.lex_state = 29}, - [944] = {.lex_state = 53}, - [945] = {.lex_state = 47}, - [946] = {.lex_state = 29}, - [947] = {.lex_state = 29}, - [948] = {.lex_state = 66}, - [949] = {.lex_state = 53}, - [950] = {.lex_state = 29}, - [951] = {.lex_state = 29}, - [952] = {.lex_state = 47}, - [953] = {.lex_state = 53}, - [954] = {.lex_state = 73}, - [955] = {.lex_state = 67}, - [956] = {.lex_state = 38}, - [957] = {.lex_state = 201}, - [958] = {.lex_state = 41}, - [959] = {.lex_state = 67}, - [960] = {.lex_state = 39}, - [961] = {.lex_state = 41}, - [962] = {.lex_state = 67}, - [963] = {.lex_state = 54}, - [964] = {.lex_state = 17}, - [965] = {.lex_state = 17}, - [966] = {.lex_state = 41}, - [967] = {.lex_state = 40}, - [968] = {.lex_state = 39}, - [969] = {.lex_state = 201}, - [970] = {.lex_state = 67}, - [971] = {.lex_state = 67}, - [972] = {.lex_state = 40}, - [973] = {.lex_state = 67}, - [974] = {.lex_state = 74}, - [975] = {.lex_state = 67}, - [976] = {.lex_state = 67}, - [977] = {.lex_state = 40}, - [978] = {.lex_state = 17}, - [979] = {.lex_state = 54}, - [980] = {.lex_state = 37}, - [981] = {.lex_state = 67}, - [982] = {.lex_state = 39}, - [983] = {.lex_state = 67}, - [984] = {.lex_state = 38}, - [985] = {.lex_state = 67}, - [986] = {.lex_state = 74}, - [987] = {.lex_state = 37}, - [988] = {.lex_state = 54}, - [989] = {.lex_state = 38}, - [990] = {.lex_state = 67}, - [991] = {.lex_state = 67}, - [992] = {.lex_state = 75}, - [993] = {.lex_state = 76}, - [994] = {.lex_state = 76}, - [995] = {.lex_state = 78}, - [996] = {.lex_state = 78}, - [997] = {.lex_state = 75}, - [998] = {.lex_state = 78}, - [999] = {.lex_state = 77}, - [1000] = {.lex_state = 77}, - [1001] = {.lex_state = 79}, - [1002] = {.lex_state = 79}, - [1003] = {.lex_state = 79}, - [1004] = {.lex_state = 76}, - [1005] = {.lex_state = 202}, - [1006] = {.lex_state = 55}, - [1007] = {.lex_state = 202}, - [1008] = {.lex_state = 55}, - [1009] = {.lex_state = 77}, - [1010] = {.lex_state = 55}, - [1011] = {.lex_state = 1}, - [1012] = {.lex_state = 1}, - [1013] = {.lex_state = 1}, - [1014] = {.lex_state = 1}, - [1015] = {.lex_state = 1}, - [1016] = {.lex_state = 1}, - [1017] = {.lex_state = 1}, - [1018] = {.lex_state = 1}, - [1019] = {.lex_state = 1}, - [1020] = {.lex_state = 1}, - [1021] = {.lex_state = 1}, - [1022] = {.lex_state = 1}, - [1023] = {.lex_state = 1}, - [1024] = {.lex_state = 1}, - [1025] = {.lex_state = 1}, - [1026] = {.lex_state = 1}, - [1027] = {.lex_state = 1}, - [1028] = {.lex_state = 1}, - [1029] = {.lex_state = 1}, - [1030] = {.lex_state = 1}, - [1031] = {.lex_state = 1}, - [1032] = {.lex_state = 1}, - [1033] = {.lex_state = 1}, - [1034] = {.lex_state = 1}, - [1035] = {.lex_state = 1}, - [1036] = {.lex_state = 1}, - [1037] = {.lex_state = 1}, - [1038] = {.lex_state = 1}, - [1039] = {.lex_state = 1}, - [1040] = {.lex_state = 1}, - [1041] = {.lex_state = 1}, - [1042] = {.lex_state = 1}, - [1043] = {.lex_state = 1}, - [1044] = {.lex_state = 1}, - [1045] = {.lex_state = 1}, - [1046] = {.lex_state = 1}, - [1047] = {.lex_state = 1}, - [1048] = {.lex_state = 1}, - [1049] = {.lex_state = 1}, - [1050] = {.lex_state = 1}, - [1051] = {.lex_state = 1}, - [1052] = {.lex_state = 1}, - [1053] = {.lex_state = 1}, - [1054] = {.lex_state = 1}, - [1055] = {.lex_state = 1}, - [1056] = {.lex_state = 1}, - [1057] = {.lex_state = 1}, - [1058] = {.lex_state = 1}, - [1059] = {.lex_state = 1}, - [1060] = {.lex_state = 1}, - [1061] = {.lex_state = 1}, - [1062] = {.lex_state = 1}, - [1063] = {.lex_state = 1}, - [1064] = {.lex_state = 1}, - [1065] = {.lex_state = 1}, - [1066] = {.lex_state = 1}, - [1067] = {.lex_state = 1}, - [1068] = {.lex_state = 1}, - [1069] = {.lex_state = 1}, - [1070] = {.lex_state = 1}, - [1071] = {.lex_state = 1}, - [1072] = {.lex_state = 1}, - [1073] = {.lex_state = 1}, - [1074] = {.lex_state = 1}, - [1075] = {.lex_state = 1}, - [1076] = {.lex_state = 1}, - [1077] = {.lex_state = 1}, - [1078] = {.lex_state = 1}, - [1079] = {.lex_state = 1}, - [1080] = {.lex_state = 1}, - [1081] = {.lex_state = 1}, - [1082] = {.lex_state = 1}, - [1083] = {.lex_state = 1}, - [1084] = {.lex_state = 1}, - [1085] = {.lex_state = 1}, - [1086] = {.lex_state = 1}, - [1087] = {.lex_state = 1}, - [1088] = {.lex_state = 1}, - [1089] = {.lex_state = 1}, - [1090] = {.lex_state = 1}, - [1091] = {.lex_state = 202}, - [1092] = {.lex_state = 206}, - [1093] = {.lex_state = 202}, - [1094] = {.lex_state = 202}, - [1095] = {.lex_state = 202}, - [1096] = {.lex_state = 203}, - [1097] = {.lex_state = 202}, - [1098] = {.lex_state = 203}, - [1099] = {.lex_state = 202}, - [1100] = {.lex_state = 202}, - [1101] = {.lex_state = 202}, - [1102] = {.lex_state = 202}, - [1103] = {.lex_state = 203}, - [1104] = {.lex_state = 210}, - [1105] = {.lex_state = 202}, - [1106] = {.lex_state = 202}, - [1107] = {.lex_state = 202}, - [1108] = {.lex_state = 81}, - [1109] = {.lex_state = 202}, - [1110] = {.lex_state = 202}, - [1111] = {.lex_state = 207}, - [1112] = {.lex_state = 81}, + [904] = {.lex_state = 16}, + [905] = {.lex_state = 16}, + [906] = {.lex_state = 12}, + [907] = {.lex_state = 211}, + [908] = {.lex_state = 210}, + [909] = {.lex_state = 210}, + [910] = {.lex_state = 211}, + [911] = {.lex_state = 16}, + [912] = {.lex_state = 211}, + [913] = {.lex_state = 211}, + [914] = {.lex_state = 202}, + [915] = {.lex_state = 211}, + [916] = {.lex_state = 210}, + [917] = {.lex_state = 202}, + [918] = {.lex_state = 21}, + [919] = {.lex_state = 12}, + [920] = {.lex_state = 12}, + [921] = {.lex_state = 211}, + [922] = {.lex_state = 211}, + [923] = {.lex_state = 16}, + [924] = {.lex_state = 210}, + [925] = {.lex_state = 210}, + [926] = {.lex_state = 16}, + [927] = {.lex_state = 211}, + [928] = {.lex_state = 16}, + [929] = {.lex_state = 202}, + [930] = {.lex_state = 210}, + [931] = {.lex_state = 210}, + [932] = {.lex_state = 210}, + [933] = {.lex_state = 210}, + [934] = {.lex_state = 16}, + [935] = {.lex_state = 211}, + [936] = {.lex_state = 202}, + [937] = {.lex_state = 19}, + [938] = {.lex_state = 210}, + [939] = {.lex_state = 53}, + [940] = {.lex_state = 210}, + [941] = {.lex_state = 210}, + [942] = {.lex_state = 210}, + [943] = {.lex_state = 202}, + [944] = {.lex_state = 210}, + [945] = {.lex_state = 2}, + [946] = {.lex_state = 2}, + [947] = {.lex_state = 207}, + [948] = {.lex_state = 57}, + [949] = {.lex_state = 2}, + [950] = {.lex_state = 2}, + [951] = {.lex_state = 2}, + [952] = {.lex_state = 2}, + [953] = {.lex_state = 2}, + [954] = {.lex_state = 2}, + [955] = {.lex_state = 216}, + [956] = {.lex_state = 2}, + [957] = {.lex_state = 64}, + [958] = {.lex_state = 2}, + [959] = {.lex_state = 64}, + [960] = {.lex_state = 214}, + [961] = {.lex_state = 64}, + [962] = {.lex_state = 2}, + [963] = {.lex_state = 2}, + [964] = {.lex_state = 20}, + [965] = {.lex_state = 2}, + [966] = {.lex_state = 64}, + [967] = {.lex_state = 64}, + [968] = {.lex_state = 64}, + [969] = {.lex_state = 2}, + [970] = {.lex_state = 64}, + [971] = {.lex_state = 64}, + [972] = {.lex_state = 64}, + [973] = {.lex_state = 64}, + [974] = {.lex_state = 64}, + [975] = {.lex_state = 64}, + [976] = {.lex_state = 2}, + [977] = {.lex_state = 2}, + [978] = {.lex_state = 64}, + [979] = {.lex_state = 64}, + [980] = {.lex_state = 64}, + [981] = {.lex_state = 24}, + [982] = {.lex_state = 24}, + [983] = {.lex_state = 2}, + [984] = {.lex_state = 2}, + [985] = {.lex_state = 24}, + [986] = {.lex_state = 2}, + [987] = {.lex_state = 24}, + [988] = {.lex_state = 2}, + [989] = {.lex_state = 2}, + [990] = {.lex_state = 2}, + [991] = {.lex_state = 24}, + [992] = {.lex_state = 24}, + [993] = {.lex_state = 2}, + [994] = {.lex_state = 2}, + [995] = {.lex_state = 2}, + [996] = {.lex_state = 204}, + [997] = {.lex_state = 2}, + [998] = {.lex_state = 2}, + [999] = {.lex_state = 57}, + [1000] = {.lex_state = 2}, + [1001] = {.lex_state = 2}, + [1002] = {.lex_state = 2}, + [1003] = {.lex_state = 216}, + [1004] = {.lex_state = 2}, + [1005] = {.lex_state = 2}, + [1006] = {.lex_state = 24}, + [1007] = {.lex_state = 2}, + [1008] = {.lex_state = 2}, + [1009] = {.lex_state = 24}, + [1010] = {.lex_state = 2}, + [1011] = {.lex_state = 24}, + [1012] = {.lex_state = 212}, + [1013] = {.lex_state = 2}, + [1014] = {.lex_state = 2}, + [1015] = {.lex_state = 2}, + [1016] = {.lex_state = 64}, + [1017] = {.lex_state = 24}, + [1018] = {.lex_state = 27}, + [1019] = {.lex_state = 24}, + [1020] = {.lex_state = 2}, + [1021] = {.lex_state = 2}, + [1022] = {.lex_state = 33}, + [1023] = {.lex_state = 24}, + [1024] = {.lex_state = 24}, + [1025] = {.lex_state = 22}, + [1026] = {.lex_state = 61}, + [1027] = {.lex_state = 2}, + [1028] = {.lex_state = 24}, + [1029] = {.lex_state = 24}, + [1030] = {.lex_state = 24}, + [1031] = {.lex_state = 59}, + [1032] = {.lex_state = 14}, + [1033] = {.lex_state = 2}, + [1034] = {.lex_state = 14}, + [1035] = {.lex_state = 20}, + [1036] = {.lex_state = 2}, + [1037] = {.lex_state = 56}, + [1038] = {.lex_state = 14}, + [1039] = {.lex_state = 2}, + [1040] = {.lex_state = 36}, + [1041] = {.lex_state = 27}, + [1042] = {.lex_state = 22}, + [1043] = {.lex_state = 27}, + [1044] = {.lex_state = 27}, + [1045] = {.lex_state = 27}, + [1046] = {.lex_state = 61}, + [1047] = {.lex_state = 207}, + [1048] = {.lex_state = 2}, + [1049] = {.lex_state = 54}, + [1050] = {.lex_state = 27}, + [1051] = {.lex_state = 204}, + [1052] = {.lex_state = 2}, + [1053] = {.lex_state = 54}, + [1054] = {.lex_state = 2}, + [1055] = {.lex_state = 54}, + [1056] = {.lex_state = 54}, + [1057] = {.lex_state = 27}, + [1058] = {.lex_state = 61}, + [1059] = {.lex_state = 61}, + [1060] = {.lex_state = 203}, + [1061] = {.lex_state = 54}, + [1062] = {.lex_state = 61}, + [1063] = {.lex_state = 54}, + [1064] = {.lex_state = 54}, + [1065] = {.lex_state = 54}, + [1066] = {.lex_state = 54}, + [1067] = {.lex_state = 54}, + [1068] = {.lex_state = 27}, + [1069] = {.lex_state = 46}, + [1070] = {.lex_state = 36}, + [1071] = {.lex_state = 54}, + [1072] = {.lex_state = 54}, + [1073] = {.lex_state = 27}, + [1074] = {.lex_state = 2}, + [1075] = {.lex_state = 46}, + [1076] = {.lex_state = 2}, + [1077] = {.lex_state = 2}, + [1078] = {.lex_state = 54}, + [1079] = {.lex_state = 212}, + [1080] = {.lex_state = 54}, + [1081] = {.lex_state = 46}, + [1082] = {.lex_state = 2}, + [1083] = {.lex_state = 54}, + [1084] = {.lex_state = 2}, + [1085] = {.lex_state = 203}, + [1086] = {.lex_state = 2}, + [1087] = {.lex_state = 2}, + [1088] = {.lex_state = 2}, + [1089] = {.lex_state = 61}, + [1090] = {.lex_state = 2}, + [1091] = {.lex_state = 212}, + [1092] = {.lex_state = 212}, + [1093] = {.lex_state = 2}, + [1094] = {.lex_state = 27}, + [1095] = {.lex_state = 212}, + [1096] = {.lex_state = 212}, + [1097] = {.lex_state = 212}, + [1098] = {.lex_state = 212}, + [1099] = {.lex_state = 2}, + [1100] = {.lex_state = 212}, + [1101] = {.lex_state = 212}, + [1102] = {.lex_state = 212}, + [1103] = {.lex_state = 212}, + [1104] = {.lex_state = 212}, + [1105] = {.lex_state = 212}, + [1106] = {.lex_state = 2}, + [1107] = {.lex_state = 2}, + [1108] = {.lex_state = 212}, + [1109] = {.lex_state = 212}, + [1110] = {.lex_state = 2}, + [1111] = {.lex_state = 2}, + [1112] = {.lex_state = 56}, [1113] = {.lex_state = 203}, - [1114] = {.lex_state = 203}, - [1115] = {.lex_state = 202}, - [1116] = {.lex_state = 202}, - [1117] = {.lex_state = 202}, - [1118] = {.lex_state = 203}, - [1119] = {.lex_state = 202}, - [1120] = {.lex_state = 206}, - [1121] = {.lex_state = 203}, - [1122] = {.lex_state = 81}, - [1123] = {.lex_state = 81}, - [1124] = {.lex_state = 202}, - [1125] = {.lex_state = 81}, - [1126] = {.lex_state = 203}, - [1127] = {.lex_state = 202}, - [1128] = {.lex_state = 214}, - [1129] = {.lex_state = 203}, - [1130] = {.lex_state = 81}, - [1131] = {.lex_state = 202}, - [1132] = {.lex_state = 202}, - [1133] = {.lex_state = 207}, - [1134] = {.lex_state = 202}, - [1135] = {.lex_state = 202}, - [1136] = {.lex_state = 202}, - [1137] = {.lex_state = 202}, - [1138] = {.lex_state = 202}, - [1139] = {.lex_state = 202}, - [1140] = {.lex_state = 81}, - [1141] = {.lex_state = 81}, - [1142] = {.lex_state = 218}, - [1143] = {.lex_state = 214}, - [1144] = {.lex_state = 202}, - [1145] = {.lex_state = 202}, - [1146] = {.lex_state = 202}, - [1147] = {.lex_state = 210}, - [1148] = {.lex_state = 202}, - [1149] = {.lex_state = 81}, - [1150] = {.lex_state = 81}, - [1151] = {.lex_state = 202}, - [1152] = {.lex_state = 202}, - [1153] = {.lex_state = 202}, - [1154] = {.lex_state = 81}, - [1155] = {.lex_state = 202}, - [1156] = {.lex_state = 202}, - [1157] = {.lex_state = 202}, - [1158] = {.lex_state = 202}, - [1159] = {.lex_state = 202}, - [1160] = {.lex_state = 202}, - [1161] = {.lex_state = 211}, - [1162] = {.lex_state = 202}, - [1163] = {.lex_state = 206}, - [1164] = {.lex_state = 202}, - [1165] = {.lex_state = 215}, - [1166] = {.lex_state = 202}, - [1167] = {.lex_state = 202}, - [1168] = {.lex_state = 202}, - [1169] = {.lex_state = 202}, - [1170] = {.lex_state = 202}, - [1171] = {.lex_state = 202}, - [1172] = {.lex_state = 202}, - [1173] = {.lex_state = 202}, - [1174] = {.lex_state = 202}, - [1175] = {.lex_state = 214}, - [1176] = {.lex_state = 202}, - [1177] = {.lex_state = 202}, - [1178] = {.lex_state = 210}, - [1179] = {.lex_state = 202}, - [1180] = {.lex_state = 202}, - [1181] = {.lex_state = 202}, - [1182] = {.lex_state = 202}, - [1183] = {.lex_state = 202}, - [1184] = {.lex_state = 202}, - [1185] = {.lex_state = 203}, - [1186] = {.lex_state = 202}, - [1187] = {.lex_state = 202}, - [1188] = {.lex_state = 202}, - [1189] = {.lex_state = 202}, - [1190] = {.lex_state = 218}, - [1191] = {.lex_state = 219}, - [1192] = {.lex_state = 202}, - [1193] = {.lex_state = 202}, - [1194] = {.lex_state = 202}, - [1195] = {.lex_state = 202}, - [1196] = {.lex_state = 203}, - [1197] = {.lex_state = 207}, - [1198] = {.lex_state = 202}, - [1199] = {.lex_state = 219}, - [1200] = {.lex_state = 202}, - [1201] = {.lex_state = 211}, - [1202] = {.lex_state = 215}, - [1203] = {.lex_state = 202}, - [1204] = {.lex_state = 202}, - [1205] = {.lex_state = 210}, - [1206] = {.lex_state = 202}, - [1207] = {.lex_state = 202}, - [1208] = {.lex_state = 210}, - [1209] = {.lex_state = 202}, - [1210] = {.lex_state = 202}, - [1211] = {.lex_state = 202}, - [1212] = {.lex_state = 202}, - [1213] = {.lex_state = 202}, - [1214] = {.lex_state = 202}, - [1215] = {.lex_state = 202}, - [1216] = {.lex_state = 202}, - [1217] = {.lex_state = 202}, - [1218] = {.lex_state = 202}, - [1219] = {.lex_state = 81}, - [1220] = {.lex_state = 219}, - [1221] = {.lex_state = 211}, - [1222] = {.lex_state = 202}, - [1223] = {.lex_state = 210}, - [1224] = {.lex_state = 202}, - [1225] = {.lex_state = 202}, - [1226] = {.lex_state = 202}, - [1227] = {.lex_state = 215}, - [1228] = {.lex_state = 81}, - [1229] = {.lex_state = 202}, - [1230] = {.lex_state = 210}, - [1231] = {.lex_state = 202}, - [1232] = {.lex_state = 218}, - [1233] = {.lex_state = 202}, - [1234] = {.lex_state = 202}, - [1235] = {.lex_state = 219}, - [1236] = {.lex_state = 202}, - [1237] = {.lex_state = 202}, - [1238] = {.lex_state = 202}, - [1239] = {.lex_state = 202}, - [1240] = {.lex_state = 202}, - [1241] = {.lex_state = 202}, - [1242] = {.lex_state = 202}, - [1243] = {.lex_state = 218}, - [1244] = {.lex_state = 202}, - [1245] = {.lex_state = 202}, - [1246] = {.lex_state = 202}, - [1247] = {.lex_state = 202}, - [1248] = {.lex_state = 202}, - [1249] = {.lex_state = 202}, - [1250] = {.lex_state = 1}, - [1251] = {.lex_state = 4}, - [1252] = {.lex_state = 202}, - [1253] = {.lex_state = 1}, - [1254] = {.lex_state = 202}, - [1255] = {.lex_state = 1}, - [1256] = {.lex_state = 1}, - [1257] = {.lex_state = 1}, - [1258] = {.lex_state = 1}, - [1259] = {.lex_state = 1}, - [1260] = {.lex_state = 1}, - [1261] = {.lex_state = 1}, - [1262] = {.lex_state = 1}, - [1263] = {.lex_state = 1}, - [1264] = {.lex_state = 1}, - [1265] = {.lex_state = 1}, - [1266] = {.lex_state = 1}, - [1267] = {.lex_state = 219}, - [1268] = {.lex_state = 4}, - [1269] = {.lex_state = 1}, - [1270] = {.lex_state = 1}, - [1271] = {.lex_state = 1}, - [1272] = {.lex_state = 1}, - [1273] = {.lex_state = 1}, - [1274] = {.lex_state = 1}, - [1275] = {.lex_state = 1}, - [1276] = {.lex_state = 1}, - [1277] = {.lex_state = 1}, - [1278] = {.lex_state = 202}, - [1279] = {.lex_state = 1}, - [1280] = {.lex_state = 202}, - [1281] = {.lex_state = 210}, - [1282] = {.lex_state = 1}, - [1283] = {.lex_state = 1}, - [1284] = {.lex_state = 1}, - [1285] = {.lex_state = 1}, - [1286] = {.lex_state = 202}, - [1287] = {.lex_state = 202}, - [1288] = {.lex_state = 1}, - [1289] = {.lex_state = 210}, - [1290] = {.lex_state = 219}, - [1291] = {.lex_state = 202}, - [1292] = {.lex_state = 202}, - [1293] = {.lex_state = 202}, - [1294] = {.lex_state = 1}, - [1295] = {.lex_state = 1}, - [1296] = {.lex_state = 202}, - [1297] = {.lex_state = 202}, - [1298] = {.lex_state = 202}, - [1299] = {.lex_state = 1}, - [1300] = {.lex_state = 202}, - [1301] = {.lex_state = 1}, - [1302] = {.lex_state = 1}, - [1303] = {.lex_state = 1}, - [1304] = {.lex_state = 1}, - [1305] = {.lex_state = 202}, - [1306] = {.lex_state = 218}, - [1307] = {.lex_state = 202}, - [1308] = {.lex_state = 1}, - [1309] = {.lex_state = 1}, - [1310] = {.lex_state = 1}, - [1311] = {.lex_state = 4}, - [1312] = {.lex_state = 1}, - [1313] = {.lex_state = 1}, - [1314] = {.lex_state = 1}, - [1315] = {.lex_state = 1}, - [1316] = {.lex_state = 1}, - [1317] = {.lex_state = 4}, - [1318] = {.lex_state = 4}, - [1319] = {.lex_state = 1}, - [1320] = {.lex_state = 1}, - [1321] = {.lex_state = 202}, - [1322] = {.lex_state = 202}, - [1323] = {.lex_state = 4}, - [1324] = {.lex_state = 4}, - [1325] = {.lex_state = 202}, - [1326] = {.lex_state = 4}, - [1327] = {.lex_state = 202}, - [1328] = {.lex_state = 1}, - [1329] = {.lex_state = 4}, - [1330] = {.lex_state = 4}, - [1331] = {.lex_state = 1}, - [1332] = {.lex_state = 202}, - [1333] = {.lex_state = 4}, - [1334] = {.lex_state = 4}, - [1335] = {.lex_state = 4}, - [1336] = {.lex_state = 1}, - [1337] = {.lex_state = 42}, - [1338] = {.lex_state = 5}, - [1339] = {.lex_state = 5}, - [1340] = {.lex_state = 5}, - [1341] = {.lex_state = 42}, - [1342] = {.lex_state = 42}, - [1343] = {.lex_state = 8}, - [1344] = {.lex_state = 8}, - [1345] = {.lex_state = 5}, - [1346] = {.lex_state = 202}, - [1347] = {.lex_state = 5}, - [1348] = {.lex_state = 202}, - [1349] = {.lex_state = 5}, - [1350] = {.lex_state = 202}, - [1351] = {.lex_state = 42}, - [1352] = {.lex_state = 5}, - [1353] = {.lex_state = 10}, - [1354] = {.lex_state = 42}, - [1355] = {.lex_state = 10}, - [1356] = {.lex_state = 5}, - [1357] = {.lex_state = 42}, - [1358] = {.lex_state = 42}, - [1359] = {.lex_state = 10}, - [1360] = {.lex_state = 42}, - [1361] = {.lex_state = 10}, - [1362] = {.lex_state = 10}, - [1363] = {.lex_state = 5}, - [1364] = {.lex_state = 10}, - [1365] = {.lex_state = 42}, - [1366] = {.lex_state = 218}, - [1367] = {.lex_state = 5}, - [1368] = {.lex_state = 42}, - [1369] = {.lex_state = 10}, - [1370] = {.lex_state = 10}, - [1371] = {.lex_state = 202}, - [1372] = {.lex_state = 10}, - [1373] = {.lex_state = 5}, - [1374] = {.lex_state = 202}, - [1375] = {.lex_state = 42}, - [1376] = {.lex_state = 10}, - [1377] = {.lex_state = 10}, - [1378] = {.lex_state = 10}, - [1379] = {.lex_state = 42}, - [1380] = {.lex_state = 42}, - [1381] = {.lex_state = 10}, - [1382] = {.lex_state = 5}, - [1383] = {.lex_state = 5}, - [1384] = {.lex_state = 11}, - [1385] = {.lex_state = 11}, - [1386] = {.lex_state = 46}, - [1387] = {.lex_state = 46}, - [1388] = {.lex_state = 11}, - [1389] = {.lex_state = 11}, - [1390] = {.lex_state = 11}, - [1391] = {.lex_state = 48}, - [1392] = {.lex_state = 9}, - [1393] = {.lex_state = 11}, - [1394] = {.lex_state = 11}, - [1395] = {.lex_state = 15}, - [1396] = {.lex_state = 1}, - [1397] = {.lex_state = 11}, - [1398] = {.lex_state = 43}, - [1399] = {.lex_state = 48}, - [1400] = {.lex_state = 43}, - [1401] = {.lex_state = 43}, - [1402] = {.lex_state = 43}, - [1403] = {.lex_state = 43}, - [1404] = {.lex_state = 43}, - [1405] = {.lex_state = 43}, - [1406] = {.lex_state = 43}, - [1407] = {.lex_state = 43}, - [1408] = {.lex_state = 43}, - [1409] = {.lex_state = 43}, - [1410] = {.lex_state = 43}, - [1411] = {.lex_state = 48}, - [1412] = {.lex_state = 48}, - [1413] = {.lex_state = 48}, - [1414] = {.lex_state = 15}, - [1415] = {.lex_state = 9}, - [1416] = {.lex_state = 11}, - [1417] = {.lex_state = 48}, - [1418] = {.lex_state = 48}, - [1419] = {.lex_state = 11}, - [1420] = {.lex_state = 48}, - [1421] = {.lex_state = 48}, - [1422] = {.lex_state = 48}, - [1423] = {.lex_state = 11}, - [1424] = {.lex_state = 43}, - [1425] = {.lex_state = 48}, - [1426] = {.lex_state = 48}, - [1427] = {.lex_state = 11}, - [1428] = {.lex_state = 11}, - [1429] = {.lex_state = 48}, - [1430] = {.lex_state = 1}, - [1431] = {.lex_state = 12}, - [1432] = {.lex_state = 32}, - [1433] = {.lex_state = 202}, - [1434] = {.lex_state = 202}, - [1435] = {.lex_state = 202}, - [1436] = {.lex_state = 202}, - [1437] = {.lex_state = 202}, - [1438] = {.lex_state = 202}, - [1439] = {.lex_state = 12}, - [1440] = {.lex_state = 12}, - [1441] = {.lex_state = 12}, - [1442] = {.lex_state = 12}, - [1443] = {.lex_state = 12}, - [1444] = {.lex_state = 12}, - [1445] = {.lex_state = 12}, - [1446] = {.lex_state = 12}, - [1447] = {.lex_state = 12}, - [1448] = {.lex_state = 49}, - [1449] = {.lex_state = 49}, - [1450] = {.lex_state = 49}, - [1451] = {.lex_state = 49}, - [1452] = {.lex_state = 12}, - [1453] = {.lex_state = 49}, - [1454] = {.lex_state = 49}, - [1455] = {.lex_state = 12}, - [1456] = {.lex_state = 49}, - [1457] = {.lex_state = 49}, - [1458] = {.lex_state = 49}, - [1459] = {.lex_state = 49}, - [1460] = {.lex_state = 49}, - [1461] = {.lex_state = 12}, - [1462] = {.lex_state = 49}, - [1463] = {.lex_state = 53}, - [1464] = {.lex_state = 49}, - [1465] = {.lex_state = 33}, - [1466] = {.lex_state = 53}, - [1467] = {.lex_state = 33}, - [1468] = {.lex_state = 33}, - [1469] = {.lex_state = 33}, - [1470] = {.lex_state = 33}, - [1471] = {.lex_state = 33}, - [1472] = {.lex_state = 33}, - [1473] = {.lex_state = 33}, - [1474] = {.lex_state = 33}, - [1475] = {.lex_state = 33}, - [1476] = {.lex_state = 33}, - [1477] = {.lex_state = 31}, - [1478] = {.lex_state = 16}, - [1479] = {.lex_state = 31}, - [1480] = {.lex_state = 31}, - [1481] = {.lex_state = 31}, - [1482] = {.lex_state = 31}, - [1483] = {.lex_state = 31}, - [1484] = {.lex_state = 31}, - [1485] = {.lex_state = 16}, - [1486] = {.lex_state = 32}, - [1487] = {.lex_state = 31}, - [1488] = {.lex_state = 32}, - [1489] = {.lex_state = 47}, - [1490] = {.lex_state = 30}, - [1491] = {.lex_state = 30}, - [1492] = {.lex_state = 32}, - [1493] = {.lex_state = 32}, - [1494] = {.lex_state = 33}, - [1495] = {.lex_state = 32}, - [1496] = {.lex_state = 31}, - [1497] = {.lex_state = 31}, - [1498] = {.lex_state = 47}, - [1499] = {.lex_state = 30}, - [1500] = {.lex_state = 30}, - [1501] = {.lex_state = 30}, - [1502] = {.lex_state = 32}, - [1503] = {.lex_state = 32}, - [1504] = {.lex_state = 30}, - [1505] = {.lex_state = 31}, - [1506] = {.lex_state = 31}, - [1507] = {.lex_state = 33}, - [1508] = {.lex_state = 30}, - [1509] = {.lex_state = 30}, - [1510] = {.lex_state = 32}, - [1511] = {.lex_state = 30}, - [1512] = {.lex_state = 32}, - [1513] = {.lex_state = 30}, - [1514] = {.lex_state = 30}, - [1515] = {.lex_state = 30}, - [1516] = {.lex_state = 32}, - [1517] = {.lex_state = 32}, - [1518] = {.lex_state = 30}, - [1519] = {.lex_state = 32}, - [1520] = {.lex_state = 31}, - [1521] = {.lex_state = 80}, - [1522] = {.lex_state = 71}, - [1523] = {.lex_state = 80}, - [1524] = {.lex_state = 80}, - [1525] = {.lex_state = 38}, - [1526] = {.lex_state = 80}, - [1527] = {.lex_state = 80}, - [1528] = {.lex_state = 39}, - [1529] = {.lex_state = 80}, - [1530] = {.lex_state = 80}, - [1531] = {.lex_state = 80}, - [1532] = {.lex_state = 68}, - [1533] = {.lex_state = 80}, - [1534] = {.lex_state = 41}, - [1535] = {.lex_state = 80}, - [1536] = {.lex_state = 80}, - [1537] = {.lex_state = 80}, - [1538] = {.lex_state = 80}, - [1539] = {.lex_state = 80}, - [1540] = {.lex_state = 80}, - [1541] = {.lex_state = 80}, - [1542] = {.lex_state = 80}, - [1543] = {.lex_state = 202}, - [1544] = {.lex_state = 80}, - [1545] = {.lex_state = 80}, - [1546] = {.lex_state = 38}, - [1547] = {.lex_state = 80}, - [1548] = {.lex_state = 40}, - [1549] = {.lex_state = 80}, - [1550] = {.lex_state = 80}, - [1551] = {.lex_state = 80}, - [1552] = {.lex_state = 80}, - [1553] = {.lex_state = 80}, - [1554] = {.lex_state = 70}, - [1555] = {.lex_state = 50}, - [1556] = {.lex_state = 80}, - [1557] = {.lex_state = 80}, - [1558] = {.lex_state = 80}, - [1559] = {.lex_state = 50}, - [1560] = {.lex_state = 80}, - [1561] = {.lex_state = 80}, - [1562] = {.lex_state = 80}, - [1563] = {.lex_state = 80}, - [1564] = {.lex_state = 68}, - [1565] = {.lex_state = 80}, - [1566] = {.lex_state = 80}, - [1567] = {.lex_state = 68}, - [1568] = {.lex_state = 71}, - [1569] = {.lex_state = 80}, - [1570] = {.lex_state = 80}, - [1571] = {.lex_state = 80}, - [1572] = {.lex_state = 80}, - [1573] = {.lex_state = 39}, - [1574] = {.lex_state = 80}, - [1575] = {.lex_state = 80}, - [1576] = {.lex_state = 68}, - [1577] = {.lex_state = 80}, - [1578] = {.lex_state = 80}, - [1579] = {.lex_state = 50}, - [1580] = {.lex_state = 50}, - [1581] = {.lex_state = 68}, - [1582] = {.lex_state = 80}, - [1583] = {.lex_state = 40}, - [1584] = {.lex_state = 80}, - [1585] = {.lex_state = 50}, - [1586] = {.lex_state = 80}, - [1587] = {.lex_state = 41}, - [1588] = {.lex_state = 80}, - [1589] = {.lex_state = 50}, - [1590] = {.lex_state = 70}, - [1591] = {.lex_state = 80}, - [1592] = {.lex_state = 80}, - [1593] = {.lex_state = 80}, - [1594] = {.lex_state = 80}, - [1595] = {.lex_state = 68}, - [1596] = {.lex_state = 80}, - [1597] = {.lex_state = 80}, - [1598] = {.lex_state = 50}, - [1599] = {.lex_state = 50}, - [1600] = {.lex_state = 68}, - [1601] = {.lex_state = 80}, - [1602] = {.lex_state = 80}, - [1603] = {.lex_state = 50}, - [1604] = {.lex_state = 50}, - [1605] = {.lex_state = 80}, - [1606] = {.lex_state = 50}, - [1607] = {.lex_state = 80}, - [1608] = {.lex_state = 50}, - [1609] = {.lex_state = 80}, - [1610] = {.lex_state = 80}, - [1611] = {.lex_state = 54}, - [1612] = {.lex_state = 80}, - [1613] = {.lex_state = 80}, - [1614] = {.lex_state = 80}, - [1615] = {.lex_state = 80}, - [1616] = {.lex_state = 1}, - [1617] = {.lex_state = 17}, - [1618] = {.lex_state = 71}, - [1619] = {.lex_state = 71}, - [1620] = {.lex_state = 80}, - [1621] = {.lex_state = 70}, - [1622] = {.lex_state = 80}, - [1623] = {.lex_state = 69}, - [1624] = {.lex_state = 71}, - [1625] = {.lex_state = 69}, - [1626] = {.lex_state = 80}, - [1627] = {.lex_state = 71}, - [1628] = {.lex_state = 80}, - [1629] = {.lex_state = 80}, - [1630] = {.lex_state = 80}, - [1631] = {.lex_state = 68}, - [1632] = {.lex_state = 80}, - [1633] = {.lex_state = 80}, - [1634] = {.lex_state = 71}, - [1635] = {.lex_state = 80}, - [1636] = {.lex_state = 80}, - [1637] = {.lex_state = 50}, - [1638] = {.lex_state = 71}, - [1639] = {.lex_state = 68}, - [1640] = {.lex_state = 71}, - [1641] = {.lex_state = 71}, - [1642] = {.lex_state = 68}, - [1643] = {.lex_state = 71}, - [1644] = {.lex_state = 70}, - [1645] = {.lex_state = 70}, - [1646] = {.lex_state = 69}, - [1647] = {.lex_state = 80}, - [1648] = {.lex_state = 80}, - [1649] = {.lex_state = 80}, - [1650] = {.lex_state = 71}, - [1651] = {.lex_state = 80}, - [1652] = {.lex_state = 80}, - [1653] = {.lex_state = 69}, - [1654] = {.lex_state = 54}, - [1655] = {.lex_state = 80}, - [1656] = {.lex_state = 80}, - [1657] = {.lex_state = 80}, - [1658] = {.lex_state = 80}, - [1659] = {.lex_state = 69}, - [1660] = {.lex_state = 80}, - [1661] = {.lex_state = 69}, - [1662] = {.lex_state = 69}, - [1663] = {.lex_state = 69}, - [1664] = {.lex_state = 69}, - [1665] = {.lex_state = 80}, - [1666] = {.lex_state = 80}, - [1667] = {.lex_state = 80}, - [1668] = {.lex_state = 71}, - [1669] = {.lex_state = 69}, - [1670] = {.lex_state = 69}, - [1671] = {.lex_state = 70}, - [1672] = {.lex_state = 80}, - [1673] = {.lex_state = 80}, - [1674] = {.lex_state = 70}, - [1675] = {.lex_state = 70}, - [1676] = {.lex_state = 80}, - [1677] = {.lex_state = 70}, - [1678] = {.lex_state = 70}, - [1679] = {.lex_state = 80}, - [1680] = {.lex_state = 80}, - [1681] = {.lex_state = 70}, - [1682] = {.lex_state = 80}, - [1683] = {.lex_state = 17}, - [1684] = {.lex_state = 80}, - [1685] = {.lex_state = 70}, - [1686] = {.lex_state = 69}, - [1687] = {.lex_state = 80}, - [1688] = {.lex_state = 70}, - [1689] = {.lex_state = 80}, - [1690] = {.lex_state = 69}, - [1691] = {.lex_state = 68}, - [1692] = {.lex_state = 68}, - [1693] = {.lex_state = 68}, - [1694] = {.lex_state = 80}, - [1695] = {.lex_state = 80}, - [1696] = {.lex_state = 80}, - [1697] = {.lex_state = 78}, - [1698] = {.lex_state = 79}, - [1699] = {.lex_state = 76}, - [1700] = {.lex_state = 202}, - [1701] = {.lex_state = 76}, - [1702] = {.lex_state = 77}, - [1703] = {.lex_state = 202}, - [1704] = {.lex_state = 55}, - [1705] = {.lex_state = 78}, - [1706] = {.lex_state = 202}, - [1707] = {.lex_state = 79}, - [1708] = {.lex_state = 77}, - [1709] = {.lex_state = 202}, - [1710] = {.lex_state = 55}, - [1711] = {.lex_state = 1}, - [1712] = {.lex_state = 1}, - [1713] = {.lex_state = 1}, - [1714] = {.lex_state = 1}, - [1715] = {.lex_state = 202}, - [1716] = {.lex_state = 1}, - [1717] = {.lex_state = 1}, - [1718] = {.lex_state = 202}, - [1719] = {.lex_state = 202}, - [1720] = {.lex_state = 1}, - [1721] = {.lex_state = 1}, - [1722] = {.lex_state = 1}, - [1723] = {.lex_state = 202}, - [1724] = {.lex_state = 202}, - [1725] = {.lex_state = 202}, - [1726] = {.lex_state = 1}, - [1727] = {.lex_state = 202}, - [1728] = {.lex_state = 202}, - [1729] = {.lex_state = 1}, - [1730] = {.lex_state = 1}, - [1731] = {.lex_state = 202}, - [1732] = {.lex_state = 1}, - [1733] = {.lex_state = 1}, - [1734] = {.lex_state = 202}, - [1735] = {.lex_state = 1}, - [1736] = {.lex_state = 1}, - [1737] = {.lex_state = 1}, - [1738] = {.lex_state = 1}, - [1739] = {.lex_state = 1}, - [1740] = {.lex_state = 202}, - [1741] = {.lex_state = 1}, - [1742] = {.lex_state = 202}, - [1743] = {.lex_state = 1}, - [1744] = {.lex_state = 1}, - [1745] = {.lex_state = 1}, - [1746] = {.lex_state = 1}, - [1747] = {.lex_state = 1}, - [1748] = {.lex_state = 202}, - [1749] = {.lex_state = 1}, - [1750] = {.lex_state = 202}, - [1751] = {.lex_state = 1}, - [1752] = {.lex_state = 1}, - [1753] = {.lex_state = 1}, - [1754] = {.lex_state = 202}, - [1755] = {.lex_state = 1}, - [1756] = {.lex_state = 1}, - [1757] = {.lex_state = 1}, - [1758] = {.lex_state = 1}, - [1759] = {.lex_state = 202}, - [1760] = {.lex_state = 1}, - [1761] = {.lex_state = 1}, - [1762] = {.lex_state = 1}, - [1763] = {.lex_state = 202}, - [1764] = {.lex_state = 202}, - [1765] = {.lex_state = 202}, - [1766] = {.lex_state = 202}, - [1767] = {.lex_state = 1}, - [1768] = {.lex_state = 202}, - [1769] = {.lex_state = 202}, - [1770] = {.lex_state = 202}, - [1771] = {.lex_state = 202}, - [1772] = {.lex_state = 202}, - [1773] = {.lex_state = 202}, - [1774] = {.lex_state = 202}, - [1775] = {.lex_state = 202}, - [1776] = {.lex_state = 202}, - [1777] = {.lex_state = 202}, - [1778] = {.lex_state = 202}, - [1779] = {.lex_state = 202}, - [1780] = {.lex_state = 202}, - [1781] = {.lex_state = 202}, - [1782] = {.lex_state = 202}, - [1783] = {.lex_state = 202}, - [1784] = {.lex_state = 202}, - [1785] = {.lex_state = 202}, - [1786] = {.lex_state = 202}, - [1787] = {.lex_state = 202}, - [1788] = {.lex_state = 84}, - [1789] = {.lex_state = 202}, - [1790] = {.lex_state = 202}, - [1791] = {.lex_state = 202}, - [1792] = {.lex_state = 202}, - [1793] = {.lex_state = 202}, - [1794] = {.lex_state = 202}, - [1795] = {.lex_state = 202}, - [1796] = {.lex_state = 202}, - [1797] = {.lex_state = 202}, - [1798] = {.lex_state = 202}, - [1799] = {.lex_state = 202}, - [1800] = {.lex_state = 202}, - [1801] = {.lex_state = 202}, - [1802] = {.lex_state = 202}, - [1803] = {.lex_state = 202}, - [1804] = {.lex_state = 202}, - [1805] = {.lex_state = 202}, - [1806] = {.lex_state = 0}, - [1807] = {.lex_state = 202}, - [1808] = {.lex_state = 0}, - [1809] = {.lex_state = 202}, - [1810] = {.lex_state = 1}, - [1811] = {.lex_state = 202}, - [1812] = {.lex_state = 202}, - [1813] = {.lex_state = 80}, - [1814] = {.lex_state = 202}, - [1815] = {.lex_state = 202}, - [1816] = {.lex_state = 6}, - [1817] = {.lex_state = 1}, - [1818] = {.lex_state = 0}, - [1819] = {.lex_state = 1}, - [1820] = {.lex_state = 202}, - [1821] = {.lex_state = 202}, - [1822] = {.lex_state = 1}, - [1823] = {.lex_state = 0}, - [1824] = {.lex_state = 1}, - [1825] = {.lex_state = 1}, - [1826] = {.lex_state = 1}, - [1827] = {.lex_state = 1}, - [1828] = {.lex_state = 7}, - [1829] = {.lex_state = 1}, - [1830] = {.lex_state = 202}, - [1831] = {.lex_state = 1}, - [1832] = {.lex_state = 1}, - [1833] = {.lex_state = 1}, - [1834] = {.lex_state = 202}, - [1835] = {.lex_state = 202}, - [1836] = {.lex_state = 1}, - [1837] = {.lex_state = 1}, - [1838] = {.lex_state = 1}, - [1839] = {.lex_state = 210}, - [1840] = {.lex_state = 1}, - [1841] = {.lex_state = 1}, - [1842] = {.lex_state = 1}, - [1843] = {.lex_state = 1}, - [1844] = {.lex_state = 1}, - [1845] = {.lex_state = 1}, - [1846] = {.lex_state = 202}, - [1847] = {.lex_state = 1}, - [1848] = {.lex_state = 1}, - [1849] = {.lex_state = 1}, - [1850] = {.lex_state = 1}, - [1851] = {.lex_state = 202}, - [1852] = {.lex_state = 202}, - [1853] = {.lex_state = 1}, - [1854] = {.lex_state = 1}, - [1855] = {.lex_state = 1}, - [1856] = {.lex_state = 1}, - [1857] = {.lex_state = 1}, - [1858] = {.lex_state = 1}, - [1859] = {.lex_state = 1}, - [1860] = {.lex_state = 1}, - [1861] = {.lex_state = 1}, - [1862] = {.lex_state = 202}, - [1863] = {.lex_state = 202}, - [1864] = {.lex_state = 1}, - [1865] = {.lex_state = 202}, - [1866] = {.lex_state = 202}, - [1867] = {.lex_state = 0}, - [1868] = {.lex_state = 0}, - [1869] = {.lex_state = 1}, - [1870] = {.lex_state = 1}, - [1871] = {.lex_state = 1}, - [1872] = {.lex_state = 1}, - [1873] = {.lex_state = 1}, - [1874] = {.lex_state = 1}, - [1875] = {.lex_state = 1}, - [1876] = {.lex_state = 1}, - [1877] = {.lex_state = 1}, - [1878] = {.lex_state = 202}, - [1879] = {.lex_state = 1}, - [1880] = {.lex_state = 1}, - [1881] = {.lex_state = 202}, - [1882] = {.lex_state = 1}, - [1883] = {.lex_state = 1}, - [1884] = {.lex_state = 1}, - [1885] = {.lex_state = 202}, - [1886] = {.lex_state = 1}, - [1887] = {.lex_state = 1}, - [1888] = {.lex_state = 1}, - [1889] = {.lex_state = 1}, - [1890] = {.lex_state = 1}, - [1891] = {.lex_state = 202}, - [1892] = {.lex_state = 202}, - [1893] = {.lex_state = 1}, - [1894] = {.lex_state = 44}, - [1895] = {.lex_state = 202}, - [1896] = {.lex_state = 202}, - [1897] = {.lex_state = 1}, - [1898] = {.lex_state = 202}, - [1899] = {.lex_state = 202}, - [1900] = {.lex_state = 202}, - [1901] = {.lex_state = 1}, - [1902] = {.lex_state = 1}, - [1903] = {.lex_state = 1}, - [1904] = {.lex_state = 202}, - [1905] = {.lex_state = 1}, - [1906] = {.lex_state = 202}, - [1907] = {.lex_state = 1}, - [1908] = {.lex_state = 1}, - [1909] = {.lex_state = 202}, - [1910] = {.lex_state = 202}, - [1911] = {.lex_state = 202}, - [1912] = {.lex_state = 202}, - [1913] = {.lex_state = 1}, - [1914] = {.lex_state = 202}, - [1915] = {.lex_state = 1}, - [1916] = {.lex_state = 1}, - [1917] = {.lex_state = 202}, - [1918] = {.lex_state = 1}, - [1919] = {.lex_state = 202}, - [1920] = {.lex_state = 1}, - [1921] = {.lex_state = 1}, - [1922] = {.lex_state = 1}, - [1923] = {.lex_state = 1}, - [1924] = {.lex_state = 1}, - [1925] = {.lex_state = 1}, - [1926] = {.lex_state = 202}, - [1927] = {.lex_state = 1}, - [1928] = {.lex_state = 202}, - [1929] = {.lex_state = 202}, - [1930] = {.lex_state = 1}, - [1931] = {.lex_state = 1}, - [1932] = {.lex_state = 1}, - [1933] = {.lex_state = 1}, - [1934] = {.lex_state = 202}, - [1935] = {.lex_state = 1}, - [1936] = {.lex_state = 1}, - [1937] = {.lex_state = 1}, - [1938] = {.lex_state = 202}, - [1939] = {.lex_state = 14}, - [1940] = {.lex_state = 202}, - [1941] = {.lex_state = 1}, - [1942] = {.lex_state = 0}, - [1943] = {.lex_state = 45}, - [1944] = {.lex_state = 1}, - [1945] = {.lex_state = 218}, - [1946] = {.lex_state = 0}, - [1947] = {.lex_state = 202}, - [1948] = {.lex_state = 0}, - [1949] = {.lex_state = 202}, - [1950] = {.lex_state = 1}, - [1951] = {.lex_state = 202}, - [1952] = {.lex_state = 202}, - [1953] = {.lex_state = 1}, - [1954] = {.lex_state = 0}, - [1955] = {.lex_state = 0}, - [1956] = {.lex_state = 0}, - [1957] = {.lex_state = 202}, - [1958] = {.lex_state = 1}, - [1959] = {.lex_state = 1}, - [1960] = {.lex_state = 1}, - [1961] = {.lex_state = 0}, - [1962] = {.lex_state = 0}, - [1963] = {.lex_state = 0}, - [1964] = {.lex_state = 0}, - [1965] = {.lex_state = 0}, - [1966] = {.lex_state = 0}, - [1967] = {.lex_state = 1}, - [1968] = {.lex_state = 1}, - [1969] = {.lex_state = 1}, - [1970] = {.lex_state = 1}, - [1971] = {.lex_state = 0}, - [1972] = {.lex_state = 1}, - [1973] = {.lex_state = 1}, - [1974] = {.lex_state = 1}, - [1975] = {.lex_state = 202}, - [1976] = {.lex_state = 13}, - [1977] = {.lex_state = 210}, - [1978] = {.lex_state = 202}, - [1979] = {.lex_state = 0}, - [1980] = {.lex_state = 0}, - [1981] = {.lex_state = 0}, - [1982] = {.lex_state = 0}, - [1983] = {.lex_state = 52}, - [1984] = {.lex_state = 202}, - [1985] = {.lex_state = 0}, - [1986] = {.lex_state = 202}, - [1987] = {.lex_state = 202}, - [1988] = {.lex_state = 202}, - [1989] = {.lex_state = 0}, - [1990] = {.lex_state = 202}, - [1991] = {.lex_state = 0}, - [1992] = {.lex_state = 0}, - [1993] = {.lex_state = 0}, - [1994] = {.lex_state = 202}, - [1995] = {.lex_state = 202}, - [1996] = {.lex_state = 0}, - [1997] = {.lex_state = 210}, + [1114] = {.lex_state = 50}, + [1115] = {.lex_state = 2}, + [1116] = {.lex_state = 56}, + [1117] = {.lex_state = 50}, + [1118] = {.lex_state = 56}, + [1119] = {.lex_state = 56}, + [1120] = {.lex_state = 216}, + [1121] = {.lex_state = 2}, + [1122] = {.lex_state = 203}, + [1123] = {.lex_state = 2}, + [1124] = {.lex_state = 56}, + [1125] = {.lex_state = 2}, + [1126] = {.lex_state = 56}, + [1127] = {.lex_state = 56}, + [1128] = {.lex_state = 56}, + [1129] = {.lex_state = 56}, + [1130] = {.lex_state = 56}, + [1131] = {.lex_state = 59}, + [1132] = {.lex_state = 50}, + [1133] = {.lex_state = 61}, + [1134] = {.lex_state = 56}, + [1135] = {.lex_state = 56}, + [1136] = {.lex_state = 33}, + [1137] = {.lex_state = 61}, + [1138] = {.lex_state = 203}, + [1139] = {.lex_state = 61}, + [1140] = {.lex_state = 61}, + [1141] = {.lex_state = 56}, + [1142] = {.lex_state = 61}, + [1143] = {.lex_state = 56}, + [1144] = {.lex_state = 203}, + [1145] = {.lex_state = 51}, + [1146] = {.lex_state = 56}, + [1147] = {.lex_state = 27}, + [1148] = {.lex_state = 27}, + [1149] = {.lex_state = 61}, + [1150] = {.lex_state = 27}, + [1151] = {.lex_state = 214}, + [1152] = {.lex_state = 203}, + [1153] = {.lex_state = 27}, + [1154] = {.lex_state = 27}, + [1155] = {.lex_state = 61}, + [1156] = {.lex_state = 51}, + [1157] = {.lex_state = 61}, + [1158] = {.lex_state = 54}, + [1159] = {.lex_state = 61}, + [1160] = {.lex_state = 51}, + [1161] = {.lex_state = 27}, + [1162] = {.lex_state = 203}, + [1163] = {.lex_state = 2}, + [1164] = {.lex_state = 203}, + [1165] = {.lex_state = 203}, + [1166] = {.lex_state = 203}, + [1167] = {.lex_state = 203}, + [1168] = {.lex_state = 203}, + [1169] = {.lex_state = 203}, + [1170] = {.lex_state = 2}, + [1171] = {.lex_state = 2}, + [1172] = {.lex_state = 2}, + [1173] = {.lex_state = 2}, + [1174] = {.lex_state = 203}, + [1175] = {.lex_state = 203}, + [1176] = {.lex_state = 2}, + [1177] = {.lex_state = 2}, + [1178] = {.lex_state = 2}, + [1179] = {.lex_state = 2}, + [1180] = {.lex_state = 2}, + [1181] = {.lex_state = 61}, + [1182] = {.lex_state = 2}, + [1183] = {.lex_state = 2}, + [1184] = {.lex_state = 2}, + [1185] = {.lex_state = 2}, + [1186] = {.lex_state = 28}, + [1187] = {.lex_state = 208}, + [1188] = {.lex_state = 52}, + [1189] = {.lex_state = 52}, + [1190] = {.lex_state = 52}, + [1191] = {.lex_state = 28}, + [1192] = {.lex_state = 28}, + [1193] = {.lex_state = 28}, + [1194] = {.lex_state = 28}, + [1195] = {.lex_state = 28}, + [1196] = {.lex_state = 208}, + [1197] = {.lex_state = 28}, + [1198] = {.lex_state = 28}, + [1199] = {.lex_state = 28}, + [1200] = {.lex_state = 28}, + [1201] = {.lex_state = 65}, + [1202] = {.lex_state = 28}, + [1203] = {.lex_state = 28}, + [1204] = {.lex_state = 65}, + [1205] = {.lex_state = 205}, + [1206] = {.lex_state = 58}, + [1207] = {.lex_state = 213}, + [1208] = {.lex_state = 60}, + [1209] = {.lex_state = 65}, + [1210] = {.lex_state = 37}, + [1211] = {.lex_state = 28}, + [1212] = {.lex_state = 34}, + [1213] = {.lex_state = 28}, + [1214] = {.lex_state = 65}, + [1215] = {.lex_state = 28}, + [1216] = {.lex_state = 65}, + [1217] = {.lex_state = 65}, + [1218] = {.lex_state = 65}, + [1219] = {.lex_state = 65}, + [1220] = {.lex_state = 65}, + [1221] = {.lex_state = 65}, + [1222] = {.lex_state = 65}, + [1223] = {.lex_state = 71}, + [1224] = {.lex_state = 65}, + [1225] = {.lex_state = 65}, + [1226] = {.lex_state = 65}, + [1227] = {.lex_state = 65}, + [1228] = {.lex_state = 213}, + [1229] = {.lex_state = 205}, + [1230] = {.lex_state = 213}, + [1231] = {.lex_state = 213}, + [1232] = {.lex_state = 37}, + [1233] = {.lex_state = 213}, + [1234] = {.lex_state = 28}, + [1235] = {.lex_state = 25}, + [1236] = {.lex_state = 60}, + [1237] = {.lex_state = 25}, + [1238] = {.lex_state = 25}, + [1239] = {.lex_state = 25}, + [1240] = {.lex_state = 213}, + [1241] = {.lex_state = 65}, + [1242] = {.lex_state = 213}, + [1243] = {.lex_state = 25}, + [1244] = {.lex_state = 58}, + [1245] = {.lex_state = 25}, + [1246] = {.lex_state = 25}, + [1247] = {.lex_state = 25}, + [1248] = {.lex_state = 25}, + [1249] = {.lex_state = 213}, + [1250] = {.lex_state = 25}, + [1251] = {.lex_state = 71}, + [1252] = {.lex_state = 62}, + [1253] = {.lex_state = 25}, + [1254] = {.lex_state = 25}, + [1255] = {.lex_state = 62}, + [1256] = {.lex_state = 62}, + [1257] = {.lex_state = 213}, + [1258] = {.lex_state = 213}, + [1259] = {.lex_state = 62}, + [1260] = {.lex_state = 25}, + [1261] = {.lex_state = 25}, + [1262] = {.lex_state = 39}, + [1263] = {.lex_state = 62}, + [1264] = {.lex_state = 25}, + [1265] = {.lex_state = 62}, + [1266] = {.lex_state = 62}, + [1267] = {.lex_state = 39}, + [1268] = {.lex_state = 62}, + [1269] = {.lex_state = 62}, + [1270] = {.lex_state = 62}, + [1271] = {.lex_state = 62}, + [1272] = {.lex_state = 62}, + [1273] = {.lex_state = 39}, + [1274] = {.lex_state = 74}, + [1275] = {.lex_state = 62}, + [1276] = {.lex_state = 62}, + [1277] = {.lex_state = 62}, + [1278] = {.lex_state = 34}, + [1279] = {.lex_state = 213}, + [1280] = {.lex_state = 74}, + [1281] = {.lex_state = 213}, + [1282] = {.lex_state = 25}, + [1283] = {.lex_state = 41}, + [1284] = {.lex_state = 213}, + [1285] = {.lex_state = 42}, + [1286] = {.lex_state = 213}, + [1287] = {.lex_state = 42}, + [1288] = {.lex_state = 41}, + [1289] = {.lex_state = 213}, + [1290] = {.lex_state = 213}, + [1291] = {.lex_state = 62}, + [1292] = {.lex_state = 42}, + [1293] = {.lex_state = 40}, + [1294] = {.lex_state = 40}, + [1295] = {.lex_state = 41}, + [1296] = {.lex_state = 40}, + [1297] = {.lex_state = 77}, + [1298] = {.lex_state = 63}, + [1299] = {.lex_state = 63}, + [1300] = {.lex_state = 66}, + [1301] = {.lex_state = 63}, + [1302] = {.lex_state = 63}, + [1303] = {.lex_state = 35}, + [1304] = {.lex_state = 75}, + [1305] = {.lex_state = 216}, + [1306] = {.lex_state = 63}, + [1307] = {.lex_state = 216}, + [1308] = {.lex_state = 72}, + [1309] = {.lex_state = 66}, + [1310] = {.lex_state = 63}, + [1311] = {.lex_state = 66}, + [1312] = {.lex_state = 63}, + [1313] = {.lex_state = 63}, + [1314] = {.lex_state = 63}, + [1315] = {.lex_state = 66}, + [1316] = {.lex_state = 63}, + [1317] = {.lex_state = 63}, + [1318] = {.lex_state = 66}, + [1319] = {.lex_state = 66}, + [1320] = {.lex_state = 66}, + [1321] = {.lex_state = 63}, + [1322] = {.lex_state = 66}, + [1323] = {.lex_state = 66}, + [1324] = {.lex_state = 215}, + [1325] = {.lex_state = 66}, + [1326] = {.lex_state = 38}, + [1327] = {.lex_state = 66}, + [1328] = {.lex_state = 66}, + [1329] = {.lex_state = 63}, + [1330] = {.lex_state = 63}, + [1331] = {.lex_state = 72}, + [1332] = {.lex_state = 38}, + [1333] = {.lex_state = 66}, + [1334] = {.lex_state = 215}, + [1335] = {.lex_state = 66}, + [1336] = {.lex_state = 77}, + [1337] = {.lex_state = 80}, + [1338] = {.lex_state = 63}, + [1339] = {.lex_state = 63}, + [1340] = {.lex_state = 35}, + [1341] = {.lex_state = 66}, + [1342] = {.lex_state = 80}, + [1343] = {.lex_state = 66}, + [1344] = {.lex_state = 77}, + [1345] = {.lex_state = 79}, + [1346] = {.lex_state = 79}, + [1347] = {.lex_state = 79}, + [1348] = {.lex_state = 75}, + [1349] = {.lex_state = 80}, + [1350] = {.lex_state = 78}, + [1351] = {.lex_state = 78}, + [1352] = {.lex_state = 78}, + [1353] = {.lex_state = 76}, + [1354] = {.lex_state = 73}, + [1355] = {.lex_state = 76}, + [1356] = {.lex_state = 216}, + [1357] = {.lex_state = 73}, + [1358] = {.lex_state = 216}, + [1359] = {.lex_state = 216}, + [1360] = {.lex_state = 216}, + [1361] = {.lex_state = 216}, + [1362] = {.lex_state = 216}, + [1363] = {.lex_state = 216}, + [1364] = {.lex_state = 217}, + [1365] = {.lex_state = 217}, + [1366] = {.lex_state = 217}, + [1367] = {.lex_state = 216}, + [1368] = {.lex_state = 216}, + [1369] = {.lex_state = 217}, + [1370] = {.lex_state = 82}, + [1371] = {.lex_state = 82}, + [1372] = {.lex_state = 82}, + [1373] = {.lex_state = 216}, + [1374] = {.lex_state = 216}, + [1375] = {.lex_state = 216}, + [1376] = {.lex_state = 216}, + [1377] = {.lex_state = 221}, + [1378] = {.lex_state = 218}, + [1379] = {.lex_state = 216}, + [1380] = {.lex_state = 216}, + [1381] = {.lex_state = 216}, + [1382] = {.lex_state = 216}, + [1383] = {.lex_state = 216}, + [1384] = {.lex_state = 216}, + [1385] = {.lex_state = 216}, + [1386] = {.lex_state = 216}, + [1387] = {.lex_state = 216}, + [1388] = {.lex_state = 2}, + [1389] = {.lex_state = 2}, + [1390] = {.lex_state = 2}, + [1391] = {.lex_state = 221}, + [1392] = {.lex_state = 2}, + [1393] = {.lex_state = 2}, + [1394] = {.lex_state = 216}, + [1395] = {.lex_state = 2}, + [1396] = {.lex_state = 216}, + [1397] = {.lex_state = 216}, + [1398] = {.lex_state = 2}, + [1399] = {.lex_state = 2}, + [1400] = {.lex_state = 2}, + [1401] = {.lex_state = 2}, + [1402] = {.lex_state = 224}, + [1403] = {.lex_state = 216}, + [1404] = {.lex_state = 2}, + [1405] = {.lex_state = 2}, + [1406] = {.lex_state = 2}, + [1407] = {.lex_state = 2}, + [1408] = {.lex_state = 216}, + [1409] = {.lex_state = 2}, + [1410] = {.lex_state = 2}, + [1411] = {.lex_state = 2}, + [1412] = {.lex_state = 2}, + [1413] = {.lex_state = 2}, + [1414] = {.lex_state = 2}, + [1415] = {.lex_state = 2}, + [1416] = {.lex_state = 2}, + [1417] = {.lex_state = 2}, + [1418] = {.lex_state = 216}, + [1419] = {.lex_state = 2}, + [1420] = {.lex_state = 2}, + [1421] = {.lex_state = 2}, + [1422] = {.lex_state = 2}, + [1423] = {.lex_state = 2}, + [1424] = {.lex_state = 216}, + [1425] = {.lex_state = 2}, + [1426] = {.lex_state = 2}, + [1427] = {.lex_state = 216}, + [1428] = {.lex_state = 228}, + [1429] = {.lex_state = 2}, + [1430] = {.lex_state = 2}, + [1431] = {.lex_state = 2}, + [1432] = {.lex_state = 216}, + [1433] = {.lex_state = 216}, + [1434] = {.lex_state = 2}, + [1435] = {.lex_state = 2}, + [1436] = {.lex_state = 216}, + [1437] = {.lex_state = 216}, + [1438] = {.lex_state = 2}, + [1439] = {.lex_state = 2}, + [1440] = {.lex_state = 2}, + [1441] = {.lex_state = 216}, + [1442] = {.lex_state = 216}, + [1443] = {.lex_state = 2}, + [1444] = {.lex_state = 2}, + [1445] = {.lex_state = 216}, + [1446] = {.lex_state = 2}, + [1447] = {.lex_state = 2}, + [1448] = {.lex_state = 2}, + [1449] = {.lex_state = 216}, + [1450] = {.lex_state = 216}, + [1451] = {.lex_state = 216}, + [1452] = {.lex_state = 217}, + [1453] = {.lex_state = 2}, + [1454] = {.lex_state = 2}, + [1455] = {.lex_state = 2}, + [1456] = {.lex_state = 222}, + [1457] = {.lex_state = 216}, + [1458] = {.lex_state = 216}, + [1459] = {.lex_state = 216}, + [1460] = {.lex_state = 216}, + [1461] = {.lex_state = 2}, + [1462] = {.lex_state = 216}, + [1463] = {.lex_state = 216}, + [1464] = {.lex_state = 2}, + [1465] = {.lex_state = 2}, + [1466] = {.lex_state = 216}, + [1467] = {.lex_state = 221}, + [1468] = {.lex_state = 216}, + [1469] = {.lex_state = 216}, + [1470] = {.lex_state = 216}, + [1471] = {.lex_state = 225}, + [1472] = {.lex_state = 222}, + [1473] = {.lex_state = 216}, + [1474] = {.lex_state = 216}, + [1475] = {.lex_state = 216}, + [1476] = {.lex_state = 228}, + [1477] = {.lex_state = 216}, + [1478] = {.lex_state = 216}, + [1479] = {.lex_state = 216}, + [1480] = {.lex_state = 224}, + [1481] = {.lex_state = 216}, + [1482] = {.lex_state = 216}, + [1483] = {.lex_state = 216}, + [1484] = {.lex_state = 216}, + [1485] = {.lex_state = 216}, + [1486] = {.lex_state = 216}, + [1487] = {.lex_state = 216}, + [1488] = {.lex_state = 216}, + [1489] = {.lex_state = 216}, + [1490] = {.lex_state = 216}, + [1491] = {.lex_state = 224}, + [1492] = {.lex_state = 216}, + [1493] = {.lex_state = 82}, + [1494] = {.lex_state = 216}, + [1495] = {.lex_state = 216}, + [1496] = {.lex_state = 228}, + [1497] = {.lex_state = 222}, + [1498] = {.lex_state = 216}, + [1499] = {.lex_state = 216}, + [1500] = {.lex_state = 232}, + [1501] = {.lex_state = 229}, + [1502] = {.lex_state = 216}, + [1503] = {.lex_state = 82}, + [1504] = {.lex_state = 216}, + [1505] = {.lex_state = 5}, + [1506] = {.lex_state = 5}, + [1507] = {.lex_state = 5}, + [1508] = {.lex_state = 216}, + [1509] = {.lex_state = 5}, + [1510] = {.lex_state = 5}, + [1511] = {.lex_state = 5}, + [1512] = {.lex_state = 216}, + [1513] = {.lex_state = 216}, + [1514] = {.lex_state = 229}, + [1515] = {.lex_state = 216}, + [1516] = {.lex_state = 216}, + [1517] = {.lex_state = 5}, + [1518] = {.lex_state = 216}, + [1519] = {.lex_state = 232}, + [1520] = {.lex_state = 216}, + [1521] = {.lex_state = 5}, + [1522] = {.lex_state = 216}, + [1523] = {.lex_state = 216}, + [1524] = {.lex_state = 216}, + [1525] = {.lex_state = 5}, + [1526] = {.lex_state = 216}, + [1527] = {.lex_state = 5}, + [1528] = {.lex_state = 216}, + [1529] = {.lex_state = 216}, + [1530] = {.lex_state = 216}, + [1531] = {.lex_state = 5}, + [1532] = {.lex_state = 5}, + [1533] = {.lex_state = 225}, + [1534] = {.lex_state = 233}, + [1535] = {.lex_state = 5}, + [1536] = {.lex_state = 216}, + [1537] = {.lex_state = 224}, + [1538] = {.lex_state = 224}, + [1539] = {.lex_state = 5}, + [1540] = {.lex_state = 216}, + [1541] = {.lex_state = 5}, + [1542] = {.lex_state = 232}, + [1543] = {.lex_state = 5}, + [1544] = {.lex_state = 216}, + [1545] = {.lex_state = 216}, + [1546] = {.lex_state = 216}, + [1547] = {.lex_state = 216}, + [1548] = {.lex_state = 216}, + [1549] = {.lex_state = 216}, + [1550] = {.lex_state = 216}, + [1551] = {.lex_state = 216}, + [1552] = {.lex_state = 216}, + [1553] = {.lex_state = 216}, + [1554] = {.lex_state = 216}, + [1555] = {.lex_state = 225}, + [1556] = {.lex_state = 216}, + [1557] = {.lex_state = 233}, + [1558] = {.lex_state = 229}, + [1559] = {.lex_state = 216}, + [1560] = {.lex_state = 216}, + [1561] = {.lex_state = 216}, + [1562] = {.lex_state = 9}, + [1563] = {.lex_state = 10}, + [1564] = {.lex_state = 216}, + [1565] = {.lex_state = 216}, + [1566] = {.lex_state = 10}, + [1567] = {.lex_state = 6}, + [1568] = {.lex_state = 216}, + [1569] = {.lex_state = 10}, + [1570] = {.lex_state = 6}, + [1571] = {.lex_state = 10}, + [1572] = {.lex_state = 10}, + [1573] = {.lex_state = 10}, + [1574] = {.lex_state = 10}, + [1575] = {.lex_state = 10}, + [1576] = {.lex_state = 10}, + [1577] = {.lex_state = 6}, + [1578] = {.lex_state = 6}, + [1579] = {.lex_state = 10}, + [1580] = {.lex_state = 216}, + [1581] = {.lex_state = 216}, + [1582] = {.lex_state = 6}, + [1583] = {.lex_state = 6}, + [1584] = {.lex_state = 6}, + [1585] = {.lex_state = 6}, + [1586] = {.lex_state = 6}, + [1587] = {.lex_state = 9}, + [1588] = {.lex_state = 6}, + [1589] = {.lex_state = 6}, + [1590] = {.lex_state = 6}, + [1591] = {.lex_state = 6}, + [1592] = {.lex_state = 6}, + [1593] = {.lex_state = 10}, + [1594] = {.lex_state = 6}, + [1595] = {.lex_state = 6}, + [1596] = {.lex_state = 9}, + [1597] = {.lex_state = 43}, + [1598] = {.lex_state = 10}, + [1599] = {.lex_state = 10}, + [1600] = {.lex_state = 43}, + [1601] = {.lex_state = 43}, + [1602] = {.lex_state = 43}, + [1603] = {.lex_state = 233}, + [1604] = {.lex_state = 43}, + [1605] = {.lex_state = 43}, + [1606] = {.lex_state = 43}, + [1607] = {.lex_state = 9}, + [1608] = {.lex_state = 43}, + [1609] = {.lex_state = 43}, + [1610] = {.lex_state = 216}, + [1611] = {.lex_state = 216}, + [1612] = {.lex_state = 9}, + [1613] = {.lex_state = 7}, + [1614] = {.lex_state = 216}, + [1615] = {.lex_state = 43}, + [1616] = {.lex_state = 43}, + [1617] = {.lex_state = 43}, + [1618] = {.lex_state = 43}, + [1619] = {.lex_state = 216}, + [1620] = {.lex_state = 10}, + [1621] = {.lex_state = 43}, + [1622] = {.lex_state = 216}, + [1623] = {.lex_state = 216}, + [1624] = {.lex_state = 216}, + [1625] = {.lex_state = 43}, + [1626] = {.lex_state = 7}, + [1627] = {.lex_state = 216}, + [1628] = {.lex_state = 216}, + [1629] = {.lex_state = 10}, + [1630] = {.lex_state = 224}, + [1631] = {.lex_state = 216}, + [1632] = {.lex_state = 232}, + [1633] = {.lex_state = 216}, + [1634] = {.lex_state = 216}, + [1635] = {.lex_state = 216}, + [1636] = {.lex_state = 9}, + [1637] = {.lex_state = 9}, + [1638] = {.lex_state = 9}, + [1639] = {.lex_state = 9}, + [1640] = {.lex_state = 216}, + [1641] = {.lex_state = 9}, + [1642] = {.lex_state = 9}, + [1643] = {.lex_state = 233}, + [1644] = {.lex_state = 224}, + [1645] = {.lex_state = 233}, + [1646] = {.lex_state = 9}, + [1647] = {.lex_state = 216}, + [1648] = {.lex_state = 216}, + [1649] = {.lex_state = 224}, + [1650] = {.lex_state = 216}, + [1651] = {.lex_state = 9}, + [1652] = {.lex_state = 43}, + [1653] = {.lex_state = 216}, + [1654] = {.lex_state = 9}, + [1655] = {.lex_state = 9}, + [1656] = {.lex_state = 216}, + [1657] = {.lex_state = 216}, + [1658] = {.lex_state = 216}, + [1659] = {.lex_state = 224}, + [1660] = {.lex_state = 9}, + [1661] = {.lex_state = 216}, + [1662] = {.lex_state = 10}, + [1663] = {.lex_state = 216}, + [1664] = {.lex_state = 233}, + [1665] = {.lex_state = 44}, + [1666] = {.lex_state = 81}, + [1667] = {.lex_state = 44}, + [1668] = {.lex_state = 81}, + [1669] = {.lex_state = 12}, + [1670] = {.lex_state = 44}, + [1671] = {.lex_state = 48}, + [1672] = {.lex_state = 48}, + [1673] = {.lex_state = 11}, + [1674] = {.lex_state = 11}, + [1675] = {.lex_state = 11}, + [1676] = {.lex_state = 48}, + [1677] = {.lex_state = 81}, + [1678] = {.lex_state = 81}, + [1679] = {.lex_state = 81}, + [1680] = {.lex_state = 11}, + [1681] = {.lex_state = 81}, + [1682] = {.lex_state = 11}, + [1683] = {.lex_state = 81}, + [1684] = {.lex_state = 48}, + [1685] = {.lex_state = 48}, + [1686] = {.lex_state = 81}, + [1687] = {.lex_state = 11}, + [1688] = {.lex_state = 81}, + [1689] = {.lex_state = 11}, + [1690] = {.lex_state = 81}, + [1691] = {.lex_state = 81}, + [1692] = {.lex_state = 48}, + [1693] = {.lex_state = 81}, + [1694] = {.lex_state = 48}, + [1695] = {.lex_state = 13}, + [1696] = {.lex_state = 81}, + [1697] = {.lex_state = 81}, + [1698] = {.lex_state = 11}, + [1699] = {.lex_state = 11}, + [1700] = {.lex_state = 11}, + [1701] = {.lex_state = 12}, + [1702] = {.lex_state = 81}, + [1703] = {.lex_state = 81}, + [1704] = {.lex_state = 81}, + [1705] = {.lex_state = 48}, + [1706] = {.lex_state = 81}, + [1707] = {.lex_state = 81}, + [1708] = {.lex_state = 48}, + [1709] = {.lex_state = 81}, + [1710] = {.lex_state = 48}, + [1711] = {.lex_state = 11}, + [1712] = {.lex_state = 81}, + [1713] = {.lex_state = 81}, + [1714] = {.lex_state = 81}, + [1715] = {.lex_state = 81}, + [1716] = {.lex_state = 48}, + [1717] = {.lex_state = 11}, + [1718] = {.lex_state = 232}, + [1719] = {.lex_state = 11}, + [1720] = {.lex_state = 11}, + [1721] = {.lex_state = 81}, + [1722] = {.lex_state = 48}, + [1723] = {.lex_state = 81}, + [1724] = {.lex_state = 48}, + [1725] = {.lex_state = 81}, + [1726] = {.lex_state = 48}, + [1727] = {.lex_state = 47}, + [1728] = {.lex_state = 44}, + [1729] = {.lex_state = 13}, + [1730] = {.lex_state = 81}, + [1731] = {.lex_state = 47}, + [1732] = {.lex_state = 11}, + [1733] = {.lex_state = 81}, + [1734] = {.lex_state = 81}, + [1735] = {.lex_state = 47}, + [1736] = {.lex_state = 81}, + [1737] = {.lex_state = 47}, + [1738] = {.lex_state = 81}, + [1739] = {.lex_state = 47}, + [1740] = {.lex_state = 81}, + [1741] = {.lex_state = 81}, + [1742] = {.lex_state = 81}, + [1743] = {.lex_state = 47}, + [1744] = {.lex_state = 81}, + [1745] = {.lex_state = 81}, + [1746] = {.lex_state = 47}, + [1747] = {.lex_state = 8}, + [1748] = {.lex_state = 81}, + [1749] = {.lex_state = 232}, + [1750] = {.lex_state = 47}, + [1751] = {.lex_state = 47}, + [1752] = {.lex_state = 44}, + [1753] = {.lex_state = 44}, + [1754] = {.lex_state = 44}, + [1755] = {.lex_state = 44}, + [1756] = {.lex_state = 47}, + [1757] = {.lex_state = 47}, + [1758] = {.lex_state = 81}, + [1759] = {.lex_state = 81}, + [1760] = {.lex_state = 81}, + [1761] = {.lex_state = 81}, + [1762] = {.lex_state = 11}, + [1763] = {.lex_state = 81}, + [1764] = {.lex_state = 47}, + [1765] = {.lex_state = 8}, + [1766] = {.lex_state = 81}, + [1767] = {.lex_state = 81}, + [1768] = {.lex_state = 81}, + [1769] = {.lex_state = 81}, + [1770] = {.lex_state = 47}, + [1771] = {.lex_state = 81}, + [1772] = {.lex_state = 81}, + [1773] = {.lex_state = 44}, + [1774] = {.lex_state = 81}, + [1775] = {.lex_state = 216}, + [1776] = {.lex_state = 81}, + [1777] = {.lex_state = 48}, + [1778] = {.lex_state = 47}, + [1779] = {.lex_state = 45}, + [1780] = {.lex_state = 81}, + [1781] = {.lex_state = 81}, + [1782] = {.lex_state = 81}, + [1783] = {.lex_state = 44}, + [1784] = {.lex_state = 44}, + [1785] = {.lex_state = 81}, + [1786] = {.lex_state = 81}, + [1787] = {.lex_state = 81}, + [1788] = {.lex_state = 81}, + [1789] = {.lex_state = 81}, + [1790] = {.lex_state = 81}, + [1791] = {.lex_state = 48}, + [1792] = {.lex_state = 81}, + [1793] = {.lex_state = 81}, + [1794] = {.lex_state = 81}, + [1795] = {.lex_state = 81}, + [1796] = {.lex_state = 81}, + [1797] = {.lex_state = 44}, + [1798] = {.lex_state = 81}, + [1799] = {.lex_state = 44}, + [1800] = {.lex_state = 216}, + [1801] = {.lex_state = 81}, + [1802] = {.lex_state = 81}, + [1803] = {.lex_state = 81}, + [1804] = {.lex_state = 45}, + [1805] = {.lex_state = 44}, + [1806] = {.lex_state = 81}, + [1807] = {.lex_state = 81}, + [1808] = {.lex_state = 81}, + [1809] = {.lex_state = 81}, + [1810] = {.lex_state = 81}, + [1811] = {.lex_state = 81}, + [1812] = {.lex_state = 81}, + [1813] = {.lex_state = 81}, + [1814] = {.lex_state = 81}, + [1815] = {.lex_state = 81}, + [1816] = {.lex_state = 81}, + [1817] = {.lex_state = 81}, + [1818] = {.lex_state = 47}, + [1819] = {.lex_state = 81}, + [1820] = {.lex_state = 81}, + [1821] = {.lex_state = 81}, + [1822] = {.lex_state = 81}, + [1823] = {.lex_state = 47}, + [1824] = {.lex_state = 216}, + [1825] = {.lex_state = 81}, + [1826] = {.lex_state = 81}, + [1827] = {.lex_state = 81}, + [1828] = {.lex_state = 81}, + [1829] = {.lex_state = 81}, + [1830] = {.lex_state = 81}, + [1831] = {.lex_state = 81}, + [1832] = {.lex_state = 81}, + [1833] = {.lex_state = 81}, + [1834] = {.lex_state = 81}, + [1835] = {.lex_state = 44}, + [1836] = {.lex_state = 44}, + [1837] = {.lex_state = 81}, + [1838] = {.lex_state = 81}, + [1839] = {.lex_state = 31}, + [1840] = {.lex_state = 29}, + [1841] = {.lex_state = 32}, + [1842] = {.lex_state = 32}, + [1843] = {.lex_state = 32}, + [1844] = {.lex_state = 29}, + [1845] = {.lex_state = 29}, + [1846] = {.lex_state = 32}, + [1847] = {.lex_state = 49}, + [1848] = {.lex_state = 29}, + [1849] = {.lex_state = 29}, + [1850] = {.lex_state = 29}, + [1851] = {.lex_state = 29}, + [1852] = {.lex_state = 29}, + [1853] = {.lex_state = 32}, + [1854] = {.lex_state = 32}, + [1855] = {.lex_state = 30}, + [1856] = {.lex_state = 29}, + [1857] = {.lex_state = 29}, + [1858] = {.lex_state = 31}, + [1859] = {.lex_state = 49}, + [1860] = {.lex_state = 32}, + [1861] = {.lex_state = 32}, + [1862] = {.lex_state = 29}, + [1863] = {.lex_state = 32}, + [1864] = {.lex_state = 32}, + [1865] = {.lex_state = 2}, + [1866] = {.lex_state = 31}, + [1867] = {.lex_state = 49}, + [1868] = {.lex_state = 32}, + [1869] = {.lex_state = 32}, + [1870] = {.lex_state = 49}, + [1871] = {.lex_state = 216}, + [1872] = {.lex_state = 31}, + [1873] = {.lex_state = 49}, + [1874] = {.lex_state = 50}, + [1875] = {.lex_state = 49}, + [1876] = {.lex_state = 30}, + [1877] = {.lex_state = 30}, + [1878] = {.lex_state = 29}, + [1879] = {.lex_state = 216}, + [1880] = {.lex_state = 29}, + [1881] = {.lex_state = 32}, + [1882] = {.lex_state = 46}, + [1883] = {.lex_state = 2}, + [1884] = {.lex_state = 29}, + [1885] = {.lex_state = 31}, + [1886] = {.lex_state = 31}, + [1887] = {.lex_state = 32}, + [1888] = {.lex_state = 29}, + [1889] = {.lex_state = 32}, + [1890] = {.lex_state = 31}, + [1891] = {.lex_state = 32}, + [1892] = {.lex_state = 31}, + [1893] = {.lex_state = 31}, + [1894] = {.lex_state = 51}, + [1895] = {.lex_state = 31}, + [1896] = {.lex_state = 46}, + [1897] = {.lex_state = 14}, + [1898] = {.lex_state = 31}, + [1899] = {.lex_state = 30}, + [1900] = {.lex_state = 49}, + [1901] = {.lex_state = 49}, + [1902] = {.lex_state = 50}, + [1903] = {.lex_state = 30}, + [1904] = {.lex_state = 49}, + [1905] = {.lex_state = 31}, + [1906] = {.lex_state = 49}, + [1907] = {.lex_state = 29}, + [1908] = {.lex_state = 30}, + [1909] = {.lex_state = 49}, + [1910] = {.lex_state = 31}, + [1911] = {.lex_state = 30}, + [1912] = {.lex_state = 2}, + [1913] = {.lex_state = 31}, + [1914] = {.lex_state = 31}, + [1915] = {.lex_state = 216}, + [1916] = {.lex_state = 49}, + [1917] = {.lex_state = 49}, + [1918] = {.lex_state = 30}, + [1919] = {.lex_state = 2}, + [1920] = {.lex_state = 30}, + [1921] = {.lex_state = 49}, + [1922] = {.lex_state = 30}, + [1923] = {.lex_state = 49}, + [1924] = {.lex_state = 30}, + [1925] = {.lex_state = 2}, + [1926] = {.lex_state = 30}, + [1927] = {.lex_state = 30}, + [1928] = {.lex_state = 31}, + [1929] = {.lex_state = 30}, + [1930] = {.lex_state = 2}, + [1931] = {.lex_state = 49}, + [1932] = {.lex_state = 51}, + [1933] = {.lex_state = 30}, + [1934] = {.lex_state = 14}, + [1935] = {.lex_state = 30}, + [1936] = {.lex_state = 67}, + [1937] = {.lex_state = 68}, + [1938] = {.lex_state = 42}, + [1939] = {.lex_state = 69}, + [1940] = {.lex_state = 67}, + [1941] = {.lex_state = 68}, + [1942] = {.lex_state = 67}, + [1943] = {.lex_state = 69}, + [1944] = {.lex_state = 67}, + [1945] = {.lex_state = 67}, + [1946] = {.lex_state = 69}, + [1947] = {.lex_state = 70}, + [1948] = {.lex_state = 69}, + [1949] = {.lex_state = 67}, + [1950] = {.lex_state = 41}, + [1951] = {.lex_state = 67}, + [1952] = {.lex_state = 69}, + [1953] = {.lex_state = 67}, + [1954] = {.lex_state = 69}, + [1955] = {.lex_state = 67}, + [1956] = {.lex_state = 70}, + [1957] = {.lex_state = 70}, + [1958] = {.lex_state = 52}, + [1959] = {.lex_state = 69}, + [1960] = {.lex_state = 42}, + [1961] = {.lex_state = 68}, + [1962] = {.lex_state = 67}, + [1963] = {.lex_state = 39}, + [1964] = {.lex_state = 68}, + [1965] = {.lex_state = 70}, + [1966] = {.lex_state = 69}, + [1967] = {.lex_state = 67}, + [1968] = {.lex_state = 69}, + [1969] = {.lex_state = 67}, + [1970] = {.lex_state = 67}, + [1971] = {.lex_state = 69}, + [1972] = {.lex_state = 69}, + [1973] = {.lex_state = 68}, + [1974] = {.lex_state = 70}, + [1975] = {.lex_state = 70}, + [1976] = {.lex_state = 70}, + [1977] = {.lex_state = 69}, + [1978] = {.lex_state = 68}, + [1979] = {.lex_state = 40}, + [1980] = {.lex_state = 69}, + [1981] = {.lex_state = 70}, + [1982] = {.lex_state = 70}, + [1983] = {.lex_state = 70}, + [1984] = {.lex_state = 70}, + [1985] = {.lex_state = 69}, + [1986] = {.lex_state = 68}, + [1987] = {.lex_state = 69}, + [1988] = {.lex_state = 39}, + [1989] = {.lex_state = 70}, + [1990] = {.lex_state = 70}, + [1991] = {.lex_state = 67}, + [1992] = {.lex_state = 68}, + [1993] = {.lex_state = 68}, + [1994] = {.lex_state = 70}, + [1995] = {.lex_state = 68}, + [1996] = {.lex_state = 67}, + [1997] = {.lex_state = 68}, [1998] = {.lex_state = 52}, - [1999] = {.lex_state = 202}, - [2000] = {.lex_state = 0}, - [2001] = {.lex_state = 210}, - [2002] = {.lex_state = 0}, - [2003] = {.lex_state = 0}, - [2004] = {.lex_state = 202}, - [2005] = {.lex_state = 0}, - [2006] = {.lex_state = 202}, - [2007] = {.lex_state = 0}, - [2008] = {.lex_state = 202}, - [2009] = {.lex_state = 202}, - [2010] = {.lex_state = 202}, - [2011] = {.lex_state = 0}, - [2012] = {.lex_state = 202}, - [2013] = {.lex_state = 210}, - [2014] = {.lex_state = 202}, - [2015] = {.lex_state = 202}, - [2016] = {.lex_state = 13}, - [2017] = {.lex_state = 0}, - [2018] = {.lex_state = 202}, - [2019] = {.lex_state = 202}, - [2020] = {.lex_state = 0}, - [2021] = {.lex_state = 0}, - [2022] = {.lex_state = 1}, - [2023] = {.lex_state = 0}, - [2024] = {.lex_state = 0}, - [2025] = {.lex_state = 1}, - [2026] = {.lex_state = 1}, - [2027] = {.lex_state = 202}, - [2028] = {.lex_state = 1}, - [2029] = {.lex_state = 218}, - [2030] = {.lex_state = 218}, - [2031] = {.lex_state = 1}, - [2032] = {.lex_state = 1}, - [2033] = {.lex_state = 202}, - [2034] = {.lex_state = 0}, - [2035] = {.lex_state = 0}, - [2036] = {.lex_state = 1}, - [2037] = {.lex_state = 1}, - [2038] = {.lex_state = 1}, - [2039] = {.lex_state = 1}, - [2040] = {.lex_state = 218}, - [2041] = {.lex_state = 1}, - [2042] = {.lex_state = 218}, - [2043] = {.lex_state = 202}, - [2044] = {.lex_state = 51}, - [2045] = {.lex_state = 0}, - [2046] = {.lex_state = 0}, - [2047] = {.lex_state = 0}, - [2048] = {.lex_state = 0}, - [2049] = {.lex_state = 0}, - [2050] = {.lex_state = 0}, - [2051] = {.lex_state = 80}, - [2052] = {.lex_state = 0}, - [2053] = {.lex_state = 0}, - [2054] = {.lex_state = 0}, - [2055] = {.lex_state = 0}, - [2056] = {.lex_state = 80}, - [2057] = {.lex_state = 0}, - [2058] = {.lex_state = 0}, - [2059] = {.lex_state = 0}, - [2060] = {.lex_state = 0}, - [2061] = {.lex_state = 0}, - [2062] = {.lex_state = 0}, - [2063] = {.lex_state = 80}, - [2064] = {.lex_state = 0}, - [2065] = {.lex_state = 0}, - [2066] = {.lex_state = 0}, - [2067] = {.lex_state = 0}, - [2068] = {.lex_state = 0}, - [2069] = {.lex_state = 0}, - [2070] = {.lex_state = 80}, - [2071] = {.lex_state = 0}, - [2072] = {.lex_state = 1}, - [2073] = {.lex_state = 0}, - [2074] = {.lex_state = 0}, - [2075] = {.lex_state = 0}, - [2076] = {.lex_state = 80}, - [2077] = {.lex_state = 0}, - [2078] = {.lex_state = 0}, - [2079] = {.lex_state = 0}, - [2080] = {.lex_state = 0}, - [2081] = {.lex_state = 0}, - [2082] = {.lex_state = 80}, - [2083] = {.lex_state = 0}, - [2084] = {.lex_state = 80}, - [2085] = {.lex_state = 0}, - [2086] = {.lex_state = 0}, - [2087] = {.lex_state = 0}, - [2088] = {.lex_state = 0}, - [2089] = {.lex_state = 80}, - [2090] = {.lex_state = 0}, - [2091] = {.lex_state = 0}, - [2092] = {.lex_state = 0}, - [2093] = {.lex_state = 0}, - [2094] = {.lex_state = 202}, - [2095] = {.lex_state = 0}, - [2096] = {.lex_state = 80}, - [2097] = {.lex_state = 0}, - [2098] = {.lex_state = 0}, - [2099] = {.lex_state = 0}, - [2100] = {.lex_state = 0}, - [2101] = {.lex_state = 0}, - [2102] = {.lex_state = 0}, - [2103] = {.lex_state = 80}, - [2104] = {.lex_state = 0}, - [2105] = {.lex_state = 0}, - [2106] = {.lex_state = 0}, - [2107] = {.lex_state = 0}, - [2108] = {.lex_state = 0}, - [2109] = {.lex_state = 0}, - [2110] = {.lex_state = 80}, - [2111] = {.lex_state = 0}, - [2112] = {.lex_state = 80}, - [2113] = {.lex_state = 0}, - [2114] = {.lex_state = 0}, - [2115] = {.lex_state = 0}, - [2116] = {.lex_state = 0}, - [2117] = {.lex_state = 80}, - [2118] = {.lex_state = 0}, - [2119] = {.lex_state = 0}, - [2120] = {.lex_state = 0}, - [2121] = {.lex_state = 0}, - [2122] = {.lex_state = 0}, - [2123] = {.lex_state = 0}, - [2124] = {.lex_state = 80}, - [2125] = {.lex_state = 0}, - [2126] = {.lex_state = 0}, - [2127] = {.lex_state = 0}, - [2128] = {.lex_state = 1}, - [2129] = {.lex_state = 0}, - [2130] = {.lex_state = 80}, - [2131] = {.lex_state = 0}, - [2132] = {.lex_state = 0}, - [2133] = {.lex_state = 0}, - [2134] = {.lex_state = 0}, - [2135] = {.lex_state = 0}, - [2136] = {.lex_state = 80}, - [2137] = {.lex_state = 0}, - [2138] = {.lex_state = 0}, - [2139] = {.lex_state = 0}, - [2140] = {.lex_state = 0}, - [2141] = {.lex_state = 0}, - [2142] = {.lex_state = 0}, - [2143] = {.lex_state = 0}, - [2144] = {.lex_state = 0}, - [2145] = {.lex_state = 0}, - [2146] = {.lex_state = 0}, - [2147] = {.lex_state = 0}, - [2148] = {.lex_state = 0}, - [2149] = {.lex_state = 80}, - [2150] = {.lex_state = 0}, - [2151] = {.lex_state = 529}, - [2152] = {.lex_state = 0}, - [2153] = {.lex_state = 0}, - [2154] = {.lex_state = 0}, - [2155] = {.lex_state = 0}, - [2156] = {.lex_state = 0}, - [2157] = {.lex_state = 80}, - [2158] = {.lex_state = 0}, - [2159] = {.lex_state = 80}, - [2160] = {.lex_state = 0}, - [2161] = {.lex_state = 86}, - [2162] = {.lex_state = 202}, - [2163] = {.lex_state = 202}, - [2164] = {.lex_state = 0}, - [2165] = {.lex_state = 0}, - [2166] = {.lex_state = 80}, - [2167] = {.lex_state = 0}, - [2168] = {.lex_state = 202}, - [2169] = {.lex_state = 0}, - [2170] = {.lex_state = 202}, - [2171] = {.lex_state = 202}, - [2172] = {.lex_state = 202}, - [2173] = {.lex_state = 0}, - [2174] = {.lex_state = 529}, - [2175] = {.lex_state = 202}, - [2176] = {.lex_state = 202}, - [2177] = {.lex_state = 202}, - [2178] = {.lex_state = 0}, - [2179] = {.lex_state = 86}, - [2180] = {.lex_state = 202}, - [2181] = {.lex_state = 0}, - [2182] = {.lex_state = 0}, - [2183] = {.lex_state = 0}, - [2184] = {.lex_state = 80}, - [2185] = {.lex_state = 0}, - [2186] = {.lex_state = 0}, - [2187] = {.lex_state = 0}, - [2188] = {.lex_state = 202}, - [2189] = {.lex_state = 0}, - [2190] = {.lex_state = 529}, - [2191] = {.lex_state = 0}, - [2192] = {.lex_state = 0}, - [2193] = {.lex_state = 0}, - [2194] = {.lex_state = 86}, - [2195] = {.lex_state = 202}, - [2196] = {.lex_state = 0}, - [2197] = {.lex_state = 80}, + [1999] = {.lex_state = 67}, + [2000] = {.lex_state = 2}, + [2001] = {.lex_state = 68}, + [2002] = {.lex_state = 68}, + [2003] = {.lex_state = 70}, + [2004] = {.lex_state = 70}, + [2005] = {.lex_state = 68}, + [2006] = {.lex_state = 68}, + [2007] = {.lex_state = 68}, + [2008] = {.lex_state = 41}, + [2009] = {.lex_state = 69}, + [2010] = {.lex_state = 40}, + [2011] = {.lex_state = 79}, + [2012] = {.lex_state = 78}, + [2013] = {.lex_state = 2}, + [2014] = {.lex_state = 78}, + [2015] = {.lex_state = 77}, + [2016] = {.lex_state = 2}, + [2017] = {.lex_state = 216}, + [2018] = {.lex_state = 79}, + [2019] = {.lex_state = 2}, + [2020] = {.lex_state = 80}, + [2021] = {.lex_state = 2}, + [2022] = {.lex_state = 80}, + [2023] = {.lex_state = 77}, + [2024] = {.lex_state = 2}, + [2025] = {.lex_state = 2}, + [2026] = {.lex_state = 2}, + [2027] = {.lex_state = 2}, + [2028] = {.lex_state = 2}, + [2029] = {.lex_state = 2}, + [2030] = {.lex_state = 216}, + [2031] = {.lex_state = 2}, + [2032] = {.lex_state = 2}, + [2033] = {.lex_state = 2}, + [2034] = {.lex_state = 2}, + [2035] = {.lex_state = 2}, + [2036] = {.lex_state = 2}, + [2037] = {.lex_state = 2}, + [2038] = {.lex_state = 2}, + [2039] = {.lex_state = 2}, + [2040] = {.lex_state = 2}, + [2041] = {.lex_state = 2}, + [2042] = {.lex_state = 2}, + [2043] = {.lex_state = 2}, + [2044] = {.lex_state = 2}, + [2045] = {.lex_state = 2}, + [2046] = {.lex_state = 2}, + [2047] = {.lex_state = 2}, + [2048] = {.lex_state = 2}, + [2049] = {.lex_state = 2}, + [2050] = {.lex_state = 216}, + [2051] = {.lex_state = 216}, + [2052] = {.lex_state = 216}, + [2053] = {.lex_state = 216}, + [2054] = {.lex_state = 216}, + [2055] = {.lex_state = 216}, + [2056] = {.lex_state = 216}, + [2057] = {.lex_state = 216}, + [2058] = {.lex_state = 216}, + [2059] = {.lex_state = 2}, + [2060] = {.lex_state = 216}, + [2061] = {.lex_state = 216}, + [2062] = {.lex_state = 216}, + [2063] = {.lex_state = 216}, + [2064] = {.lex_state = 2}, + [2065] = {.lex_state = 2}, + [2066] = {.lex_state = 2}, + [2067] = {.lex_state = 2}, + [2068] = {.lex_state = 2}, + [2069] = {.lex_state = 2}, + [2070] = {.lex_state = 2}, + [2071] = {.lex_state = 2}, + [2072] = {.lex_state = 2}, + [2073] = {.lex_state = 2}, + [2074] = {.lex_state = 2}, + [2075] = {.lex_state = 2}, + [2076] = {.lex_state = 2}, + [2077] = {.lex_state = 2}, + [2078] = {.lex_state = 2}, + [2079] = {.lex_state = 2}, + [2080] = {.lex_state = 2}, + [2081] = {.lex_state = 2}, + [2082] = {.lex_state = 2}, + [2083] = {.lex_state = 2}, + [2084] = {.lex_state = 2}, + [2085] = {.lex_state = 2}, + [2086] = {.lex_state = 2}, + [2087] = {.lex_state = 2}, + [2088] = {.lex_state = 2}, + [2089] = {.lex_state = 2}, + [2090] = {.lex_state = 2}, + [2091] = {.lex_state = 2}, + [2092] = {.lex_state = 2}, + [2093] = {.lex_state = 2}, + [2094] = {.lex_state = 2}, + [2095] = {.lex_state = 2}, + [2096] = {.lex_state = 2}, + [2097] = {.lex_state = 2}, + [2098] = {.lex_state = 2}, + [2099] = {.lex_state = 2}, + [2100] = {.lex_state = 2}, + [2101] = {.lex_state = 2}, + [2102] = {.lex_state = 2}, + [2103] = {.lex_state = 2}, + [2104] = {.lex_state = 2}, + [2105] = {.lex_state = 2}, + [2106] = {.lex_state = 2}, + [2107] = {.lex_state = 216}, + [2108] = {.lex_state = 2}, + [2109] = {.lex_state = 2}, + [2110] = {.lex_state = 2}, + [2111] = {.lex_state = 2}, + [2112] = {.lex_state = 2}, + [2113] = {.lex_state = 2}, + [2114] = {.lex_state = 216}, + [2115] = {.lex_state = 2}, + [2116] = {.lex_state = 2}, + [2117] = {.lex_state = 2}, + [2118] = {.lex_state = 2}, + [2119] = {.lex_state = 2}, + [2120] = {.lex_state = 2}, + [2121] = {.lex_state = 2}, + [2122] = {.lex_state = 2}, + [2123] = {.lex_state = 2}, + [2124] = {.lex_state = 2}, + [2125] = {.lex_state = 2}, + [2126] = {.lex_state = 216}, + [2127] = {.lex_state = 2}, + [2128] = {.lex_state = 2}, + [2129] = {.lex_state = 2}, + [2130] = {.lex_state = 2}, + [2131] = {.lex_state = 2}, + [2132] = {.lex_state = 2}, + [2133] = {.lex_state = 2}, + [2134] = {.lex_state = 81}, + [2135] = {.lex_state = 2}, + [2136] = {.lex_state = 2}, + [2137] = {.lex_state = 2}, + [2138] = {.lex_state = 2}, + [2139] = {.lex_state = 2}, + [2140] = {.lex_state = 2}, + [2141] = {.lex_state = 2}, + [2142] = {.lex_state = 2}, + [2143] = {.lex_state = 2}, + [2144] = {.lex_state = 2}, + [2145] = {.lex_state = 2}, + [2146] = {.lex_state = 2}, + [2147] = {.lex_state = 2}, + [2148] = {.lex_state = 2}, + [2149] = {.lex_state = 2}, + [2150] = {.lex_state = 216}, + [2151] = {.lex_state = 216}, + [2152] = {.lex_state = 3}, + [2153] = {.lex_state = 216}, + [2154] = {.lex_state = 216}, + [2155] = {.lex_state = 216}, + [2156] = {.lex_state = 2}, + [2157] = {.lex_state = 3}, + [2158] = {.lex_state = 216}, + [2159] = {.lex_state = 216}, + [2160] = {.lex_state = 216}, + [2161] = {.lex_state = 87}, + [2162] = {.lex_state = 2}, + [2163] = {.lex_state = 216}, + [2164] = {.lex_state = 216}, + [2165] = {.lex_state = 216}, + [2166] = {.lex_state = 216}, + [2167] = {.lex_state = 216}, + [2168] = {.lex_state = 216}, + [2169] = {.lex_state = 216}, + [2170] = {.lex_state = 2}, + [2171] = {.lex_state = 216}, + [2172] = {.lex_state = 216}, + [2173] = {.lex_state = 216}, + [2174] = {.lex_state = 216}, + [2175] = {.lex_state = 216}, + [2176] = {.lex_state = 216}, + [2177] = {.lex_state = 216}, + [2178] = {.lex_state = 216}, + [2179] = {.lex_state = 216}, + [2180] = {.lex_state = 216}, + [2181] = {.lex_state = 216}, + [2182] = {.lex_state = 216}, + [2183] = {.lex_state = 216}, + [2184] = {.lex_state = 216}, + [2185] = {.lex_state = 216}, + [2186] = {.lex_state = 216}, + [2187] = {.lex_state = 216}, + [2188] = {.lex_state = 2}, + [2189] = {.lex_state = 2}, + [2190] = {.lex_state = 2}, + [2191] = {.lex_state = 2}, + [2192] = {.lex_state = 2}, + [2193] = {.lex_state = 2}, + [2194] = {.lex_state = 2}, + [2195] = {.lex_state = 2}, + [2196] = {.lex_state = 196}, + [2197] = {.lex_state = 0}, [2198] = {.lex_state = 0}, - [2199] = {.lex_state = 0}, - [2200] = {.lex_state = 202}, - [2201] = {.lex_state = 529}, - [2202] = {.lex_state = 0}, - [2203] = {.lex_state = 86}, - [2204] = {.lex_state = 202}, - [2205] = {.lex_state = 0}, - [2206] = {.lex_state = 0}, - [2207] = {.lex_state = 529}, - [2208] = {.lex_state = 0}, - [2209] = {.lex_state = 86}, - [2210] = {.lex_state = 0}, - [2211] = {.lex_state = 80}, - [2212] = {.lex_state = 0}, - [2213] = {.lex_state = 529}, - [2214] = {.lex_state = 0}, - [2215] = {.lex_state = 86}, - [2216] = {.lex_state = 0}, - [2217] = {.lex_state = 0}, - [2218] = {.lex_state = 0}, - [2219] = {.lex_state = 529}, - [2220] = {.lex_state = 0}, - [2221] = {.lex_state = 86}, - [2222] = {.lex_state = 0}, - [2223] = {.lex_state = 80}, - [2224] = {.lex_state = 0}, - [2225] = {.lex_state = 529}, - [2226] = {.lex_state = 86}, - [2227] = {.lex_state = 0}, - [2228] = {.lex_state = 0}, - [2229] = {.lex_state = 0}, - [2230] = {.lex_state = 529}, - [2231] = {.lex_state = 86}, - [2232] = {.lex_state = 0}, - [2233] = {.lex_state = 0}, - [2234] = {.lex_state = 0}, - [2235] = {.lex_state = 529}, - [2236] = {.lex_state = 86}, - [2237] = {.lex_state = 80}, - [2238] = {.lex_state = 0}, - [2239] = {.lex_state = 0}, - [2240] = {.lex_state = 529}, - [2241] = {.lex_state = 86}, - [2242] = {.lex_state = 0}, - [2243] = {.lex_state = 0}, - [2244] = {.lex_state = 0}, - [2245] = {.lex_state = 529}, - [2246] = {.lex_state = 86}, - [2247] = {.lex_state = 0}, - [2248] = {.lex_state = 0}, - [2249] = {.lex_state = 0}, - [2250] = {.lex_state = 529}, - [2251] = {.lex_state = 86}, - [2252] = {.lex_state = 80}, - [2253] = {.lex_state = 0}, - [2254] = {.lex_state = 0}, - [2255] = {.lex_state = 529}, - [2256] = {.lex_state = 86}, - [2257] = {.lex_state = 0}, - [2258] = {.lex_state = 0}, - [2259] = {.lex_state = 0}, - [2260] = {.lex_state = 529}, - [2261] = {.lex_state = 86}, - [2262] = {.lex_state = 0}, - [2263] = {.lex_state = 80}, - [2264] = {.lex_state = 0}, - [2265] = {.lex_state = 529}, - [2266] = {.lex_state = 86}, - [2267] = {.lex_state = 0}, - [2268] = {.lex_state = 0}, - [2269] = {.lex_state = 0}, - [2270] = {.lex_state = 529}, - [2271] = {.lex_state = 86}, - [2272] = {.lex_state = 0}, - [2273] = {.lex_state = 0}, - [2274] = {.lex_state = 0}, - [2275] = {.lex_state = 529}, - [2276] = {.lex_state = 86}, - [2277] = {.lex_state = 0}, - [2278] = {.lex_state = 80}, + [2199] = {.lex_state = 2}, + [2200] = {.lex_state = 2}, + [2201] = {.lex_state = 2}, + [2202] = {.lex_state = 2}, + [2203] = {.lex_state = 2}, + [2204] = {.lex_state = 2}, + [2205] = {.lex_state = 2}, + [2206] = {.lex_state = 2}, + [2207] = {.lex_state = 2}, + [2208] = {.lex_state = 2}, + [2209] = {.lex_state = 2}, + [2210] = {.lex_state = 2}, + [2211] = {.lex_state = 2}, + [2212] = {.lex_state = 216}, + [2213] = {.lex_state = 2}, + [2214] = {.lex_state = 2}, + [2215] = {.lex_state = 2}, + [2216] = {.lex_state = 2}, + [2217] = {.lex_state = 2}, + [2218] = {.lex_state = 216}, + [2219] = {.lex_state = 2}, + [2220] = {.lex_state = 2}, + [2221] = {.lex_state = 2}, + [2222] = {.lex_state = 2}, + [2223] = {.lex_state = 2}, + [2224] = {.lex_state = 2}, + [2225] = {.lex_state = 2}, + [2226] = {.lex_state = 2}, + [2227] = {.lex_state = 2}, + [2228] = {.lex_state = 2}, + [2229] = {.lex_state = 2}, + [2230] = {.lex_state = 2}, + [2231] = {.lex_state = 216}, + [2232] = {.lex_state = 2}, + [2233] = {.lex_state = 2}, + [2234] = {.lex_state = 2}, + [2235] = {.lex_state = 2}, + [2236] = {.lex_state = 2}, + [2237] = {.lex_state = 2}, + [2238] = {.lex_state = 2}, + [2239] = {.lex_state = 2}, + [2240] = {.lex_state = 216}, + [2241] = {.lex_state = 2}, + [2242] = {.lex_state = 2}, + [2243] = {.lex_state = 216}, + [2244] = {.lex_state = 2}, + [2245] = {.lex_state = 2}, + [2246] = {.lex_state = 216}, + [2247] = {.lex_state = 2}, + [2248] = {.lex_state = 2}, + [2249] = {.lex_state = 2}, + [2250] = {.lex_state = 2}, + [2251] = {.lex_state = 2}, + [2252] = {.lex_state = 2}, + [2253] = {.lex_state = 2}, + [2254] = {.lex_state = 2}, + [2255] = {.lex_state = 2}, + [2256] = {.lex_state = 2}, + [2257] = {.lex_state = 2}, + [2258] = {.lex_state = 2}, + [2259] = {.lex_state = 2}, + [2260] = {.lex_state = 2}, + [2261] = {.lex_state = 2}, + [2262] = {.lex_state = 2}, + [2263] = {.lex_state = 2}, + [2264] = {.lex_state = 2}, + [2265] = {.lex_state = 2}, + [2266] = {.lex_state = 2}, + [2267] = {.lex_state = 2}, + [2268] = {.lex_state = 2}, + [2269] = {.lex_state = 216}, + [2270] = {.lex_state = 0}, + [2271] = {.lex_state = 2}, + [2272] = {.lex_state = 83}, + [2273] = {.lex_state = 216}, + [2274] = {.lex_state = 216}, + [2275] = {.lex_state = 0}, + [2276] = {.lex_state = 216}, + [2277] = {.lex_state = 216}, + [2278] = {.lex_state = 224}, [2279] = {.lex_state = 0}, - [2280] = {.lex_state = 529}, - [2281] = {.lex_state = 86}, - [2282] = {.lex_state = 0}, + [2280] = {.lex_state = 83}, + [2281] = {.lex_state = 216}, + [2282] = {.lex_state = 198}, [2283] = {.lex_state = 0}, - [2284] = {.lex_state = 0}, - [2285] = {.lex_state = 529}, - [2286] = {.lex_state = 86}, - [2287] = {.lex_state = 0}, - [2288] = {.lex_state = 86}, - [2289] = {.lex_state = 0}, - [2290] = {.lex_state = 529}, - [2291] = {.lex_state = 86}, + [2284] = {.lex_state = 216}, + [2285] = {.lex_state = 216}, + [2286] = {.lex_state = 216}, + [2287] = {.lex_state = 216}, + [2288] = {.lex_state = 216}, + [2289] = {.lex_state = 216}, + [2290] = {.lex_state = 216}, + [2291] = {.lex_state = 216}, [2292] = {.lex_state = 0}, - [2293] = {.lex_state = 0}, - [2294] = {.lex_state = 0}, - [2295] = {.lex_state = 529}, - [2296] = {.lex_state = 86}, - [2297] = {.lex_state = 80}, + [2293] = {.lex_state = 216}, + [2294] = {.lex_state = 216}, + [2295] = {.lex_state = 0}, + [2296] = {.lex_state = 216}, + [2297] = {.lex_state = 216}, [2298] = {.lex_state = 0}, - [2299] = {.lex_state = 0}, - [2300] = {.lex_state = 529}, - [2301] = {.lex_state = 86}, - [2302] = {.lex_state = 0}, + [2299] = {.lex_state = 216}, + [2300] = {.lex_state = 216}, + [2301] = {.lex_state = 206}, + [2302] = {.lex_state = 216}, [2303] = {.lex_state = 0}, - [2304] = {.lex_state = 0}, - [2305] = {.lex_state = 529}, - [2306] = {.lex_state = 86}, - [2307] = {.lex_state = 0}, - [2308] = {.lex_state = 529}, - [2309] = {.lex_state = 86}, - [2310] = {.lex_state = 80}, - [2311] = {.lex_state = 529}, - [2312] = {.lex_state = 86}, - [2313] = {.lex_state = 0}, - [2314] = {.lex_state = 529}, - [2315] = {.lex_state = 86}, - [2316] = {.lex_state = 0}, - [2317] = {.lex_state = 529}, - [2318] = {.lex_state = 86}, - [2319] = {.lex_state = 0}, - [2320] = {.lex_state = 529}, - [2321] = {.lex_state = 86}, - [2322] = {.lex_state = 1}, - [2323] = {.lex_state = 529}, - [2324] = {.lex_state = 86}, - [2325] = {.lex_state = 0}, - [2326] = {.lex_state = 529}, - [2327] = {.lex_state = 86}, - [2328] = {.lex_state = 0}, - [2329] = {.lex_state = 529}, - [2330] = {.lex_state = 86}, - [2331] = {.lex_state = 0}, - [2332] = {.lex_state = 529}, - [2333] = {.lex_state = 86}, - [2334] = {.lex_state = 0}, - [2335] = {.lex_state = 529}, - [2336] = {.lex_state = 86}, - [2337] = {.lex_state = 0}, - [2338] = {.lex_state = 529}, - [2339] = {.lex_state = 86}, - [2340] = {.lex_state = 80}, - [2341] = {.lex_state = 529}, - [2342] = {.lex_state = 86}, - [2343] = {.lex_state = 0}, - [2344] = {.lex_state = 529}, - [2345] = {.lex_state = 86}, - [2346] = {.lex_state = 0}, - [2347] = {.lex_state = 529}, - [2348] = {.lex_state = 86}, - [2349] = {.lex_state = 0}, - [2350] = {.lex_state = 529}, - [2351] = {.lex_state = 86}, - [2352] = {.lex_state = 0}, - [2353] = {.lex_state = 529}, - [2354] = {.lex_state = 86}, - [2355] = {.lex_state = 80}, - [2356] = {.lex_state = 529}, - [2357] = {.lex_state = 86}, - [2358] = {.lex_state = 0}, - [2359] = {.lex_state = 529}, - [2360] = {.lex_state = 86}, - [2361] = {.lex_state = 0}, - [2362] = {.lex_state = 529}, - [2363] = {.lex_state = 86}, - [2364] = {.lex_state = 0}, - [2365] = {.lex_state = 529}, - [2366] = {.lex_state = 86}, - [2367] = {.lex_state = 0}, - [2368] = {.lex_state = 529}, - [2369] = {.lex_state = 86}, - [2370] = {.lex_state = 0}, - [2371] = {.lex_state = 529}, - [2372] = {.lex_state = 86}, - [2373] = {.lex_state = 80}, - [2374] = {.lex_state = 529}, - [2375] = {.lex_state = 86}, - [2376] = {.lex_state = 0}, - [2377] = {.lex_state = 529}, - [2378] = {.lex_state = 86}, - [2379] = {.lex_state = 0}, - [2380] = {.lex_state = 0}, - [2381] = {.lex_state = 0}, - [2382] = {.lex_state = 80}, - [2383] = {.lex_state = 0}, - [2384] = {.lex_state = 0}, - [2385] = {.lex_state = 0}, - [2386] = {.lex_state = 0}, - [2387] = {.lex_state = 202}, - [2388] = {.lex_state = 202}, - [2389] = {.lex_state = 1}, + [2304] = {.lex_state = 216}, + [2305] = {.lex_state = 0}, + [2306] = {.lex_state = 216}, + [2307] = {.lex_state = 216}, + [2308] = {.lex_state = 197}, + [2309] = {.lex_state = 216}, + [2310] = {.lex_state = 216}, + [2311] = {.lex_state = 216}, + [2312] = {.lex_state = 216}, + [2313] = {.lex_state = 216}, + [2314] = {.lex_state = 216}, + [2315] = {.lex_state = 0}, + [2316] = {.lex_state = 216}, + [2317] = {.lex_state = 216}, + [2318] = {.lex_state = 216}, + [2319] = {.lex_state = 216}, + [2320] = {.lex_state = 216}, + [2321] = {.lex_state = 216}, + [2322] = {.lex_state = 0}, + [2323] = {.lex_state = 216}, + [2324] = {.lex_state = 2}, + [2325] = {.lex_state = 2}, + [2326] = {.lex_state = 2}, + [2327] = {.lex_state = 2}, + [2328] = {.lex_state = 232}, + [2329] = {.lex_state = 2}, + [2330] = {.lex_state = 2}, + [2331] = {.lex_state = 2}, + [2332] = {.lex_state = 2}, + [2333] = {.lex_state = 2}, + [2334] = {.lex_state = 2}, + [2335] = {.lex_state = 2}, + [2336] = {.lex_state = 0}, + [2337] = {.lex_state = 2}, + [2338] = {.lex_state = 2}, + [2339] = {.lex_state = 0}, + [2340] = {.lex_state = 216}, + [2341] = {.lex_state = 216}, + [2342] = {.lex_state = 2}, + [2343] = {.lex_state = 2}, + [2344] = {.lex_state = 2}, + [2345] = {.lex_state = 2}, + [2346] = {.lex_state = 2}, + [2347] = {.lex_state = 0}, + [2348] = {.lex_state = 2}, + [2349] = {.lex_state = 2}, + [2350] = {.lex_state = 2}, + [2351] = {.lex_state = 216}, + [2352] = {.lex_state = 2}, + [2353] = {.lex_state = 2}, + [2354] = {.lex_state = 2}, + [2355] = {.lex_state = 2}, + [2356] = {.lex_state = 2}, + [2357] = {.lex_state = 2}, + [2358] = {.lex_state = 2}, + [2359] = {.lex_state = 0}, + [2360] = {.lex_state = 216}, + [2361] = {.lex_state = 2}, + [2362] = {.lex_state = 0}, + [2363] = {.lex_state = 2}, + [2364] = {.lex_state = 2}, + [2365] = {.lex_state = 2}, + [2366] = {.lex_state = 0}, + [2367] = {.lex_state = 2}, + [2368] = {.lex_state = 2}, + [2369] = {.lex_state = 207}, + [2370] = {.lex_state = 3}, + [2371] = {.lex_state = 2}, + [2372] = {.lex_state = 2}, + [2373] = {.lex_state = 2}, + [2374] = {.lex_state = 2}, + [2375] = {.lex_state = 2}, + [2376] = {.lex_state = 216}, + [2377] = {.lex_state = 216}, + [2378] = {.lex_state = 2}, + [2379] = {.lex_state = 2}, + [2380] = {.lex_state = 2}, + [2381] = {.lex_state = 2}, + [2382] = {.lex_state = 2}, + [2383] = {.lex_state = 2}, + [2384] = {.lex_state = 2}, + [2385] = {.lex_state = 2}, + [2386] = {.lex_state = 2}, + [2387] = {.lex_state = 2}, + [2388] = {.lex_state = 2}, + [2389] = {.lex_state = 2}, [2390] = {.lex_state = 0}, - [2391] = {.lex_state = 0}, - [2392] = {.lex_state = 80}, - [2393] = {.lex_state = 0}, - [2394] = {.lex_state = 0}, + [2391] = {.lex_state = 2}, + [2392] = {.lex_state = 4}, + [2393] = {.lex_state = 2}, + [2394] = {.lex_state = 2}, [2395] = {.lex_state = 0}, [2396] = {.lex_state = 0}, - [2397] = {.lex_state = 202}, - [2398] = {.lex_state = 202}, - [2399] = {.lex_state = 1}, - [2400] = {.lex_state = 0}, - [2401] = {.lex_state = 80}, - [2402] = {.lex_state = 0}, + [2397] = {.lex_state = 216}, + [2398] = {.lex_state = 216}, + [2399] = {.lex_state = 216}, + [2400] = {.lex_state = 216}, + [2401] = {.lex_state = 216}, + [2402] = {.lex_state = 216}, [2403] = {.lex_state = 0}, [2404] = {.lex_state = 0}, - [2405] = {.lex_state = 202}, - [2406] = {.lex_state = 1}, - [2407] = {.lex_state = 0}, - [2408] = {.lex_state = 80}, - [2409] = {.lex_state = 202}, + [2405] = {.lex_state = 224}, + [2406] = {.lex_state = 216}, + [2407] = {.lex_state = 208}, + [2408] = {.lex_state = 0}, + [2409] = {.lex_state = 216}, [2410] = {.lex_state = 0}, - [2411] = {.lex_state = 1}, + [2411] = {.lex_state = 0}, [2412] = {.lex_state = 0}, [2413] = {.lex_state = 0}, - [2414] = {.lex_state = 1}, + [2414] = {.lex_state = 0}, [2415] = {.lex_state = 0}, - [2416] = {.lex_state = 80}, - [2417] = {.lex_state = 1}, + [2416] = {.lex_state = 216}, + [2417] = {.lex_state = 0}, [2418] = {.lex_state = 0}, - [2419] = {.lex_state = 0}, - [2420] = {.lex_state = 1}, - [2421] = {.lex_state = 0}, - [2422] = {.lex_state = 0}, - [2423] = {.lex_state = 1}, - [2424] = {.lex_state = 0}, - [2425] = {.lex_state = 0}, - [2426] = {.lex_state = 1}, - [2427] = {.lex_state = 0}, - [2428] = {.lex_state = 80}, - [2429] = {.lex_state = 1}, + [2419] = {.lex_state = 198}, + [2420] = {.lex_state = 0}, + [2421] = {.lex_state = 216}, + [2422] = {.lex_state = 216}, + [2423] = {.lex_state = 216}, + [2424] = {.lex_state = 216}, + [2425] = {.lex_state = 224}, + [2426] = {.lex_state = 216}, + [2427] = {.lex_state = 216}, + [2428] = {.lex_state = 0}, + [2429] = {.lex_state = 0}, [2430] = {.lex_state = 0}, [2431] = {.lex_state = 0}, - [2432] = {.lex_state = 1}, + [2432] = {.lex_state = 224}, [2433] = {.lex_state = 0}, [2434] = {.lex_state = 0}, - [2435] = {.lex_state = 1}, + [2435] = {.lex_state = 216}, [2436] = {.lex_state = 0}, - [2437] = {.lex_state = 0}, - [2438] = {.lex_state = 1}, + [2437] = {.lex_state = 216}, + [2438] = {.lex_state = 0}, [2439] = {.lex_state = 0}, [2440] = {.lex_state = 0}, - [2441] = {.lex_state = 1}, - [2442] = {.lex_state = 80}, - [2443] = {.lex_state = 51}, - [2444] = {.lex_state = 1}, - [2445] = {.lex_state = 0}, - [2446] = {.lex_state = 0}, - [2447] = {.lex_state = 1}, - [2448] = {.lex_state = 529}, - [2449] = {.lex_state = 0}, - [2450] = {.lex_state = 1}, + [2441] = {.lex_state = 216}, + [2442] = {.lex_state = 216}, + [2443] = {.lex_state = 216}, + [2444] = {.lex_state = 216}, + [2445] = {.lex_state = 224}, + [2446] = {.lex_state = 208}, + [2447] = {.lex_state = 216}, + [2448] = {.lex_state = 216}, + [2449] = {.lex_state = 216}, + [2450] = {.lex_state = 0}, [2451] = {.lex_state = 0}, [2452] = {.lex_state = 0}, - [2453] = {.lex_state = 1}, + [2453] = {.lex_state = 0}, [2454] = {.lex_state = 0}, [2455] = {.lex_state = 0}, - [2456] = {.lex_state = 1}, + [2456] = {.lex_state = 0}, [2457] = {.lex_state = 0}, [2458] = {.lex_state = 0}, - [2459] = {.lex_state = 1}, - [2460] = {.lex_state = 80}, + [2459] = {.lex_state = 4}, + [2460] = {.lex_state = 0}, [2461] = {.lex_state = 0}, - [2462] = {.lex_state = 1}, + [2462] = {.lex_state = 232}, [2463] = {.lex_state = 0}, [2464] = {.lex_state = 0}, - [2465] = {.lex_state = 1}, + [2465] = {.lex_state = 0}, [2466] = {.lex_state = 0}, - [2467] = {.lex_state = 80}, - [2468] = {.lex_state = 1}, + [2467] = {.lex_state = 232}, + [2468] = {.lex_state = 0}, [2469] = {.lex_state = 0}, [2470] = {.lex_state = 0}, - [2471] = {.lex_state = 202}, - [2472] = {.lex_state = 1}, + [2471] = {.lex_state = 0}, + [2472] = {.lex_state = 0}, [2473] = {.lex_state = 0}, [2474] = {.lex_state = 0}, [2475] = {.lex_state = 0}, - [2476] = {.lex_state = 1}, + [2476] = {.lex_state = 232}, [2477] = {.lex_state = 0}, - [2478] = {.lex_state = 80}, + [2478] = {.lex_state = 0}, [2479] = {.lex_state = 0}, [2480] = {.lex_state = 0}, [2481] = {.lex_state = 0}, [2482] = {.lex_state = 0}, [2483] = {.lex_state = 0}, - [2484] = {.lex_state = 0}, - [2485] = {.lex_state = 80}, + [2484] = {.lex_state = 232}, + [2485] = {.lex_state = 0}, [2486] = {.lex_state = 0}, [2487] = {.lex_state = 0}, [2488] = {.lex_state = 0}, [2489] = {.lex_state = 0}, - [2490] = {.lex_state = 0}, - [2491] = {.lex_state = 80}, + [2490] = {.lex_state = 89}, + [2491] = {.lex_state = 0}, [2492] = {.lex_state = 0}, [2493] = {.lex_state = 0}, [2494] = {.lex_state = 0}, [2495] = {.lex_state = 0}, - [2496] = {.lex_state = 202}, - [2497] = {.lex_state = 80}, + [2496] = {.lex_state = 82}, + [2497] = {.lex_state = 0}, [2498] = {.lex_state = 0}, [2499] = {.lex_state = 0}, [2500] = {.lex_state = 0}, - [2501] = {.lex_state = 202}, + [2501] = {.lex_state = 0}, [2502] = {.lex_state = 0}, - [2503] = {.lex_state = 80}, - [2504] = {.lex_state = 202}, - [2505] = {.lex_state = 202}, + [2503] = {.lex_state = 82}, + [2504] = {.lex_state = 0}, + [2505] = {.lex_state = 0}, [2506] = {.lex_state = 0}, [2507] = {.lex_state = 0}, [2508] = {.lex_state = 0}, - [2509] = {.lex_state = 0}, + [2509] = {.lex_state = 82}, [2510] = {.lex_state = 0}, - [2511] = {.lex_state = 202}, + [2511] = {.lex_state = 0}, [2512] = {.lex_state = 0}, - [2513] = {.lex_state = 80}, - [2514] = {.lex_state = 202}, - [2515] = {.lex_state = 202}, - [2516] = {.lex_state = 0}, + [2513] = {.lex_state = 0}, + [2514] = {.lex_state = 0}, + [2515] = {.lex_state = 0}, + [2516] = {.lex_state = 82}, [2517] = {.lex_state = 0}, - [2518] = {.lex_state = 202}, - [2519] = {.lex_state = 202}, - [2520] = {.lex_state = 80}, + [2518] = {.lex_state = 0}, + [2519] = {.lex_state = 0}, + [2520] = {.lex_state = 0}, [2521] = {.lex_state = 0}, - [2522] = {.lex_state = 0}, + [2522] = {.lex_state = 82}, [2523] = {.lex_state = 0}, + [2524] = {.lex_state = 0}, + [2525] = {.lex_state = 0}, + [2526] = {.lex_state = 0}, + [2527] = {.lex_state = 0}, + [2528] = {.lex_state = 0}, + [2529] = {.lex_state = 0}, + [2530] = {.lex_state = 0}, + [2531] = {.lex_state = 486}, + [2532] = {.lex_state = 4}, + [2533] = {.lex_state = 0}, + [2534] = {.lex_state = 4}, + [2535] = {.lex_state = 0}, + [2536] = {.lex_state = 82}, + [2537] = {.lex_state = 89}, + [2538] = {.lex_state = 216}, + [2539] = {.lex_state = 0}, + [2540] = {.lex_state = 0}, + [2541] = {.lex_state = 82}, + [2542] = {.lex_state = 0}, + [2543] = {.lex_state = 0}, + [2544] = {.lex_state = 0}, + [2545] = {.lex_state = 216}, + [2546] = {.lex_state = 0}, + [2547] = {.lex_state = 0}, + [2548] = {.lex_state = 82}, + [2549] = {.lex_state = 216}, + [2550] = {.lex_state = 0}, + [2551] = {.lex_state = 0}, + [2552] = {.lex_state = 0}, + [2553] = {.lex_state = 0}, + [2554] = {.lex_state = 82}, + [2555] = {.lex_state = 0}, + [2556] = {.lex_state = 486}, + [2557] = {.lex_state = 0}, + [2558] = {.lex_state = 0}, + [2559] = {.lex_state = 0}, + [2560] = {.lex_state = 89}, + [2561] = {.lex_state = 216}, + [2562] = {.lex_state = 0}, + [2563] = {.lex_state = 216}, + [2564] = {.lex_state = 0}, + [2565] = {.lex_state = 0}, + [2566] = {.lex_state = 0}, + [2567] = {.lex_state = 82}, + [2568] = {.lex_state = 216}, + [2569] = {.lex_state = 0}, + [2570] = {.lex_state = 0}, + [2571] = {.lex_state = 0}, + [2572] = {.lex_state = 0}, + [2573] = {.lex_state = 0}, + [2574] = {.lex_state = 0}, + [2575] = {.lex_state = 82}, + [2576] = {.lex_state = 486}, + [2577] = {.lex_state = 0}, + [2578] = {.lex_state = 0}, + [2579] = {.lex_state = 0}, + [2580] = {.lex_state = 89}, + [2581] = {.lex_state = 216}, + [2582] = {.lex_state = 0}, + [2583] = {.lex_state = 0}, + [2584] = {.lex_state = 0}, + [2585] = {.lex_state = 0}, + [2586] = {.lex_state = 82}, + [2587] = {.lex_state = 0}, + [2588] = {.lex_state = 216}, + [2589] = {.lex_state = 0}, + [2590] = {.lex_state = 0}, + [2591] = {.lex_state = 82}, + [2592] = {.lex_state = 0}, + [2593] = {.lex_state = 0}, + [2594] = {.lex_state = 0}, + [2595] = {.lex_state = 0}, + [2596] = {.lex_state = 486}, + [2597] = {.lex_state = 82}, + [2598] = {.lex_state = 89}, + [2599] = {.lex_state = 0}, + [2600] = {.lex_state = 0}, + [2601] = {.lex_state = 0}, + [2602] = {.lex_state = 0}, + [2603] = {.lex_state = 486}, + [2604] = {.lex_state = 0}, + [2605] = {.lex_state = 89}, + [2606] = {.lex_state = 82}, + [2607] = {.lex_state = 0}, + [2608] = {.lex_state = 82}, + [2609] = {.lex_state = 0}, + [2610] = {.lex_state = 486}, + [2611] = {.lex_state = 0}, + [2612] = {.lex_state = 89}, + [2613] = {.lex_state = 0}, + [2614] = {.lex_state = 0}, + [2615] = {.lex_state = 82}, + [2616] = {.lex_state = 0}, + [2617] = {.lex_state = 486}, + [2618] = {.lex_state = 0}, + [2619] = {.lex_state = 89}, + [2620] = {.lex_state = 0}, + [2621] = {.lex_state = 82}, + [2622] = {.lex_state = 0}, + [2623] = {.lex_state = 0}, + [2624] = {.lex_state = 486}, + [2625] = {.lex_state = 216}, + [2626] = {.lex_state = 89}, + [2627] = {.lex_state = 0}, + [2628] = {.lex_state = 0}, + [2629] = {.lex_state = 0}, + [2630] = {.lex_state = 486}, + [2631] = {.lex_state = 0}, + [2632] = {.lex_state = 89}, + [2633] = {.lex_state = 0}, + [2634] = {.lex_state = 82}, + [2635] = {.lex_state = 0}, + [2636] = {.lex_state = 486}, + [2637] = {.lex_state = 0}, + [2638] = {.lex_state = 89}, + [2639] = {.lex_state = 0}, + [2640] = {.lex_state = 0}, + [2641] = {.lex_state = 486}, + [2642] = {.lex_state = 0}, + [2643] = {.lex_state = 89}, + [2644] = {.lex_state = 0}, + [2645] = {.lex_state = 82}, + [2646] = {.lex_state = 486}, + [2647] = {.lex_state = 0}, + [2648] = {.lex_state = 89}, + [2649] = {.lex_state = 0}, + [2650] = {.lex_state = 82}, + [2651] = {.lex_state = 486}, + [2652] = {.lex_state = 0}, + [2653] = {.lex_state = 89}, + [2654] = {.lex_state = 0}, + [2655] = {.lex_state = 0}, + [2656] = {.lex_state = 486}, + [2657] = {.lex_state = 0}, + [2658] = {.lex_state = 89}, + [2659] = {.lex_state = 0}, + [2660] = {.lex_state = 216}, + [2661] = {.lex_state = 486}, + [2662] = {.lex_state = 216}, + [2663] = {.lex_state = 89}, + [2664] = {.lex_state = 0}, + [2665] = {.lex_state = 0}, + [2666] = {.lex_state = 486}, + [2667] = {.lex_state = 0}, + [2668] = {.lex_state = 89}, + [2669] = {.lex_state = 82}, + [2670] = {.lex_state = 0}, + [2671] = {.lex_state = 486}, + [2672] = {.lex_state = 0}, + [2673] = {.lex_state = 89}, + [2674] = {.lex_state = 0}, + [2675] = {.lex_state = 0}, + [2676] = {.lex_state = 486}, + [2677] = {.lex_state = 0}, + [2678] = {.lex_state = 89}, + [2679] = {.lex_state = 0}, + [2680] = {.lex_state = 82}, + [2681] = {.lex_state = 486}, + [2682] = {.lex_state = 0}, + [2683] = {.lex_state = 89}, + [2684] = {.lex_state = 0}, + [2685] = {.lex_state = 216}, + [2686] = {.lex_state = 486}, + [2687] = {.lex_state = 0}, + [2688] = {.lex_state = 89}, + [2689] = {.lex_state = 82}, + [2690] = {.lex_state = 0}, + [2691] = {.lex_state = 486}, + [2692] = {.lex_state = 4}, + [2693] = {.lex_state = 89}, + [2694] = {.lex_state = 216}, + [2695] = {.lex_state = 216}, + [2696] = {.lex_state = 486}, + [2697] = {.lex_state = 0}, + [2698] = {.lex_state = 89}, + [2699] = {.lex_state = 0}, + [2700] = {.lex_state = 0}, + [2701] = {.lex_state = 486}, + [2702] = {.lex_state = 0}, + [2703] = {.lex_state = 89}, + [2704] = {.lex_state = 216}, + [2705] = {.lex_state = 0}, + [2706] = {.lex_state = 486}, + [2707] = {.lex_state = 0}, + [2708] = {.lex_state = 89}, + [2709] = {.lex_state = 486}, + [2710] = {.lex_state = 0}, + [2711] = {.lex_state = 89}, + [2712] = {.lex_state = 486}, + [2713] = {.lex_state = 0}, + [2714] = {.lex_state = 89}, + [2715] = {.lex_state = 486}, + [2716] = {.lex_state = 82}, + [2717] = {.lex_state = 89}, + [2718] = {.lex_state = 486}, + [2719] = {.lex_state = 0}, + [2720] = {.lex_state = 89}, + [2721] = {.lex_state = 486}, + [2722] = {.lex_state = 0}, + [2723] = {.lex_state = 89}, + [2724] = {.lex_state = 486}, + [2725] = {.lex_state = 216}, + [2726] = {.lex_state = 89}, + [2727] = {.lex_state = 486}, + [2728] = {.lex_state = 0}, + [2729] = {.lex_state = 89}, + [2730] = {.lex_state = 486}, + [2731] = {.lex_state = 0}, + [2732] = {.lex_state = 89}, + [2733] = {.lex_state = 486}, + [2734] = {.lex_state = 0}, + [2735] = {.lex_state = 89}, + [2736] = {.lex_state = 486}, + [2737] = {.lex_state = 0}, + [2738] = {.lex_state = 89}, + [2739] = {.lex_state = 486}, + [2740] = {.lex_state = 0}, + [2741] = {.lex_state = 89}, + [2742] = {.lex_state = 486}, + [2743] = {.lex_state = 4}, + [2744] = {.lex_state = 89}, + [2745] = {.lex_state = 486}, + [2746] = {.lex_state = 0}, + [2747] = {.lex_state = 89}, + [2748] = {.lex_state = 486}, + [2749] = {.lex_state = 82}, + [2750] = {.lex_state = 89}, + [2751] = {.lex_state = 486}, + [2752] = {.lex_state = 486}, + [2753] = {.lex_state = 89}, + [2754] = {.lex_state = 486}, + [2755] = {.lex_state = 0}, + [2756] = {.lex_state = 89}, + [2757] = {.lex_state = 486}, + [2758] = {.lex_state = 0}, + [2759] = {.lex_state = 89}, + [2760] = {.lex_state = 486}, + [2761] = {.lex_state = 0}, + [2762] = {.lex_state = 89}, + [2763] = {.lex_state = 486}, + [2764] = {.lex_state = 0}, + [2765] = {.lex_state = 89}, + [2766] = {.lex_state = 486}, + [2767] = {.lex_state = 0}, + [2768] = {.lex_state = 89}, + [2769] = {.lex_state = 486}, + [2770] = {.lex_state = 82}, + [2771] = {.lex_state = 89}, + [2772] = {.lex_state = 486}, + [2773] = {.lex_state = 82}, + [2774] = {.lex_state = 89}, + [2775] = {.lex_state = 486}, + [2776] = {.lex_state = 0}, + [2777] = {.lex_state = 89}, + [2778] = {.lex_state = 486}, + [2779] = {.lex_state = 89}, + [2780] = {.lex_state = 0}, + [2781] = {.lex_state = 0}, + [2782] = {.lex_state = 216}, + [2783] = {.lex_state = 0}, + [2784] = {.lex_state = 216}, + [2785] = {.lex_state = 216}, + [2786] = {.lex_state = 0}, + [2787] = {.lex_state = 82}, + [2788] = {.lex_state = 0}, + [2789] = {.lex_state = 82}, + [2790] = {.lex_state = 0}, + [2791] = {.lex_state = 0}, + [2792] = {.lex_state = 216}, + [2793] = {.lex_state = 216}, + [2794] = {.lex_state = 0}, + [2795] = {.lex_state = 82}, + [2796] = {.lex_state = 216}, + [2797] = {.lex_state = 0}, + [2798] = {.lex_state = 82}, + [2799] = {.lex_state = 0}, + [2800] = {.lex_state = 216}, + [2801] = {.lex_state = 216}, + [2802] = {.lex_state = 0}, + [2803] = {.lex_state = 0}, + [2804] = {.lex_state = 0}, + [2805] = {.lex_state = 216}, + [2806] = {.lex_state = 0}, + [2807] = {.lex_state = 0}, + [2808] = {.lex_state = 0}, + [2809] = {.lex_state = 82}, + [2810] = {.lex_state = 0}, + [2811] = {.lex_state = 82}, + [2812] = {.lex_state = 0}, + [2813] = {.lex_state = 0}, + [2814] = {.lex_state = 0}, + [2815] = {.lex_state = 0}, + [2816] = {.lex_state = 0}, + [2817] = {.lex_state = 82}, + [2818] = {.lex_state = 0}, + [2819] = {.lex_state = 0}, + [2820] = {.lex_state = 0}, + [2821] = {.lex_state = 0}, + [2822] = {.lex_state = 0}, + [2823] = {.lex_state = 0}, + [2824] = {.lex_state = 0}, + [2825] = {.lex_state = 0}, + [2826] = {.lex_state = 82}, + [2827] = {.lex_state = 0}, + [2828] = {.lex_state = 0}, + [2829] = {.lex_state = 0}, + [2830] = {.lex_state = 0}, + [2831] = {.lex_state = 0}, + [2832] = {.lex_state = 216}, + [2833] = {.lex_state = 0}, + [2834] = {.lex_state = 0}, + [2835] = {.lex_state = 0}, + [2836] = {.lex_state = 0}, + [2837] = {.lex_state = 0}, + [2838] = {.lex_state = 0}, + [2839] = {.lex_state = 82}, + [2840] = {.lex_state = 0}, + [2841] = {.lex_state = 82}, + [2842] = {.lex_state = 0}, + [2843] = {.lex_state = 0}, + [2844] = {.lex_state = 82}, + [2845] = {.lex_state = 0}, + [2846] = {.lex_state = 0}, + [2847] = {.lex_state = 0}, + [2848] = {.lex_state = 216}, + [2849] = {.lex_state = 0}, + [2850] = {.lex_state = 216}, + [2851] = {.lex_state = 0}, + [2852] = {.lex_state = 0}, + [2853] = {.lex_state = 82}, + [2854] = {.lex_state = 0}, + [2855] = {.lex_state = 0}, + [2856] = {.lex_state = 0}, + [2857] = {.lex_state = 0}, + [2858] = {.lex_state = 0}, + [2859] = {.lex_state = 82}, + [2860] = {.lex_state = 0}, + [2861] = {.lex_state = 0}, + [2862] = {.lex_state = 82}, + [2863] = {.lex_state = 0}, + [2864] = {.lex_state = 0}, + [2865] = {.lex_state = 0}, + [2866] = {.lex_state = 0}, + [2867] = {.lex_state = 0}, + [2868] = {.lex_state = 0}, + [2869] = {.lex_state = 0}, + [2870] = {.lex_state = 0}, + [2871] = {.lex_state = 216}, + [2872] = {.lex_state = 216}, + [2873] = {.lex_state = 0}, + [2874] = {.lex_state = 0}, + [2875] = {.lex_state = 216}, + [2876] = {.lex_state = 82}, + [2877] = {.lex_state = 0}, + [2878] = {.lex_state = 0}, + [2879] = {.lex_state = 0}, + [2880] = {.lex_state = 0}, + [2881] = {.lex_state = 0}, + [2882] = {.lex_state = 0}, + [2883] = {.lex_state = 0}, + [2884] = {.lex_state = 0}, + [2885] = {.lex_state = 0}, + [2886] = {.lex_state = 82}, + [2887] = {.lex_state = 0}, + [2888] = {.lex_state = 216}, + [2889] = {.lex_state = 0}, + [2890] = {.lex_state = 0}, + [2891] = {.lex_state = 0}, + [2892] = {.lex_state = 0}, + [2893] = {.lex_state = 82}, + [2894] = {.lex_state = 0}, + [2895] = {.lex_state = 0}, + [2896] = {.lex_state = 0}, + [2897] = {.lex_state = 216}, + [2898] = {.lex_state = 0}, + [2899] = {.lex_state = 0}, + [2900] = {.lex_state = 0}, + [2901] = {.lex_state = 216}, + [2902] = {.lex_state = 0}, + [2903] = {.lex_state = 82}, + [2904] = {.lex_state = 0}, + [2905] = {.lex_state = 0}, + [2906] = {.lex_state = 0}, + [2907] = {.lex_state = 0}, + [2908] = {.lex_state = 0}, + [2909] = {.lex_state = 216}, + [2910] = {.lex_state = 82}, + [2911] = {.lex_state = 0}, + [2912] = {.lex_state = 0}, + [2913] = {.lex_state = 0}, + [2914] = {.lex_state = 0}, + [2915] = {.lex_state = 82}, + [2916] = {.lex_state = 0}, + [2917] = {.lex_state = 0}, + [2918] = {.lex_state = 0}, + [2919] = {.lex_state = 0}, + [2920] = {.lex_state = 82}, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { @@ -12668,6 +14105,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_namespace] = ACTIONS(1), [anon_sym_const] = ACTIONS(1), [anon_sym_var] = ACTIONS(1), + [anon_sym_COLON] = ACTIONS(1), [anon_sym_LBRACE] = ACTIONS(1), [anon_sym_RBRACE] = ACTIONS(1), [anon_sym_partition] = ACTIONS(1), @@ -12677,23 +14115,27 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LIB] = ACTIONS(1), [anon_sym_MODULE] = ACTIONS(1), [anon_sym_EXE] = ACTIONS(1), - [anon_sym_import] = ACTIONS(1), - [anon_sym_COLON] = ACTIONS(1), [anon_sym_use] = ACTIONS(1), [anon_sym_EQ] = ACTIONS(1), + [anon_sym_import] = ACTIONS(1), [anon_sym_alias] = ACTIONS(1), - [anon_sym_decl] = ACTIONS(1), - [anon_sym_DASH_GT] = ACTIONS(1), - [anon_sym_def] = ACTIONS(1), [anon_sym_type] = ACTIONS(1), + [anon_sym_let] = ACTIONS(1), + [anon_sym_LT_DASH] = ACTIONS(1), + [anon_sym_decl] = ACTIONS(1), + [anon_sym_def] = ACTIONS(1), + [anon_sym_inline] = ACTIONS(1), [anon_sym_struct] = ACTIONS(1), [anon_sym_class] = ACTIONS(1), + [anon_sym_basic] = ACTIONS(1), + [anon_sym_abstract] = ACTIONS(1), [anon_sym_typeclass] = ACTIONS(1), [anon_sym_AMP] = ACTIONS(1), [anon_sym_LPAREN] = ACTIONS(1), [anon_sym_RPAREN] = ACTIONS(1), [anon_sym_PIPE] = ACTIONS(1), [anon_sym_QMARK] = ACTIONS(1), + [anon_sym_DASH_GT] = ACTIONS(1), [anon_sym_match] = ACTIONS(1), [anon_sym_with] = ACTIONS(1), [anon_sym_if] = ACTIONS(1), @@ -12706,16 +14148,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_in] = ACTIONS(1), [anon_sym_loop] = ACTIONS(1), [anon_sym_SEMI] = ACTIONS(1), + [anon_sym_TILDE] = ACTIONS(1), + [anon_sym_AT] = ACTIONS(1), [anon_sym_return] = ACTIONS(1), + [anon_sym_DOLLAR] = ACTIONS(1), + [anon_sym_BSLASH] = ACTIONS(1), + [anon_sym_LBRACK] = ACTIONS(1), + [anon_sym_RBRACK] = ACTIONS(1), [anon_sym_break] = ACTIONS(1), [anon_sym_continue] = ACTIONS(1), - [anon_sym_BSLASH] = ACTIONS(1), [anon_sym_DOT] = ACTIONS(1), - [anon_sym_DOLLAR] = ACTIONS(1), + [anon_sym__] = ACTIONS(1), [sym__line_comment] = ACTIONS(3), [sym__doc_comment] = ACTIONS(5), [sym__block_comment] = ACTIONS(3), - [anon_sym__] = ACTIONS(1), [sym_typeclass_identifier] = ACTIONS(1), [sym_type_identifier] = ACTIONS(1), [sym_abstract_type_identifier] = ACTIONS(1), @@ -12725,11391 +14171,14358 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SQUOTE] = ACTIONS(1), }, [1] = { - [sym_source_file] = STATE(2487), - [sym_source_statement] = STATE(567), - [sym_namespace] = STATE(1278), - [sym_partition] = STATE(567), - [sym_import_statement] = STATE(1278), - [sym_usage_definition] = STATE(1278), - [sym_alias_definition] = STATE(1278), - [sym_variable_definition] = STATE(1278), - [sym__function_declaration_statement] = STATE(1278), - [sym_function_definition] = STATE(1278), - [sym_alias_type_definition] = STATE(1278), - [sym_type_definition] = STATE(1278), - [sym_typeclass_definition] = STATE(1278), - [aux_sym_source_file_repeat1] = STATE(567), + [sym_source_file] = STATE(2776), + [sym_source_statement] = STATE(1307), + [sym_namespace] = STATE(1661), + [sym_partition] = STATE(1307), + [sym_import_statement] = STATE(1661), + [sym_alias_definition_statement] = STATE(1661), + [sym__function_declaration_statement] = STATE(1661), + [sym_function_definition_statement] = STATE(1661), + [sym_type_definition_statement] = STATE(1661), + [sym_abstract_type_definition_statement] = STATE(1661), + [sym_typeclass_definition_statement] = STATE(1661), + [aux_sym_source_file_repeat1] = STATE(1307), [anon_sym_namespace] = ACTIONS(7), - [anon_sym_const] = ACTIONS(9), - [anon_sym_var] = ACTIONS(9), - [anon_sym_partition] = ACTIONS(11), + [anon_sym_partition] = ACTIONS(9), + [anon_sym_use] = ACTIONS(11), [anon_sym_import] = ACTIONS(13), - [anon_sym_use] = ACTIONS(15), - [anon_sym_alias] = ACTIONS(17), + [anon_sym_alias] = ACTIONS(15), + [anon_sym_type] = ACTIONS(17), + [anon_sym_let] = ACTIONS(15), [anon_sym_decl] = ACTIONS(19), [anon_sym_def] = ACTIONS(21), - [anon_sym_type] = ACTIONS(23), - [anon_sym_struct] = ACTIONS(25), - [anon_sym_class] = ACTIONS(25), + [anon_sym_struct] = ACTIONS(23), + [anon_sym_class] = ACTIONS(23), + [anon_sym_basic] = ACTIONS(25), + [anon_sym_abstract] = ACTIONS(25), [anon_sym_typeclass] = ACTIONS(27), [sym__line_comment] = ACTIONS(3), [sym__doc_comment] = ACTIONS(5), [sym__block_comment] = ACTIONS(3), }, + [2] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2880), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(65), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [3] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2880), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(75), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [4] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2880), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(77), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [5] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2840), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2884), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(77), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [6] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2854), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2898), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(79), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [7] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2851), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2834), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(65), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [8] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2880), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(79), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [9] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2880), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(81), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [10] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2864), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2906), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(83), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [11] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2502), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(85), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [12] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2489), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(87), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [13] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2502), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(89), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [14] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2489), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(91), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [15] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2502), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(93), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [16] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2489), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(95), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [17] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2622), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(97), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [18] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2502), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(99), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [19] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2489), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(101), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [20] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2705), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(103), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [21] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2622), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(105), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [22] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2622), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(107), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [23] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2622), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(109), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [24] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2705), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(111), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [25] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2705), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(113), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [26] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2818), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(115), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [27] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2705), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(117), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [28] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2818), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(119), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [29] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2818), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(121), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [30] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2880), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(83), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [31] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2881), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(123), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [32] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2705), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(125), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [33] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2705), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(127), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [34] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2705), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(75), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [35] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2818), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(129), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [36] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2705), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(131), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [37] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2674), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(133), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [38] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2881), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(81), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [39] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2881), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(77), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [40] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2882), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(79), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [41] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2705), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(83), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [42] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2881), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(135), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [43] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2674), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(137), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [44] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2674), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(139), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [45] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2882), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(141), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [46] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2705), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(143), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [47] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2674), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(145), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [48] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2674), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(147), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [49] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2882), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(149), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [50] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2705), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(151), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [51] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2674), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(153), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [52] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2877), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2912), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(135), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [53] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2880), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(135), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [54] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2894), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2917), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(137), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [55] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2674), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(155), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [56] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2827), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2866), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(81), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [57] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2880), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(137), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [58] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2674), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(157), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [59] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2904), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2896), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(139), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [60] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2674), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(159), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [61] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2880), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(161), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [62] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2880), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(139), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [63] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2880), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(133), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [64] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2911), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2870), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(141), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [65] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2814), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2687), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(161), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [66] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2880), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(141), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [67] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2882), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(163), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [68] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2916), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2855), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(143), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [69] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2810), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2856), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(133), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [70] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2880), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(143), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [71] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2880), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(165), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [72] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2674), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(165), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [73] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2880), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(131), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [74] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2861), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2829), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(145), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [75] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2594), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2863), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(165), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [76] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2799), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2843), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(131), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [77] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2705), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(161), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [78] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2530), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2520), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(85), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [79] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2880), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(129), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [80] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2880), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(85), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [81] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2880), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(145), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [82] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2788), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2830), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(129), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [83] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2529), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2513), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(87), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [84] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2767), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2819), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(75), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [85] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2880), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(87), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [86] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2880), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(127), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [87] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2528), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2507), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(89), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [88] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2880), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(103), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [89] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2880), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(89), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [90] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2858), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2806), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(147), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [91] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2527), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2500), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(91), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [92] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2719), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2812), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(127), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [93] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2880), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(125), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [94] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2690), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2802), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(125), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [95] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2880), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(163), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [96] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2674), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(65), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [97] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2880), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(147), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [98] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2546), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2820), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(163), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [99] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2880), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(123), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [100] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2835), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2665), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(149), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [101] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2880), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(159), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [102] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2880), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(91), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [103] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2670), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2791), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(123), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [104] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2491), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2623), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(159), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [105] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2880), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(149), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [106] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2526), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2494), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(93), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [107] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2880), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(121), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [108] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2808), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2667), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(151), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [109] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2652), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2781), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(121), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [110] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2880), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(151), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [111] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2880), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(93), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [112] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2880), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(119), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [113] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2880), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(157), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [114] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2790), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2627), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(153), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [115] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2601), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2551), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(157), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [116] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2639), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2728), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(119), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [117] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2525), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2543), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(95), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [118] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2880), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(117), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [119] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2609), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2697), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(117), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [120] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2880), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(155), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [121] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2880), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(115), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [122] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2880), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(95), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [123] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2880), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(153), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [124] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2524), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2558), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(97), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [125] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2599), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2675), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(115), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [126] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2880), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(97), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [127] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2679), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2539), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(167), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [128] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2521), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2570), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(99), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [129] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2880), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(113), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [130] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2880), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(99), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [131] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2880), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(167), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [132] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2515), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2578), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(101), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [133] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2587), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2655), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(113), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [134] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2880), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(111), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [135] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2577), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2642), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(111), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [136] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2880), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(109), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [137] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2880), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(101), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [138] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2569), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2628), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(109), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [139] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2508), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2592), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(103), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [140] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2674), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(167), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [141] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2880), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(107), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [142] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2633), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2498), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(155), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [143] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2542), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2602), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(105), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [144] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2555), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2611), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(107), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [145] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2880), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_parametrized_type] = STATE(2600), + [sym_type_expression] = STATE(210), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1411), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(63), + [sym_abstract_type_identifier] = ACTIONS(63), + [sym_operator] = ACTIONS(105), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [146] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2849), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1464), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(169), + [sym_abstract_type_identifier] = ACTIONS(169), + [sym_operator] = ACTIONS(133), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [147] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2514), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1464), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(169), + [sym_abstract_type_identifier] = ACTIONS(169), + [sym_operator] = ACTIONS(157), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [148] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2595), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1464), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(169), + [sym_abstract_type_identifier] = ACTIONS(169), + [sym_operator] = ACTIONS(105), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [149] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2874), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1464), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(169), + [sym_abstract_type_identifier] = ACTIONS(169), + [sym_operator] = ACTIONS(77), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [150] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2607), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1464), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(169), + [sym_abstract_type_identifier] = ACTIONS(169), + [sym_operator] = ACTIONS(107), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [151] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2511), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1464), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(169), + [sym_abstract_type_identifier] = ACTIONS(169), + [sym_operator] = ACTIONS(89), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [152] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2816), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1464), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(169), + [sym_abstract_type_identifier] = ACTIONS(169), + [sym_operator] = ACTIONS(75), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [153] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(1749), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(1631), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(581), + [sym_name_subexpression] = STATE(2553), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1343), + [sym_string_literal] = STATE(1341), + [sym_char_literal] = STATE(1341), + [sym_literal] = STATE(1343), + [aux_sym_reference_expression_repeat1] = STATE(2267), + [aux_sym_tuple_expression_repeat1] = STATE(1634), + [aux_sym_variant_expression_repeat1] = STATE(1633), + [aux_sym_name_expression_repeat1] = STATE(1443), + [aux_sym_name_expression_repeat2] = STATE(1712), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(171), + [anon_sym_LPAREN] = ACTIONS(173), + [anon_sym_PIPE] = ACTIONS(175), + [anon_sym_match] = ACTIONS(177), + [anon_sym_if] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_while] = ACTIONS(183), + [anon_sym_for] = ACTIONS(185), + [anon_sym_loop] = ACTIONS(187), + [anon_sym_TILDE] = ACTIONS(189), + [anon_sym_AT] = ACTIONS(189), + [anon_sym_return] = ACTIONS(191), + [anon_sym_DOLLAR] = ACTIONS(193), + [anon_sym_BSLASH] = ACTIONS(195), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(197), + [sym_type_identifier] = ACTIONS(169), + [sym_abstract_type_identifier] = ACTIONS(169), + [sym_operator] = ACTIONS(199), + [sym_float_number_literal] = ACTIONS(201), + [sym_number_literal] = ACTIONS(203), + [anon_sym_DQUOTE] = ACTIONS(205), + [anon_sym_SQUOTE] = ACTIONS(207), + }, + [154] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(1749), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(1622), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(581), + [sym_name_subexpression] = STATE(2553), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1343), + [sym_string_literal] = STATE(1341), + [sym_char_literal] = STATE(1341), + [sym_literal] = STATE(1343), + [aux_sym_reference_expression_repeat1] = STATE(2267), + [aux_sym_tuple_expression_repeat1] = STATE(1634), + [aux_sym_variant_expression_repeat1] = STATE(1633), + [aux_sym_name_expression_repeat1] = STATE(1443), + [aux_sym_name_expression_repeat2] = STATE(1712), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(171), + [anon_sym_LPAREN] = ACTIONS(173), + [anon_sym_PIPE] = ACTIONS(175), + [anon_sym_match] = ACTIONS(177), + [anon_sym_if] = ACTIONS(179), + [anon_sym_do] = ACTIONS(181), + [anon_sym_while] = ACTIONS(183), + [anon_sym_for] = ACTIONS(185), + [anon_sym_loop] = ACTIONS(187), + [anon_sym_TILDE] = ACTIONS(189), + [anon_sym_AT] = ACTIONS(189), + [anon_sym_return] = ACTIONS(191), + [anon_sym_DOLLAR] = ACTIONS(193), + [anon_sym_BSLASH] = ACTIONS(195), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(197), + [sym_type_identifier] = ACTIONS(169), + [sym_abstract_type_identifier] = ACTIONS(169), + [sym_operator] = ACTIONS(199), + [sym_float_number_literal] = ACTIONS(201), + [sym_number_literal] = ACTIONS(203), + [anon_sym_DQUOTE] = ACTIONS(205), + [anon_sym_SQUOTE] = ACTIONS(207), + }, + [155] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2616), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1464), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(169), + [sym_abstract_type_identifier] = ACTIONS(169), + [sym_operator] = ACTIONS(109), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [156] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2518), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1464), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(169), + [sym_abstract_type_identifier] = ACTIONS(169), + [sym_operator] = ACTIONS(87), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [157] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2889), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1464), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(169), + [sym_abstract_type_identifier] = ACTIONS(169), + [sym_operator] = ACTIONS(79), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [158] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2807), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1464), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(169), + [sym_abstract_type_identifier] = ACTIONS(169), + [sym_operator] = ACTIONS(127), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [159] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2902), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1464), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(169), + [sym_abstract_type_identifier] = ACTIONS(169), + [sym_operator] = ACTIONS(83), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [160] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2631), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1464), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(169), + [sym_abstract_type_identifier] = ACTIONS(169), + [sym_operator] = ACTIONS(111), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [161] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2550), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1464), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(169), + [sym_abstract_type_identifier] = ACTIONS(169), + [sym_operator] = ACTIONS(97), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [162] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2794), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1464), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(169), + [sym_abstract_type_identifier] = ACTIONS(169), + [sym_operator] = ACTIONS(81), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [163] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2572), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1464), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(169), + [sym_abstract_type_identifier] = ACTIONS(169), + [sym_operator] = ACTIONS(101), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [164] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2523), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1464), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(169), + [sym_abstract_type_identifier] = ACTIONS(169), + [sym_operator] = ACTIONS(85), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [165] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2649), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1464), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(169), + [sym_abstract_type_identifier] = ACTIONS(169), + [sym_operator] = ACTIONS(113), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [166] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2562), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1464), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(169), + [sym_abstract_type_identifier] = ACTIONS(169), + [sym_operator] = ACTIONS(99), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [167] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2654), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1464), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(169), + [sym_abstract_type_identifier] = ACTIONS(169), + [sym_operator] = ACTIONS(167), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [168] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2505), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1464), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(169), + [sym_abstract_type_identifier] = ACTIONS(169), + [sym_operator] = ACTIONS(91), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [169] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2564), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1464), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(169), + [sym_abstract_type_identifier] = ACTIONS(169), + [sym_operator] = ACTIONS(209), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [170] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(1632), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(1622), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(566), + [sym_name_subexpression] = STATE(2553), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1289), + [sym_string_literal] = STATE(1286), + [sym_char_literal] = STATE(1286), + [sym_literal] = STATE(1289), + [aux_sym_reference_expression_repeat1] = STATE(2260), + [aux_sym_tuple_expression_repeat1] = STATE(1526), + [aux_sym_variant_expression_repeat1] = STATE(1528), + [aux_sym_name_expression_repeat1] = STATE(1406), + [aux_sym_name_expression_repeat2] = STATE(1761), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(211), + [anon_sym_LPAREN] = ACTIONS(213), + [anon_sym_PIPE] = ACTIONS(215), + [anon_sym_match] = ACTIONS(217), + [anon_sym_if] = ACTIONS(219), + [anon_sym_do] = ACTIONS(221), + [anon_sym_while] = ACTIONS(223), + [anon_sym_for] = ACTIONS(225), + [anon_sym_loop] = ACTIONS(227), + [anon_sym_TILDE] = ACTIONS(229), + [anon_sym_AT] = ACTIONS(229), + [anon_sym_return] = ACTIONS(231), + [anon_sym_DOLLAR] = ACTIONS(233), + [anon_sym_BSLASH] = ACTIONS(235), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(237), + [sym_type_identifier] = ACTIONS(169), + [sym_abstract_type_identifier] = ACTIONS(169), + [sym_operator] = ACTIONS(239), + [sym_float_number_literal] = ACTIONS(241), + [sym_number_literal] = ACTIONS(243), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + }, + [171] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2908), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1464), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(169), + [sym_abstract_type_identifier] = ACTIONS(169), + [sym_operator] = ACTIONS(135), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [172] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2582), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1464), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(169), + [sym_abstract_type_identifier] = ACTIONS(169), + [sym_operator] = ACTIONS(103), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [173] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2517), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1464), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(169), + [sym_abstract_type_identifier] = ACTIONS(169), + [sym_operator] = ACTIONS(209), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [174] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2589), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1464), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(169), + [sym_abstract_type_identifier] = ACTIONS(169), + [sym_operator] = ACTIONS(115), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [175] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2566), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1464), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(169), + [sym_abstract_type_identifier] = ACTIONS(169), + [sym_operator] = ACTIONS(155), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [176] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(1632), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(1631), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(566), + [sym_name_subexpression] = STATE(2553), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1289), + [sym_string_literal] = STATE(1286), + [sym_char_literal] = STATE(1286), + [sym_literal] = STATE(1289), + [aux_sym_reference_expression_repeat1] = STATE(2260), + [aux_sym_tuple_expression_repeat1] = STATE(1526), + [aux_sym_variant_expression_repeat1] = STATE(1528), + [aux_sym_name_expression_repeat1] = STATE(1406), + [aux_sym_name_expression_repeat2] = STATE(1761), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(211), + [anon_sym_LPAREN] = ACTIONS(213), + [anon_sym_PIPE] = ACTIONS(215), + [anon_sym_match] = ACTIONS(217), + [anon_sym_if] = ACTIONS(219), + [anon_sym_do] = ACTIONS(221), + [anon_sym_while] = ACTIONS(223), + [anon_sym_for] = ACTIONS(225), + [anon_sym_loop] = ACTIONS(227), + [anon_sym_TILDE] = ACTIONS(229), + [anon_sym_AT] = ACTIONS(229), + [anon_sym_return] = ACTIONS(231), + [anon_sym_DOLLAR] = ACTIONS(233), + [anon_sym_BSLASH] = ACTIONS(235), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(237), + [sym_type_identifier] = ACTIONS(169), + [sym_abstract_type_identifier] = ACTIONS(169), + [sym_operator] = ACTIONS(239), + [sym_float_number_literal] = ACTIONS(241), + [sym_number_literal] = ACTIONS(243), + [anon_sym_DQUOTE] = ACTIONS(245), + [anon_sym_SQUOTE] = ACTIONS(247), + }, + [177] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2492), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1464), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(169), + [sym_abstract_type_identifier] = ACTIONS(169), + [sym_operator] = ACTIONS(95), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [178] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2647), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1464), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(169), + [sym_abstract_type_identifier] = ACTIONS(169), + [sym_operator] = ACTIONS(153), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [179] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2684), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1464), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(169), + [sym_abstract_type_identifier] = ACTIONS(169), + [sym_operator] = ACTIONS(117), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [180] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2914), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1464), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(169), + [sym_abstract_type_identifier] = ACTIONS(169), + [sym_operator] = ACTIONS(137), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [181] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2585), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1464), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(169), + [sym_abstract_type_identifier] = ACTIONS(169), + [sym_operator] = ACTIONS(209), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [182] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2880), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1464), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(169), + [sym_abstract_type_identifier] = ACTIONS(169), + [sym_operator] = ACTIONS(249), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [183] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2824), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1464), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(169), + [sym_abstract_type_identifier] = ACTIONS(169), + [sym_operator] = ACTIONS(129), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [184] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2710), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1464), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(169), + [sym_abstract_type_identifier] = ACTIONS(169), + [sym_operator] = ACTIONS(119), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [185] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2707), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1464), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(169), + [sym_abstract_type_identifier] = ACTIONS(169), + [sym_operator] = ACTIONS(209), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [186] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2919), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1464), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(169), + [sym_abstract_type_identifier] = ACTIONS(169), + [sym_operator] = ACTIONS(139), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [187] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2547), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1464), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(169), + [sym_abstract_type_identifier] = ACTIONS(169), + [sym_operator] = ACTIONS(65), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [188] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2838), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1464), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(169), + [sym_abstract_type_identifier] = ACTIONS(169), + [sym_operator] = ACTIONS(209), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [189] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2497), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1464), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(169), + [sym_abstract_type_identifier] = ACTIONS(169), + [sym_operator] = ACTIONS(93), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [190] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2700), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1464), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(169), + [sym_abstract_type_identifier] = ACTIONS(169), + [sym_operator] = ACTIONS(151), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [191] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2891), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1464), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(169), + [sym_abstract_type_identifier] = ACTIONS(169), + [sym_operator] = ACTIONS(161), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [192] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2746), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1464), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(169), + [sym_abstract_type_identifier] = ACTIONS(169), + [sym_operator] = ACTIONS(121), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [193] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2887), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1464), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(169), + [sym_abstract_type_identifier] = ACTIONS(169), + [sym_operator] = ACTIONS(141), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [194] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2797), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1464), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(169), + [sym_abstract_type_identifier] = ACTIONS(169), + [sym_operator] = ACTIONS(125), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [195] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2873), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1464), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(169), + [sym_abstract_type_identifier] = ACTIONS(169), + [sym_operator] = ACTIONS(143), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [196] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2815), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1464), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(169), + [sym_abstract_type_identifier] = ACTIONS(169), + [sym_operator] = ACTIONS(147), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [197] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2583), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1464), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(169), + [sym_abstract_type_identifier] = ACTIONS(169), + [sym_operator] = ACTIONS(159), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [198] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2860), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1464), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(169), + [sym_abstract_type_identifier] = ACTIONS(169), + [sym_operator] = ACTIONS(149), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [199] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2892), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1464), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(169), + [sym_abstract_type_identifier] = ACTIONS(169), + [sym_operator] = ACTIONS(209), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [200] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2786), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1464), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(169), + [sym_abstract_type_identifier] = ACTIONS(169), + [sym_operator] = ACTIONS(123), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [201] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2833), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1464), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(169), + [sym_abstract_type_identifier] = ACTIONS(169), + [sym_operator] = ACTIONS(165), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [202] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2836), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1464), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(169), + [sym_abstract_type_identifier] = ACTIONS(169), + [sym_operator] = ACTIONS(131), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [203] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2878), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1464), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(169), + [sym_abstract_type_identifier] = ACTIONS(169), + [sym_operator] = ACTIONS(209), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [204] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2702), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1464), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(169), + [sym_abstract_type_identifier] = ACTIONS(169), + [sym_operator] = ACTIONS(163), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [205] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2510), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1464), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(169), + [sym_abstract_type_identifier] = ACTIONS(169), + [sym_operator] = ACTIONS(209), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [206] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(2392), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(2846), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(1132), + [sym_name_subexpression] = STATE(2553), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1727), + [sym_string_literal] = STATE(1823), + [sym_char_literal] = STATE(1823), + [sym_literal] = STATE(1727), + [aux_sym_reference_expression_repeat1] = STATE(2205), + [aux_sym_tuple_expression_repeat1] = STATE(2451), + [aux_sym_variant_expression_repeat1] = STATE(2434), + [aux_sym_name_expression_repeat1] = STATE(1464), + [aux_sym_name_expression_repeat2] = STATE(1730), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_PIPE] = ACTIONS(35), + [anon_sym_match] = ACTIONS(37), + [anon_sym_if] = ACTIONS(39), + [anon_sym_do] = ACTIONS(41), + [anon_sym_while] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_TILDE] = ACTIONS(49), + [anon_sym_AT] = ACTIONS(49), + [anon_sym_return] = ACTIONS(51), + [anon_sym_DOLLAR] = ACTIONS(53), + [anon_sym_BSLASH] = ACTIONS(55), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(61), + [sym_type_identifier] = ACTIONS(169), + [sym_abstract_type_identifier] = ACTIONS(169), + [sym_operator] = ACTIONS(145), + [sym_float_number_literal] = ACTIONS(67), + [sym_number_literal] = ACTIONS(69), + [anon_sym_DQUOTE] = ACTIONS(71), + [anon_sym_SQUOTE] = ACTIONS(73), + }, + [207] = { + [sym_match] = STATE(721), + [sym_condition] = STATE(721), + [sym_do_while_loop] = STATE(721), + [sym_while_loop] = STATE(721), + [sym_for_loop] = STATE(721), + [sym_loop_loop] = STATE(721), + [sym_flow_control] = STATE(723), + [sym_block] = STATE(595), + [sym_subexpression_token] = STATE(607), + [sym_subexpression] = STATE(1718), + [sym_prefixed_expression] = STATE(591), + [sym_expression] = STATE(723), + [sym_superexpression] = STATE(1879), + [sym_scoped_statement] = STATE(609), + [sym_binary_operator_expression] = STATE(607), + [sym_unary_operator_expression] = STATE(591), + [sym_reference_expression] = STATE(607), + [sym_function_call_expression] = STATE(607), + [sym_tuple_expression] = STATE(723), + [sym_variant_expression] = STATE(723), + [sym_return_expression] = STATE(595), + [sym_type_constructor] = STATE(591), + [sym_lambda_function] = STATE(591), + [sym_array_expression] = STATE(607), + [sym_loop_control_expression] = STATE(595), + [sym_name_expression] = STATE(580), + [sym_name_subexpression] = STATE(2553), + [sym_type_subexpression] = STATE(2713), + [sym_extended_name] = STATE(1338), + [sym_string_literal] = STATE(1339), + [sym_char_literal] = STATE(1339), + [sym_literal] = STATE(1338), + [aux_sym_reference_expression_repeat1] = STATE(2213), + [aux_sym_tuple_expression_repeat1] = STATE(1610), + [aux_sym_variant_expression_repeat1] = STATE(1611), + [aux_sym_name_expression_repeat1] = STATE(1425), + [aux_sym_name_expression_repeat2] = STATE(1714), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_AMP] = ACTIONS(251), + [anon_sym_LPAREN] = ACTIONS(253), + [anon_sym_PIPE] = ACTIONS(255), + [anon_sym_match] = ACTIONS(257), + [anon_sym_if] = ACTIONS(259), + [anon_sym_do] = ACTIONS(261), + [anon_sym_while] = ACTIONS(263), + [anon_sym_for] = ACTIONS(265), + [anon_sym_loop] = ACTIONS(267), + [anon_sym_TILDE] = ACTIONS(269), + [anon_sym_AT] = ACTIONS(269), + [anon_sym_return] = ACTIONS(271), + [anon_sym_DOLLAR] = ACTIONS(273), + [anon_sym_BSLASH] = ACTIONS(275), + [anon_sym_LBRACK] = ACTIONS(57), + [anon_sym_break] = ACTIONS(59), + [anon_sym_continue] = ACTIONS(59), + [sym__line_comment] = ACTIONS(3), + [sym__doc_comment] = ACTIONS(5), + [sym__block_comment] = ACTIONS(5), + [sym_name_identifier] = ACTIONS(277), + [sym_type_identifier] = ACTIONS(169), + [sym_abstract_type_identifier] = ACTIONS(169), + [sym_operator] = ACTIONS(279), + [sym_float_number_literal] = ACTIONS(281), + [sym_number_literal] = ACTIONS(283), + [anon_sym_DQUOTE] = ACTIONS(285), + [anon_sym_SQUOTE] = ACTIONS(287), + }, }; static const uint16_t ts_small_parse_table[] = { - [0] = 42, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1308), 1, - aux_sym_name_superexpression_repeat1, - STATE(1348), 1, - sym_type_expression, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2048), 1, - sym_parametrized_type, - STATE(2081), 1, - sym_superexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [146] = 42, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1308), 1, - aux_sym_name_superexpression_repeat1, - STATE(1348), 1, - sym_type_expression, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2062), 1, - sym_superexpression, - STATE(2155), 1, - sym_parametrized_type, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [292] = 42, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1308), 1, - aux_sym_name_superexpression_repeat1, - STATE(1348), 1, - sym_type_expression, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2393), 1, - sym_superexpression, - STATE(2419), 1, - sym_parametrized_type, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [438] = 42, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1308), 1, - aux_sym_name_superexpression_repeat1, - STATE(1348), 1, - sym_type_expression, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2419), 1, - sym_parametrized_type, - STATE(2470), 1, - sym_type_subexpression, - STATE(2516), 1, - sym_superexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [584] = 42, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1308), 1, - aux_sym_name_superexpression_repeat1, - STATE(1348), 1, - sym_type_expression, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2439), 1, - sym_parametrized_type, - STATE(2470), 1, - sym_type_subexpression, - STATE(2479), 1, - sym_superexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [730] = 42, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1308), 1, - aux_sym_name_superexpression_repeat1, - STATE(1348), 1, - sym_type_expression, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2126), 1, - sym_parametrized_type, - STATE(2143), 1, - sym_superexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [876] = 42, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1308), 1, - aux_sym_name_superexpression_repeat1, - STATE(1348), 1, - sym_type_expression, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2069), 1, - sym_superexpression, - STATE(2080), 1, - sym_parametrized_type, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [1022] = 42, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1308), 1, - aux_sym_name_superexpression_repeat1, - STATE(1348), 1, - sym_type_expression, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2055), 1, - sym_superexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2419), 1, - sym_parametrized_type, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [1168] = 42, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1308), 1, - aux_sym_name_superexpression_repeat1, - STATE(1348), 1, - sym_type_expression, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2419), 1, - sym_parametrized_type, - STATE(2470), 1, - sym_type_subexpression, - STATE(2517), 1, - sym_superexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [1314] = 42, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1308), 1, - aux_sym_name_superexpression_repeat1, - STATE(1348), 1, - sym_type_expression, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2106), 1, - sym_parametrized_type, - STATE(2140), 1, - sym_superexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [1460] = 42, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1308), 1, - aux_sym_name_superexpression_repeat1, - STATE(1348), 1, - sym_type_expression, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2109), 1, - sym_superexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2419), 1, - sym_parametrized_type, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [1606] = 42, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1308), 1, - aux_sym_name_superexpression_repeat1, - STATE(1348), 1, - sym_type_expression, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2099), 1, - sym_parametrized_type, - STATE(2139), 1, - sym_superexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [1752] = 42, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1308), 1, - aux_sym_name_superexpression_repeat1, - STATE(1348), 1, - sym_type_expression, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - STATE(2486), 1, - sym_superexpression, - STATE(2500), 1, - sym_parametrized_type, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [1898] = 42, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1308), 1, - aux_sym_name_superexpression_repeat1, - STATE(1348), 1, - sym_type_expression, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2116), 1, - sym_superexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2419), 1, - sym_parametrized_type, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [2044] = 42, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1308), 1, - aux_sym_name_superexpression_repeat1, - STATE(1348), 1, - sym_type_expression, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2132), 1, - sym_parametrized_type, - STATE(2144), 1, - sym_superexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [2190] = 42, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1308), 1, - aux_sym_name_superexpression_repeat1, - STATE(1348), 1, - sym_type_expression, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2113), 1, - sym_parametrized_type, - STATE(2141), 1, - sym_superexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [2336] = 42, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1308), 1, - aux_sym_name_superexpression_repeat1, - STATE(1348), 1, - sym_type_expression, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2068), 1, - sym_superexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2419), 1, - sym_parametrized_type, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [2482] = 42, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1308), 1, - aux_sym_name_superexpression_repeat1, - STATE(1348), 1, - sym_type_expression, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2085), 1, - sym_parametrized_type, - STATE(2135), 1, - sym_superexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [2628] = 42, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1308), 1, - aux_sym_name_superexpression_repeat1, - STATE(1348), 1, - sym_type_expression, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2050), 1, - sym_superexpression, - STATE(2164), 1, - sym_parametrized_type, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [2774] = 42, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1308), 1, - aux_sym_name_superexpression_repeat1, - STATE(1348), 1, - sym_type_expression, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - STATE(2492), 1, - sym_superexpression, - STATE(2508), 1, - sym_parametrized_type, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [2920] = 42, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1308), 1, - aux_sym_name_superexpression_repeat1, - STATE(1348), 1, - sym_type_expression, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2073), 1, - sym_parametrized_type, - STATE(2123), 1, - sym_superexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [3066] = 42, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1308), 1, - aux_sym_name_superexpression_repeat1, - STATE(1348), 1, - sym_type_expression, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2066), 1, - sym_parametrized_type, - STATE(2102), 1, - sym_superexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [3212] = 42, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1308), 1, - aux_sym_name_superexpression_repeat1, - STATE(1348), 1, - sym_type_expression, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2092), 1, - sym_parametrized_type, - STATE(2138), 1, - sym_superexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [3358] = 42, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1308), 1, - aux_sym_name_superexpression_repeat1, - STATE(1348), 1, - sym_type_expression, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2059), 1, - sym_parametrized_type, - STATE(2095), 1, - sym_superexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [3504] = 42, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1308), 1, - aux_sym_name_superexpression_repeat1, - STATE(1348), 1, - sym_type_expression, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2053), 1, - sym_parametrized_type, - STATE(2088), 1, - sym_superexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [3650] = 42, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1308), 1, - aux_sym_name_superexpression_repeat1, - STATE(1348), 1, - sym_type_expression, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - STATE(2498), 1, - sym_superexpression, - STATE(2522), 1, - sym_parametrized_type, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [3796] = 42, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1308), 1, - aux_sym_name_superexpression_repeat1, - STATE(1348), 1, - sym_type_expression, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2267), 1, - sym_superexpression, - STATE(2331), 1, - sym_parametrized_type, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [3942] = 42, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1308), 1, - aux_sym_name_superexpression_repeat1, - STATE(1348), 1, - sym_type_expression, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2075), 1, - sym_superexpression, - STATE(2105), 1, - sym_parametrized_type, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [4088] = 42, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1308), 1, - aux_sym_name_superexpression_repeat1, - STATE(1348), 1, - sym_type_expression, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2227), 1, - sym_superexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2419), 1, - sym_parametrized_type, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [4234] = 42, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1308), 1, - aux_sym_name_superexpression_repeat1, - STATE(1348), 1, - sym_type_expression, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2120), 1, - sym_parametrized_type, - STATE(2142), 1, - sym_superexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [4380] = 42, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1308), 1, - aux_sym_name_superexpression_repeat1, - STATE(1348), 1, - sym_type_expression, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2078), 1, - sym_parametrized_type, - STATE(2129), 1, - sym_superexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [4526] = 42, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1308), 1, - aux_sym_name_superexpression_repeat1, - STATE(1348), 1, - sym_type_expression, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - STATE(2506), 1, - sym_superexpression, - STATE(2509), 1, - sym_parametrized_type, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [4672] = 42, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1308), 1, - aux_sym_name_superexpression_repeat1, - STATE(1348), 1, - sym_type_expression, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2087), 1, - sym_superexpression, - STATE(2182), 1, - sym_parametrized_type, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [4818] = 42, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1308), 1, - aux_sym_name_superexpression_repeat1, - STATE(1348), 1, - sym_type_expression, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2119), 1, - sym_superexpression, - STATE(2191), 1, - sym_parametrized_type, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [4964] = 42, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1308), 1, - aux_sym_name_superexpression_repeat1, - STATE(1348), 1, - sym_type_expression, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2150), 1, - sym_superexpression, - STATE(2208), 1, - sym_parametrized_type, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [5110] = 42, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1308), 1, - aux_sym_name_superexpression_repeat1, - STATE(1348), 1, - sym_type_expression, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2178), 1, - sym_superexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2419), 1, - sym_parametrized_type, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [5256] = 42, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1308), 1, - aux_sym_name_superexpression_repeat1, - STATE(1348), 1, - sym_type_expression, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2158), 1, - sym_superexpression, - STATE(2220), 1, - sym_parametrized_type, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [5402] = 42, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1308), 1, - aux_sym_name_superexpression_repeat1, - STATE(1348), 1, - sym_type_expression, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2167), 1, - sym_superexpression, - STATE(2232), 1, - sym_parametrized_type, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [5548] = 42, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1308), 1, - aux_sym_name_superexpression_repeat1, - STATE(1348), 1, - sym_type_expression, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2461), 1, - sym_superexpression, - STATE(2470), 1, - sym_type_subexpression, - STATE(2482), 1, - sym_parametrized_type, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [5694] = 42, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1308), 1, - aux_sym_name_superexpression_repeat1, - STATE(1348), 1, - sym_type_expression, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2185), 1, - sym_superexpression, - STATE(2243), 1, - sym_parametrized_type, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [5840] = 42, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1308), 1, - aux_sym_name_superexpression_repeat1, - STATE(1348), 1, - sym_type_expression, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2452), 1, - sym_superexpression, - STATE(2470), 1, - sym_type_subexpression, - STATE(2474), 1, - sym_parametrized_type, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [5986] = 42, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1308), 1, - aux_sym_name_superexpression_repeat1, - STATE(1348), 1, - sym_type_expression, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2469), 1, - sym_superexpression, - STATE(2470), 1, - sym_type_subexpression, - STATE(2489), 1, - sym_parametrized_type, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [6132] = 42, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1308), 1, - aux_sym_name_superexpression_repeat1, - STATE(1348), 1, - sym_type_expression, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2430), 1, - sym_superexpression, - STATE(2464), 1, - sym_parametrized_type, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [6278] = 42, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1308), 1, - aux_sym_name_superexpression_repeat1, - STATE(1348), 1, - sym_type_expression, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2418), 1, - sym_superexpression, - STATE(2455), 1, - sym_parametrized_type, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [6424] = 42, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1308), 1, - aux_sym_name_superexpression_repeat1, - STATE(1348), 1, - sym_type_expression, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2198), 1, - sym_superexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2258), 1, - sym_parametrized_type, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [6570] = 42, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1308), 1, - aux_sym_name_superexpression_repeat1, - STATE(1348), 1, - sym_type_expression, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2298), 1, - sym_superexpression, - STATE(2364), 1, - sym_parametrized_type, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [6716] = 42, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1308), 1, - aux_sym_name_superexpression_repeat1, - STATE(1348), 1, - sym_type_expression, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2410), 1, - sym_superexpression, - STATE(2436), 1, - sym_parametrized_type, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [6862] = 42, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1308), 1, - aux_sym_name_superexpression_repeat1, - STATE(1348), 1, - sym_type_expression, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2402), 1, - sym_superexpression, - STATE(2424), 1, - sym_parametrized_type, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [7008] = 42, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1308), 1, - aux_sym_name_superexpression_repeat1, - STATE(1348), 1, - sym_type_expression, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2145), 1, - sym_superexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2292), 1, - sym_parametrized_type, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [7154] = 42, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1308), 1, - aux_sym_name_superexpression_repeat1, - STATE(1348), 1, - sym_type_expression, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2384), 1, - sym_superexpression, - STATE(2413), 1, - sym_parametrized_type, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [7300] = 42, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1308), 1, - aux_sym_name_superexpression_repeat1, - STATE(1348), 1, - sym_type_expression, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2376), 1, - sym_superexpression, - STATE(2404), 1, - sym_parametrized_type, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [7446] = 42, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1308), 1, - aux_sym_name_superexpression_repeat1, - STATE(1348), 1, - sym_type_expression, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2358), 1, - sym_superexpression, - STATE(2395), 1, - sym_parametrized_type, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [7592] = 42, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1308), 1, - aux_sym_name_superexpression_repeat1, - STATE(1348), 1, - sym_type_expression, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2253), 1, - sym_superexpression, - STATE(2303), 1, - sym_parametrized_type, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [7738] = 42, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1308), 1, - aux_sym_name_superexpression_repeat1, - STATE(1348), 1, - sym_type_expression, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2282), 1, - sym_superexpression, - STATE(2349), 1, - sym_parametrized_type, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [7884] = 42, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1308), 1, - aux_sym_name_superexpression_repeat1, - STATE(1348), 1, - sym_type_expression, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2343), 1, - sym_superexpression, - STATE(2390), 1, - sym_parametrized_type, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [8030] = 42, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1308), 1, - aux_sym_name_superexpression_repeat1, - STATE(1348), 1, - sym_type_expression, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2214), 1, - sym_superexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2272), 1, - sym_parametrized_type, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [8176] = 42, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1308), 1, - aux_sym_name_superexpression_repeat1, - STATE(1348), 1, - sym_type_expression, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2268), 1, - sym_parametrized_type, - STATE(2316), 1, - sym_superexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [8322] = 40, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2352), 1, - sym_superexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [8462] = 40, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2458), 1, - sym_superexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [8602] = 40, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - STATE(2495), 1, - sym_superexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [8742] = 40, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - STATE(2490), 1, - sym_superexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [8882] = 40, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - STATE(2483), 1, - sym_superexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [9022] = 40, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - STATE(2477), 1, - sym_superexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [9162] = 40, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(73), 1, - anon_sym_AMP, - ACTIONS(75), 1, - anon_sym_PIPE, - ACTIONS(77), 1, - anon_sym_match, - ACTIONS(79), 1, - anon_sym_if, - ACTIONS(81), 1, - anon_sym_do, - ACTIONS(83), 1, - anon_sym_while, - ACTIONS(85), 1, - anon_sym_for, - ACTIONS(87), 1, - anon_sym_loop, - ACTIONS(89), 1, - anon_sym_return, - ACTIONS(91), 1, - anon_sym_BSLASH, - ACTIONS(93), 1, - anon_sym_DOLLAR, - ACTIONS(95), 1, - sym_name_identifier, - ACTIONS(97), 1, - sym_operator, - ACTIONS(99), 1, - sym_float_number_literal, - ACTIONS(101), 1, - sym_number_literal, - ACTIONS(103), 1, - anon_sym_DQUOTE, - ACTIONS(105), 1, - anon_sym_SQUOTE, - STATE(254), 1, - sym_name_superexpression, - STATE(450), 1, - sym_scoped_statement, - STATE(686), 1, - sym_superexpression, - STATE(832), 1, - sym_literal, - STATE(1206), 1, - aux_sym_variant_expression_repeat1, - STATE(1215), 1, - aux_sym_tuple_expression_repeat1, - STATE(1232), 1, - sym_subexpression, - STATE(1265), 1, - aux_sym_name_superexpression_repeat1, - STATE(1629), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(833), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [9302] = 40, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2337), 1, - sym_superexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [9442] = 40, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(107), 1, - anon_sym_AMP, - ACTIONS(109), 1, - anon_sym_PIPE, - ACTIONS(111), 1, - anon_sym_match, - ACTIONS(113), 1, - anon_sym_if, - ACTIONS(115), 1, - anon_sym_do, - ACTIONS(117), 1, - anon_sym_while, - ACTIONS(119), 1, - anon_sym_for, - ACTIONS(121), 1, - anon_sym_loop, - ACTIONS(123), 1, - anon_sym_return, - ACTIONS(125), 1, - anon_sym_BSLASH, - ACTIONS(127), 1, - anon_sym_DOLLAR, - ACTIONS(129), 1, - sym_name_identifier, - ACTIONS(131), 1, - sym_operator, - ACTIONS(133), 1, - sym_float_number_literal, - ACTIONS(135), 1, - sym_number_literal, - ACTIONS(137), 1, - anon_sym_DQUOTE, - ACTIONS(139), 1, - anon_sym_SQUOTE, - STATE(436), 1, - sym_name_superexpression, - STATE(450), 1, - sym_scoped_statement, - STATE(971), 1, - sym_literal, - STATE(1284), 1, - aux_sym_name_superexpression_repeat1, - STATE(1286), 1, - aux_sym_tuple_expression_repeat1, - STATE(1287), 1, - aux_sym_variant_expression_repeat1, - STATE(1327), 1, - sym_superexpression, - STATE(1366), 1, - sym_subexpression, - STATE(1630), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(959), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [9582] = 40, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - STATE(2494), 1, - sym_superexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [9722] = 40, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - STATE(2512), 1, - sym_superexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [9862] = 40, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(141), 1, - anon_sym_AMP, - ACTIONS(143), 1, - anon_sym_PIPE, - ACTIONS(145), 1, - anon_sym_match, - ACTIONS(147), 1, - anon_sym_if, - ACTIONS(149), 1, - anon_sym_do, - ACTIONS(151), 1, - anon_sym_while, - ACTIONS(153), 1, - anon_sym_for, - ACTIONS(155), 1, - anon_sym_loop, - ACTIONS(157), 1, - anon_sym_return, - ACTIONS(159), 1, - anon_sym_BSLASH, - ACTIONS(161), 1, - anon_sym_DOLLAR, - ACTIONS(163), 1, - sym_name_identifier, - ACTIONS(165), 1, - sym_operator, - ACTIONS(167), 1, - sym_float_number_literal, - ACTIONS(169), 1, - sym_number_literal, - ACTIONS(171), 1, - anon_sym_DQUOTE, - ACTIONS(173), 1, - anon_sym_SQUOTE, - STATE(425), 1, - sym_name_superexpression, - STATE(450), 1, - sym_scoped_statement, - STATE(686), 1, - sym_superexpression, - STATE(898), 1, - sym_literal, - STATE(1237), 1, - aux_sym_tuple_expression_repeat1, - STATE(1239), 1, - aux_sym_variant_expression_repeat1, - STATE(1306), 1, - sym_subexpression, - STATE(1336), 1, - aux_sym_name_superexpression_repeat1, - STATE(1582), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(899), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [10002] = 40, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2137), 1, - sym_superexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [10142] = 40, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2131), 1, - sym_superexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [10282] = 40, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - STATE(2502), 1, - sym_superexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [10422] = 40, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2125), 1, - sym_superexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [10562] = 40, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2118), 1, - sym_superexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [10702] = 40, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2111), 1, - sym_superexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [10842] = 40, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2104), 1, - sym_superexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [10982] = 40, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2097), 1, - sym_superexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [11122] = 40, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2090), 1, - sym_superexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [11262] = 40, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(141), 1, - anon_sym_AMP, - ACTIONS(143), 1, - anon_sym_PIPE, - ACTIONS(145), 1, - anon_sym_match, - ACTIONS(147), 1, - anon_sym_if, - ACTIONS(149), 1, - anon_sym_do, - ACTIONS(151), 1, - anon_sym_while, - ACTIONS(153), 1, - anon_sym_for, - ACTIONS(155), 1, - anon_sym_loop, - ACTIONS(157), 1, - anon_sym_return, - ACTIONS(159), 1, - anon_sym_BSLASH, - ACTIONS(161), 1, - anon_sym_DOLLAR, - ACTIONS(163), 1, - sym_name_identifier, - ACTIONS(165), 1, - sym_operator, - ACTIONS(167), 1, - sym_float_number_literal, - ACTIONS(169), 1, - sym_number_literal, - ACTIONS(171), 1, - anon_sym_DQUOTE, - ACTIONS(173), 1, - anon_sym_SQUOTE, - STATE(425), 1, - sym_name_superexpression, - STATE(450), 1, - sym_scoped_statement, - STATE(898), 1, - sym_literal, - STATE(1237), 1, - aux_sym_tuple_expression_repeat1, - STATE(1239), 1, - aux_sym_variant_expression_repeat1, - STATE(1306), 1, - sym_subexpression, - STATE(1327), 1, - sym_superexpression, - STATE(1336), 1, - aux_sym_name_superexpression_repeat1, - STATE(1582), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(899), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [11402] = 40, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2083), 1, - sym_superexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [11542] = 40, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2077), 1, - sym_superexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [11682] = 40, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2071), 1, - sym_superexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [11822] = 40, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2307), 1, - sym_superexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [11962] = 40, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2064), 1, - sym_superexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [12102] = 40, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2057), 1, - sym_superexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [12242] = 40, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2052), 1, - sym_superexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [12382] = 40, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2047), 1, - sym_superexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [12522] = 40, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2466), 1, - sym_superexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [12662] = 40, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2068), 1, - sym_superexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [12802] = 40, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2108), 1, - sym_superexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [12942] = 40, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2370), 1, - sym_superexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [13082] = 40, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2147), 1, - sym_superexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [13222] = 40, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2156), 1, - sym_superexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [13362] = 40, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2440), 1, - sym_superexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [13502] = 40, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2165), 1, - sym_superexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [13642] = 40, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2293), 1, - sym_superexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [13782] = 40, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2425), 1, - sym_superexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [13922] = 40, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2183), 1, - sym_superexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [14062] = 40, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2415), 1, - sym_superexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [14202] = 40, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2196), 1, - sym_superexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [14342] = 40, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2210), 1, - sym_superexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [14482] = 40, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2222), 1, - sym_superexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [14622] = 40, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2233), 1, - sym_superexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [14762] = 40, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2247), 1, - sym_superexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [14902] = 40, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2407), 1, - sym_superexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [15042] = 40, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2262), 1, - sym_superexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [15182] = 40, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2380), 1, - sym_superexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [15322] = 40, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2391), 1, - sym_superexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [15462] = 40, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2381), 1, - sym_superexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [15602] = 40, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(31), 1, - anon_sym_AMP, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(35), 1, - anon_sym_PIPE, - ACTIONS(37), 1, - anon_sym_match, - ACTIONS(39), 1, - anon_sym_if, - ACTIONS(41), 1, - anon_sym_do, - ACTIONS(43), 1, - anon_sym_while, - ACTIONS(45), 1, - anon_sym_for, - ACTIONS(47), 1, - anon_sym_loop, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2002), 1, - aux_sym_tuple_expression_repeat1, - STATE(2003), 1, - aux_sym_variant_expression_repeat1, - STATE(2044), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2277), 1, - sym_superexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [15742] = 40, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(107), 1, - anon_sym_AMP, - ACTIONS(109), 1, - anon_sym_PIPE, - ACTIONS(111), 1, - anon_sym_match, - ACTIONS(113), 1, - anon_sym_if, - ACTIONS(115), 1, - anon_sym_do, - ACTIONS(117), 1, - anon_sym_while, - ACTIONS(119), 1, - anon_sym_for, - ACTIONS(121), 1, - anon_sym_loop, - ACTIONS(123), 1, - anon_sym_return, - ACTIONS(125), 1, - anon_sym_BSLASH, - ACTIONS(127), 1, - anon_sym_DOLLAR, - ACTIONS(129), 1, - sym_name_identifier, - ACTIONS(131), 1, - sym_operator, - ACTIONS(133), 1, - sym_float_number_literal, - ACTIONS(135), 1, - sym_number_literal, - ACTIONS(137), 1, - anon_sym_DQUOTE, - ACTIONS(139), 1, - anon_sym_SQUOTE, - STATE(436), 1, - sym_name_superexpression, - STATE(450), 1, - sym_scoped_statement, - STATE(686), 1, - sym_superexpression, - STATE(971), 1, - sym_literal, - STATE(1284), 1, - aux_sym_name_superexpression_repeat1, - STATE(1286), 1, - aux_sym_tuple_expression_repeat1, - STATE(1287), 1, - aux_sym_variant_expression_repeat1, - STATE(1366), 1, - sym_subexpression, - STATE(1630), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(959), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - STATE(622), 4, - sym_flow_control, - sym_expression, - sym_tuple_expression, - sym_variant_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [15882] = 10, + [0] = 10, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(177), 1, + ACTIONS(291), 1, anon_sym_type, - ACTIONS(179), 1, + ACTIONS(293), 1, anon_sym_LPAREN, - STATE(120), 1, + STATE(218), 1, sym_type_expression, - STATE(1896), 1, - aux_sym_name_superexpression_repeat1, - STATE(2470), 1, + STATE(2297), 1, + aux_sym_name_expression_repeat1, + STATE(2713), 1, sym_type_subexpression, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - ACTIONS(181), 2, + ACTIONS(63), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(114), 2, + STATE(209), 2, sym_type_parameter, aux_sym_parametrized_type_repeat1, - ACTIONS(175), 35, + ACTIONS(289), 41, ts_builtin_sym_end, anon_sym_namespace, anon_sym_const, @@ -24117,19 +28530,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_partition, - anon_sym_import, anon_sym_use, + anon_sym_EQ, + anon_sym_import, anon_sym_alias, + anon_sym_let, + anon_sym_LT_DASH, anon_sym_decl, - anon_sym_DASH_GT, anon_sym_def, anon_sym_struct, anon_sym_class, + anon_sym_basic, + anon_sym_abstract, anon_sym_typeclass, anon_sym_AMP, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_QMARK, + anon_sym_DASH_GT, anon_sym_match, anon_sym_with, anon_sym_if, @@ -24143,31 +28561,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_loop, anon_sym_SEMI, anon_sym_return, + anon_sym_RBRACK, anon_sym_break, anon_sym_continue, - [15950] = 10, + [74] = 10, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(179), 1, - anon_sym_LPAREN, - ACTIONS(185), 1, + ACTIONS(297), 1, anon_sym_type, - STATE(120), 1, + ACTIONS(299), 1, + anon_sym_LPAREN, + STATE(218), 1, sym_type_expression, - STATE(1896), 1, - aux_sym_name_superexpression_repeat1, - STATE(2470), 1, + STATE(2297), 1, + aux_sym_name_expression_repeat1, + STATE(2713), 1, sym_type_subexpression, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - ACTIONS(181), 2, + ACTIONS(302), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(115), 2, + STATE(209), 2, sym_type_parameter, aux_sym_parametrized_type_repeat1, - ACTIONS(183), 35, + ACTIONS(295), 41, ts_builtin_sym_end, anon_sym_namespace, anon_sym_const, @@ -24175,125 +28594,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_match, - anon_sym_with, - anon_sym_if, - anon_sym_then, - anon_sym_elif, - anon_sym_else, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [16018] = 10, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(189), 1, - anon_sym_type, - ACTIONS(191), 1, - anon_sym_LPAREN, - STATE(120), 1, - sym_type_expression, - STATE(1896), 1, - aux_sym_name_superexpression_repeat1, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(194), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(115), 2, - sym_type_parameter, - aux_sym_parametrized_type_repeat1, - ACTIONS(187), 35, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_match, - anon_sym_with, - anon_sym_if, - anon_sym_then, - anon_sym_elif, - anon_sym_else, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [16086] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(199), 1, - anon_sym_type, - ACTIONS(201), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(197), 39, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, anon_sym_use, anon_sym_EQ, + anon_sym_import, anon_sym_alias, + anon_sym_let, + anon_sym_LT_DASH, anon_sym_decl, - anon_sym_DASH_GT, anon_sym_def, anon_sym_struct, anon_sym_class, + anon_sym_basic, + anon_sym_abstract, anon_sym_typeclass, anon_sym_AMP, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_QMARK, + anon_sym_DASH_GT, anon_sym_match, anon_sym_with, anon_sym_if, @@ -24307,3999 +28625,11969 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_loop, anon_sym_SEMI, anon_sym_return, + anon_sym_RBRACK, anon_sym_break, anon_sym_continue, - sym_type_identifier, - sym_abstract_type_identifier, - [16141] = 5, + [148] = 10, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(205), 1, - anon_sym_type, - ACTIONS(207), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(203), 38, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, + ACTIONS(293), 1, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_match, - anon_sym_with, - anon_sym_if, - anon_sym_then, - anon_sym_elif, - anon_sym_else, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_type_identifier, - sym_abstract_type_identifier, - [16195] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(199), 1, - anon_sym_type, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(197), 39, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_EQ, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_match, - anon_sym_with, - anon_sym_if, - anon_sym_then, - anon_sym_elif, - anon_sym_else, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_type_identifier, - sym_abstract_type_identifier, - [16247] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(207), 1, - anon_sym_DOT, - ACTIONS(211), 1, - anon_sym_type, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(209), 38, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_match, - anon_sym_with, - anon_sym_if, - anon_sym_then, - anon_sym_elif, - anon_sym_else, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_type_identifier, - sym_abstract_type_identifier, - [16301] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(215), 1, - anon_sym_type, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(213), 39, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_EQ, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_match, - anon_sym_with, - anon_sym_if, - anon_sym_then, - anon_sym_elif, - anon_sym_else, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_in, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_type_identifier, - sym_abstract_type_identifier, - [16353] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(221), 1, - anon_sym_LPAREN, - ACTIONS(224), 1, - sym_name_identifier, - ACTIONS(230), 1, - sym_float_number_literal, - ACTIONS(233), 1, - sym_number_literal, - ACTIONS(236), 1, - anon_sym_DQUOTE, - ACTIONS(239), 1, - anon_sym_SQUOTE, - STATE(485), 1, - sym_literal, - STATE(486), 1, - sym_type_subexpression, - STATE(492), 1, - sym_subexpression_token, - STATE(1274), 1, - aux_sym_name_superexpression_repeat1, - STATE(1566), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(227), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(121), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(478), 2, - sym_string_literal, - sym_char_literal, - STATE(530), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(219), 3, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_SEMI, - ACTIONS(217), 17, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_operator, - [16437] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(246), 1, - anon_sym_LPAREN, - ACTIONS(248), 1, - sym_name_identifier, - ACTIONS(252), 1, - sym_float_number_literal, - ACTIONS(254), 1, - sym_number_literal, - ACTIONS(256), 1, - anon_sym_DQUOTE, - ACTIONS(258), 1, - anon_sym_SQUOTE, - STATE(485), 1, - sym_literal, - STATE(486), 1, - sym_type_subexpression, - STATE(492), 1, - sym_subexpression_token, - STATE(1274), 1, - aux_sym_name_superexpression_repeat1, - STATE(1566), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(250), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(121), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(478), 2, - sym_string_literal, - sym_char_literal, - STATE(530), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(244), 3, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_SEMI, - ACTIONS(242), 17, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_operator, - [16521] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(246), 1, - anon_sym_LPAREN, - ACTIONS(248), 1, - sym_name_identifier, - ACTIONS(252), 1, - sym_float_number_literal, - ACTIONS(254), 1, - sym_number_literal, - ACTIONS(256), 1, - anon_sym_DQUOTE, - ACTIONS(258), 1, - anon_sym_SQUOTE, - STATE(485), 1, - sym_literal, - STATE(486), 1, - sym_type_subexpression, - STATE(492), 1, - sym_subexpression_token, - STATE(1274), 1, - aux_sym_name_superexpression_repeat1, - STATE(1566), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(250), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(122), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(478), 2, - sym_string_literal, - sym_char_literal, - STATE(530), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(262), 3, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_SEMI, - ACTIONS(260), 17, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_operator, - [16605] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(264), 1, - anon_sym_LPAREN, - ACTIONS(266), 1, - sym_name_identifier, - ACTIONS(270), 1, - sym_float_number_literal, - ACTIONS(272), 1, - sym_number_literal, - ACTIONS(274), 1, - anon_sym_DQUOTE, - ACTIONS(276), 1, - anon_sym_SQUOTE, - STATE(518), 1, - sym_type_subexpression, - STATE(524), 1, - sym_literal, - STATE(614), 1, - sym_subexpression_token, - STATE(1266), 1, - aux_sym_name_superexpression_repeat1, - STATE(1539), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(268), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(127), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(504), 2, - sym_string_literal, - sym_char_literal, - STATE(630), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(262), 3, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_SEMI, - ACTIONS(260), 16, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_operator, - [16688] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(278), 1, - anon_sym_LPAREN, - ACTIONS(280), 1, - sym_name_identifier, - ACTIONS(284), 1, - sym_float_number_literal, - ACTIONS(286), 1, - sym_number_literal, - ACTIONS(288), 1, - anon_sym_DQUOTE, - ACTIONS(290), 1, - anon_sym_SQUOTE, - STATE(505), 1, - sym_literal, - STATE(531), 1, - sym_type_subexpression, - STATE(597), 1, - sym_subexpression_token, - STATE(1312), 1, - aux_sym_name_superexpression_repeat1, - STATE(1679), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(282), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(126), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(520), 2, - sym_string_literal, - sym_char_literal, - STATE(656), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(244), 3, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_SEMI, - ACTIONS(242), 16, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_operator, - [16771] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(292), 1, - anon_sym_LPAREN, - ACTIONS(295), 1, - sym_name_identifier, - ACTIONS(301), 1, - sym_float_number_literal, - ACTIONS(304), 1, - sym_number_literal, ACTIONS(307), 1, - anon_sym_DQUOTE, - ACTIONS(310), 1, - anon_sym_SQUOTE, - STATE(505), 1, - sym_literal, - STATE(531), 1, + anon_sym_type, + STATE(218), 1, + sym_type_expression, + STATE(2297), 1, + aux_sym_name_expression_repeat1, + STATE(2713), 1, sym_type_subexpression, - STATE(597), 1, - sym_subexpression_token, - STATE(1312), 1, - aux_sym_name_superexpression_repeat1, - STATE(1679), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, + ACTIONS(3), 2, + sym__line_comment, sym__block_comment, - ACTIONS(298), 2, + ACTIONS(63), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(126), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(520), 2, - sym_string_literal, - sym_char_literal, - STATE(656), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(219), 3, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_SEMI, - ACTIONS(217), 16, + STATE(208), 2, + sym_type_parameter, + aux_sym_parametrized_type_repeat1, + ACTIONS(305), 41, + ts_builtin_sym_end, + anon_sym_namespace, anon_sym_const, anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_EQ, + anon_sym_import, anon_sym_alias, - anon_sym_DASH_GT, + anon_sym_let, + anon_sym_LT_DASH, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_QMARK, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_operator, - [16854] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(264), 1, - anon_sym_LPAREN, - ACTIONS(266), 1, - sym_name_identifier, - ACTIONS(270), 1, - sym_float_number_literal, - ACTIONS(272), 1, - sym_number_literal, - ACTIONS(274), 1, - anon_sym_DQUOTE, - ACTIONS(276), 1, - anon_sym_SQUOTE, - STATE(518), 1, - sym_type_subexpression, - STATE(524), 1, - sym_literal, - STATE(614), 1, - sym_subexpression_token, - STATE(1266), 1, - aux_sym_name_superexpression_repeat1, - STATE(1539), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(268), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(129), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(504), 2, - sym_string_literal, - sym_char_literal, - STATE(630), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(244), 3, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_SEMI, - ACTIONS(242), 16, - anon_sym_const, - anon_sym_var, - anon_sym_alias, anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_operator, - [16937] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(313), 1, - anon_sym_LPAREN, - ACTIONS(315), 1, - sym_name_identifier, - ACTIONS(319), 1, - sym_float_number_literal, - ACTIONS(321), 1, - sym_number_literal, - ACTIONS(323), 1, - anon_sym_DQUOTE, - ACTIONS(325), 1, - anon_sym_SQUOTE, - STATE(516), 1, - sym_literal, - STATE(529), 1, - sym_type_subexpression, - STATE(604), 1, - sym_subexpression_token, - STATE(1256), 1, - aux_sym_name_superexpression_repeat1, - STATE(1578), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(317), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(130), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(539), 2, - sym_string_literal, - sym_char_literal, - STATE(558), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(262), 3, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_SEMI, - ACTIONS(260), 16, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_AMP, anon_sym_match, + anon_sym_with, anon_sym_if, + anon_sym_then, anon_sym_elif, anon_sym_else, anon_sym_do, anon_sym_while, anon_sym_for, + anon_sym_in, anon_sym_loop, + anon_sym_SEMI, anon_sym_return, + anon_sym_RBRACK, anon_sym_break, anon_sym_continue, - sym_operator, - [17020] = 20, - ACTIONS(3), 1, + [222] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(311), 1, + anon_sym_type, + ACTIONS(313), 1, + anon_sym_DOT, + ACTIONS(315), 1, + anon_sym__, + ACTIONS(3), 2, sym__line_comment, + sym__block_comment, + ACTIONS(309), 45, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_COLON, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_EQ, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_LT_DASH, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_with, + anon_sym_if, + anon_sym_then, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_RBRACK, + anon_sym_break, + anon_sym_continue, + sym_type_identifier, + sym_abstract_type_identifier, + [286] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(313), 1, + anon_sym_DOT, + ACTIONS(319), 1, + anon_sym_type, + ACTIONS(321), 1, + anon_sym__, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(317), 45, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_COLON, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_EQ, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_LT_DASH, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_with, + anon_sym_if, + anon_sym_then, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_RBRACK, + anon_sym_break, + anon_sym_continue, + sym_type_identifier, + sym_abstract_type_identifier, + [350] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(325), 1, + anon_sym_type, ACTIONS(327), 1, - anon_sym_LPAREN, - ACTIONS(330), 1, - sym_name_identifier, - ACTIONS(336), 1, - sym_float_number_literal, - ACTIONS(339), 1, sym_number_literal, - ACTIONS(342), 1, - anon_sym_DQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(323), 45, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_COLON, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_EQ, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_LT_DASH, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_with, + anon_sym_if, + anon_sym_then, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_RBRACK, + anon_sym_break, + anon_sym_continue, + sym_type_identifier, + sym_abstract_type_identifier, + [411] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(331), 1, + anon_sym_type, + ACTIONS(333), 1, + sym_number_literal, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(329), 45, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_COLON, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_EQ, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_LT_DASH, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_with, + anon_sym_if, + anon_sym_then, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_RBRACK, + anon_sym_break, + anon_sym_continue, + sym_type_identifier, + sym_abstract_type_identifier, + [472] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(337), 1, + anon_sym_type, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(335), 45, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_COLON, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_EQ, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_LT_DASH, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_with, + anon_sym_if, + anon_sym_then, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_RBRACK, + anon_sym_break, + anon_sym_continue, + sym_type_identifier, + sym_abstract_type_identifier, + [530] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(341), 1, + anon_sym_type, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(339), 45, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_COLON, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_EQ, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_LT_DASH, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_with, + anon_sym_if, + anon_sym_then, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_in, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_RBRACK, + anon_sym_break, + anon_sym_continue, + sym_type_identifier, + sym_abstract_type_identifier, + [588] = 5, + ACTIONS(5), 1, + sym__doc_comment, ACTIONS(345), 1, - anon_sym_SQUOTE, - STATE(518), 1, - sym_type_subexpression, - STATE(524), 1, - sym_literal, - STATE(614), 1, - sym_subexpression_token, - STATE(1266), 1, - aux_sym_name_superexpression_repeat1, - STATE(1539), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(333), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(129), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(504), 2, - sym_string_literal, - sym_char_literal, - STATE(630), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(219), 3, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_SEMI, - ACTIONS(217), 16, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_operator, - [17103] = 20, - ACTIONS(3), 1, + anon_sym_type, + ACTIONS(347), 1, + anon_sym_DOT, + ACTIONS(3), 2, sym__line_comment, - ACTIONS(313), 1, - anon_sym_LPAREN, - ACTIONS(315), 1, - sym_name_identifier, - ACTIONS(319), 1, - sym_float_number_literal, - ACTIONS(321), 1, - sym_number_literal, - ACTIONS(323), 1, - anon_sym_DQUOTE, - ACTIONS(325), 1, - anon_sym_SQUOTE, - STATE(516), 1, - sym_literal, - STATE(529), 1, - sym_type_subexpression, - STATE(604), 1, - sym_subexpression_token, - STATE(1256), 1, - aux_sym_name_superexpression_repeat1, - STATE(1578), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, sym__block_comment, - ACTIONS(317), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(135), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(539), 2, - sym_string_literal, - sym_char_literal, - STATE(558), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(244), 3, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_SEMI, - ACTIONS(242), 16, + ACTIONS(343), 44, + ts_builtin_sym_end, + anon_sym_namespace, anon_sym_const, anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_EQ, + anon_sym_import, anon_sym_alias, + anon_sym_let, + anon_sym_LT_DASH, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, anon_sym_AMP, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, anon_sym_match, + anon_sym_with, anon_sym_if, + anon_sym_then, anon_sym_elif, anon_sym_else, anon_sym_do, anon_sym_while, anon_sym_for, + anon_sym_in, anon_sym_loop, + anon_sym_SEMI, anon_sym_return, + anon_sym_RBRACK, anon_sym_break, anon_sym_continue, - sym_operator, - [17186] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(219), 1, - ts_builtin_sym_end, - ACTIONS(348), 1, - anon_sym_LPAREN, + sym_type_identifier, + sym_abstract_type_identifier, + [648] = 4, + ACTIONS(5), 1, + sym__doc_comment, ACTIONS(351), 1, - sym_name_identifier, - ACTIONS(357), 1, - sym_float_number_literal, - ACTIONS(360), 1, - sym_number_literal, - ACTIONS(363), 1, - anon_sym_DQUOTE, - ACTIONS(366), 1, - anon_sym_SQUOTE, - STATE(527), 1, - sym_type_subexpression, - STATE(533), 1, - sym_literal, - STATE(590), 1, - sym_subexpression_token, - STATE(1270), 1, - aux_sym_name_superexpression_repeat1, - STATE(1572), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(354), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(131), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(511), 2, - sym_string_literal, - sym_char_literal, - STATE(602), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(217), 18, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - sym_operator, - [17269] = 20, - ACTIONS(3), 1, + ACTIONS(3), 2, sym__line_comment, - ACTIONS(244), 1, + sym__block_comment, + ACTIONS(349), 44, ts_builtin_sym_end, - ACTIONS(369), 1, - anon_sym_LPAREN, - ACTIONS(371), 1, - sym_name_identifier, - ACTIONS(375), 1, - sym_float_number_literal, - ACTIONS(377), 1, - sym_number_literal, - ACTIONS(379), 1, - anon_sym_DQUOTE, - ACTIONS(381), 1, - anon_sym_SQUOTE, - STATE(527), 1, - sym_type_subexpression, - STATE(533), 1, - sym_literal, - STATE(590), 1, - sym_subexpression_token, - STATE(1270), 1, - aux_sym_name_superexpression_repeat1, - STATE(1572), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(373), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(131), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(511), 2, - sym_string_literal, - sym_char_literal, - STATE(602), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(242), 18, anon_sym_namespace, anon_sym_const, anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - sym_operator, - [17352] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(278), 1, - anon_sym_LPAREN, - ACTIONS(280), 1, - sym_name_identifier, - ACTIONS(284), 1, - sym_float_number_literal, - ACTIONS(286), 1, - sym_number_literal, - ACTIONS(288), 1, - anon_sym_DQUOTE, - ACTIONS(290), 1, - anon_sym_SQUOTE, - STATE(505), 1, - sym_literal, - STATE(531), 1, - sym_type_subexpression, - STATE(597), 1, - sym_subexpression_token, - STATE(1312), 1, - aux_sym_name_superexpression_repeat1, - STATE(1679), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(282), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(125), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(520), 2, - sym_string_literal, - sym_char_literal, - STATE(656), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(262), 3, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_SEMI, - ACTIONS(260), 16, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_operator, - [17435] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(262), 1, - ts_builtin_sym_end, - ACTIONS(369), 1, - anon_sym_LPAREN, - ACTIONS(371), 1, - sym_name_identifier, - ACTIONS(375), 1, - sym_float_number_literal, - ACTIONS(377), 1, - sym_number_literal, - ACTIONS(379), 1, - anon_sym_DQUOTE, - ACTIONS(381), 1, - anon_sym_SQUOTE, - STATE(527), 1, - sym_type_subexpression, - STATE(533), 1, - sym_literal, - STATE(590), 1, - sym_subexpression_token, - STATE(1270), 1, - aux_sym_name_superexpression_repeat1, - STATE(1572), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(373), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(132), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(511), 2, - sym_string_literal, - sym_char_literal, - STATE(602), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(260), 18, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, anon_sym_partition, - anon_sym_import, anon_sym_use, + anon_sym_EQ, + anon_sym_import, anon_sym_alias, + anon_sym_let, + anon_sym_LT_DASH, anon_sym_decl, - anon_sym_DASH_GT, anon_sym_def, - anon_sym_type, anon_sym_struct, anon_sym_class, + anon_sym_basic, + anon_sym_abstract, anon_sym_typeclass, anon_sym_AMP, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_QMARK, - sym_operator, - [17518] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(383), 1, - anon_sym_LPAREN, - ACTIONS(386), 1, - sym_name_identifier, - ACTIONS(392), 1, - sym_float_number_literal, - ACTIONS(395), 1, - sym_number_literal, - ACTIONS(398), 1, - anon_sym_DQUOTE, - ACTIONS(401), 1, - anon_sym_SQUOTE, - STATE(516), 1, - sym_literal, - STATE(529), 1, - sym_type_subexpression, - STATE(604), 1, - sym_subexpression_token, - STATE(1256), 1, - aux_sym_name_superexpression_repeat1, - STATE(1578), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(389), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(135), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(539), 2, - sym_string_literal, - sym_char_literal, - STATE(558), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(219), 3, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_SEMI, - ACTIONS(217), 16, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_AMP, + anon_sym_DASH_GT, anon_sym_match, + anon_sym_with, anon_sym_if, + anon_sym_then, anon_sym_elif, anon_sym_else, anon_sym_do, anon_sym_while, anon_sym_for, + anon_sym_in, anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_operator, - [17601] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(404), 1, - anon_sym_LPAREN, - ACTIONS(407), 1, - sym_name_identifier, - ACTIONS(413), 1, - sym_float_number_literal, - ACTIONS(416), 1, - sym_number_literal, - ACTIONS(419), 1, - anon_sym_DQUOTE, - ACTIONS(422), 1, - anon_sym_SQUOTE, - STATE(586), 1, - sym_literal, - STATE(626), 1, - sym_type_subexpression, - STATE(730), 1, - sym_subexpression_token, - STATE(1313), 1, - aux_sym_name_superexpression_repeat1, - STATE(1569), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(410), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(136), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(634), 2, - sym_string_literal, - sym_char_literal, - STATE(750), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(219), 3, - anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_SEMI, - ACTIONS(217), 15, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_match, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, anon_sym_return, + anon_sym_RBRACK, anon_sym_break, anon_sym_continue, - sym_operator, - [17683] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(219), 1, - ts_builtin_sym_end, - ACTIONS(425), 1, - anon_sym_LPAREN, - ACTIONS(428), 1, - sym_name_identifier, - ACTIONS(434), 1, - sym_float_number_literal, - ACTIONS(437), 1, - sym_number_literal, - ACTIONS(440), 1, - anon_sym_DQUOTE, - ACTIONS(443), 1, - anon_sym_SQUOTE, - STATE(646), 1, - sym_literal, - STATE(648), 1, - sym_type_subexpression, - STATE(768), 1, - sym_subexpression_token, - STATE(1303), 1, - aux_sym_name_superexpression_repeat1, - STATE(1613), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(431), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(137), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(565), 2, - sym_string_literal, - sym_char_literal, - STATE(692), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(217), 17, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_QMARK, - sym_operator, - [17765] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(446), 1, - anon_sym_LPAREN, - ACTIONS(448), 1, - sym_name_identifier, - ACTIONS(452), 1, - sym_float_number_literal, - ACTIONS(454), 1, - sym_number_literal, - ACTIONS(456), 1, - anon_sym_DQUOTE, - ACTIONS(458), 1, - anon_sym_SQUOTE, - STATE(586), 1, - sym_literal, - STATE(626), 1, - sym_type_subexpression, - STATE(730), 1, - sym_subexpression_token, - STATE(1313), 1, - aux_sym_name_superexpression_repeat1, - STATE(1569), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(450), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(136), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(634), 2, - sym_string_literal, - sym_char_literal, - STATE(750), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(244), 3, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_SEMI, - ACTIONS(242), 15, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_match, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_operator, - [17847] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(219), 1, - anon_sym_RBRACE, - ACTIONS(460), 1, - anon_sym_LPAREN, - ACTIONS(463), 1, - sym_name_identifier, - ACTIONS(469), 1, - sym_float_number_literal, - ACTIONS(472), 1, - sym_number_literal, - ACTIONS(475), 1, - anon_sym_DQUOTE, - ACTIONS(478), 1, - anon_sym_SQUOTE, - STATE(550), 1, - sym_type_subexpression, - STATE(607), 1, - sym_literal, - STATE(681), 1, - sym_subexpression_token, - STATE(1320), 1, - aux_sym_name_superexpression_repeat1, - STATE(1545), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(466), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(139), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(585), 2, - sym_string_literal, - sym_char_literal, - STATE(700), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(217), 17, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - sym_operator, - [17929] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(244), 1, - ts_builtin_sym_end, - ACTIONS(481), 1, - anon_sym_LPAREN, - ACTIONS(483), 1, - sym_name_identifier, - ACTIONS(487), 1, - sym_float_number_literal, - ACTIONS(489), 1, - sym_number_literal, - ACTIONS(491), 1, - anon_sym_DQUOTE, - ACTIONS(493), 1, - anon_sym_SQUOTE, - STATE(632), 1, - sym_type_subexpression, - STATE(649), 1, - sym_literal, - STATE(695), 1, - sym_subexpression_token, - STATE(1276), 1, - aux_sym_name_superexpression_repeat1, - STATE(1551), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(485), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(147), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(592), 2, - sym_string_literal, - sym_char_literal, - STATE(727), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(242), 17, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - sym_operator, - [18011] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(244), 1, - ts_builtin_sym_end, - ACTIONS(495), 1, - anon_sym_LPAREN, - ACTIONS(497), 1, - sym_name_identifier, - ACTIONS(501), 1, - sym_float_number_literal, - ACTIONS(503), 1, - sym_number_literal, - ACTIONS(505), 1, - anon_sym_DQUOTE, - ACTIONS(507), 1, - anon_sym_SQUOTE, - STATE(646), 1, - sym_literal, - STATE(648), 1, - sym_type_subexpression, - STATE(768), 1, - sym_subexpression_token, - STATE(1303), 1, - aux_sym_name_superexpression_repeat1, - STATE(1613), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(499), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(137), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(565), 2, - sym_string_literal, - sym_char_literal, - STATE(692), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(242), 17, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_QMARK, - sym_operator, - [18093] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(509), 1, - anon_sym_LPAREN, - ACTIONS(512), 1, - sym_name_identifier, - ACTIONS(518), 1, - sym_float_number_literal, - ACTIONS(521), 1, - sym_number_literal, - ACTIONS(524), 1, - anon_sym_DQUOTE, - ACTIONS(527), 1, - anon_sym_SQUOTE, - STATE(553), 1, - sym_type_subexpression, - STATE(580), 1, - sym_literal, - STATE(717), 1, - sym_subexpression_token, - STATE(1288), 1, - aux_sym_name_superexpression_repeat1, - STATE(1602), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(515), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(142), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(591), 2, - sym_string_literal, - sym_char_literal, - STATE(714), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(219), 3, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_SEMI, - ACTIONS(217), 15, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_operator, - [18175] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(262), 1, - ts_builtin_sym_end, - ACTIONS(481), 1, - anon_sym_LPAREN, - ACTIONS(483), 1, - sym_name_identifier, - ACTIONS(487), 1, - sym_float_number_literal, - ACTIONS(489), 1, - sym_number_literal, - ACTIONS(491), 1, - anon_sym_DQUOTE, - ACTIONS(493), 1, - anon_sym_SQUOTE, - STATE(632), 1, - sym_type_subexpression, - STATE(649), 1, - sym_literal, - STATE(695), 1, - sym_subexpression_token, - STATE(1276), 1, - aux_sym_name_superexpression_repeat1, - STATE(1551), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(485), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(140), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(592), 2, - sym_string_literal, - sym_char_literal, - STATE(727), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(260), 17, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - sym_operator, - [18257] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(262), 1, - ts_builtin_sym_end, - ACTIONS(530), 1, - anon_sym_LPAREN, - ACTIONS(532), 1, - sym_name_identifier, - ACTIONS(536), 1, - sym_float_number_literal, - ACTIONS(538), 1, - sym_number_literal, - ACTIONS(540), 1, - anon_sym_DQUOTE, - ACTIONS(542), 1, - anon_sym_SQUOTE, - STATE(619), 1, - sym_literal, - STATE(625), 1, - sym_type_subexpression, - STATE(661), 1, - sym_subexpression_token, - STATE(1279), 1, - aux_sym_name_superexpression_repeat1, - STATE(1594), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(534), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(149), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(650), 2, - sym_string_literal, - sym_char_literal, - STATE(762), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(260), 17, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_elif, - anon_sym_else, - sym_operator, - [18339] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(244), 1, - anon_sym_RBRACE, - ACTIONS(544), 1, - anon_sym_LPAREN, - ACTIONS(546), 1, - sym_name_identifier, - ACTIONS(550), 1, - sym_float_number_literal, - ACTIONS(552), 1, - sym_number_literal, - ACTIONS(554), 1, - anon_sym_DQUOTE, - ACTIONS(556), 1, - anon_sym_SQUOTE, - STATE(550), 1, - sym_type_subexpression, - STATE(607), 1, - sym_literal, - STATE(681), 1, - sym_subexpression_token, - STATE(1320), 1, - aux_sym_name_superexpression_repeat1, - STATE(1545), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(548), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(139), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(585), 2, - sym_string_literal, - sym_char_literal, - STATE(700), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(242), 17, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - sym_operator, - [18421] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(446), 1, - anon_sym_LPAREN, - ACTIONS(448), 1, - sym_name_identifier, - ACTIONS(452), 1, - sym_float_number_literal, - ACTIONS(454), 1, - sym_number_literal, - ACTIONS(456), 1, - anon_sym_DQUOTE, - ACTIONS(458), 1, - anon_sym_SQUOTE, - STATE(586), 1, - sym_literal, - STATE(626), 1, - sym_type_subexpression, - STATE(730), 1, - sym_subexpression_token, - STATE(1313), 1, - aux_sym_name_superexpression_repeat1, - STATE(1569), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(450), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(138), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(634), 2, - sym_string_literal, - sym_char_literal, - STATE(750), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(262), 3, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_SEMI, - ACTIONS(260), 15, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_match, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_operator, - [18503] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(219), 1, - ts_builtin_sym_end, - ACTIONS(558), 1, - anon_sym_LPAREN, - ACTIONS(561), 1, - sym_name_identifier, - ACTIONS(567), 1, - sym_float_number_literal, - ACTIONS(570), 1, - sym_number_literal, - ACTIONS(573), 1, - anon_sym_DQUOTE, - ACTIONS(576), 1, - anon_sym_SQUOTE, - STATE(632), 1, - sym_type_subexpression, - STATE(649), 1, - sym_literal, - STATE(695), 1, - sym_subexpression_token, - STATE(1276), 1, - aux_sym_name_superexpression_repeat1, - STATE(1551), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(564), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(147), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(592), 2, - sym_string_literal, - sym_char_literal, - STATE(727), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(217), 17, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - sym_operator, - [18585] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(579), 1, - anon_sym_LPAREN, - ACTIONS(581), 1, - sym_name_identifier, - ACTIONS(585), 1, - sym_float_number_literal, - ACTIONS(587), 1, - sym_number_literal, - ACTIONS(589), 1, - anon_sym_DQUOTE, - ACTIONS(591), 1, - anon_sym_SQUOTE, - STATE(578), 1, - sym_literal, - STATE(588), 1, - sym_type_subexpression, - STATE(670), 1, - sym_subexpression_token, - STATE(1253), 1, - aux_sym_name_superexpression_repeat1, - STATE(1541), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(583), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(150), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(610), 2, - sym_string_literal, - sym_char_literal, - STATE(688), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(262), 3, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_SEMI, - ACTIONS(260), 15, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_operator, - [18667] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(244), 1, - ts_builtin_sym_end, - ACTIONS(530), 1, - anon_sym_LPAREN, - ACTIONS(532), 1, - sym_name_identifier, - ACTIONS(536), 1, - sym_float_number_literal, - ACTIONS(538), 1, - sym_number_literal, - ACTIONS(540), 1, - anon_sym_DQUOTE, - ACTIONS(542), 1, - anon_sym_SQUOTE, - STATE(619), 1, - sym_literal, - STATE(625), 1, - sym_type_subexpression, - STATE(661), 1, - sym_subexpression_token, - STATE(1279), 1, - aux_sym_name_superexpression_repeat1, - STATE(1594), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(534), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(154), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(650), 2, - sym_string_literal, - sym_char_literal, - STATE(762), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(242), 17, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_elif, - anon_sym_else, - sym_operator, - [18749] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(579), 1, - anon_sym_LPAREN, - ACTIONS(581), 1, - sym_name_identifier, - ACTIONS(585), 1, - sym_float_number_literal, - ACTIONS(587), 1, - sym_number_literal, - ACTIONS(589), 1, - anon_sym_DQUOTE, - ACTIONS(591), 1, - anon_sym_SQUOTE, - STATE(578), 1, - sym_literal, - STATE(588), 1, - sym_type_subexpression, - STATE(670), 1, - sym_subexpression_token, - STATE(1253), 1, - aux_sym_name_superexpression_repeat1, - STATE(1541), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(583), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(153), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(610), 2, - sym_string_literal, - sym_char_literal, - STATE(688), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(244), 3, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_SEMI, - ACTIONS(242), 15, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_operator, - [18831] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(593), 1, - anon_sym_LPAREN, - ACTIONS(595), 1, - sym_name_identifier, - ACTIONS(599), 1, - sym_float_number_literal, - ACTIONS(601), 1, - sym_number_literal, - ACTIONS(603), 1, - anon_sym_DQUOTE, - ACTIONS(605), 1, - anon_sym_SQUOTE, - STATE(553), 1, - sym_type_subexpression, - STATE(580), 1, - sym_literal, - STATE(717), 1, - sym_subexpression_token, - STATE(1288), 1, - aux_sym_name_superexpression_repeat1, - STATE(1602), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(597), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(152), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(591), 2, - sym_string_literal, - sym_char_literal, - STATE(714), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(262), 3, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_SEMI, - ACTIONS(260), 15, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_operator, - [18913] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(593), 1, - anon_sym_LPAREN, - ACTIONS(595), 1, - sym_name_identifier, - ACTIONS(599), 1, - sym_float_number_literal, - ACTIONS(601), 1, - sym_number_literal, - ACTIONS(603), 1, - anon_sym_DQUOTE, - ACTIONS(605), 1, - anon_sym_SQUOTE, - STATE(553), 1, - sym_type_subexpression, - STATE(580), 1, - sym_literal, - STATE(717), 1, - sym_subexpression_token, - STATE(1288), 1, - aux_sym_name_superexpression_repeat1, - STATE(1602), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(597), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(142), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(591), 2, - sym_string_literal, - sym_char_literal, - STATE(714), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(244), 3, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_SEMI, - ACTIONS(242), 15, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_operator, - [18995] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(607), 1, - anon_sym_LPAREN, - ACTIONS(610), 1, - sym_name_identifier, - ACTIONS(616), 1, - sym_float_number_literal, - ACTIONS(619), 1, - sym_number_literal, - ACTIONS(622), 1, - anon_sym_DQUOTE, - ACTIONS(625), 1, - anon_sym_SQUOTE, - STATE(578), 1, - sym_literal, - STATE(588), 1, - sym_type_subexpression, - STATE(670), 1, - sym_subexpression_token, - STATE(1253), 1, - aux_sym_name_superexpression_repeat1, - STATE(1541), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(613), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(153), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(610), 2, - sym_string_literal, - sym_char_literal, - STATE(688), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(219), 3, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_SEMI, - ACTIONS(217), 15, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_operator, - [19077] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(219), 1, - ts_builtin_sym_end, - ACTIONS(628), 1, - anon_sym_LPAREN, - ACTIONS(631), 1, - sym_name_identifier, - ACTIONS(637), 1, - sym_float_number_literal, - ACTIONS(640), 1, - sym_number_literal, - ACTIONS(643), 1, - anon_sym_DQUOTE, - ACTIONS(646), 1, - anon_sym_SQUOTE, - STATE(619), 1, - sym_literal, - STATE(625), 1, - sym_type_subexpression, - STATE(661), 1, - sym_subexpression_token, - STATE(1279), 1, - aux_sym_name_superexpression_repeat1, - STATE(1594), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(634), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(154), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(650), 2, - sym_string_literal, - sym_char_literal, - STATE(762), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(217), 17, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_elif, - anon_sym_else, - sym_operator, - [19159] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(262), 1, - ts_builtin_sym_end, - ACTIONS(495), 1, - anon_sym_LPAREN, - ACTIONS(497), 1, - sym_name_identifier, - ACTIONS(501), 1, - sym_float_number_literal, - ACTIONS(503), 1, - sym_number_literal, - ACTIONS(505), 1, - anon_sym_DQUOTE, - ACTIONS(507), 1, - anon_sym_SQUOTE, - STATE(646), 1, - sym_literal, - STATE(648), 1, - sym_type_subexpression, - STATE(768), 1, - sym_subexpression_token, - STATE(1303), 1, - aux_sym_name_superexpression_repeat1, - STATE(1613), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(499), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(141), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(565), 2, - sym_string_literal, - sym_char_literal, - STATE(692), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(260), 17, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_QMARK, - sym_operator, - [19241] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(262), 1, - anon_sym_RBRACE, - ACTIONS(544), 1, - anon_sym_LPAREN, - ACTIONS(546), 1, - sym_name_identifier, - ACTIONS(550), 1, - sym_float_number_literal, - ACTIONS(552), 1, - sym_number_literal, - ACTIONS(554), 1, - anon_sym_DQUOTE, - ACTIONS(556), 1, - anon_sym_SQUOTE, - STATE(550), 1, - sym_type_subexpression, - STATE(607), 1, - sym_literal, - STATE(681), 1, - sym_subexpression_token, - STATE(1320), 1, - aux_sym_name_superexpression_repeat1, - STATE(1545), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(548), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(145), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(585), 2, - sym_string_literal, - sym_char_literal, - STATE(700), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(260), 17, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - sym_operator, - [19323] = 30, + [705] = 32, ACTIONS(3), 1, sym__line_comment, ACTIONS(29), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(49), 1, + ACTIONS(51), 1, anon_sym_return, ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, ACTIONS(57), 1, - sym_name_identifier, + anon_sym_LBRACK, ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, + sym_name_identifier, ACTIONS(67), 1, - anon_sym_DQUOTE, + sym_float_number_literal, ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1308), 1, - aux_sym_name_superexpression_repeat1, - STATE(1348), 1, - sym_type_expression, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2044), 1, - sym_subexpression, - STATE(2192), 1, - sym_parametrized_type, - STATE(2193), 1, + ACTIONS(209), 1, + sym_operator, + ACTIONS(353), 1, + anon_sym_RPAREN, + STATE(586), 1, sym_expression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, + STATE(609), 1, + sym_scoped_statement, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, sym_type_subexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(51), 2, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, anon_sym_break, anon_sym_continue, - ACTIONS(59), 2, + ACTIONS(169), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(1559), 2, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, sym_string_literal, sym_char_literal, - STATE(431), 3, + STATE(595), 3, sym_block, sym_return_expression, sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, + STATE(591), 4, sym_prefixed_expression, sym_unary_operator_expression, - sym_lambda_function, sym_type_constructor, - [19425] = 20, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [817] = 32, ACTIONS(3), 1, sym__line_comment, - ACTIONS(262), 1, - anon_sym_RBRACE, - ACTIONS(649), 1, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(651), 1, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, sym_name_identifier, - ACTIONS(655), 1, + ACTIONS(67), 1, sym_float_number_literal, - ACTIONS(657), 1, + ACTIONS(69), 1, sym_number_literal, - ACTIONS(659), 1, + ACTIONS(71), 1, anon_sym_DQUOTE, - ACTIONS(661), 1, + ACTIONS(73), 1, anon_sym_SQUOTE, - STATE(673), 1, - sym_literal, - STATE(683), 1, - sym_type_subexpression, - STATE(850), 1, - sym_subexpression_token, - STATE(1263), 1, - aux_sym_name_superexpression_repeat1, - STATE(1524), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(653), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(177), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(736), 2, - sym_string_literal, - sym_char_literal, - STATE(869), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(260), 16, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, + ACTIONS(209), 1, sym_operator, - [19506] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(244), 1, - ts_builtin_sym_end, - ACTIONS(663), 1, - anon_sym_LPAREN, - ACTIONS(665), 1, - sym_name_identifier, - ACTIONS(669), 1, - sym_float_number_literal, - ACTIONS(671), 1, - sym_number_literal, - ACTIONS(673), 1, - anon_sym_DQUOTE, - ACTIONS(675), 1, - anon_sym_SQUOTE, - STATE(744), 1, + ACTIONS(355), 1, + anon_sym_RPAREN, + STATE(586), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, sym_type_subexpression, - STATE(775), 1, - sym_literal, - STATE(797), 1, - sym_subexpression_token, - STATE(1271), 1, - aux_sym_name_superexpression_repeat1, - STATE(1553), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(667), 2, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(174), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(701), 2, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, sym_string_literal, sym_char_literal, - STATE(854), 2, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [929] = 32, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + ACTIONS(357), 1, + anon_sym_RPAREN, + STATE(586), 1, + sym_expression, + STATE(609), 1, sym_scoped_statement, - sym_name_superexpression, - ACTIONS(242), 16, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [1041] = 32, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + ACTIONS(359), 1, + anon_sym_RPAREN, + STATE(586), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [1153] = 32, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + ACTIONS(361), 1, + anon_sym_RPAREN, + STATE(586), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [1265] = 32, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + ACTIONS(363), 1, + anon_sym_RPAREN, + STATE(586), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [1377] = 32, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + ACTIONS(365), 1, + anon_sym_RPAREN, + STATE(586), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [1489] = 32, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + ACTIONS(367), 1, + anon_sym_RPAREN, + STATE(586), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [1601] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(369), 1, + ts_builtin_sym_end, + ACTIONS(373), 1, + anon_sym_LPAREN, + ACTIONS(377), 1, + sym_name_identifier, + ACTIONS(381), 1, + sym_float_number_literal, + ACTIONS(383), 1, + sym_number_literal, + ACTIONS(385), 1, + anon_sym_DQUOTE, + ACTIONS(387), 1, + anon_sym_SQUOTE, + STATE(685), 1, + sym_type_subexpression, + STATE(725), 1, + sym_subexpression_token, + STATE(1412), 1, + aux_sym_name_expression_repeat1, + STATE(1785), 1, + aux_sym_name_expression_repeat2, + STATE(2383), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(375), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(379), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(271), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(675), 2, + sym_string_literal, + sym_char_literal, + STATE(681), 2, + sym_extended_name, + sym_literal, + STATE(717), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(371), 19, anon_sym_namespace, - anon_sym_const, - anon_sym_var, anon_sym_partition, - anon_sym_import, anon_sym_use, + anon_sym_import, anon_sym_alias, + anon_sym_type, + anon_sym_let, anon_sym_decl, anon_sym_def, - anon_sym_type, anon_sym_struct, anon_sym_class, + anon_sym_basic, + anon_sym_abstract, anon_sym_typeclass, anon_sym_AMP, anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, sym_operator, - [19587] = 20, + [1693] = 32, ACTIONS(3), 1, sym__line_comment, - ACTIONS(262), 1, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + ACTIONS(389), 1, + anon_sym_RPAREN, + STATE(586), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [1805] = 32, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + ACTIONS(391), 1, + anon_sym_RBRACK, + STATE(609), 1, + sym_scoped_statement, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2420), 1, + sym_expression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [1917] = 32, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + ACTIONS(393), 1, + anon_sym_RPAREN, + STATE(586), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [2029] = 32, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + ACTIONS(395), 1, + anon_sym_RPAREN, + STATE(586), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [2141] = 32, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + ACTIONS(397), 1, + anon_sym_RPAREN, + STATE(586), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [2253] = 32, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + ACTIONS(399), 1, + anon_sym_RBRACK, + STATE(609), 1, + sym_scoped_statement, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2428), 1, + sym_expression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [2365] = 32, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + ACTIONS(401), 1, + anon_sym_RPAREN, + STATE(586), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [2477] = 32, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + ACTIONS(403), 1, + anon_sym_RPAREN, + STATE(586), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [2589] = 32, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + ACTIONS(405), 1, + anon_sym_RPAREN, + STATE(586), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [2701] = 32, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + ACTIONS(407), 1, + anon_sym_RPAREN, + STATE(586), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [2813] = 32, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + ACTIONS(409), 1, + anon_sym_RPAREN, + STATE(586), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [2925] = 32, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + ACTIONS(411), 1, + anon_sym_RPAREN, + STATE(586), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [3037] = 32, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + ACTIONS(413), 1, + anon_sym_RBRACK, + STATE(609), 1, + sym_scoped_statement, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2417), 1, + sym_expression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [3149] = 32, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + ACTIONS(415), 1, + anon_sym_RPAREN, + STATE(586), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [3261] = 32, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + ACTIONS(417), 1, + anon_sym_RPAREN, + STATE(586), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [3373] = 32, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + ACTIONS(419), 1, + anon_sym_RPAREN, + STATE(586), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [3485] = 32, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + ACTIONS(421), 1, + anon_sym_RBRACK, + STATE(609), 1, + sym_scoped_statement, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2431), 1, + sym_expression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [3597] = 32, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + ACTIONS(423), 1, + anon_sym_RPAREN, + STATE(586), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [3709] = 32, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + ACTIONS(425), 1, + anon_sym_RBRACK, + STATE(609), 1, + sym_scoped_statement, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2408), 1, + sym_expression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [3821] = 32, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + ACTIONS(427), 1, + anon_sym_RPAREN, + STATE(586), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [3933] = 32, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + ACTIONS(429), 1, + anon_sym_RPAREN, + STATE(586), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [4045] = 32, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + ACTIONS(431), 1, + anon_sym_RPAREN, + STATE(586), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [4157] = 32, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + ACTIONS(433), 1, + anon_sym_RPAREN, + STATE(586), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [4269] = 32, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + ACTIONS(435), 1, + anon_sym_RPAREN, + STATE(586), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [4381] = 32, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + ACTIONS(437), 1, + anon_sym_RPAREN, + STATE(586), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [4493] = 32, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + ACTIONS(439), 1, + anon_sym_RPAREN, + STATE(586), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [4605] = 32, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + ACTIONS(441), 1, + anon_sym_RBRACK, + STATE(609), 1, + sym_scoped_statement, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2440), 1, + sym_expression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [4717] = 32, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + ACTIONS(443), 1, + anon_sym_RPAREN, + STATE(586), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [4829] = 32, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + ACTIONS(445), 1, + anon_sym_RPAREN, + STATE(586), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [4941] = 32, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + ACTIONS(447), 1, + anon_sym_RPAREN, + STATE(586), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [5053] = 32, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + ACTIONS(449), 1, + anon_sym_RPAREN, + STATE(586), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [5165] = 32, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + ACTIONS(451), 1, + anon_sym_RPAREN, + STATE(586), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [5277] = 32, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + ACTIONS(453), 1, + anon_sym_RPAREN, + STATE(586), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [5389] = 32, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + ACTIONS(455), 1, + anon_sym_RPAREN, + STATE(586), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [5501] = 32, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + ACTIONS(457), 1, + anon_sym_RPAREN, + STATE(586), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [5613] = 32, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + ACTIONS(459), 1, + anon_sym_RPAREN, + STATE(586), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [5725] = 32, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + ACTIONS(461), 1, + anon_sym_RPAREN, + STATE(586), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [5837] = 32, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + ACTIONS(463), 1, + anon_sym_RPAREN, + STATE(586), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [5949] = 32, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + ACTIONS(465), 1, + anon_sym_RPAREN, + STATE(586), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [6061] = 32, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + ACTIONS(467), 1, + anon_sym_RPAREN, + STATE(586), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [6173] = 32, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + ACTIONS(469), 1, + anon_sym_RPAREN, + STATE(586), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [6285] = 32, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + ACTIONS(471), 1, + anon_sym_RBRACK, + STATE(609), 1, + sym_scoped_statement, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2430), 1, + sym_expression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [6397] = 32, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + ACTIONS(473), 1, + anon_sym_RPAREN, + STATE(586), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [6509] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(475), 1, ts_builtin_sym_end, + ACTIONS(479), 1, + anon_sym_LPAREN, + ACTIONS(485), 1, + sym_name_identifier, + ACTIONS(491), 1, + sym_float_number_literal, + ACTIONS(494), 1, + sym_number_literal, + ACTIONS(497), 1, + anon_sym_DQUOTE, + ACTIONS(500), 1, + anon_sym_SQUOTE, + STATE(685), 1, + sym_type_subexpression, + STATE(725), 1, + sym_subexpression_token, + STATE(1412), 1, + aux_sym_name_expression_repeat1, + STATE(1785), 1, + aux_sym_name_expression_repeat2, + STATE(2383), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(482), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(488), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(271), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(675), 2, + sym_string_literal, + sym_char_literal, + STATE(681), 2, + sym_extended_name, + sym_literal, + STATE(717), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(477), 19, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_operator, + [6601] = 32, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + ACTIONS(503), 1, + anon_sym_RPAREN, + STATE(586), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [6713] = 32, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + ACTIONS(505), 1, + anon_sym_RPAREN, + STATE(586), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [6825] = 32, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + ACTIONS(507), 1, + anon_sym_RBRACK, + STATE(609), 1, + sym_scoped_statement, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2438), 1, + sym_expression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [6937] = 32, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + ACTIONS(509), 1, + anon_sym_RPAREN, + STATE(586), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [7049] = 32, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + ACTIONS(511), 1, + anon_sym_RPAREN, + STATE(586), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [7161] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(373), 1, + anon_sym_LPAREN, + ACTIONS(377), 1, + sym_name_identifier, + ACTIONS(381), 1, + sym_float_number_literal, + ACTIONS(383), 1, + sym_number_literal, + ACTIONS(385), 1, + anon_sym_DQUOTE, + ACTIONS(387), 1, + anon_sym_SQUOTE, + ACTIONS(513), 1, + ts_builtin_sym_end, + STATE(685), 1, + sym_type_subexpression, + STATE(725), 1, + sym_subexpression_token, + STATE(1412), 1, + aux_sym_name_expression_repeat1, + STATE(1785), 1, + aux_sym_name_expression_repeat2, + STATE(2383), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(375), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(379), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(227), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(675), 2, + sym_string_literal, + sym_char_literal, + STATE(681), 2, + sym_extended_name, + sym_literal, + STATE(717), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(515), 19, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_operator, + [7253] = 32, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + ACTIONS(517), 1, + anon_sym_RPAREN, + STATE(586), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [7365] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(519), 1, + anon_sym_LPAREN, + ACTIONS(523), 1, + anon_sym_return, + ACTIONS(525), 1, + anon_sym_DOLLAR, + ACTIONS(527), 1, + anon_sym_BSLASH, + ACTIONS(529), 1, + anon_sym_LBRACK, + ACTIONS(531), 1, + sym_name_identifier, + ACTIONS(533), 1, + sym_operator, + ACTIONS(535), 1, + sym_float_number_literal, + ACTIONS(537), 1, + sym_number_literal, + ACTIONS(539), 1, + anon_sym_DQUOTE, + ACTIONS(541), 1, + anon_sym_SQUOTE, + STATE(587), 1, + sym_expression, + STATE(652), 1, + sym_scoped_statement, + STATE(1069), 1, + sym_name_expression, + STATE(1388), 1, + aux_sym_name_expression_repeat1, + STATE(1713), 1, + aux_sym_name_expression_repeat2, + STATE(2271), 1, + aux_sym_reference_expression_repeat1, + STATE(2369), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(521), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1665), 2, + sym_extended_name, + sym_literal, + STATE(1805), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(644), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [7474] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(543), 1, + anon_sym_LPAREN, + ACTIONS(547), 1, + anon_sym_return, + ACTIONS(549), 1, + anon_sym_DOLLAR, + ACTIONS(551), 1, + anon_sym_BSLASH, + ACTIONS(553), 1, + anon_sym_LBRACK, + ACTIONS(555), 1, + sym_name_identifier, + ACTIONS(557), 1, + sym_operator, + ACTIONS(559), 1, + sym_float_number_literal, + ACTIONS(561), 1, + sym_number_literal, + ACTIONS(563), 1, + anon_sym_DQUOTE, + ACTIONS(565), 1, + anon_sym_SQUOTE, + STATE(281), 1, + sym_name_expression, + STATE(593), 1, + sym_expression, + STATE(639), 1, + sym_scoped_statement, + STATE(1428), 1, + sym_subexpression, + STATE(1454), 1, + aux_sym_name_expression_repeat1, + STATE(1738), 1, + aux_sym_name_expression_repeat2, + STATE(2208), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(545), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(761), 2, + sym_string_literal, + sym_char_literal, + STATE(775), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(641), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [7583] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(513), 1, + ts_builtin_sym_end, + ACTIONS(555), 1, + sym_name_identifier, + ACTIONS(559), 1, + sym_float_number_literal, + ACTIONS(561), 1, + sym_number_literal, + ACTIONS(563), 1, + anon_sym_DQUOTE, + ACTIONS(565), 1, + anon_sym_SQUOTE, + ACTIONS(567), 1, + anon_sym_LPAREN, + STATE(774), 1, + sym_type_subexpression, + STATE(800), 1, + sym_subexpression_token, + STATE(1454), 1, + aux_sym_name_expression_repeat1, + STATE(1738), 1, + aux_sym_name_expression_repeat2, + STATE(2327), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(569), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(571), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(283), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(761), 2, + sym_string_literal, + sym_char_literal, + STATE(775), 2, + sym_extended_name, + sym_literal, + STATE(879), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(515), 18, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_operator, + [7674] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(573), 1, + anon_sym_LPAREN, + ACTIONS(577), 1, + anon_sym_return, + ACTIONS(579), 1, + anon_sym_DOLLAR, + ACTIONS(581), 1, + anon_sym_BSLASH, + ACTIONS(583), 1, + anon_sym_LBRACK, + ACTIONS(585), 1, + sym_name_identifier, + ACTIONS(587), 1, + sym_operator, + ACTIONS(589), 1, + sym_float_number_literal, + ACTIONS(591), 1, + sym_number_literal, + ACTIONS(593), 1, + anon_sym_DQUOTE, + ACTIONS(595), 1, + anon_sym_SQUOTE, + STATE(588), 1, + sym_expression, + STATE(661), 1, + sym_scoped_statement, + STATE(1190), 1, + sym_name_expression, + STATE(1438), 1, + aux_sym_name_expression_repeat1, + STATE(1829), 1, + aux_sym_name_expression_repeat2, + STATE(2221), 1, + aux_sym_reference_expression_repeat1, + STATE(2446), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(575), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1859), 2, + sym_string_literal, + sym_char_literal, + STATE(1870), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(666), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [7783] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(369), 1, + ts_builtin_sym_end, + ACTIONS(555), 1, + sym_name_identifier, + ACTIONS(559), 1, + sym_float_number_literal, + ACTIONS(561), 1, + sym_number_literal, + ACTIONS(563), 1, + anon_sym_DQUOTE, + ACTIONS(565), 1, + anon_sym_SQUOTE, + ACTIONS(567), 1, + anon_sym_LPAREN, + STATE(774), 1, + sym_type_subexpression, + STATE(800), 1, + sym_subexpression_token, + STATE(1454), 1, + aux_sym_name_expression_repeat1, + STATE(1738), 1, + aux_sym_name_expression_repeat2, + STATE(2327), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(569), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(571), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(292), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(761), 2, + sym_string_literal, + sym_char_literal, + STATE(775), 2, + sym_extended_name, + sym_literal, + STATE(879), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(371), 18, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_operator, + [7874] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(573), 1, + anon_sym_LPAREN, + ACTIONS(577), 1, + anon_sym_return, + ACTIONS(579), 1, + anon_sym_DOLLAR, + ACTIONS(581), 1, + anon_sym_BSLASH, + ACTIONS(583), 1, + anon_sym_LBRACK, + ACTIONS(585), 1, + sym_name_identifier, + ACTIONS(587), 1, + sym_operator, + ACTIONS(589), 1, + sym_float_number_literal, + ACTIONS(591), 1, + sym_number_literal, + ACTIONS(593), 1, + anon_sym_DQUOTE, + ACTIONS(595), 1, + anon_sym_SQUOTE, + STATE(585), 1, + sym_expression, + STATE(661), 1, + sym_scoped_statement, + STATE(1190), 1, + sym_name_expression, + STATE(1438), 1, + aux_sym_name_expression_repeat1, + STATE(1829), 1, + aux_sym_name_expression_repeat2, + STATE(2221), 1, + aux_sym_reference_expression_repeat1, + STATE(2446), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(575), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1859), 2, + sym_string_literal, + sym_char_literal, + STATE(1870), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(666), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [7983] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(573), 1, + anon_sym_LPAREN, + ACTIONS(577), 1, + anon_sym_return, + ACTIONS(579), 1, + anon_sym_DOLLAR, + ACTIONS(581), 1, + anon_sym_BSLASH, + ACTIONS(583), 1, + anon_sym_LBRACK, + ACTIONS(585), 1, + sym_name_identifier, + ACTIONS(587), 1, + sym_operator, + ACTIONS(589), 1, + sym_float_number_literal, + ACTIONS(591), 1, + sym_number_literal, + ACTIONS(593), 1, + anon_sym_DQUOTE, + ACTIONS(595), 1, + anon_sym_SQUOTE, + STATE(593), 1, + sym_expression, + STATE(661), 1, + sym_scoped_statement, + STATE(1190), 1, + sym_name_expression, + STATE(1438), 1, + aux_sym_name_expression_repeat1, + STATE(1829), 1, + aux_sym_name_expression_repeat2, + STATE(2221), 1, + aux_sym_reference_expression_repeat1, + STATE(2446), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(575), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1859), 2, + sym_string_literal, + sym_char_literal, + STATE(1870), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(666), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [8092] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(519), 1, + anon_sym_LPAREN, + ACTIONS(523), 1, + anon_sym_return, + ACTIONS(525), 1, + anon_sym_DOLLAR, + ACTIONS(527), 1, + anon_sym_BSLASH, + ACTIONS(529), 1, + anon_sym_LBRACK, + ACTIONS(531), 1, + sym_name_identifier, + ACTIONS(533), 1, + sym_operator, + ACTIONS(535), 1, + sym_float_number_literal, + ACTIONS(537), 1, + sym_number_literal, + ACTIONS(539), 1, + anon_sym_DQUOTE, + ACTIONS(541), 1, + anon_sym_SQUOTE, + STATE(586), 1, + sym_expression, + STATE(652), 1, + sym_scoped_statement, + STATE(1069), 1, + sym_name_expression, + STATE(1388), 1, + aux_sym_name_expression_repeat1, + STATE(1713), 1, + aux_sym_name_expression_repeat2, + STATE(2271), 1, + aux_sym_reference_expression_repeat1, + STATE(2369), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(521), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1665), 2, + sym_extended_name, + sym_literal, + STATE(1805), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(644), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [8201] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(519), 1, + anon_sym_LPAREN, + ACTIONS(523), 1, + anon_sym_return, + ACTIONS(525), 1, + anon_sym_DOLLAR, + ACTIONS(527), 1, + anon_sym_BSLASH, + ACTIONS(529), 1, + anon_sym_LBRACK, + ACTIONS(531), 1, + sym_name_identifier, + ACTIONS(533), 1, + sym_operator, + ACTIONS(535), 1, + sym_float_number_literal, + ACTIONS(537), 1, + sym_number_literal, + ACTIONS(539), 1, + anon_sym_DQUOTE, + ACTIONS(541), 1, + anon_sym_SQUOTE, + STATE(588), 1, + sym_expression, + STATE(652), 1, + sym_scoped_statement, + STATE(1069), 1, + sym_name_expression, + STATE(1388), 1, + aux_sym_name_expression_repeat1, + STATE(1713), 1, + aux_sym_name_expression_repeat2, + STATE(2271), 1, + aux_sym_reference_expression_repeat1, + STATE(2369), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(521), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1665), 2, + sym_extended_name, + sym_literal, + STATE(1805), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(644), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [8310] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(573), 1, + anon_sym_LPAREN, + ACTIONS(577), 1, + anon_sym_return, + ACTIONS(579), 1, + anon_sym_DOLLAR, + ACTIONS(581), 1, + anon_sym_BSLASH, + ACTIONS(583), 1, + anon_sym_LBRACK, + ACTIONS(585), 1, + sym_name_identifier, + ACTIONS(587), 1, + sym_operator, + ACTIONS(589), 1, + sym_float_number_literal, + ACTIONS(591), 1, + sym_number_literal, + ACTIONS(593), 1, + anon_sym_DQUOTE, + ACTIONS(595), 1, + anon_sym_SQUOTE, + STATE(587), 1, + sym_expression, + STATE(661), 1, + sym_scoped_statement, + STATE(1190), 1, + sym_name_expression, + STATE(1438), 1, + aux_sym_name_expression_repeat1, + STATE(1829), 1, + aux_sym_name_expression_repeat2, + STATE(2221), 1, + aux_sym_reference_expression_repeat1, + STATE(2446), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(575), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1859), 2, + sym_string_literal, + sym_char_literal, + STATE(1870), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(666), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [8419] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(543), 1, + anon_sym_LPAREN, + ACTIONS(547), 1, + anon_sym_return, + ACTIONS(549), 1, + anon_sym_DOLLAR, + ACTIONS(551), 1, + anon_sym_BSLASH, + ACTIONS(553), 1, + anon_sym_LBRACK, + ACTIONS(555), 1, + sym_name_identifier, + ACTIONS(557), 1, + sym_operator, + ACTIONS(559), 1, + sym_float_number_literal, + ACTIONS(561), 1, + sym_number_literal, + ACTIONS(563), 1, + anon_sym_DQUOTE, + ACTIONS(565), 1, + anon_sym_SQUOTE, + STATE(281), 1, + sym_name_expression, + STATE(639), 1, + sym_scoped_statement, + STATE(1428), 1, + sym_subexpression, + STATE(1454), 1, + aux_sym_name_expression_repeat1, + STATE(1482), 1, + sym_expression, + STATE(1738), 1, + aux_sym_name_expression_repeat2, + STATE(2208), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(545), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(761), 2, + sym_string_literal, + sym_char_literal, + STATE(775), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(641), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [8528] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(597), 1, + anon_sym_LPAREN, + ACTIONS(601), 1, + anon_sym_return, + ACTIONS(603), 1, + anon_sym_DOLLAR, + ACTIONS(605), 1, + anon_sym_BSLASH, + ACTIONS(607), 1, + sym_name_identifier, + ACTIONS(609), 1, + sym_operator, + ACTIONS(611), 1, + sym_float_number_literal, + ACTIONS(613), 1, + sym_number_literal, + ACTIONS(615), 1, + anon_sym_DQUOTE, + ACTIONS(617), 1, + anon_sym_SQUOTE, + STATE(609), 1, + sym_scoped_statement, + STATE(1344), 1, + sym_name_expression, + STATE(1410), 1, + aux_sym_name_expression_repeat1, + STATE(1766), 1, + aux_sym_name_expression_repeat2, + STATE(2253), 1, + aux_sym_reference_expression_repeat1, + STATE(2467), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + STATE(2901), 1, + sym_expression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(599), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1940), 2, + sym_extended_name, + sym_literal, + STATE(1942), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [8637] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(619), 1, + anon_sym_LPAREN, + ACTIONS(623), 1, + sym_name_identifier, + ACTIONS(627), 1, + sym_float_number_literal, + ACTIONS(629), 1, + sym_number_literal, + ACTIONS(631), 1, + anon_sym_DQUOTE, + ACTIONS(633), 1, + anon_sym_SQUOTE, + STATE(736), 1, + sym_type_subexpression, + STATE(785), 1, + sym_subexpression_token, + STATE(1409), 1, + aux_sym_name_expression_repeat1, + STATE(1793), 1, + aux_sym_name_expression_repeat2, + STATE(2325), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(621), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(625), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(415), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(720), 2, + sym_extended_name, + sym_literal, + STATE(734), 2, + sym_string_literal, + sym_char_literal, + STATE(937), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(369), 3, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_SEMI, + ACTIONS(371), 16, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_operator, + [8728] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(475), 1, + ts_builtin_sym_end, + ACTIONS(635), 1, + anon_sym_LPAREN, + ACTIONS(641), 1, + sym_name_identifier, + ACTIONS(647), 1, + sym_float_number_literal, + ACTIONS(650), 1, + sym_number_literal, + ACTIONS(653), 1, + anon_sym_DQUOTE, + ACTIONS(656), 1, + anon_sym_SQUOTE, + STATE(774), 1, + sym_type_subexpression, + STATE(800), 1, + sym_subexpression_token, + STATE(1454), 1, + aux_sym_name_expression_repeat1, + STATE(1738), 1, + aux_sym_name_expression_repeat2, + STATE(2327), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(638), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(644), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(292), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(761), 2, + sym_string_literal, + sym_char_literal, + STATE(775), 2, + sym_extended_name, + sym_literal, + STATE(879), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(477), 18, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_operator, + [8819] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(659), 1, + anon_sym_LPAREN, + ACTIONS(663), 1, + anon_sym_return, + ACTIONS(665), 1, + anon_sym_DOLLAR, + ACTIONS(667), 1, + anon_sym_BSLASH, + ACTIONS(669), 1, + sym_name_identifier, + ACTIONS(671), 1, + sym_operator, + ACTIONS(673), 1, + sym_float_number_literal, + ACTIONS(675), 1, + sym_number_literal, ACTIONS(677), 1, - anon_sym_LPAREN, + anon_sym_DQUOTE, ACTIONS(679), 1, - sym_name_identifier, - ACTIONS(683), 1, - sym_float_number_literal, - ACTIONS(685), 1, - sym_number_literal, - ACTIONS(687), 1, - anon_sym_DQUOTE, - ACTIONS(689), 1, anon_sym_SQUOTE, - STATE(662), 1, - sym_literal, - STATE(666), 1, + STATE(609), 1, + sym_scoped_statement, + STATE(1350), 1, + sym_name_expression, + STATE(1395), 1, + aux_sym_name_expression_repeat1, + STATE(1828), 1, + aux_sym_name_expression_repeat2, + STATE(2233), 1, + aux_sym_reference_expression_repeat1, + STATE(2462), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2581), 1, + sym_expression, + STATE(2713), 1, sym_type_subexpression, - STATE(881), 1, - sym_subexpression_token, - STATE(1316), 1, - aux_sym_name_superexpression_repeat1, - STATE(1696), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(681), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(181), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(679), 2, - sym_string_literal, - sym_char_literal, - STATE(822), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(260), 16, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - sym_operator, - [19668] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(262), 1, - ts_builtin_sym_end, - ACTIONS(663), 1, - anon_sym_LPAREN, - ACTIONS(665), 1, - sym_name_identifier, - ACTIONS(669), 1, - sym_float_number_literal, - ACTIONS(671), 1, - sym_number_literal, - ACTIONS(673), 1, - anon_sym_DQUOTE, - ACTIONS(675), 1, - anon_sym_SQUOTE, - STATE(744), 1, - sym_type_subexpression, - STATE(775), 1, - sym_literal, - STATE(797), 1, - sym_subexpression_token, - STATE(1271), 1, - aux_sym_name_superexpression_repeat1, - STATE(1553), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(667), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(159), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(701), 2, - sym_string_literal, - sym_char_literal, - STATE(854), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(260), 16, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - sym_operator, - [19749] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(219), 1, - anon_sym_RBRACE, - ACTIONS(691), 1, - anon_sym_LPAREN, - ACTIONS(694), 1, - sym_name_identifier, - ACTIONS(700), 1, - sym_float_number_literal, - ACTIONS(703), 1, - sym_number_literal, - ACTIONS(706), 1, - anon_sym_DQUOTE, - ACTIONS(709), 1, - anon_sym_SQUOTE, - STATE(673), 1, - sym_literal, - STATE(683), 1, - sym_type_subexpression, - STATE(850), 1, - sym_subexpression_token, - STATE(1263), 1, - aux_sym_name_superexpression_repeat1, - STATE(1524), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(697), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(162), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(736), 2, - sym_string_literal, - sym_char_literal, - STATE(869), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(217), 16, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - sym_operator, - [19830] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(219), 1, - anon_sym_RBRACE, - ACTIONS(712), 1, - anon_sym_LPAREN, - ACTIONS(715), 1, - sym_name_identifier, - ACTIONS(721), 1, - sym_float_number_literal, - ACTIONS(724), 1, - sym_number_literal, - ACTIONS(727), 1, - anon_sym_DQUOTE, - ACTIONS(730), 1, - anon_sym_SQUOTE, - STATE(771), 1, - sym_literal, - STATE(773), 1, - sym_type_subexpression, - STATE(785), 1, - sym_subexpression_token, - STATE(1260), 1, - aux_sym_name_superexpression_repeat1, - STATE(1558), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(718), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(163), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(772), 2, - sym_string_literal, - sym_char_literal, - STATE(887), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(217), 16, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_elif, - anon_sym_else, - sym_operator, - [19911] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(244), 1, - ts_builtin_sym_end, - ACTIONS(733), 1, - anon_sym_LPAREN, - ACTIONS(735), 1, - sym_name_identifier, - ACTIONS(739), 1, - sym_float_number_literal, - ACTIONS(741), 1, - sym_number_literal, - ACTIONS(743), 1, - anon_sym_DQUOTE, - ACTIONS(745), 1, - anon_sym_SQUOTE, - STATE(660), 1, - sym_literal, - STATE(674), 1, - sym_type_subexpression, - STATE(860), 1, - sym_subexpression_token, - STATE(1250), 1, - aux_sym_name_superexpression_repeat1, - STATE(1673), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(737), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(179), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(687), 2, - sym_string_literal, - sym_char_literal, - STATE(807), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(242), 16, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_elif, - anon_sym_else, - sym_operator, - [19992] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(747), 1, - anon_sym_LPAREN, - ACTIONS(749), 1, - sym_name_identifier, - ACTIONS(753), 1, - sym_float_number_literal, - ACTIONS(755), 1, - sym_number_literal, - ACTIONS(757), 1, - anon_sym_DQUOTE, - ACTIONS(759), 1, - anon_sym_SQUOTE, - STATE(764), 1, - sym_type_subexpression, - STATE(781), 1, - sym_literal, - STATE(787), 1, - sym_subexpression_token, - STATE(1309), 1, - aux_sym_name_superexpression_repeat1, - STATE(1635), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(751), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(167), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(752), 2, - sym_string_literal, - sym_char_literal, - STATE(859), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(262), 3, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_SEMI, - ACTIONS(260), 14, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_AMP, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, + ACTIONS(59), 2, anon_sym_break, anon_sym_continue, - sym_operator, - [20073] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(244), 1, - anon_sym_RBRACE, - ACTIONS(761), 1, - anon_sym_LPAREN, - ACTIONS(763), 1, - sym_name_identifier, - ACTIONS(767), 1, - sym_float_number_literal, - ACTIONS(769), 1, - sym_number_literal, - ACTIONS(771), 1, - anon_sym_DQUOTE, - ACTIONS(773), 1, - anon_sym_SQUOTE, - STATE(771), 1, - sym_literal, - STATE(773), 1, - sym_type_subexpression, - STATE(785), 1, - sym_subexpression_token, - STATE(1260), 1, - aux_sym_name_superexpression_repeat1, - STATE(1558), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(765), 2, + ACTIONS(169), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(163), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(772), 2, + ACTIONS(661), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1997), 2, sym_string_literal, sym_char_literal, - STATE(887), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(242), 16, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_elif, - anon_sym_else, - sym_operator, - [20154] = 20, + STATE(2002), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [8928] = 31, ACTIONS(3), 1, sym__line_comment, - ACTIONS(747), 1, - anon_sym_LPAREN, - ACTIONS(749), 1, - sym_name_identifier, - ACTIONS(753), 1, - sym_float_number_literal, - ACTIONS(755), 1, - sym_number_literal, - ACTIONS(757), 1, - anon_sym_DQUOTE, - ACTIONS(759), 1, - anon_sym_SQUOTE, - STATE(764), 1, - sym_type_subexpression, - STATE(781), 1, - sym_literal, - STATE(787), 1, - sym_subexpression_token, - STATE(1309), 1, - aux_sym_name_superexpression_repeat1, - STATE(1635), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(751), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(169), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(752), 2, - sym_string_literal, - sym_char_literal, - STATE(859), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(244), 3, + ACTIONS(29), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_SEMI, - ACTIONS(242), 14, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_AMP, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, + ACTIONS(519), 1, + anon_sym_LPAREN, + ACTIONS(523), 1, anon_sym_return, + ACTIONS(525), 1, + anon_sym_DOLLAR, + ACTIONS(527), 1, + anon_sym_BSLASH, + ACTIONS(529), 1, + anon_sym_LBRACK, + ACTIONS(531), 1, + sym_name_identifier, + ACTIONS(533), 1, + sym_operator, + ACTIONS(535), 1, + sym_float_number_literal, + ACTIONS(537), 1, + sym_number_literal, + ACTIONS(539), 1, + anon_sym_DQUOTE, + ACTIONS(541), 1, + anon_sym_SQUOTE, + STATE(585), 1, + sym_expression, + STATE(652), 1, + sym_scoped_statement, + STATE(1069), 1, + sym_name_expression, + STATE(1388), 1, + aux_sym_name_expression_repeat1, + STATE(1713), 1, + aux_sym_name_expression_repeat2, + STATE(2271), 1, + aux_sym_reference_expression_repeat1, + STATE(2369), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, anon_sym_break, anon_sym_continue, - sym_operator, - [20235] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(262), 1, - anon_sym_RBRACE, - ACTIONS(761), 1, - anon_sym_LPAREN, - ACTIONS(763), 1, - sym_name_identifier, - ACTIONS(767), 1, - sym_float_number_literal, - ACTIONS(769), 1, - sym_number_literal, - ACTIONS(771), 1, - anon_sym_DQUOTE, - ACTIONS(773), 1, - anon_sym_SQUOTE, - STATE(771), 1, - sym_literal, - STATE(773), 1, - sym_type_subexpression, - STATE(785), 1, - sym_subexpression_token, - STATE(1260), 1, - aux_sym_name_superexpression_repeat1, - STATE(1558), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(765), 2, + ACTIONS(169), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(166), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(772), 2, + ACTIONS(521), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1665), 2, + sym_extended_name, + sym_literal, + STATE(1805), 2, sym_string_literal, sym_char_literal, - STATE(887), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(260), 16, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_elif, - anon_sym_else, - sym_operator, - [20316] = 20, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(644), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [9037] = 31, ACTIONS(3), 1, sym__line_comment, - ACTIONS(775), 1, - anon_sym_LPAREN, - ACTIONS(778), 1, - sym_name_identifier, - ACTIONS(784), 1, - sym_float_number_literal, - ACTIONS(787), 1, - sym_number_literal, - ACTIONS(790), 1, - anon_sym_DQUOTE, - ACTIONS(793), 1, - anon_sym_SQUOTE, - STATE(764), 1, - sym_type_subexpression, - STATE(781), 1, - sym_literal, - STATE(787), 1, - sym_subexpression_token, - STATE(1309), 1, - aux_sym_name_superexpression_repeat1, - STATE(1635), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(781), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(169), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(752), 2, - sym_string_literal, - sym_char_literal, - STATE(859), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(219), 3, + ACTIONS(29), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_SEMI, - ACTIONS(217), 14, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_AMP, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, + ACTIONS(519), 1, + anon_sym_LPAREN, + ACTIONS(523), 1, anon_sym_return, + ACTIONS(525), 1, + anon_sym_DOLLAR, + ACTIONS(527), 1, + anon_sym_BSLASH, + ACTIONS(529), 1, + anon_sym_LBRACK, + ACTIONS(531), 1, + sym_name_identifier, + ACTIONS(533), 1, + sym_operator, + ACTIONS(535), 1, + sym_float_number_literal, + ACTIONS(537), 1, + sym_number_literal, + ACTIONS(539), 1, + anon_sym_DQUOTE, + ACTIONS(541), 1, + anon_sym_SQUOTE, + STATE(593), 1, + sym_expression, + STATE(652), 1, + sym_scoped_statement, + STATE(1069), 1, + sym_name_expression, + STATE(1388), 1, + aux_sym_name_expression_repeat1, + STATE(1713), 1, + aux_sym_name_expression_repeat2, + STATE(2271), 1, + aux_sym_reference_expression_repeat1, + STATE(2369), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, anon_sym_break, anon_sym_continue, - sym_operator, - [20397] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(262), 1, - anon_sym_RBRACE, - ACTIONS(796), 1, - anon_sym_LPAREN, - ACTIONS(798), 1, - sym_name_identifier, - ACTIONS(802), 1, - sym_float_number_literal, - ACTIONS(804), 1, - sym_number_literal, - ACTIONS(806), 1, - anon_sym_DQUOTE, - ACTIONS(808), 1, - anon_sym_SQUOTE, - STATE(751), 1, - sym_type_subexpression, - STATE(760), 1, - sym_literal, - STATE(801), 1, - sym_subexpression_token, - STATE(1304), 1, - aux_sym_name_superexpression_repeat1, - STATE(1615), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(800), 2, + ACTIONS(169), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(176), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(722), 2, + ACTIONS(521), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1665), 2, + sym_extended_name, + sym_literal, + STATE(1805), 2, sym_string_literal, sym_char_literal, - STATE(847), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(260), 16, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_QMARK, - sym_operator, - [20478] = 20, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(644), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [9146] = 31, ACTIONS(3), 1, sym__line_comment, - ACTIONS(810), 1, - anon_sym_LPAREN, - ACTIONS(812), 1, - sym_name_identifier, - ACTIONS(816), 1, - sym_float_number_literal, - ACTIONS(818), 1, - sym_number_literal, - ACTIONS(820), 1, - anon_sym_DQUOTE, - ACTIONS(822), 1, - anon_sym_SQUOTE, - STATE(745), 1, - sym_type_subexpression, - STATE(753), 1, - sym_literal, - STATE(806), 1, - sym_subexpression_token, - STATE(1310), 1, - aux_sym_name_superexpression_repeat1, - STATE(1657), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(814), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(172), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(729), 2, - sym_string_literal, - sym_char_literal, - STATE(878), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(262), 3, + ACTIONS(29), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_SEMI, - ACTIONS(260), 14, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_operator, - [20559] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(810), 1, - anon_sym_LPAREN, - ACTIONS(812), 1, - sym_name_identifier, - ACTIONS(816), 1, - sym_float_number_literal, - ACTIONS(818), 1, - sym_number_literal, - ACTIONS(820), 1, - anon_sym_DQUOTE, - ACTIONS(822), 1, - anon_sym_SQUOTE, - STATE(745), 1, - sym_type_subexpression, - STATE(753), 1, - sym_literal, - STATE(806), 1, - sym_subexpression_token, - STATE(1310), 1, - aux_sym_name_superexpression_repeat1, - STATE(1657), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(814), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(173), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(729), 2, - sym_string_literal, - sym_char_literal, - STATE(878), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(244), 3, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_SEMI, - ACTIONS(242), 14, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_operator, - [20640] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(824), 1, - anon_sym_LPAREN, - ACTIONS(827), 1, - sym_name_identifier, - ACTIONS(833), 1, - sym_float_number_literal, - ACTIONS(836), 1, - sym_number_literal, - ACTIONS(839), 1, - anon_sym_DQUOTE, - ACTIONS(842), 1, - anon_sym_SQUOTE, - STATE(745), 1, - sym_type_subexpression, - STATE(753), 1, - sym_literal, - STATE(806), 1, - sym_subexpression_token, - STATE(1310), 1, - aux_sym_name_superexpression_repeat1, - STATE(1657), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(830), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(173), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(729), 2, - sym_string_literal, - sym_char_literal, - STATE(878), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(219), 3, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_SEMI, - ACTIONS(217), 14, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_operator, - [20721] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(219), 1, - ts_builtin_sym_end, - ACTIONS(845), 1, - anon_sym_LPAREN, - ACTIONS(848), 1, - sym_name_identifier, - ACTIONS(854), 1, - sym_float_number_literal, - ACTIONS(857), 1, - sym_number_literal, - ACTIONS(860), 1, - anon_sym_DQUOTE, - ACTIONS(863), 1, - anon_sym_SQUOTE, - STATE(744), 1, - sym_type_subexpression, - STATE(775), 1, - sym_literal, - STATE(797), 1, - sym_subexpression_token, - STATE(1271), 1, - aux_sym_name_superexpression_repeat1, - STATE(1553), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(851), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(174), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(701), 2, - sym_string_literal, - sym_char_literal, - STATE(854), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(217), 16, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - sym_operator, - [20802] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(262), 1, - ts_builtin_sym_end, - ACTIONS(733), 1, - anon_sym_LPAREN, - ACTIONS(735), 1, - sym_name_identifier, - ACTIONS(739), 1, - sym_float_number_literal, - ACTIONS(741), 1, - sym_number_literal, - ACTIONS(743), 1, - anon_sym_DQUOTE, - ACTIONS(745), 1, - anon_sym_SQUOTE, - STATE(660), 1, - sym_literal, - STATE(674), 1, - sym_type_subexpression, - STATE(860), 1, - sym_subexpression_token, - STATE(1250), 1, - aux_sym_name_superexpression_repeat1, - STATE(1673), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(737), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(164), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(687), 2, - sym_string_literal, - sym_char_literal, - STATE(807), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(260), 16, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_elif, - anon_sym_else, - sym_operator, - [20883] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(244), 1, - anon_sym_RBRACE, - ACTIONS(796), 1, - anon_sym_LPAREN, - ACTIONS(798), 1, - sym_name_identifier, - ACTIONS(802), 1, - sym_float_number_literal, - ACTIONS(804), 1, - sym_number_literal, - ACTIONS(806), 1, - anon_sym_DQUOTE, - ACTIONS(808), 1, - anon_sym_SQUOTE, - STATE(751), 1, - sym_type_subexpression, - STATE(760), 1, - sym_literal, - STATE(801), 1, - sym_subexpression_token, - STATE(1304), 1, - aux_sym_name_superexpression_repeat1, - STATE(1615), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(800), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(178), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(722), 2, - sym_string_literal, - sym_char_literal, - STATE(847), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(242), 16, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_QMARK, - sym_operator, - [20964] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(244), 1, - anon_sym_RBRACE, - ACTIONS(649), 1, - anon_sym_LPAREN, - ACTIONS(651), 1, - sym_name_identifier, - ACTIONS(655), 1, - sym_float_number_literal, - ACTIONS(657), 1, - sym_number_literal, + ACTIONS(57), 1, + anon_sym_LBRACK, ACTIONS(659), 1, + anon_sym_LPAREN, + ACTIONS(663), 1, + anon_sym_return, + ACTIONS(665), 1, + anon_sym_DOLLAR, + ACTIONS(667), 1, + anon_sym_BSLASH, + ACTIONS(669), 1, + sym_name_identifier, + ACTIONS(671), 1, + sym_operator, + ACTIONS(673), 1, + sym_float_number_literal, + ACTIONS(675), 1, + sym_number_literal, + ACTIONS(677), 1, anon_sym_DQUOTE, - ACTIONS(661), 1, + ACTIONS(679), 1, anon_sym_SQUOTE, - STATE(673), 1, - sym_literal, - STATE(683), 1, + STATE(609), 1, + sym_scoped_statement, + STATE(1350), 1, + sym_name_expression, + STATE(1395), 1, + aux_sym_name_expression_repeat1, + STATE(1828), 1, + aux_sym_name_expression_repeat2, + STATE(2233), 1, + aux_sym_reference_expression_repeat1, + STATE(2462), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2568), 1, + sym_expression, + STATE(2713), 1, sym_type_subexpression, - STATE(850), 1, - sym_subexpression_token, - STATE(1263), 1, - aux_sym_name_superexpression_repeat1, - STATE(1524), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(653), 2, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(162), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(736), 2, + ACTIONS(661), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1997), 2, sym_string_literal, sym_char_literal, - STATE(869), 2, + STATE(2002), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [9255] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(519), 1, + anon_sym_LPAREN, + ACTIONS(523), 1, + anon_sym_return, + ACTIONS(525), 1, + anon_sym_DOLLAR, + ACTIONS(527), 1, + anon_sym_BSLASH, + ACTIONS(529), 1, + anon_sym_LBRACK, + ACTIONS(531), 1, + sym_name_identifier, + ACTIONS(533), 1, + sym_operator, + ACTIONS(535), 1, + sym_float_number_literal, + ACTIONS(537), 1, + sym_number_literal, + ACTIONS(539), 1, + anon_sym_DQUOTE, + ACTIONS(541), 1, + anon_sym_SQUOTE, + STATE(592), 1, + sym_expression, + STATE(652), 1, sym_scoped_statement, - sym_name_superexpression, - ACTIONS(242), 16, - anon_sym_namespace, + STATE(1069), 1, + sym_name_expression, + STATE(1388), 1, + aux_sym_name_expression_repeat1, + STATE(1713), 1, + aux_sym_name_expression_repeat2, + STATE(2271), 1, + aux_sym_reference_expression_repeat1, + STATE(2369), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(521), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1665), 2, + sym_extended_name, + sym_literal, + STATE(1805), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(644), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [9364] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(659), 1, + anon_sym_LPAREN, + ACTIONS(663), 1, + anon_sym_return, + ACTIONS(665), 1, + anon_sym_DOLLAR, + ACTIONS(667), 1, + anon_sym_BSLASH, + ACTIONS(669), 1, + sym_name_identifier, + ACTIONS(671), 1, + sym_operator, + ACTIONS(673), 1, + sym_float_number_literal, + ACTIONS(675), 1, + sym_number_literal, + ACTIONS(677), 1, + anon_sym_DQUOTE, + ACTIONS(679), 1, + anon_sym_SQUOTE, + STATE(609), 1, + sym_scoped_statement, + STATE(1350), 1, + sym_name_expression, + STATE(1395), 1, + aux_sym_name_expression_repeat1, + STATE(1828), 1, + aux_sym_name_expression_repeat2, + STATE(2233), 1, + aux_sym_reference_expression_repeat1, + STATE(2462), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2561), 1, + sym_expression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(661), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1997), 2, + sym_string_literal, + sym_char_literal, + STATE(2002), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [9473] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(213), 1, + anon_sym_LPAREN, + ACTIONS(231), 1, + anon_sym_return, + ACTIONS(233), 1, + anon_sym_DOLLAR, + ACTIONS(235), 1, + anon_sym_BSLASH, + ACTIONS(237), 1, + sym_name_identifier, + ACTIONS(239), 1, + sym_operator, + ACTIONS(241), 1, + sym_float_number_literal, + ACTIONS(243), 1, + sym_number_literal, + ACTIONS(245), 1, + anon_sym_DQUOTE, + ACTIONS(247), 1, + anon_sym_SQUOTE, + STATE(566), 1, + sym_name_expression, + STATE(593), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1406), 1, + aux_sym_name_expression_repeat1, + STATE(1632), 1, + sym_subexpression, + STATE(1761), 1, + aux_sym_name_expression_repeat2, + STATE(2260), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(229), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1286), 2, + sym_string_literal, + sym_char_literal, + STATE(1289), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [9582] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(573), 1, + anon_sym_LPAREN, + ACTIONS(577), 1, + anon_sym_return, + ACTIONS(579), 1, + anon_sym_DOLLAR, + ACTIONS(581), 1, + anon_sym_BSLASH, + ACTIONS(583), 1, + anon_sym_LBRACK, + ACTIONS(585), 1, + sym_name_identifier, + ACTIONS(587), 1, + sym_operator, + ACTIONS(589), 1, + sym_float_number_literal, + ACTIONS(591), 1, + sym_number_literal, + ACTIONS(593), 1, + anon_sym_DQUOTE, + ACTIONS(595), 1, + anon_sym_SQUOTE, + STATE(586), 1, + sym_expression, + STATE(661), 1, + sym_scoped_statement, + STATE(1190), 1, + sym_name_expression, + STATE(1438), 1, + aux_sym_name_expression_repeat1, + STATE(1829), 1, + aux_sym_name_expression_repeat2, + STATE(2221), 1, + aux_sym_reference_expression_repeat1, + STATE(2446), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(575), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1859), 2, + sym_string_literal, + sym_char_literal, + STATE(1870), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(666), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [9691] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(253), 1, + anon_sym_LPAREN, + ACTIONS(271), 1, + anon_sym_return, + ACTIONS(273), 1, + anon_sym_DOLLAR, + ACTIONS(275), 1, + anon_sym_BSLASH, + ACTIONS(277), 1, + sym_name_identifier, + ACTIONS(279), 1, + sym_operator, + ACTIONS(281), 1, + sym_float_number_literal, + ACTIONS(283), 1, + sym_number_literal, + ACTIONS(285), 1, + anon_sym_DQUOTE, + ACTIONS(287), 1, + anon_sym_SQUOTE, + STATE(580), 1, + sym_name_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(760), 1, + sym_expression, + STATE(1425), 1, + aux_sym_name_expression_repeat1, + STATE(1714), 1, + aux_sym_name_expression_repeat2, + STATE(1718), 1, + sym_subexpression, + STATE(2213), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(269), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1338), 2, + sym_extended_name, + sym_literal, + STATE(1339), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [9800] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(659), 1, + anon_sym_LPAREN, + ACTIONS(663), 1, + anon_sym_return, + ACTIONS(665), 1, + anon_sym_DOLLAR, + ACTIONS(667), 1, + anon_sym_BSLASH, + ACTIONS(669), 1, + sym_name_identifier, + ACTIONS(671), 1, + sym_operator, + ACTIONS(673), 1, + sym_float_number_literal, + ACTIONS(675), 1, + sym_number_literal, + ACTIONS(677), 1, + anon_sym_DQUOTE, + ACTIONS(679), 1, + anon_sym_SQUOTE, + STATE(609), 1, + sym_scoped_statement, + STATE(1350), 1, + sym_name_expression, + STATE(1395), 1, + aux_sym_name_expression_repeat1, + STATE(1828), 1, + aux_sym_name_expression_repeat2, + STATE(2233), 1, + aux_sym_reference_expression_repeat1, + STATE(2462), 1, + sym_subexpression, + STATE(2545), 1, + sym_expression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(661), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1997), 2, + sym_string_literal, + sym_char_literal, + STATE(2002), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [9909] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(253), 1, + anon_sym_LPAREN, + ACTIONS(271), 1, + anon_sym_return, + ACTIONS(273), 1, + anon_sym_DOLLAR, + ACTIONS(275), 1, + anon_sym_BSLASH, + ACTIONS(277), 1, + sym_name_identifier, + ACTIONS(279), 1, + sym_operator, + ACTIONS(281), 1, + sym_float_number_literal, + ACTIONS(283), 1, + sym_number_literal, + ACTIONS(285), 1, + anon_sym_DQUOTE, + ACTIONS(287), 1, + anon_sym_SQUOTE, + STATE(580), 1, + sym_name_expression, + STATE(588), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1425), 1, + aux_sym_name_expression_repeat1, + STATE(1714), 1, + aux_sym_name_expression_repeat2, + STATE(1718), 1, + sym_subexpression, + STATE(2213), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(269), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1338), 2, + sym_extended_name, + sym_literal, + STATE(1339), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [10018] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(659), 1, + anon_sym_LPAREN, + ACTIONS(663), 1, + anon_sym_return, + ACTIONS(665), 1, + anon_sym_DOLLAR, + ACTIONS(667), 1, + anon_sym_BSLASH, + ACTIONS(669), 1, + sym_name_identifier, + ACTIONS(671), 1, + sym_operator, + ACTIONS(673), 1, + sym_float_number_literal, + ACTIONS(675), 1, + sym_number_literal, + ACTIONS(677), 1, + anon_sym_DQUOTE, + ACTIONS(679), 1, + anon_sym_SQUOTE, + STATE(609), 1, + sym_scoped_statement, + STATE(1350), 1, + sym_name_expression, + STATE(1395), 1, + aux_sym_name_expression_repeat1, + STATE(1828), 1, + aux_sym_name_expression_repeat2, + STATE(2233), 1, + aux_sym_reference_expression_repeat1, + STATE(2462), 1, + sym_subexpression, + STATE(2538), 1, + sym_expression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(661), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1997), 2, + sym_string_literal, + sym_char_literal, + STATE(2002), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [10127] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(681), 1, + anon_sym_LPAREN, + ACTIONS(685), 1, + anon_sym_return, + ACTIONS(687), 1, + anon_sym_DOLLAR, + ACTIONS(689), 1, + anon_sym_BSLASH, + ACTIONS(691), 1, + sym_name_identifier, + ACTIONS(693), 1, + sym_operator, + ACTIONS(695), 1, + sym_float_number_literal, + ACTIONS(697), 1, + sym_number_literal, + ACTIONS(699), 1, + anon_sym_DQUOTE, + ACTIONS(701), 1, + anon_sym_SQUOTE, + STATE(586), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1337), 1, + sym_name_expression, + STATE(1415), 1, + aux_sym_name_expression_repeat1, + STATE(1786), 1, + aux_sym_name_expression_repeat2, + STATE(2228), 1, + aux_sym_reference_expression_repeat1, + STATE(2476), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(683), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1947), 2, + sym_string_literal, + sym_char_literal, + STATE(1957), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [10236] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(583), 1, + anon_sym_LBRACK, + ACTIONS(703), 1, + anon_sym_LPAREN, + ACTIONS(707), 1, + anon_sym_return, + ACTIONS(709), 1, + anon_sym_DOLLAR, + ACTIONS(711), 1, + anon_sym_BSLASH, + ACTIONS(713), 1, + sym_name_identifier, + ACTIONS(715), 1, + sym_operator, + ACTIONS(717), 1, + sym_float_number_literal, + ACTIONS(719), 1, + sym_number_literal, + ACTIONS(721), 1, + anon_sym_DQUOTE, + ACTIONS(723), 1, + anon_sym_SQUOTE, + STATE(565), 1, + sym_name_expression, + STATE(586), 1, + sym_expression, + STATE(661), 1, + sym_scoped_statement, + STATE(1435), 1, + aux_sym_name_expression_repeat1, + STATE(1664), 1, + sym_subexpression, + STATE(1796), 1, + aux_sym_name_expression_repeat2, + STATE(2223), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(705), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1252), 2, + sym_extended_name, + sym_literal, + STATE(1270), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(666), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [10345] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(583), 1, + anon_sym_LBRACK, + ACTIONS(703), 1, + anon_sym_LPAREN, + ACTIONS(707), 1, + anon_sym_return, + ACTIONS(709), 1, + anon_sym_DOLLAR, + ACTIONS(711), 1, + anon_sym_BSLASH, + ACTIONS(713), 1, + sym_name_identifier, + ACTIONS(715), 1, + sym_operator, + ACTIONS(717), 1, + sym_float_number_literal, + ACTIONS(719), 1, + sym_number_literal, + ACTIONS(721), 1, + anon_sym_DQUOTE, + ACTIONS(723), 1, + anon_sym_SQUOTE, + STATE(565), 1, + sym_name_expression, + STATE(588), 1, + sym_expression, + STATE(661), 1, + sym_scoped_statement, + STATE(1435), 1, + aux_sym_name_expression_repeat1, + STATE(1664), 1, + sym_subexpression, + STATE(1796), 1, + aux_sym_name_expression_repeat2, + STATE(2223), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(705), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1252), 2, + sym_extended_name, + sym_literal, + STATE(1270), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(666), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [10454] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(597), 1, + anon_sym_LPAREN, + ACTIONS(601), 1, + anon_sym_return, + ACTIONS(603), 1, + anon_sym_DOLLAR, + ACTIONS(605), 1, + anon_sym_BSLASH, + ACTIONS(607), 1, + sym_name_identifier, + ACTIONS(609), 1, + sym_operator, + ACTIONS(611), 1, + sym_float_number_literal, + ACTIONS(613), 1, + sym_number_literal, + ACTIONS(615), 1, + anon_sym_DQUOTE, + ACTIONS(617), 1, + anon_sym_SQUOTE, + STATE(609), 1, + sym_scoped_statement, + STATE(1344), 1, + sym_name_expression, + STATE(1410), 1, + aux_sym_name_expression_repeat1, + STATE(1766), 1, + aux_sym_name_expression_repeat2, + STATE(2253), 1, + aux_sym_reference_expression_repeat1, + STATE(2467), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + STATE(2832), 1, + sym_expression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(599), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1940), 2, + sym_extended_name, + sym_literal, + STATE(1942), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [10563] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(597), 1, + anon_sym_LPAREN, + ACTIONS(601), 1, + anon_sym_return, + ACTIONS(603), 1, + anon_sym_DOLLAR, + ACTIONS(605), 1, + anon_sym_BSLASH, + ACTIONS(607), 1, + sym_name_identifier, + ACTIONS(609), 1, + sym_operator, + ACTIONS(611), 1, + sym_float_number_literal, + ACTIONS(613), 1, + sym_number_literal, + ACTIONS(615), 1, + anon_sym_DQUOTE, + ACTIONS(617), 1, + anon_sym_SQUOTE, + STATE(609), 1, + sym_scoped_statement, + STATE(1344), 1, + sym_name_expression, + STATE(1410), 1, + aux_sym_name_expression_repeat1, + STATE(1766), 1, + aux_sym_name_expression_repeat2, + STATE(2253), 1, + aux_sym_reference_expression_repeat1, + STATE(2467), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + STATE(2848), 1, + sym_expression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(599), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1940), 2, + sym_extended_name, + sym_literal, + STATE(1942), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [10672] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(583), 1, + anon_sym_LBRACK, + ACTIONS(703), 1, + anon_sym_LPAREN, + ACTIONS(707), 1, + anon_sym_return, + ACTIONS(709), 1, + anon_sym_DOLLAR, + ACTIONS(711), 1, + anon_sym_BSLASH, + ACTIONS(713), 1, + sym_name_identifier, + ACTIONS(715), 1, + sym_operator, + ACTIONS(717), 1, + sym_float_number_literal, + ACTIONS(719), 1, + sym_number_literal, + ACTIONS(721), 1, + anon_sym_DQUOTE, + ACTIONS(723), 1, + anon_sym_SQUOTE, + STATE(565), 1, + sym_name_expression, + STATE(585), 1, + sym_expression, + STATE(661), 1, + sym_scoped_statement, + STATE(1435), 1, + aux_sym_name_expression_repeat1, + STATE(1664), 1, + sym_subexpression, + STATE(1796), 1, + aux_sym_name_expression_repeat2, + STATE(2223), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(705), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1252), 2, + sym_extended_name, + sym_literal, + STATE(1270), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(666), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [10781] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(583), 1, + anon_sym_LBRACK, + ACTIONS(703), 1, + anon_sym_LPAREN, + ACTIONS(707), 1, + anon_sym_return, + ACTIONS(709), 1, + anon_sym_DOLLAR, + ACTIONS(711), 1, + anon_sym_BSLASH, + ACTIONS(713), 1, + sym_name_identifier, + ACTIONS(715), 1, + sym_operator, + ACTIONS(717), 1, + sym_float_number_literal, + ACTIONS(719), 1, + sym_number_literal, + ACTIONS(721), 1, + anon_sym_DQUOTE, + ACTIONS(723), 1, + anon_sym_SQUOTE, + STATE(565), 1, + sym_name_expression, + STATE(593), 1, + sym_expression, + STATE(661), 1, + sym_scoped_statement, + STATE(1435), 1, + aux_sym_name_expression_repeat1, + STATE(1664), 1, + sym_subexpression, + STATE(1796), 1, + aux_sym_name_expression_repeat2, + STATE(2223), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(705), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1252), 2, + sym_extended_name, + sym_literal, + STATE(1270), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(666), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [10890] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(583), 1, + anon_sym_LBRACK, + ACTIONS(703), 1, + anon_sym_LPAREN, + ACTIONS(707), 1, + anon_sym_return, + ACTIONS(709), 1, + anon_sym_DOLLAR, + ACTIONS(711), 1, + anon_sym_BSLASH, + ACTIONS(713), 1, + sym_name_identifier, + ACTIONS(715), 1, + sym_operator, + ACTIONS(717), 1, + sym_float_number_literal, + ACTIONS(719), 1, + sym_number_literal, + ACTIONS(721), 1, + anon_sym_DQUOTE, + ACTIONS(723), 1, + anon_sym_SQUOTE, + STATE(565), 1, + sym_name_expression, + STATE(587), 1, + sym_expression, + STATE(661), 1, + sym_scoped_statement, + STATE(1435), 1, + aux_sym_name_expression_repeat1, + STATE(1664), 1, + sym_subexpression, + STATE(1796), 1, + aux_sym_name_expression_repeat2, + STATE(2223), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(705), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1252), 2, + sym_extended_name, + sym_literal, + STATE(1270), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(666), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [10999] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(583), 1, + anon_sym_LBRACK, + ACTIONS(703), 1, + anon_sym_LPAREN, + ACTIONS(707), 1, + anon_sym_return, + ACTIONS(709), 1, + anon_sym_DOLLAR, + ACTIONS(711), 1, + anon_sym_BSLASH, + ACTIONS(713), 1, + sym_name_identifier, + ACTIONS(715), 1, + sym_operator, + ACTIONS(717), 1, + sym_float_number_literal, + ACTIONS(719), 1, + sym_number_literal, + ACTIONS(721), 1, + anon_sym_DQUOTE, + ACTIONS(723), 1, + anon_sym_SQUOTE, + STATE(565), 1, + sym_name_expression, + STATE(592), 1, + sym_expression, + STATE(661), 1, + sym_scoped_statement, + STATE(1435), 1, + aux_sym_name_expression_repeat1, + STATE(1664), 1, + sym_subexpression, + STATE(1796), 1, + aux_sym_name_expression_repeat2, + STATE(2223), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(705), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1252), 2, + sym_extended_name, + sym_literal, + STATE(1270), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(666), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [11108] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(725), 1, + anon_sym_LPAREN, + ACTIONS(729), 1, + anon_sym_return, + ACTIONS(731), 1, + anon_sym_DOLLAR, + ACTIONS(733), 1, + anon_sym_BSLASH, + ACTIONS(735), 1, + sym_name_identifier, + ACTIONS(737), 1, + sym_operator, + ACTIONS(739), 1, + sym_float_number_literal, + ACTIONS(741), 1, + sym_number_literal, + ACTIONS(743), 1, + anon_sym_DQUOTE, + ACTIONS(745), 1, + anon_sym_SQUOTE, + STATE(609), 1, + sym_scoped_statement, + STATE(1347), 1, + sym_name_expression, + STATE(1399), 1, + aux_sym_name_expression_repeat1, + STATE(1808), 1, + aux_sym_name_expression_repeat2, + STATE(2262), 1, + aux_sym_reference_expression_repeat1, + STATE(2484), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + STATE(2850), 1, + sym_expression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(727), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1980), 2, + sym_extended_name, + sym_literal, + STATE(2009), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [11217] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(659), 1, + anon_sym_LPAREN, + ACTIONS(663), 1, + anon_sym_return, + ACTIONS(665), 1, + anon_sym_DOLLAR, + ACTIONS(667), 1, + anon_sym_BSLASH, + ACTIONS(669), 1, + sym_name_identifier, + ACTIONS(671), 1, + sym_operator, + ACTIONS(673), 1, + sym_float_number_literal, + ACTIONS(675), 1, + sym_number_literal, + ACTIONS(677), 1, + anon_sym_DQUOTE, + ACTIONS(679), 1, + anon_sym_SQUOTE, + STATE(609), 1, + sym_scoped_statement, + STATE(1350), 1, + sym_name_expression, + STATE(1395), 1, + aux_sym_name_expression_repeat1, + STATE(1828), 1, + aux_sym_name_expression_repeat2, + STATE(2233), 1, + aux_sym_reference_expression_repeat1, + STATE(2462), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + STATE(2909), 1, + sym_expression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(661), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1997), 2, + sym_string_literal, + sym_char_literal, + STATE(2002), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [11326] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(213), 1, + anon_sym_LPAREN, + ACTIONS(231), 1, + anon_sym_return, + ACTIONS(233), 1, + anon_sym_DOLLAR, + ACTIONS(235), 1, + anon_sym_BSLASH, + ACTIONS(237), 1, + sym_name_identifier, + ACTIONS(239), 1, + sym_operator, + ACTIONS(241), 1, + sym_float_number_literal, + ACTIONS(243), 1, + sym_number_literal, + ACTIONS(245), 1, + anon_sym_DQUOTE, + ACTIONS(247), 1, + anon_sym_SQUOTE, + STATE(566), 1, + sym_name_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(713), 1, + sym_expression, + STATE(1406), 1, + aux_sym_name_expression_repeat1, + STATE(1632), 1, + sym_subexpression, + STATE(1761), 1, + aux_sym_name_expression_repeat2, + STATE(2260), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(229), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1286), 2, + sym_string_literal, + sym_char_literal, + STATE(1289), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [11435] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + STATE(609), 1, + sym_scoped_statement, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2483), 1, + sym_expression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [11544] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(213), 1, + anon_sym_LPAREN, + ACTIONS(231), 1, + anon_sym_return, + ACTIONS(233), 1, + anon_sym_DOLLAR, + ACTIONS(235), 1, + anon_sym_BSLASH, + ACTIONS(237), 1, + sym_name_identifier, + ACTIONS(239), 1, + sym_operator, + ACTIONS(241), 1, + sym_float_number_literal, + ACTIONS(243), 1, + sym_number_literal, + ACTIONS(245), 1, + anon_sym_DQUOTE, + ACTIONS(247), 1, + anon_sym_SQUOTE, + STATE(566), 1, + sym_name_expression, + STATE(587), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1406), 1, + aux_sym_name_expression_repeat1, + STATE(1632), 1, + sym_subexpression, + STATE(1761), 1, + aux_sym_name_expression_repeat2, + STATE(2260), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(229), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1286), 2, + sym_string_literal, + sym_char_literal, + STATE(1289), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [11653] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(213), 1, + anon_sym_LPAREN, + ACTIONS(231), 1, + anon_sym_return, + ACTIONS(233), 1, + anon_sym_DOLLAR, + ACTIONS(235), 1, + anon_sym_BSLASH, + ACTIONS(237), 1, + sym_name_identifier, + ACTIONS(239), 1, + sym_operator, + ACTIONS(241), 1, + sym_float_number_literal, + ACTIONS(243), 1, + sym_number_literal, + ACTIONS(245), 1, + anon_sym_DQUOTE, + ACTIONS(247), 1, + anon_sym_SQUOTE, + STATE(566), 1, + sym_name_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(711), 1, + sym_expression, + STATE(1406), 1, + aux_sym_name_expression_repeat1, + STATE(1632), 1, + sym_subexpression, + STATE(1761), 1, + aux_sym_name_expression_repeat2, + STATE(2260), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(229), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1286), 2, + sym_string_literal, + sym_char_literal, + STATE(1289), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [11762] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, + anon_sym_LPAREN, + ACTIONS(751), 1, + anon_sym_return, + ACTIONS(753), 1, + anon_sym_DOLLAR, + ACTIONS(755), 1, + anon_sym_BSLASH, + ACTIONS(757), 1, + sym_name_identifier, + ACTIONS(759), 1, + sym_operator, + ACTIONS(761), 1, + sym_float_number_literal, + ACTIONS(763), 1, + sym_number_literal, + ACTIONS(765), 1, + anon_sym_DQUOTE, + ACTIONS(767), 1, + anon_sym_SQUOTE, + STATE(549), 1, + sym_name_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1461), 1, + aux_sym_name_expression_repeat1, + STATE(1513), 1, + sym_expression, + STATE(1519), 1, + sym_subexpression, + STATE(1681), 1, + aux_sym_name_expression_repeat2, + STATE(2261), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(749), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1046), 2, + sym_extended_name, + sym_literal, + STATE(1142), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [11871] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(553), 1, + anon_sym_LBRACK, + ACTIONS(769), 1, + anon_sym_LPAREN, + ACTIONS(773), 1, + anon_sym_return, + ACTIONS(775), 1, + anon_sym_DOLLAR, + ACTIONS(777), 1, + anon_sym_BSLASH, + ACTIONS(779), 1, + sym_name_identifier, + ACTIONS(781), 1, + sym_operator, + ACTIONS(783), 1, + sym_float_number_literal, + ACTIONS(785), 1, + sym_number_literal, + ACTIONS(787), 1, + anon_sym_DQUOTE, + ACTIONS(789), 1, + anon_sym_SQUOTE, + STATE(526), 1, + sym_name_expression, + STATE(639), 1, + sym_scoped_statement, + STATE(1414), 1, + aux_sym_name_expression_repeat1, + STATE(1476), 1, + sym_subexpression, + STATE(1547), 1, + sym_expression, + STATE(1811), 1, + aux_sym_name_expression_repeat2, + STATE(2244), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(771), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(860), 2, + sym_extended_name, + sym_literal, + STATE(878), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(641), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [11980] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(213), 1, + anon_sym_LPAREN, + ACTIONS(231), 1, + anon_sym_return, + ACTIONS(233), 1, + anon_sym_DOLLAR, + ACTIONS(235), 1, + anon_sym_BSLASH, + ACTIONS(237), 1, + sym_name_identifier, + ACTIONS(239), 1, + sym_operator, + ACTIONS(241), 1, + sym_float_number_literal, + ACTIONS(243), 1, + sym_number_literal, + ACTIONS(245), 1, + anon_sym_DQUOTE, + ACTIONS(247), 1, + anon_sym_SQUOTE, + STATE(566), 1, + sym_name_expression, + STATE(585), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1406), 1, + aux_sym_name_expression_repeat1, + STATE(1632), 1, + sym_subexpression, + STATE(1761), 1, + aux_sym_name_expression_repeat2, + STATE(2260), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(229), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1286), 2, + sym_string_literal, + sym_char_literal, + STATE(1289), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [12089] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(529), 1, + anon_sym_LBRACK, + ACTIONS(791), 1, + anon_sym_LPAREN, + ACTIONS(795), 1, + anon_sym_return, + ACTIONS(797), 1, + anon_sym_DOLLAR, + ACTIONS(799), 1, + anon_sym_BSLASH, + ACTIONS(801), 1, + sym_name_identifier, + ACTIONS(803), 1, + sym_operator, + ACTIONS(805), 1, + sym_float_number_literal, + ACTIONS(807), 1, + sym_number_literal, + ACTIONS(809), 1, + anon_sym_DQUOTE, + ACTIONS(811), 1, + anon_sym_SQUOTE, + STATE(524), 1, + sym_name_expression, + STATE(652), 1, + sym_scoped_statement, + STATE(1389), 1, + aux_sym_name_expression_repeat1, + STATE(1501), 1, + sym_subexpression, + STATE(1536), 1, + sym_expression, + STATE(1772), 1, + aux_sym_name_expression_repeat2, + STATE(2192), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(793), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(930), 2, + sym_string_literal, + sym_char_literal, + STATE(944), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(644), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [12198] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(583), 1, + anon_sym_LBRACK, + ACTIONS(813), 1, + anon_sym_LPAREN, + ACTIONS(817), 1, + anon_sym_return, + ACTIONS(819), 1, + anon_sym_DOLLAR, + ACTIONS(821), 1, + anon_sym_BSLASH, + ACTIONS(823), 1, + sym_name_identifier, + ACTIONS(825), 1, + sym_operator, + ACTIONS(827), 1, + sym_float_number_literal, + ACTIONS(829), 1, + sym_number_literal, + ACTIONS(831), 1, + anon_sym_DQUOTE, + ACTIONS(833), 1, + anon_sym_SQUOTE, + STATE(547), 1, + sym_name_expression, + STATE(661), 1, + sym_scoped_statement, + STATE(673), 1, + sym_expression, + STATE(1453), 1, + aux_sym_name_expression_repeat1, + STATE(1557), 1, + sym_subexpression, + STATE(1763), 1, + aux_sym_name_expression_repeat2, + STATE(2204), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(815), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1108), 2, + sym_extended_name, + sym_literal, + STATE(1109), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(666), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [12307] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(529), 1, + anon_sym_LBRACK, + ACTIONS(835), 1, + anon_sym_LPAREN, + ACTIONS(839), 1, + anon_sym_return, + ACTIONS(841), 1, + anon_sym_DOLLAR, + ACTIONS(843), 1, + anon_sym_BSLASH, + ACTIONS(845), 1, + sym_name_identifier, + ACTIONS(847), 1, + sym_operator, + ACTIONS(849), 1, + sym_float_number_literal, + ACTIONS(851), 1, + sym_number_literal, + ACTIONS(853), 1, + anon_sym_DQUOTE, + ACTIONS(855), 1, + anon_sym_SQUOTE, + STATE(553), 1, + sym_name_expression, + STATE(652), 1, + sym_scoped_statement, + STATE(1426), 1, + aux_sym_name_expression_repeat1, + STATE(1514), 1, + sym_subexpression, + STATE(1640), 1, + sym_expression, + STATE(1690), 1, + aux_sym_name_expression_repeat2, + STATE(2263), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(837), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1049), 2, + sym_extended_name, + sym_literal, + STATE(1067), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(644), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [12416] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(583), 1, + anon_sym_LBRACK, + ACTIONS(703), 1, + anon_sym_LPAREN, + ACTIONS(707), 1, + anon_sym_return, + ACTIONS(709), 1, + anon_sym_DOLLAR, + ACTIONS(711), 1, + anon_sym_BSLASH, + ACTIONS(713), 1, + sym_name_identifier, + ACTIONS(715), 1, + sym_operator, + ACTIONS(717), 1, + sym_float_number_literal, + ACTIONS(719), 1, + sym_number_literal, + ACTIONS(721), 1, + anon_sym_DQUOTE, + ACTIONS(723), 1, + anon_sym_SQUOTE, + STATE(565), 1, + sym_name_expression, + STATE(661), 1, + sym_scoped_statement, + STATE(673), 1, + sym_expression, + STATE(1435), 1, + aux_sym_name_expression_repeat1, + STATE(1664), 1, + sym_subexpression, + STATE(1796), 1, + aux_sym_name_expression_repeat2, + STATE(2223), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(705), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1252), 2, + sym_extended_name, + sym_literal, + STATE(1270), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(666), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [12525] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(213), 1, + anon_sym_LPAREN, + ACTIONS(231), 1, + anon_sym_return, + ACTIONS(233), 1, + anon_sym_DOLLAR, + ACTIONS(235), 1, + anon_sym_BSLASH, + ACTIONS(237), 1, + sym_name_identifier, + ACTIONS(239), 1, + sym_operator, + ACTIONS(241), 1, + sym_float_number_literal, + ACTIONS(243), 1, + sym_number_literal, + ACTIONS(245), 1, + anon_sym_DQUOTE, + ACTIONS(247), 1, + anon_sym_SQUOTE, + STATE(566), 1, + sym_name_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(701), 1, + sym_expression, + STATE(1406), 1, + aux_sym_name_expression_repeat1, + STATE(1632), 1, + sym_subexpression, + STATE(1761), 1, + aux_sym_name_expression_repeat2, + STATE(2260), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(229), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1286), 2, + sym_string_literal, + sym_char_literal, + STATE(1289), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [12634] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(529), 1, + anon_sym_LBRACK, + ACTIONS(835), 1, + anon_sym_LPAREN, + ACTIONS(839), 1, + anon_sym_return, + ACTIONS(841), 1, + anon_sym_DOLLAR, + ACTIONS(843), 1, + anon_sym_BSLASH, + ACTIONS(845), 1, + sym_name_identifier, + ACTIONS(847), 1, + sym_operator, + ACTIONS(849), 1, + sym_float_number_literal, + ACTIONS(851), 1, + sym_number_literal, + ACTIONS(853), 1, + anon_sym_DQUOTE, + ACTIONS(855), 1, + anon_sym_SQUOTE, + STATE(553), 1, + sym_name_expression, + STATE(586), 1, + sym_expression, + STATE(652), 1, + sym_scoped_statement, + STATE(1426), 1, + aux_sym_name_expression_repeat1, + STATE(1514), 1, + sym_subexpression, + STATE(1690), 1, + aux_sym_name_expression_repeat2, + STATE(2263), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(837), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1049), 2, + sym_extended_name, + sym_literal, + STATE(1067), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(644), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [12743] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, + anon_sym_LPAREN, + ACTIONS(751), 1, + anon_sym_return, + ACTIONS(753), 1, + anon_sym_DOLLAR, + ACTIONS(755), 1, + anon_sym_BSLASH, + ACTIONS(757), 1, + sym_name_identifier, + ACTIONS(759), 1, + sym_operator, + ACTIONS(761), 1, + sym_float_number_literal, + ACTIONS(763), 1, + sym_number_literal, + ACTIONS(765), 1, + anon_sym_DQUOTE, + ACTIONS(767), 1, + anon_sym_SQUOTE, + STATE(549), 1, + sym_name_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(663), 1, + sym_expression, + STATE(1461), 1, + aux_sym_name_expression_repeat1, + STATE(1519), 1, + sym_subexpression, + STATE(1681), 1, + aux_sym_name_expression_repeat2, + STATE(2261), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(749), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1046), 2, + sym_extended_name, + sym_literal, + STATE(1142), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [12852] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(529), 1, + anon_sym_LBRACK, + ACTIONS(835), 1, + anon_sym_LPAREN, + ACTIONS(839), 1, + anon_sym_return, + ACTIONS(841), 1, + anon_sym_DOLLAR, + ACTIONS(843), 1, + anon_sym_BSLASH, + ACTIONS(845), 1, + sym_name_identifier, + ACTIONS(847), 1, + sym_operator, + ACTIONS(849), 1, + sym_float_number_literal, + ACTIONS(851), 1, + sym_number_literal, + ACTIONS(853), 1, + anon_sym_DQUOTE, + ACTIONS(855), 1, + anon_sym_SQUOTE, + STATE(553), 1, + sym_name_expression, + STATE(588), 1, + sym_expression, + STATE(652), 1, + sym_scoped_statement, + STATE(1426), 1, + aux_sym_name_expression_repeat1, + STATE(1514), 1, + sym_subexpression, + STATE(1690), 1, + aux_sym_name_expression_repeat2, + STATE(2263), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(837), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1049), 2, + sym_extended_name, + sym_literal, + STATE(1067), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(644), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [12961] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(583), 1, + anon_sym_LBRACK, + ACTIONS(703), 1, + anon_sym_LPAREN, + ACTIONS(707), 1, + anon_sym_return, + ACTIONS(709), 1, + anon_sym_DOLLAR, + ACTIONS(711), 1, + anon_sym_BSLASH, + ACTIONS(713), 1, + sym_name_identifier, + ACTIONS(715), 1, + sym_operator, + ACTIONS(717), 1, + sym_float_number_literal, + ACTIONS(719), 1, + sym_number_literal, + ACTIONS(721), 1, + anon_sym_DQUOTE, + ACTIONS(723), 1, + anon_sym_SQUOTE, + STATE(565), 1, + sym_name_expression, + STATE(661), 1, + sym_scoped_statement, + STATE(668), 1, + sym_expression, + STATE(1435), 1, + aux_sym_name_expression_repeat1, + STATE(1664), 1, + sym_subexpression, + STATE(1796), 1, + aux_sym_name_expression_repeat2, + STATE(2223), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(705), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1252), 2, + sym_extended_name, + sym_literal, + STATE(1270), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(666), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [13070] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(619), 1, + anon_sym_LPAREN, + ACTIONS(623), 1, + sym_name_identifier, + ACTIONS(627), 1, + sym_float_number_literal, + ACTIONS(629), 1, + sym_number_literal, + ACTIONS(631), 1, + anon_sym_DQUOTE, + ACTIONS(633), 1, + anon_sym_SQUOTE, + STATE(736), 1, + sym_type_subexpression, + STATE(785), 1, + sym_subexpression_token, + STATE(1409), 1, + aux_sym_name_expression_repeat1, + STATE(1793), 1, + aux_sym_name_expression_repeat2, + STATE(2325), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(621), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(625), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(291), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(720), 2, + sym_extended_name, + sym_literal, + STATE(734), 2, + sym_string_literal, + sym_char_literal, + STATE(937), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(513), 3, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_SEMI, + ACTIONS(515), 16, anon_sym_const, anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, anon_sym_AMP, anon_sym_PIPE, - sym_operator, - [21045] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(219), 1, - anon_sym_RBRACE, - ACTIONS(866), 1, - anon_sym_LPAREN, - ACTIONS(869), 1, - sym_name_identifier, - ACTIONS(875), 1, - sym_float_number_literal, - ACTIONS(878), 1, - sym_number_literal, - ACTIONS(881), 1, - anon_sym_DQUOTE, - ACTIONS(884), 1, - anon_sym_SQUOTE, - STATE(751), 1, - sym_type_subexpression, - STATE(760), 1, - sym_literal, - STATE(801), 1, - sym_subexpression_token, - STATE(1304), 1, - aux_sym_name_superexpression_repeat1, - STATE(1615), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(872), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(178), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(722), 2, - sym_string_literal, - sym_char_literal, - STATE(847), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(217), 16, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, sym_operator, - [21126] = 20, + [13161] = 31, ACTIONS(3), 1, sym__line_comment, - ACTIONS(219), 1, - ts_builtin_sym_end, - ACTIONS(887), 1, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(681), 1, anon_sym_LPAREN, - ACTIONS(890), 1, + ACTIONS(685), 1, + anon_sym_return, + ACTIONS(687), 1, + anon_sym_DOLLAR, + ACTIONS(689), 1, + anon_sym_BSLASH, + ACTIONS(691), 1, sym_name_identifier, - ACTIONS(896), 1, + ACTIONS(693), 1, + sym_operator, + ACTIONS(695), 1, sym_float_number_literal, - ACTIONS(899), 1, + ACTIONS(697), 1, sym_number_literal, - ACTIONS(902), 1, + ACTIONS(699), 1, anon_sym_DQUOTE, - ACTIONS(905), 1, + ACTIONS(701), 1, anon_sym_SQUOTE, - STATE(660), 1, - sym_literal, - STATE(674), 1, + STATE(592), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1337), 1, + sym_name_expression, + STATE(1415), 1, + aux_sym_name_expression_repeat1, + STATE(1786), 1, + aux_sym_name_expression_repeat2, + STATE(2228), 1, + aux_sym_reference_expression_repeat1, + STATE(2476), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, sym_type_subexpression, - STATE(860), 1, - sym_subexpression_token, - STATE(1250), 1, - aux_sym_name_superexpression_repeat1, - STATE(1673), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(893), 2, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(179), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(687), 2, + ACTIONS(683), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1947), 2, sym_string_literal, sym_char_literal, - STATE(807), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(217), 16, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_elif, - anon_sym_else, - sym_operator, - [21207] = 20, + STATE(1957), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [13270] = 31, ACTIONS(3), 1, sym__line_comment, - ACTIONS(219), 1, - ts_builtin_sym_end, - ACTIONS(908), 1, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(857), 1, anon_sym_LPAREN, + ACTIONS(861), 1, + anon_sym_return, + ACTIONS(863), 1, + anon_sym_DOLLAR, + ACTIONS(865), 1, + anon_sym_BSLASH, + ACTIONS(867), 1, + sym_name_identifier, + ACTIONS(869), 1, + sym_operator, + ACTIONS(871), 1, + sym_float_number_literal, + ACTIONS(873), 1, + sym_number_literal, + ACTIONS(875), 1, + anon_sym_DQUOTE, + ACTIONS(877), 1, + anon_sym_SQUOTE, + STATE(533), 1, + sym_name_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(663), 1, + sym_expression, + STATE(1446), 1, + aux_sym_name_expression_repeat1, + STATE(1500), 1, + sym_subexpression, + STATE(1688), 1, + aux_sym_name_expression_repeat2, + STATE(2242), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(859), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(907), 2, + sym_string_literal, + sym_char_literal, + STATE(935), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [13379] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + STATE(609), 1, + sym_scoped_statement, + STATE(773), 1, + sym_expression, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [13488] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(583), 1, + anon_sym_LBRACK, + ACTIONS(813), 1, + anon_sym_LPAREN, + ACTIONS(817), 1, + anon_sym_return, + ACTIONS(819), 1, + anon_sym_DOLLAR, + ACTIONS(821), 1, + anon_sym_BSLASH, + ACTIONS(823), 1, + sym_name_identifier, + ACTIONS(825), 1, + sym_operator, + ACTIONS(827), 1, + sym_float_number_literal, + ACTIONS(829), 1, + sym_number_literal, + ACTIONS(831), 1, + anon_sym_DQUOTE, + ACTIONS(833), 1, + anon_sym_SQUOTE, + STATE(547), 1, + sym_name_expression, + STATE(661), 1, + sym_scoped_statement, + STATE(668), 1, + sym_expression, + STATE(1453), 1, + aux_sym_name_expression_repeat1, + STATE(1557), 1, + sym_subexpression, + STATE(1763), 1, + aux_sym_name_expression_repeat2, + STATE(2204), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(815), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1108), 2, + sym_extended_name, + sym_literal, + STATE(1109), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(666), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [13597] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + STATE(609), 1, + sym_scoped_statement, + STATE(769), 1, + sym_expression, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [13706] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(681), 1, + anon_sym_LPAREN, + ACTIONS(685), 1, + anon_sym_return, + ACTIONS(687), 1, + anon_sym_DOLLAR, + ACTIONS(689), 1, + anon_sym_BSLASH, + ACTIONS(691), 1, + sym_name_identifier, + ACTIONS(693), 1, + sym_operator, + ACTIONS(695), 1, + sym_float_number_literal, + ACTIONS(697), 1, + sym_number_literal, + ACTIONS(699), 1, + anon_sym_DQUOTE, + ACTIONS(701), 1, + anon_sym_SQUOTE, + STATE(587), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1337), 1, + sym_name_expression, + STATE(1415), 1, + aux_sym_name_expression_repeat1, + STATE(1786), 1, + aux_sym_name_expression_repeat2, + STATE(2228), 1, + aux_sym_reference_expression_repeat1, + STATE(2476), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(683), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1947), 2, + sym_string_literal, + sym_char_literal, + STATE(1957), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [13815] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(681), 1, + anon_sym_LPAREN, + ACTIONS(685), 1, + anon_sym_return, + ACTIONS(687), 1, + anon_sym_DOLLAR, + ACTIONS(689), 1, + anon_sym_BSLASH, + ACTIONS(691), 1, + sym_name_identifier, + ACTIONS(693), 1, + sym_operator, + ACTIONS(695), 1, + sym_float_number_literal, + ACTIONS(697), 1, + sym_number_literal, + ACTIONS(699), 1, + anon_sym_DQUOTE, + ACTIONS(701), 1, + anon_sym_SQUOTE, + STATE(593), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1337), 1, + sym_name_expression, + STATE(1415), 1, + aux_sym_name_expression_repeat1, + STATE(1786), 1, + aux_sym_name_expression_repeat2, + STATE(2228), 1, + aux_sym_reference_expression_repeat1, + STATE(2476), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(683), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1947), 2, + sym_string_literal, + sym_char_literal, + STATE(1957), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [13924] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(529), 1, + anon_sym_LBRACK, + ACTIONS(835), 1, + anon_sym_LPAREN, + ACTIONS(839), 1, + anon_sym_return, + ACTIONS(841), 1, + anon_sym_DOLLAR, + ACTIONS(843), 1, + anon_sym_BSLASH, + ACTIONS(845), 1, + sym_name_identifier, + ACTIONS(847), 1, + sym_operator, + ACTIONS(849), 1, + sym_float_number_literal, + ACTIONS(851), 1, + sym_number_literal, + ACTIONS(853), 1, + anon_sym_DQUOTE, + ACTIONS(855), 1, + anon_sym_SQUOTE, + STATE(553), 1, + sym_name_expression, + STATE(585), 1, + sym_expression, + STATE(652), 1, + sym_scoped_statement, + STATE(1426), 1, + aux_sym_name_expression_repeat1, + STATE(1514), 1, + sym_subexpression, + STATE(1690), 1, + aux_sym_name_expression_repeat2, + STATE(2263), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(837), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1049), 2, + sym_extended_name, + sym_literal, + STATE(1067), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(644), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [14033] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(529), 1, + anon_sym_LBRACK, + ACTIONS(835), 1, + anon_sym_LPAREN, + ACTIONS(839), 1, + anon_sym_return, + ACTIONS(841), 1, + anon_sym_DOLLAR, + ACTIONS(843), 1, + anon_sym_BSLASH, + ACTIONS(845), 1, + sym_name_identifier, + ACTIONS(847), 1, + sym_operator, + ACTIONS(849), 1, + sym_float_number_literal, + ACTIONS(851), 1, + sym_number_literal, + ACTIONS(853), 1, + anon_sym_DQUOTE, + ACTIONS(855), 1, + anon_sym_SQUOTE, + STATE(553), 1, + sym_name_expression, + STATE(593), 1, + sym_expression, + STATE(652), 1, + sym_scoped_statement, + STATE(1426), 1, + aux_sym_name_expression_repeat1, + STATE(1514), 1, + sym_subexpression, + STATE(1690), 1, + aux_sym_name_expression_repeat2, + STATE(2263), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(837), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1049), 2, + sym_extended_name, + sym_literal, + STATE(1067), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(644), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [14142] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(529), 1, + anon_sym_LBRACK, + ACTIONS(835), 1, + anon_sym_LPAREN, + ACTIONS(839), 1, + anon_sym_return, + ACTIONS(841), 1, + anon_sym_DOLLAR, + ACTIONS(843), 1, + anon_sym_BSLASH, + ACTIONS(845), 1, + sym_name_identifier, + ACTIONS(847), 1, + sym_operator, + ACTIONS(849), 1, + sym_float_number_literal, + ACTIONS(851), 1, + sym_number_literal, + ACTIONS(853), 1, + anon_sym_DQUOTE, + ACTIONS(855), 1, + anon_sym_SQUOTE, + STATE(553), 1, + sym_name_expression, + STATE(587), 1, + sym_expression, + STATE(652), 1, + sym_scoped_statement, + STATE(1426), 1, + aux_sym_name_expression_repeat1, + STATE(1514), 1, + sym_subexpression, + STATE(1690), 1, + aux_sym_name_expression_repeat2, + STATE(2263), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(837), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1049), 2, + sym_extended_name, + sym_literal, + STATE(1067), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(644), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [14251] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(529), 1, + anon_sym_LBRACK, + ACTIONS(835), 1, + anon_sym_LPAREN, + ACTIONS(839), 1, + anon_sym_return, + ACTIONS(841), 1, + anon_sym_DOLLAR, + ACTIONS(843), 1, + anon_sym_BSLASH, + ACTIONS(845), 1, + sym_name_identifier, + ACTIONS(847), 1, + sym_operator, + ACTIONS(849), 1, + sym_float_number_literal, + ACTIONS(851), 1, + sym_number_literal, + ACTIONS(853), 1, + anon_sym_DQUOTE, + ACTIONS(855), 1, + anon_sym_SQUOTE, + STATE(553), 1, + sym_name_expression, + STATE(592), 1, + sym_expression, + STATE(652), 1, + sym_scoped_statement, + STATE(1426), 1, + aux_sym_name_expression_repeat1, + STATE(1514), 1, + sym_subexpression, + STATE(1690), 1, + aux_sym_name_expression_repeat2, + STATE(2263), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(837), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1049), 2, + sym_extended_name, + sym_literal, + STATE(1067), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(644), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [14360] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + STATE(609), 1, + sym_scoped_statement, + STATE(713), 1, + sym_expression, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [14469] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(529), 1, + anon_sym_LBRACK, + ACTIONS(879), 1, + anon_sym_LPAREN, + ACTIONS(883), 1, + anon_sym_return, + ACTIONS(885), 1, + anon_sym_DOLLAR, + ACTIONS(887), 1, + anon_sym_BSLASH, + ACTIONS(889), 1, + sym_name_identifier, + ACTIONS(891), 1, + sym_operator, + ACTIONS(893), 1, + sym_float_number_literal, + ACTIONS(895), 1, + sym_number_literal, + ACTIONS(897), 1, + anon_sym_DQUOTE, + ACTIONS(899), 1, + anon_sym_SQUOTE, + STATE(559), 1, + sym_name_expression, + STATE(592), 1, + sym_expression, + STATE(652), 1, + sym_scoped_statement, + STATE(1417), 1, + aux_sym_name_expression_repeat1, + STATE(1558), 1, + sym_subexpression, + STATE(1741), 1, + aux_sym_name_expression_repeat2, + STATE(2226), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(881), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1112), 2, + sym_extended_name, + sym_literal, + STATE(1130), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(644), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [14578] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(529), 1, + anon_sym_LBRACK, + ACTIONS(879), 1, + anon_sym_LPAREN, + ACTIONS(883), 1, + anon_sym_return, + ACTIONS(885), 1, + anon_sym_DOLLAR, + ACTIONS(887), 1, + anon_sym_BSLASH, + ACTIONS(889), 1, + sym_name_identifier, + ACTIONS(891), 1, + sym_operator, + ACTIONS(893), 1, + sym_float_number_literal, + ACTIONS(895), 1, + sym_number_literal, + ACTIONS(897), 1, + anon_sym_DQUOTE, + ACTIONS(899), 1, + anon_sym_SQUOTE, + STATE(559), 1, + sym_name_expression, + STATE(587), 1, + sym_expression, + STATE(652), 1, + sym_scoped_statement, + STATE(1417), 1, + aux_sym_name_expression_repeat1, + STATE(1558), 1, + sym_subexpression, + STATE(1741), 1, + aux_sym_name_expression_repeat2, + STATE(2226), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(881), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1112), 2, + sym_extended_name, + sym_literal, + STATE(1130), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(644), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [14687] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + STATE(609), 1, + sym_scoped_statement, + STATE(711), 1, + sym_expression, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [14796] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(681), 1, + anon_sym_LPAREN, + ACTIONS(685), 1, + anon_sym_return, + ACTIONS(687), 1, + anon_sym_DOLLAR, + ACTIONS(689), 1, + anon_sym_BSLASH, + ACTIONS(691), 1, + sym_name_identifier, + ACTIONS(693), 1, + sym_operator, + ACTIONS(695), 1, + sym_float_number_literal, + ACTIONS(697), 1, + sym_number_literal, + ACTIONS(699), 1, + anon_sym_DQUOTE, + ACTIONS(701), 1, + anon_sym_SQUOTE, + STATE(585), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1337), 1, + sym_name_expression, + STATE(1415), 1, + aux_sym_name_expression_repeat1, + STATE(1786), 1, + aux_sym_name_expression_repeat2, + STATE(2228), 1, + aux_sym_reference_expression_repeat1, + STATE(2476), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(683), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1947), 2, + sym_string_literal, + sym_char_literal, + STATE(1957), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [14905] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(529), 1, + anon_sym_LBRACK, + ACTIONS(879), 1, + anon_sym_LPAREN, + ACTIONS(883), 1, + anon_sym_return, + ACTIONS(885), 1, + anon_sym_DOLLAR, + ACTIONS(887), 1, + anon_sym_BSLASH, + ACTIONS(889), 1, + sym_name_identifier, + ACTIONS(891), 1, + sym_operator, + ACTIONS(893), 1, + sym_float_number_literal, + ACTIONS(895), 1, + sym_number_literal, + ACTIONS(897), 1, + anon_sym_DQUOTE, + ACTIONS(899), 1, + anon_sym_SQUOTE, + STATE(559), 1, + sym_name_expression, + STATE(593), 1, + sym_expression, + STATE(652), 1, + sym_scoped_statement, + STATE(1417), 1, + aux_sym_name_expression_repeat1, + STATE(1558), 1, + sym_subexpression, + STATE(1741), 1, + aux_sym_name_expression_repeat2, + STATE(2226), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(881), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1112), 2, + sym_extended_name, + sym_literal, + STATE(1130), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(644), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [15014] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + STATE(609), 1, + sym_scoped_statement, + STATE(701), 1, + sym_expression, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [15123] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(597), 1, + anon_sym_LPAREN, + ACTIONS(601), 1, + anon_sym_return, + ACTIONS(603), 1, + anon_sym_DOLLAR, + ACTIONS(605), 1, + anon_sym_BSLASH, + ACTIONS(607), 1, + sym_name_identifier, + ACTIONS(609), 1, + sym_operator, + ACTIONS(611), 1, + sym_float_number_literal, + ACTIONS(613), 1, + sym_number_literal, + ACTIONS(615), 1, + anon_sym_DQUOTE, + ACTIONS(617), 1, + anon_sym_SQUOTE, + STATE(609), 1, + sym_scoped_statement, + STATE(1344), 1, + sym_name_expression, + STATE(1410), 1, + aux_sym_name_expression_repeat1, + STATE(1766), 1, + aux_sym_name_expression_repeat2, + STATE(2253), 1, + aux_sym_reference_expression_repeat1, + STATE(2467), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + STATE(2888), 1, + sym_expression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(599), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1940), 2, + sym_extended_name, + sym_literal, + STATE(1942), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [15232] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + STATE(609), 1, + sym_scoped_statement, + STATE(760), 1, + sym_expression, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [15341] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(553), 1, + anon_sym_LBRACK, + ACTIONS(901), 1, + anon_sym_LPAREN, + ACTIONS(905), 1, + anon_sym_return, + ACTIONS(907), 1, + anon_sym_DOLLAR, + ACTIONS(909), 1, + anon_sym_BSLASH, ACTIONS(911), 1, sym_name_identifier, - ACTIONS(917), 1, + ACTIONS(913), 1, + sym_operator, + ACTIONS(915), 1, sym_float_number_literal, - ACTIONS(920), 1, + ACTIONS(917), 1, sym_number_literal, - ACTIONS(923), 1, + ACTIONS(919), 1, anon_sym_DQUOTE, - ACTIONS(926), 1, + ACTIONS(921), 1, anon_sym_SQUOTE, - STATE(662), 1, - sym_literal, - STATE(666), 1, + STATE(523), 1, + sym_name_expression, + STATE(586), 1, + sym_expression, + STATE(639), 1, + sym_scoped_statement, + STATE(1430), 1, + aux_sym_name_expression_repeat1, + STATE(1496), 1, + sym_subexpression, + STATE(1697), 1, + aux_sym_name_expression_repeat2, + STATE(2252), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, sym_type_subexpression, - STATE(881), 1, - sym_subexpression_token, - STATE(1316), 1, - aux_sym_name_superexpression_repeat1, - STATE(1696), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(914), 2, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(180), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(679), 2, + ACTIONS(903), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(826), 2, sym_string_literal, sym_char_literal, - STATE(822), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(217), 16, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - sym_operator, - [21288] = 20, + STATE(847), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(641), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [15450] = 31, ACTIONS(3), 1, sym__line_comment, - ACTIONS(244), 1, - ts_builtin_sym_end, - ACTIONS(677), 1, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(553), 1, + anon_sym_LBRACK, + ACTIONS(901), 1, anon_sym_LPAREN, - ACTIONS(679), 1, + ACTIONS(905), 1, + anon_sym_return, + ACTIONS(907), 1, + anon_sym_DOLLAR, + ACTIONS(909), 1, + anon_sym_BSLASH, + ACTIONS(911), 1, sym_name_identifier, - ACTIONS(683), 1, + ACTIONS(913), 1, + sym_operator, + ACTIONS(915), 1, sym_float_number_literal, - ACTIONS(685), 1, + ACTIONS(917), 1, sym_number_literal, - ACTIONS(687), 1, + ACTIONS(919), 1, anon_sym_DQUOTE, - ACTIONS(689), 1, + ACTIONS(921), 1, anon_sym_SQUOTE, - STATE(662), 1, - sym_literal, - STATE(666), 1, + STATE(523), 1, + sym_name_expression, + STATE(588), 1, + sym_expression, + STATE(639), 1, + sym_scoped_statement, + STATE(1430), 1, + aux_sym_name_expression_repeat1, + STATE(1496), 1, + sym_subexpression, + STATE(1697), 1, + aux_sym_name_expression_repeat2, + STATE(2252), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, sym_type_subexpression, - STATE(881), 1, - sym_subexpression_token, - STATE(1316), 1, - aux_sym_name_superexpression_repeat1, - STATE(1696), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(681), 2, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(180), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(679), 2, + ACTIONS(903), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(826), 2, sym_string_literal, sym_char_literal, - STATE(822), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(242), 16, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, + STATE(847), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(641), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [15559] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(529), 1, + anon_sym_LBRACK, + ACTIONS(879), 1, + anon_sym_LPAREN, + ACTIONS(883), 1, + anon_sym_return, + ACTIONS(885), 1, + anon_sym_DOLLAR, + ACTIONS(887), 1, + anon_sym_BSLASH, + ACTIONS(889), 1, + sym_name_identifier, + ACTIONS(891), 1, sym_operator, - [21369] = 28, + ACTIONS(893), 1, + sym_float_number_literal, + ACTIONS(895), 1, + sym_number_literal, + ACTIONS(897), 1, + anon_sym_DQUOTE, + ACTIONS(899), 1, + anon_sym_SQUOTE, + STATE(559), 1, + sym_name_expression, + STATE(585), 1, + sym_expression, + STATE(652), 1, + sym_scoped_statement, + STATE(1417), 1, + aux_sym_name_expression_repeat1, + STATE(1558), 1, + sym_subexpression, + STATE(1741), 1, + aux_sym_name_expression_repeat2, + STATE(2226), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(881), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1112), 2, + sym_extended_name, + sym_literal, + STATE(1130), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(644), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [15668] = 31, ACTIONS(3), 1, sym__line_comment, ACTIONS(29), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + STATE(588), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [15777] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(553), 1, + anon_sym_LBRACK, + ACTIONS(901), 1, + anon_sym_LPAREN, + ACTIONS(905), 1, + anon_sym_return, + ACTIONS(907), 1, + anon_sym_DOLLAR, + ACTIONS(909), 1, + anon_sym_BSLASH, + ACTIONS(911), 1, + sym_name_identifier, + ACTIONS(913), 1, + sym_operator, + ACTIONS(915), 1, + sym_float_number_literal, + ACTIONS(917), 1, + sym_number_literal, + ACTIONS(919), 1, + anon_sym_DQUOTE, + ACTIONS(921), 1, + anon_sym_SQUOTE, + STATE(523), 1, + sym_name_expression, + STATE(585), 1, + sym_expression, + STATE(639), 1, + sym_scoped_statement, + STATE(1430), 1, + aux_sym_name_expression_repeat1, + STATE(1496), 1, + sym_subexpression, + STATE(1697), 1, + aux_sym_name_expression_repeat2, + STATE(2252), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(903), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(826), 2, + sym_string_literal, + sym_char_literal, + STATE(847), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(641), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [15886] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(857), 1, + anon_sym_LPAREN, + ACTIONS(861), 1, + anon_sym_return, + ACTIONS(863), 1, + anon_sym_DOLLAR, + ACTIONS(865), 1, + anon_sym_BSLASH, + ACTIONS(867), 1, + sym_name_identifier, + ACTIONS(869), 1, + sym_operator, + ACTIONS(871), 1, + sym_float_number_literal, + ACTIONS(873), 1, + sym_number_literal, + ACTIONS(875), 1, + anon_sym_DQUOTE, + ACTIONS(877), 1, + anon_sym_SQUOTE, + STATE(533), 1, + sym_name_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1446), 1, + aux_sym_name_expression_repeat1, + STATE(1477), 1, + sym_expression, + STATE(1500), 1, + sym_subexpression, + STATE(1688), 1, + aux_sym_name_expression_repeat2, + STATE(2242), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(859), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(907), 2, + sym_string_literal, + sym_char_literal, + STATE(935), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [15995] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(553), 1, + anon_sym_LBRACK, + ACTIONS(901), 1, + anon_sym_LPAREN, + ACTIONS(905), 1, + anon_sym_return, + ACTIONS(907), 1, + anon_sym_DOLLAR, + ACTIONS(909), 1, + anon_sym_BSLASH, + ACTIONS(911), 1, + sym_name_identifier, + ACTIONS(913), 1, + sym_operator, + ACTIONS(915), 1, + sym_float_number_literal, + ACTIONS(917), 1, + sym_number_literal, + ACTIONS(919), 1, + anon_sym_DQUOTE, + ACTIONS(921), 1, + anon_sym_SQUOTE, + STATE(523), 1, + sym_name_expression, + STATE(593), 1, + sym_expression, + STATE(639), 1, + sym_scoped_statement, + STATE(1430), 1, + aux_sym_name_expression_repeat1, + STATE(1496), 1, + sym_subexpression, + STATE(1697), 1, + aux_sym_name_expression_repeat2, + STATE(2252), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(903), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(826), 2, + sym_string_literal, + sym_char_literal, + STATE(847), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(641), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [16104] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(553), 1, + anon_sym_LBRACK, + ACTIONS(901), 1, + anon_sym_LPAREN, + ACTIONS(905), 1, + anon_sym_return, + ACTIONS(907), 1, + anon_sym_DOLLAR, + ACTIONS(909), 1, + anon_sym_BSLASH, + ACTIONS(911), 1, + sym_name_identifier, + ACTIONS(913), 1, + sym_operator, + ACTIONS(915), 1, + sym_float_number_literal, + ACTIONS(917), 1, + sym_number_literal, + ACTIONS(919), 1, + anon_sym_DQUOTE, + ACTIONS(921), 1, + anon_sym_SQUOTE, + STATE(523), 1, + sym_name_expression, + STATE(587), 1, + sym_expression, + STATE(639), 1, + sym_scoped_statement, + STATE(1430), 1, + aux_sym_name_expression_repeat1, + STATE(1496), 1, + sym_subexpression, + STATE(1697), 1, + aux_sym_name_expression_repeat2, + STATE(2252), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(903), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(826), 2, + sym_string_literal, + sym_char_literal, + STATE(847), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(641), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [16213] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(553), 1, + anon_sym_LBRACK, + ACTIONS(901), 1, + anon_sym_LPAREN, + ACTIONS(905), 1, + anon_sym_return, + ACTIONS(907), 1, + anon_sym_DOLLAR, + ACTIONS(909), 1, + anon_sym_BSLASH, + ACTIONS(911), 1, + sym_name_identifier, + ACTIONS(913), 1, + sym_operator, + ACTIONS(915), 1, + sym_float_number_literal, + ACTIONS(917), 1, + sym_number_literal, + ACTIONS(919), 1, + anon_sym_DQUOTE, + ACTIONS(921), 1, + anon_sym_SQUOTE, + STATE(523), 1, + sym_name_expression, + STATE(592), 1, + sym_expression, + STATE(639), 1, + sym_scoped_statement, + STATE(1430), 1, + aux_sym_name_expression_repeat1, + STATE(1496), 1, + sym_subexpression, + STATE(1697), 1, + aux_sym_name_expression_repeat2, + STATE(2252), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(903), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(826), 2, + sym_string_literal, + sym_char_literal, + STATE(847), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(641), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [16322] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(597), 1, + anon_sym_LPAREN, + ACTIONS(601), 1, + anon_sym_return, + ACTIONS(603), 1, + anon_sym_DOLLAR, + ACTIONS(605), 1, + anon_sym_BSLASH, + ACTIONS(607), 1, + sym_name_identifier, + ACTIONS(609), 1, + sym_operator, + ACTIONS(611), 1, + sym_float_number_literal, + ACTIONS(613), 1, + sym_number_literal, + ACTIONS(615), 1, + anon_sym_DQUOTE, + ACTIONS(617), 1, + anon_sym_SQUOTE, + STATE(609), 1, + sym_scoped_statement, + STATE(1344), 1, + sym_name_expression, + STATE(1410), 1, + aux_sym_name_expression_repeat1, + STATE(1766), 1, + aux_sym_name_expression_repeat2, + STATE(2253), 1, + aux_sym_reference_expression_repeat1, + STATE(2467), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + STATE(2875), 1, + sym_expression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(599), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1940), 2, + sym_extended_name, + sym_literal, + STATE(1942), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [16431] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + STATE(592), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [16540] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(659), 1, + anon_sym_LPAREN, + ACTIONS(663), 1, + anon_sym_return, + ACTIONS(665), 1, + anon_sym_DOLLAR, + ACTIONS(667), 1, + anon_sym_BSLASH, + ACTIONS(669), 1, + sym_name_identifier, + ACTIONS(671), 1, + sym_operator, + ACTIONS(673), 1, + sym_float_number_literal, + ACTIONS(675), 1, + sym_number_literal, + ACTIONS(677), 1, + anon_sym_DQUOTE, + ACTIONS(679), 1, + anon_sym_SQUOTE, + STATE(586), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1350), 1, + sym_name_expression, + STATE(1395), 1, + aux_sym_name_expression_repeat1, + STATE(1828), 1, + aux_sym_name_expression_repeat2, + STATE(2233), 1, + aux_sym_reference_expression_repeat1, + STATE(2462), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(661), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1997), 2, + sym_string_literal, + sym_char_literal, + STATE(2002), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [16649] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(725), 1, + anon_sym_LPAREN, + ACTIONS(729), 1, + anon_sym_return, + ACTIONS(731), 1, + anon_sym_DOLLAR, + ACTIONS(733), 1, + anon_sym_BSLASH, ACTIONS(735), 1, sym_name_identifier, + ACTIONS(737), 1, + sym_operator, ACTIONS(739), 1, sym_float_number_literal, ACTIONS(741), 1, @@ -28308,2202 +40596,2884 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(745), 1, anon_sym_SQUOTE, - ACTIONS(929), 1, + STATE(609), 1, + sym_scoped_statement, + STATE(1347), 1, + sym_name_expression, + STATE(1399), 1, + aux_sym_name_expression_repeat1, + STATE(1808), 1, + aux_sym_name_expression_repeat2, + STATE(2262), 1, + aux_sym_reference_expression_repeat1, + STATE(2484), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + STATE(2872), 1, + sym_expression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(727), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1980), 2, + sym_extended_name, + sym_literal, + STATE(2009), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [16758] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(681), 1, + anon_sym_LPAREN, + ACTIONS(685), 1, anon_sym_return, + ACTIONS(687), 1, + anon_sym_DOLLAR, + ACTIONS(689), 1, + anon_sym_BSLASH, + ACTIONS(691), 1, + sym_name_identifier, + ACTIONS(693), 1, + sym_operator, + ACTIONS(695), 1, + sym_float_number_literal, + ACTIONS(697), 1, + sym_number_literal, + ACTIONS(699), 1, + anon_sym_DQUOTE, + ACTIONS(701), 1, + anon_sym_SQUOTE, + STATE(609), 1, + sym_scoped_statement, + STATE(1337), 1, + sym_name_expression, + STATE(1415), 1, + aux_sym_name_expression_repeat1, + STATE(1786), 1, + aux_sym_name_expression_repeat2, + STATE(2228), 1, + aux_sym_reference_expression_repeat1, + STATE(2476), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + STATE(2792), 1, + sym_expression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(683), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1947), 2, + sym_string_literal, + sym_char_literal, + STATE(1957), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [16867] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(597), 1, + anon_sym_LPAREN, + ACTIONS(601), 1, + anon_sym_return, + ACTIONS(603), 1, + anon_sym_DOLLAR, + ACTIONS(605), 1, + anon_sym_BSLASH, + ACTIONS(607), 1, + sym_name_identifier, + ACTIONS(609), 1, + sym_operator, + ACTIONS(611), 1, + sym_float_number_literal, + ACTIONS(613), 1, + sym_number_literal, + ACTIONS(615), 1, + anon_sym_DQUOTE, + ACTIONS(617), 1, + anon_sym_SQUOTE, + STATE(609), 1, + sym_scoped_statement, + STATE(1344), 1, + sym_name_expression, + STATE(1410), 1, + aux_sym_name_expression_repeat1, + STATE(1766), 1, + aux_sym_name_expression_repeat2, + STATE(2253), 1, + aux_sym_reference_expression_repeat1, + STATE(2467), 1, + sym_subexpression, + STATE(2549), 1, + sym_expression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(599), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1940), 2, + sym_extended_name, + sym_literal, + STATE(1942), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [16976] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(659), 1, + anon_sym_LPAREN, + ACTIONS(663), 1, + anon_sym_return, + ACTIONS(665), 1, + anon_sym_DOLLAR, + ACTIONS(667), 1, + anon_sym_BSLASH, + ACTIONS(669), 1, + sym_name_identifier, + ACTIONS(671), 1, + sym_operator, + ACTIONS(673), 1, + sym_float_number_literal, + ACTIONS(675), 1, + sym_number_literal, + ACTIONS(677), 1, + anon_sym_DQUOTE, + ACTIONS(679), 1, + anon_sym_SQUOTE, + STATE(609), 1, + sym_scoped_statement, + STATE(1350), 1, + sym_name_expression, + STATE(1395), 1, + aux_sym_name_expression_repeat1, + STATE(1828), 1, + aux_sym_name_expression_repeat2, + STATE(2233), 1, + aux_sym_reference_expression_repeat1, + STATE(2462), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2588), 1, + sym_expression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(661), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1997), 2, + sym_string_literal, + sym_char_literal, + STATE(2002), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [17085] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(923), 1, + anon_sym_LPAREN, + ACTIONS(927), 1, + anon_sym_return, + ACTIONS(929), 1, + anon_sym_DOLLAR, ACTIONS(931), 1, anon_sym_BSLASH, ACTIONS(933), 1, - anon_sym_DOLLAR, + sym_name_identifier, ACTIONS(935), 1, sym_operator, - STATE(175), 1, - sym_name_superexpression, - STATE(433), 1, - sym_expression, - STATE(450), 1, + ACTIONS(937), 1, + sym_float_number_literal, + ACTIONS(939), 1, + sym_number_literal, + ACTIONS(941), 1, + anon_sym_DQUOTE, + ACTIONS(943), 1, + anon_sym_SQUOTE, + STATE(609), 1, sym_scoped_statement, - STATE(660), 1, - sym_literal, - STATE(1190), 1, + STATE(1145), 1, + sym_name_expression, + STATE(1465), 1, + aux_sym_name_expression_repeat1, + STATE(1707), 1, + aux_sym_name_expression_repeat2, + STATE(2232), 1, + aux_sym_reference_expression_repeat1, + STATE(2328), 1, sym_subexpression, - STATE(1250), 1, - aux_sym_name_superexpression_repeat1, - STATE(1673), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, + STATE(2340), 1, + sym_expression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, sym_type_subexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(51), 2, + ACTIONS(59), 2, anon_sym_break, anon_sym_continue, - ACTIONS(71), 2, + ACTIONS(169), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(687), 2, + ACTIONS(925), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1676), 2, sym_string_literal, sym_char_literal, - STATE(431), 3, + STATE(1791), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, sym_block, sym_return_expression, sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, + STATE(591), 4, sym_prefixed_expression, sym_unary_operator_expression, - sym_lambda_function, sym_type_constructor, - [21465] = 28, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [17194] = 31, ACTIONS(3), 1, sym__line_comment, ACTIONS(29), 1, anon_sym_LBRACE, - ACTIONS(798), 1, - sym_name_identifier, - ACTIONS(802), 1, - sym_float_number_literal, - ACTIONS(804), 1, - sym_number_literal, - ACTIONS(806), 1, - anon_sym_DQUOTE, - ACTIONS(808), 1, - anon_sym_SQUOTE, - ACTIONS(937), 1, - anon_sym_LPAREN, - ACTIONS(939), 1, - anon_sym_return, - ACTIONS(941), 1, - anon_sym_BSLASH, - ACTIONS(943), 1, - anon_sym_DOLLAR, + ACTIONS(553), 1, + anon_sym_LBRACK, ACTIONS(945), 1, - sym_operator, - STATE(170), 1, - sym_name_superexpression, - STATE(430), 1, - sym_expression, - STATE(460), 1, - sym_scoped_statement, - STATE(760), 1, - sym_literal, - STATE(1175), 1, - sym_subexpression, - STATE(1304), 1, - aux_sym_name_superexpression_repeat1, - STATE(1615), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(722), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(459), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [21561] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(219), 1, - anon_sym_RBRACE, - ACTIONS(947), 1, anon_sym_LPAREN, - ACTIONS(950), 1, + ACTIONS(949), 1, + anon_sym_return, + ACTIONS(951), 1, + anon_sym_DOLLAR, + ACTIONS(953), 1, + anon_sym_BSLASH, + ACTIONS(955), 1, sym_name_identifier, - ACTIONS(956), 1, - sym_float_number_literal, + ACTIONS(957), 1, + sym_operator, ACTIONS(959), 1, + sym_float_number_literal, + ACTIONS(961), 1, sym_number_literal, - ACTIONS(962), 1, + ACTIONS(963), 1, anon_sym_DQUOTE, ACTIONS(965), 1, anon_sym_SQUOTE, - STATE(885), 1, - sym_literal, - STATE(890), 1, - sym_type_subexpression, - STATE(900), 1, - sym_subexpression_token, - STATE(1262), 1, - aux_sym_name_superexpression_repeat1, - STATE(1689), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(953), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(184), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(855), 2, - sym_string_literal, - sym_char_literal, - STATE(897), 2, + STATE(639), 1, sym_scoped_statement, - sym_name_superexpression, - ACTIONS(217), 15, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - sym_operator, - [21641] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(123), 1, - anon_sym_return, - ACTIONS(125), 1, - anon_sym_BSLASH, - ACTIONS(127), 1, - anon_sym_DOLLAR, - ACTIONS(129), 1, - sym_name_identifier, - ACTIONS(131), 1, - sym_operator, - ACTIONS(133), 1, - sym_float_number_literal, - ACTIONS(135), 1, - sym_number_literal, - ACTIONS(137), 1, - anon_sym_DQUOTE, - ACTIONS(139), 1, - anon_sym_SQUOTE, - STATE(436), 1, - sym_name_superexpression, - STATE(437), 1, - sym_expression, - STATE(450), 1, - sym_scoped_statement, - STATE(971), 1, - sym_literal, - STATE(1284), 1, - aux_sym_name_superexpression_repeat1, - STATE(1366), 1, + STATE(880), 1, + sym_name_expression, + STATE(1405), 1, + aux_sym_name_expression_repeat1, + STATE(1820), 1, + aux_sym_name_expression_repeat2, + STATE(2265), 1, + aux_sym_reference_expression_repeat1, + STATE(2301), 1, sym_subexpression, - STATE(1630), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, + STATE(2359), 1, + sym_expression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, sym_type_subexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(51), 2, + ACTIONS(59), 2, anon_sym_break, anon_sym_continue, - ACTIONS(71), 2, + ACTIONS(169), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(959), 2, + ACTIONS(947), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1597), 2, + sym_extended_name, + sym_literal, + STATE(1609), 2, sym_string_literal, sym_char_literal, - STATE(431), 3, + STATE(595), 3, sym_block, sym_return_expression, sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, + STATE(591), 4, sym_prefixed_expression, sym_unary_operator_expression, - sym_lambda_function, sym_type_constructor, - [21737] = 28, + sym_lambda_function, + STATE(641), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [17303] = 31, ACTIONS(3), 1, sym__line_comment, ACTIONS(29), 1, anon_sym_LBRACE, - ACTIONS(33), 1, + ACTIONS(529), 1, + anon_sym_LBRACK, + ACTIONS(879), 1, anon_sym_LPAREN, - ACTIONS(123), 1, + ACTIONS(883), 1, anon_sym_return, - ACTIONS(125), 1, - anon_sym_BSLASH, - ACTIONS(127), 1, + ACTIONS(885), 1, anon_sym_DOLLAR, - ACTIONS(129), 1, + ACTIONS(887), 1, + anon_sym_BSLASH, + ACTIONS(889), 1, sym_name_identifier, - ACTIONS(131), 1, + ACTIONS(891), 1, sym_operator, - ACTIONS(133), 1, + ACTIONS(893), 1, sym_float_number_literal, - ACTIONS(135), 1, + ACTIONS(895), 1, sym_number_literal, - ACTIONS(137), 1, + ACTIONS(897), 1, anon_sym_DQUOTE, - ACTIONS(139), 1, + ACTIONS(899), 1, anon_sym_SQUOTE, - STATE(432), 1, + STATE(559), 1, + sym_name_expression, + STATE(588), 1, sym_expression, - STATE(436), 1, - sym_name_superexpression, - STATE(450), 1, + STATE(652), 1, sym_scoped_statement, - STATE(971), 1, - sym_literal, - STATE(1284), 1, - aux_sym_name_superexpression_repeat1, - STATE(1366), 1, + STATE(1417), 1, + aux_sym_name_expression_repeat1, + STATE(1558), 1, sym_subexpression, - STATE(1630), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, + STATE(1741), 1, + aux_sym_name_expression_repeat2, + STATE(2226), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, sym_type_subexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(51), 2, + ACTIONS(59), 2, anon_sym_break, anon_sym_continue, - ACTIONS(71), 2, + ACTIONS(169), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(959), 2, + ACTIONS(881), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1112), 2, + sym_extended_name, + sym_literal, + STATE(1130), 2, sym_string_literal, sym_char_literal, - STATE(431), 3, + STATE(595), 3, sym_block, sym_return_expression, sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, + STATE(591), 4, sym_prefixed_expression, sym_unary_operator_expression, - sym_lambda_function, sym_type_constructor, - [21833] = 28, + sym_lambda_function, + STATE(644), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [17412] = 31, ACTIONS(3), 1, sym__line_comment, ACTIONS(29), 1, anon_sym_LBRACE, - ACTIONS(33), 1, + ACTIONS(529), 1, + anon_sym_LBRACK, + ACTIONS(879), 1, anon_sym_LPAREN, - ACTIONS(123), 1, + ACTIONS(883), 1, anon_sym_return, - ACTIONS(125), 1, - anon_sym_BSLASH, - ACTIONS(127), 1, + ACTIONS(885), 1, anon_sym_DOLLAR, - ACTIONS(129), 1, - sym_name_identifier, - ACTIONS(131), 1, - sym_operator, - ACTIONS(133), 1, - sym_float_number_literal, - ACTIONS(135), 1, - sym_number_literal, - ACTIONS(137), 1, - anon_sym_DQUOTE, - ACTIONS(139), 1, - anon_sym_SQUOTE, - STATE(433), 1, - sym_expression, - STATE(436), 1, - sym_name_superexpression, - STATE(450), 1, - sym_scoped_statement, - STATE(971), 1, - sym_literal, - STATE(1284), 1, - aux_sym_name_superexpression_repeat1, - STATE(1366), 1, - sym_subexpression, - STATE(1630), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(959), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [21929] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(968), 1, - anon_sym_return, - ACTIONS(970), 1, + ACTIONS(887), 1, anon_sym_BSLASH, - ACTIONS(972), 1, - anon_sym_DOLLAR, - ACTIONS(974), 1, + ACTIONS(889), 1, sym_name_identifier, - ACTIONS(976), 1, + ACTIONS(891), 1, sym_operator, - ACTIONS(978), 1, + ACTIONS(893), 1, sym_float_number_literal, - ACTIONS(980), 1, + ACTIONS(895), 1, sym_number_literal, - ACTIONS(982), 1, + ACTIONS(897), 1, anon_sym_DQUOTE, - ACTIONS(984), 1, + ACTIONS(899), 1, anon_sym_SQUOTE, - STATE(437), 1, - sym_expression, - STATE(450), 1, - sym_scoped_statement, - STATE(998), 1, - sym_name_superexpression, - STATE(1258), 1, - aux_sym_name_superexpression_repeat1, - STATE(1620), 1, - aux_sym_name_superexpression_repeat2, - STATE(1671), 1, - sym_literal, - STATE(2042), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1554), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [22025] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(244), 1, - anon_sym_RBRACE, - ACTIONS(986), 1, - anon_sym_LPAREN, - ACTIONS(988), 1, - sym_name_identifier, - ACTIONS(992), 1, - sym_float_number_literal, - ACTIONS(994), 1, - sym_number_literal, - ACTIONS(996), 1, - anon_sym_DQUOTE, - ACTIONS(998), 1, - anon_sym_SQUOTE, - STATE(885), 1, - sym_literal, - STATE(890), 1, - sym_type_subexpression, - STATE(900), 1, - sym_subexpression_token, - STATE(1262), 1, - aux_sym_name_superexpression_repeat1, - STATE(1689), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(990), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(184), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(855), 2, - sym_string_literal, - sym_char_literal, - STATE(897), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(242), 15, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - sym_operator, - [22105] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(1000), 1, - anon_sym_return, - ACTIONS(1002), 1, - anon_sym_BSLASH, - ACTIONS(1004), 1, - anon_sym_DOLLAR, - ACTIONS(1006), 1, - sym_name_identifier, - ACTIONS(1008), 1, - sym_operator, - ACTIONS(1010), 1, - sym_float_number_literal, - ACTIONS(1012), 1, - sym_number_literal, - ACTIONS(1014), 1, - anon_sym_DQUOTE, - ACTIONS(1016), 1, - anon_sym_SQUOTE, - STATE(437), 1, - sym_expression, - STATE(450), 1, - sym_scoped_statement, - STATE(1009), 1, - sym_name_superexpression, - STATE(1269), 1, - aux_sym_name_superexpression_repeat1, - STATE(1647), 1, - aux_sym_name_superexpression_repeat2, - STATE(1686), 1, - sym_literal, - STATE(2029), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1646), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [22201] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(262), 1, - anon_sym_RBRACE, - ACTIONS(986), 1, - anon_sym_LPAREN, - ACTIONS(988), 1, - sym_name_identifier, - ACTIONS(992), 1, - sym_float_number_literal, - ACTIONS(994), 1, - sym_number_literal, - ACTIONS(996), 1, - anon_sym_DQUOTE, - ACTIONS(998), 1, - anon_sym_SQUOTE, - STATE(885), 1, - sym_literal, - STATE(890), 1, - sym_type_subexpression, - STATE(900), 1, - sym_subexpression_token, - STATE(1262), 1, - aux_sym_name_superexpression_repeat1, - STATE(1689), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(990), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(189), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(855), 2, - sym_string_literal, - sym_char_literal, - STATE(897), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(260), 15, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - sym_operator, - [22281] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(1018), 1, - anon_sym_return, - ACTIONS(1020), 1, - anon_sym_BSLASH, - ACTIONS(1022), 1, - anon_sym_DOLLAR, - ACTIONS(1024), 1, - sym_name_identifier, - ACTIONS(1026), 1, - sym_operator, - ACTIONS(1028), 1, - sym_float_number_literal, - ACTIONS(1030), 1, - sym_number_literal, - ACTIONS(1032), 1, - anon_sym_DQUOTE, - ACTIONS(1034), 1, - anon_sym_SQUOTE, - STATE(428), 1, - sym_expression, - STATE(450), 1, - sym_scoped_statement, - STATE(994), 1, - sym_name_superexpression, - STATE(1273), 1, - aux_sym_name_superexpression_repeat1, - STATE(1521), 1, - aux_sym_name_superexpression_repeat2, - STATE(1692), 1, - sym_literal, - STATE(2040), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1691), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [22377] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(123), 1, - anon_sym_return, - ACTIONS(125), 1, - anon_sym_BSLASH, - ACTIONS(127), 1, - anon_sym_DOLLAR, - ACTIONS(129), 1, - sym_name_identifier, - ACTIONS(131), 1, - sym_operator, - ACTIONS(133), 1, - sym_float_number_literal, - ACTIONS(135), 1, - sym_number_literal, - ACTIONS(137), 1, - anon_sym_DQUOTE, - ACTIONS(139), 1, - anon_sym_SQUOTE, - STATE(436), 1, - sym_name_superexpression, - STATE(439), 1, - sym_expression, - STATE(450), 1, - sym_scoped_statement, - STATE(971), 1, - sym_literal, - STATE(1284), 1, - aux_sym_name_superexpression_repeat1, - STATE(1366), 1, - sym_subexpression, - STATE(1630), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(959), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [22473] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(1000), 1, - anon_sym_return, - ACTIONS(1002), 1, - anon_sym_BSLASH, - ACTIONS(1004), 1, - anon_sym_DOLLAR, - ACTIONS(1006), 1, - sym_name_identifier, - ACTIONS(1008), 1, - sym_operator, - ACTIONS(1010), 1, - sym_float_number_literal, - ACTIONS(1012), 1, - sym_number_literal, - ACTIONS(1014), 1, - anon_sym_DQUOTE, - ACTIONS(1016), 1, - anon_sym_SQUOTE, - STATE(439), 1, - sym_expression, - STATE(450), 1, - sym_scoped_statement, - STATE(1009), 1, - sym_name_superexpression, - STATE(1269), 1, - aux_sym_name_superexpression_repeat1, - STATE(1647), 1, - aux_sym_name_superexpression_repeat2, - STATE(1686), 1, - sym_literal, - STATE(2029), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1646), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [22569] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(1018), 1, - anon_sym_return, - ACTIONS(1020), 1, - anon_sym_BSLASH, - ACTIONS(1022), 1, - anon_sym_DOLLAR, - ACTIONS(1024), 1, - sym_name_identifier, - ACTIONS(1026), 1, - sym_operator, - ACTIONS(1028), 1, - sym_float_number_literal, - ACTIONS(1030), 1, - sym_number_literal, - ACTIONS(1032), 1, - anon_sym_DQUOTE, - ACTIONS(1034), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(994), 1, - sym_name_superexpression, - STATE(1273), 1, - aux_sym_name_superexpression_repeat1, - STATE(1521), 1, - aux_sym_name_superexpression_repeat2, - STATE(1692), 1, - sym_literal, - STATE(2040), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - STATE(2501), 1, - sym_expression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1691), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [22665] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(1018), 1, - anon_sym_return, - ACTIONS(1020), 1, - anon_sym_BSLASH, - ACTIONS(1022), 1, - anon_sym_DOLLAR, - ACTIONS(1024), 1, - sym_name_identifier, - ACTIONS(1026), 1, - sym_operator, - ACTIONS(1028), 1, - sym_float_number_literal, - ACTIONS(1030), 1, - sym_number_literal, - ACTIONS(1032), 1, - anon_sym_DQUOTE, - ACTIONS(1034), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(994), 1, - sym_name_superexpression, - STATE(1273), 1, - aux_sym_name_superexpression_repeat1, - STATE(1521), 1, - aux_sym_name_superexpression_repeat2, - STATE(1692), 1, - sym_literal, - STATE(2040), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - STATE(2504), 1, - sym_expression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1691), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [22761] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(968), 1, - anon_sym_return, - ACTIONS(970), 1, - anon_sym_BSLASH, - ACTIONS(972), 1, - anon_sym_DOLLAR, - ACTIONS(974), 1, - sym_name_identifier, - ACTIONS(976), 1, - sym_operator, - ACTIONS(978), 1, - sym_float_number_literal, - ACTIONS(980), 1, - sym_number_literal, - ACTIONS(982), 1, - anon_sym_DQUOTE, - ACTIONS(984), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(998), 1, - sym_name_superexpression, - STATE(1258), 1, - aux_sym_name_superexpression_repeat1, - STATE(1620), 1, - aux_sym_name_superexpression_repeat2, - STATE(1671), 1, - sym_literal, - STATE(2042), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - STATE(2505), 1, - sym_expression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1554), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [22857] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(1036), 1, - anon_sym_return, - ACTIONS(1038), 1, - anon_sym_BSLASH, - ACTIONS(1040), 1, - anon_sym_DOLLAR, - ACTIONS(1042), 1, - sym_name_identifier, - ACTIONS(1044), 1, - sym_operator, - ACTIONS(1046), 1, - sym_float_number_literal, - ACTIONS(1048), 1, - sym_number_literal, - ACTIONS(1050), 1, - anon_sym_DQUOTE, - ACTIONS(1052), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(484), 1, - sym_expression, - STATE(953), 1, - sym_name_superexpression, - STATE(1301), 1, - aux_sym_name_superexpression_repeat1, - STATE(1411), 1, - sym_literal, - STATE(1591), 1, - aux_sym_name_superexpression_repeat2, - STATE(1945), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1421), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [22953] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(123), 1, - anon_sym_return, - ACTIONS(125), 1, - anon_sym_BSLASH, - ACTIONS(127), 1, - anon_sym_DOLLAR, - ACTIONS(129), 1, - sym_name_identifier, - ACTIONS(131), 1, - sym_operator, - ACTIONS(133), 1, - sym_float_number_literal, - ACTIONS(135), 1, - sym_number_literal, - ACTIONS(137), 1, - anon_sym_DQUOTE, - ACTIONS(139), 1, - anon_sym_SQUOTE, - STATE(430), 1, - sym_expression, - STATE(436), 1, - sym_name_superexpression, - STATE(450), 1, - sym_scoped_statement, - STATE(971), 1, - sym_literal, - STATE(1284), 1, - aux_sym_name_superexpression_repeat1, - STATE(1366), 1, - sym_subexpression, - STATE(1630), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(959), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [23049] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(1000), 1, - anon_sym_return, - ACTIONS(1002), 1, - anon_sym_BSLASH, - ACTIONS(1004), 1, - anon_sym_DOLLAR, - ACTIONS(1006), 1, - sym_name_identifier, - ACTIONS(1008), 1, - sym_operator, - ACTIONS(1010), 1, - sym_float_number_literal, - ACTIONS(1012), 1, - sym_number_literal, - ACTIONS(1014), 1, - anon_sym_DQUOTE, - ACTIONS(1016), 1, - anon_sym_SQUOTE, - STATE(430), 1, - sym_expression, - STATE(450), 1, - sym_scoped_statement, - STATE(1009), 1, - sym_name_superexpression, - STATE(1269), 1, - aux_sym_name_superexpression_repeat1, - STATE(1647), 1, - aux_sym_name_superexpression_repeat2, - STATE(1686), 1, - sym_literal, - STATE(2029), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1646), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [23145] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(968), 1, - anon_sym_return, - ACTIONS(970), 1, - anon_sym_BSLASH, - ACTIONS(972), 1, - anon_sym_DOLLAR, - ACTIONS(974), 1, - sym_name_identifier, - ACTIONS(976), 1, - sym_operator, - ACTIONS(978), 1, - sym_float_number_literal, - ACTIONS(980), 1, - sym_number_literal, - ACTIONS(982), 1, - anon_sym_DQUOTE, - ACTIONS(984), 1, - anon_sym_SQUOTE, - STATE(439), 1, - sym_expression, - STATE(450), 1, - sym_scoped_statement, - STATE(998), 1, - sym_name_superexpression, - STATE(1258), 1, - aux_sym_name_superexpression_repeat1, - STATE(1620), 1, - aux_sym_name_superexpression_repeat2, - STATE(1671), 1, - sym_literal, - STATE(2042), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1554), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [23241] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(219), 1, - anon_sym_RBRACE, - ACTIONS(1054), 1, - anon_sym_LPAREN, - ACTIONS(1057), 1, - sym_name_identifier, - ACTIONS(1063), 1, - sym_float_number_literal, - ACTIONS(1066), 1, - sym_number_literal, - ACTIONS(1069), 1, - anon_sym_DQUOTE, - ACTIONS(1072), 1, - anon_sym_SQUOTE, - STATE(857), 1, - sym_literal, - STATE(864), 1, - sym_type_subexpression, - STATE(910), 1, - sym_subexpression_token, - STATE(1328), 1, - aux_sym_name_superexpression_repeat1, - STATE(1560), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1060), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(202), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(877), 2, - sym_string_literal, - sym_char_literal, - STATE(954), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(217), 15, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_elif, - anon_sym_else, - sym_operator, - [23321] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(262), 1, - anon_sym_RBRACE, - ACTIONS(1075), 1, - anon_sym_LPAREN, - ACTIONS(1077), 1, - sym_name_identifier, - ACTIONS(1081), 1, - sym_float_number_literal, - ACTIONS(1083), 1, - sym_number_literal, - ACTIONS(1085), 1, - anon_sym_DQUOTE, - ACTIONS(1087), 1, - anon_sym_SQUOTE, - STATE(879), 1, - sym_literal, - STATE(894), 1, - sym_type_subexpression, - STATE(922), 1, - sym_subexpression_token, - STATE(1261), 1, - aux_sym_name_superexpression_repeat1, - STATE(1588), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1079), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(217), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(848), 2, - sym_string_literal, - sym_char_literal, - STATE(914), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(260), 15, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - sym_operator, - [23401] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(1018), 1, - anon_sym_return, - ACTIONS(1020), 1, - anon_sym_BSLASH, - ACTIONS(1022), 1, - anon_sym_DOLLAR, - ACTIONS(1024), 1, - sym_name_identifier, - ACTIONS(1026), 1, - sym_operator, - ACTIONS(1028), 1, - sym_float_number_literal, - ACTIONS(1030), 1, - sym_number_literal, - ACTIONS(1032), 1, - anon_sym_DQUOTE, - ACTIONS(1034), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(994), 1, - sym_name_superexpression, - STATE(1273), 1, - aux_sym_name_superexpression_repeat1, - STATE(1521), 1, - aux_sym_name_superexpression_repeat2, - STATE(1692), 1, - sym_literal, - STATE(2040), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - STATE(2511), 1, - sym_expression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1691), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [23497] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(1018), 1, - anon_sym_return, - ACTIONS(1020), 1, - anon_sym_BSLASH, - ACTIONS(1022), 1, - anon_sym_DOLLAR, - ACTIONS(1024), 1, - sym_name_identifier, - ACTIONS(1026), 1, - sym_operator, - ACTIONS(1028), 1, - sym_float_number_literal, - ACTIONS(1030), 1, - sym_number_literal, - ACTIONS(1032), 1, - anon_sym_DQUOTE, - ACTIONS(1034), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(994), 1, - sym_name_superexpression, - STATE(1273), 1, - aux_sym_name_superexpression_repeat1, - STATE(1521), 1, - aux_sym_name_superexpression_repeat2, - STATE(1692), 1, - sym_literal, - STATE(2040), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - STATE(2514), 1, - sym_expression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1691), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [23593] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(448), 1, - sym_name_identifier, - ACTIONS(452), 1, - sym_float_number_literal, - ACTIONS(454), 1, - sym_number_literal, - ACTIONS(456), 1, - anon_sym_DQUOTE, - ACTIONS(458), 1, - anon_sym_SQUOTE, - ACTIONS(1089), 1, - anon_sym_return, - ACTIONS(1091), 1, - anon_sym_BSLASH, - ACTIONS(1093), 1, - anon_sym_DOLLAR, - ACTIONS(1095), 1, - sym_operator, - STATE(146), 1, - sym_name_superexpression, - STATE(430), 1, - sym_expression, - STATE(450), 1, - sym_scoped_statement, + STATE(559), 1, + sym_name_expression, STATE(586), 1, - sym_literal, - STATE(1142), 1, + sym_expression, + STATE(652), 1, + sym_scoped_statement, + STATE(1417), 1, + aux_sym_name_expression_repeat1, + STATE(1558), 1, sym_subexpression, - STATE(1313), 1, - aux_sym_name_superexpression_repeat1, - STATE(1569), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, + STATE(1741), 1, + aux_sym_name_expression_repeat2, + STATE(2226), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, sym_type_subexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(51), 2, + ACTIONS(59), 2, anon_sym_break, anon_sym_continue, - ACTIONS(71), 2, + ACTIONS(169), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(634), 2, + ACTIONS(881), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1112), 2, + sym_extended_name, + sym_literal, + STATE(1130), 2, sym_string_literal, sym_char_literal, - STATE(431), 3, + STATE(595), 3, sym_block, sym_return_expression, sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, + STATE(591), 4, sym_prefixed_expression, sym_unary_operator_expression, - sym_lambda_function, sym_type_constructor, - [23689] = 28, + sym_lambda_function, + STATE(644), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [17521] = 31, ACTIONS(3), 1, sym__line_comment, ACTIONS(29), 1, anon_sym_LBRACE, - ACTIONS(33), 1, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(681), 1, anon_sym_LPAREN, - ACTIONS(89), 1, + ACTIONS(685), 1, anon_sym_return, - ACTIONS(91), 1, - anon_sym_BSLASH, - ACTIONS(93), 1, + ACTIONS(687), 1, anon_sym_DOLLAR, - ACTIONS(95), 1, + ACTIONS(689), 1, + anon_sym_BSLASH, + ACTIONS(691), 1, sym_name_identifier, - ACTIONS(97), 1, + ACTIONS(693), 1, sym_operator, - ACTIONS(99), 1, + ACTIONS(695), 1, sym_float_number_literal, - ACTIONS(101), 1, + ACTIONS(697), 1, sym_number_literal, - ACTIONS(103), 1, + ACTIONS(699), 1, anon_sym_DQUOTE, - ACTIONS(105), 1, + ACTIONS(701), 1, anon_sym_SQUOTE, - STATE(254), 1, - sym_name_superexpression, - STATE(450), 1, + STATE(609), 1, sym_scoped_statement, - STATE(832), 1, - sym_literal, - STATE(1232), 1, + STATE(1337), 1, + sym_name_expression, + STATE(1415), 1, + aux_sym_name_expression_repeat1, + STATE(1786), 1, + aux_sym_name_expression_repeat2, + STATE(2228), 1, + aux_sym_reference_expression_repeat1, + STATE(2476), 1, sym_subexpression, - STATE(1265), 1, - aux_sym_name_superexpression_repeat1, - STATE(1296), 1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + STATE(2784), 1, sym_expression, - STATE(1629), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(683), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1947), 2, + sym_string_literal, + sym_char_literal, + STATE(1957), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [17630] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(519), 1, + anon_sym_LPAREN, + ACTIONS(523), 1, + anon_sym_return, + ACTIONS(525), 1, + anon_sym_DOLLAR, + ACTIONS(527), 1, + anon_sym_BSLASH, + ACTIONS(529), 1, + anon_sym_LBRACK, + ACTIONS(531), 1, + sym_name_identifier, + ACTIONS(533), 1, + sym_operator, + ACTIONS(535), 1, + sym_float_number_literal, + ACTIONS(537), 1, + sym_number_literal, + ACTIONS(539), 1, + anon_sym_DQUOTE, + ACTIONS(541), 1, + anon_sym_SQUOTE, + STATE(652), 1, + sym_scoped_statement, + STATE(1069), 1, + sym_name_expression, + STATE(1388), 1, + aux_sym_name_expression_repeat1, + STATE(1713), 1, + aux_sym_name_expression_repeat2, + STATE(2271), 1, + aux_sym_reference_expression_repeat1, + STATE(2369), 1, + sym_subexpression, + STATE(2433), 1, + sym_expression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, sym_type_subexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(51), 2, + ACTIONS(59), 2, anon_sym_break, anon_sym_continue, - ACTIONS(71), 2, + ACTIONS(169), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(833), 2, + ACTIONS(521), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1665), 2, + sym_extended_name, + sym_literal, + STATE(1805), 2, sym_string_literal, sym_char_literal, - STATE(431), 3, + STATE(595), 3, sym_block, sym_return_expression, sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, + STATE(591), 4, sym_prefixed_expression, sym_unary_operator_expression, - sym_lambda_function, sym_type_constructor, - [23785] = 28, + sym_lambda_function, + STATE(644), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [17739] = 31, ACTIONS(3), 1, sym__line_comment, ACTIONS(29), 1, anon_sym_LBRACE, - ACTIONS(33), 1, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(213), 1, anon_sym_LPAREN, - ACTIONS(448), 1, - sym_name_identifier, - ACTIONS(452), 1, - sym_float_number_literal, - ACTIONS(454), 1, - sym_number_literal, - ACTIONS(456), 1, - anon_sym_DQUOTE, - ACTIONS(458), 1, - anon_sym_SQUOTE, - ACTIONS(1089), 1, + ACTIONS(231), 1, anon_sym_return, - ACTIONS(1091), 1, - anon_sym_BSLASH, - ACTIONS(1093), 1, + ACTIONS(233), 1, anon_sym_DOLLAR, - ACTIONS(1095), 1, + ACTIONS(235), 1, + anon_sym_BSLASH, + ACTIONS(237), 1, + sym_name_identifier, + ACTIONS(239), 1, sym_operator, - STATE(146), 1, - sym_name_superexpression, - STATE(439), 1, - sym_expression, - STATE(450), 1, + ACTIONS(241), 1, + sym_float_number_literal, + ACTIONS(243), 1, + sym_number_literal, + ACTIONS(245), 1, + anon_sym_DQUOTE, + ACTIONS(247), 1, + anon_sym_SQUOTE, + STATE(566), 1, + sym_name_expression, + STATE(609), 1, sym_scoped_statement, + STATE(769), 1, + sym_expression, + STATE(1406), 1, + aux_sym_name_expression_repeat1, + STATE(1632), 1, + sym_subexpression, + STATE(1761), 1, + aux_sym_name_expression_repeat2, + STATE(2260), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(229), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1286), 2, + sym_string_literal, + sym_char_literal, + STATE(1289), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [17848] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(573), 1, + anon_sym_LPAREN, + ACTIONS(577), 1, + anon_sym_return, + ACTIONS(579), 1, + anon_sym_DOLLAR, + ACTIONS(581), 1, + anon_sym_BSLASH, + ACTIONS(583), 1, + anon_sym_LBRACK, + ACTIONS(585), 1, + sym_name_identifier, + ACTIONS(587), 1, + sym_operator, + ACTIONS(589), 1, + sym_float_number_literal, + ACTIONS(591), 1, + sym_number_literal, + ACTIONS(593), 1, + anon_sym_DQUOTE, + ACTIONS(595), 1, + anon_sym_SQUOTE, + STATE(661), 1, + sym_scoped_statement, + STATE(673), 1, + sym_expression, + STATE(1190), 1, + sym_name_expression, + STATE(1438), 1, + aux_sym_name_expression_repeat1, + STATE(1829), 1, + aux_sym_name_expression_repeat2, + STATE(2221), 1, + aux_sym_reference_expression_repeat1, + STATE(2446), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(575), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1859), 2, + sym_string_literal, + sym_char_literal, + STATE(1870), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(666), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [17957] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(253), 1, + anon_sym_LPAREN, + ACTIONS(271), 1, + anon_sym_return, + ACTIONS(273), 1, + anon_sym_DOLLAR, + ACTIONS(275), 1, + anon_sym_BSLASH, + ACTIONS(277), 1, + sym_name_identifier, + ACTIONS(279), 1, + sym_operator, + ACTIONS(281), 1, + sym_float_number_literal, + ACTIONS(283), 1, + sym_number_literal, + ACTIONS(285), 1, + anon_sym_DQUOTE, + ACTIONS(287), 1, + anon_sym_SQUOTE, + STATE(580), 1, + sym_name_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(773), 1, + sym_expression, + STATE(1425), 1, + aux_sym_name_expression_repeat1, + STATE(1714), 1, + aux_sym_name_expression_repeat2, + STATE(1718), 1, + sym_subexpression, + STATE(2213), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(269), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1338), 2, + sym_extended_name, + sym_literal, + STATE(1339), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [18066] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(253), 1, + anon_sym_LPAREN, + ACTIONS(271), 1, + anon_sym_return, + ACTIONS(273), 1, + anon_sym_DOLLAR, + ACTIONS(275), 1, + anon_sym_BSLASH, + ACTIONS(277), 1, + sym_name_identifier, + ACTIONS(279), 1, + sym_operator, + ACTIONS(281), 1, + sym_float_number_literal, + ACTIONS(283), 1, + sym_number_literal, + ACTIONS(285), 1, + anon_sym_DQUOTE, + ACTIONS(287), 1, + anon_sym_SQUOTE, + STATE(580), 1, + sym_name_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(769), 1, + sym_expression, + STATE(1425), 1, + aux_sym_name_expression_repeat1, + STATE(1714), 1, + aux_sym_name_expression_repeat2, + STATE(1718), 1, + sym_subexpression, + STATE(2213), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(269), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1338), 2, + sym_extended_name, + sym_literal, + STATE(1339), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [18175] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(583), 1, + anon_sym_LBRACK, + ACTIONS(813), 1, + anon_sym_LPAREN, + ACTIONS(817), 1, + anon_sym_return, + ACTIONS(819), 1, + anon_sym_DOLLAR, + ACTIONS(821), 1, + anon_sym_BSLASH, + ACTIONS(823), 1, + sym_name_identifier, + ACTIONS(825), 1, + sym_operator, + ACTIONS(827), 1, + sym_float_number_literal, + ACTIONS(829), 1, + sym_number_literal, + ACTIONS(831), 1, + anon_sym_DQUOTE, + ACTIONS(833), 1, + anon_sym_SQUOTE, + STATE(547), 1, + sym_name_expression, STATE(586), 1, - sym_literal, - STATE(1142), 1, + sym_expression, + STATE(661), 1, + sym_scoped_statement, + STATE(1453), 1, + aux_sym_name_expression_repeat1, + STATE(1557), 1, sym_subexpression, - STATE(1313), 1, - aux_sym_name_superexpression_repeat1, - STATE(1569), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, + STATE(1763), 1, + aux_sym_name_expression_repeat2, + STATE(2204), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, sym_type_subexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(51), 2, + ACTIONS(59), 2, anon_sym_break, anon_sym_continue, - ACTIONS(71), 2, + ACTIONS(169), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(634), 2, + ACTIONS(815), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1108), 2, + sym_extended_name, + sym_literal, + STATE(1109), 2, sym_string_literal, sym_char_literal, - STATE(431), 3, + STATE(595), 3, sym_block, sym_return_expression, sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, + STATE(591), 4, sym_prefixed_expression, sym_unary_operator_expression, - sym_lambda_function, sym_type_constructor, - [23881] = 28, + sym_lambda_function, + STATE(666), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [18284] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(583), 1, + anon_sym_LBRACK, + ACTIONS(813), 1, + anon_sym_LPAREN, + ACTIONS(817), 1, + anon_sym_return, + ACTIONS(819), 1, + anon_sym_DOLLAR, + ACTIONS(821), 1, + anon_sym_BSLASH, + ACTIONS(823), 1, + sym_name_identifier, + ACTIONS(825), 1, + sym_operator, + ACTIONS(827), 1, + sym_float_number_literal, + ACTIONS(829), 1, + sym_number_literal, + ACTIONS(831), 1, + anon_sym_DQUOTE, + ACTIONS(833), 1, + anon_sym_SQUOTE, + STATE(547), 1, + sym_name_expression, + STATE(588), 1, + sym_expression, + STATE(661), 1, + sym_scoped_statement, + STATE(1453), 1, + aux_sym_name_expression_repeat1, + STATE(1557), 1, + sym_subexpression, + STATE(1763), 1, + aux_sym_name_expression_repeat2, + STATE(2204), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(815), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1108), 2, + sym_extended_name, + sym_literal, + STATE(1109), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(666), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [18393] = 31, ACTIONS(3), 1, sym__line_comment, ACTIONS(29), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(448), 1, - sym_name_identifier, - ACTIONS(452), 1, - sym_float_number_literal, - ACTIONS(454), 1, - sym_number_literal, - ACTIONS(456), 1, - anon_sym_DQUOTE, - ACTIONS(458), 1, - anon_sym_SQUOTE, - ACTIONS(1089), 1, + ACTIONS(51), 1, anon_sym_return, - ACTIONS(1091), 1, - anon_sym_BSLASH, - ACTIONS(1093), 1, + ACTIONS(53), 1, anon_sym_DOLLAR, - ACTIONS(1095), 1, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, sym_operator, - STATE(146), 1, - sym_name_superexpression, - STATE(437), 1, + STATE(587), 1, sym_expression, - STATE(450), 1, + STATE(609), 1, sym_scoped_statement, - STATE(586), 1, - sym_literal, - STATE(1142), 1, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, sym_subexpression, - STATE(1313), 1, - aux_sym_name_superexpression_repeat1, - STATE(1569), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, sym_type_subexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(51), 2, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, anon_sym_break, anon_sym_continue, - ACTIONS(71), 2, + ACTIONS(169), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(634), 2, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, sym_string_literal, sym_char_literal, - STATE(431), 3, + STATE(595), 3, sym_block, sym_return_expression, sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, + STATE(591), 4, sym_prefixed_expression, sym_unary_operator_expression, - sym_lambda_function, sym_type_constructor, - [23977] = 28, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [18502] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(923), 1, + anon_sym_LPAREN, + ACTIONS(927), 1, + anon_sym_return, + ACTIONS(929), 1, + anon_sym_DOLLAR, + ACTIONS(931), 1, + anon_sym_BSLASH, + ACTIONS(933), 1, + sym_name_identifier, + ACTIONS(935), 1, + sym_operator, + ACTIONS(937), 1, + sym_float_number_literal, + ACTIONS(939), 1, + sym_number_literal, + ACTIONS(941), 1, + anon_sym_DQUOTE, + ACTIONS(943), 1, + anon_sym_SQUOTE, + STATE(609), 1, + sym_scoped_statement, + STATE(663), 1, + sym_expression, + STATE(1145), 1, + sym_name_expression, + STATE(1465), 1, + aux_sym_name_expression_repeat1, + STATE(1707), 1, + aux_sym_name_expression_repeat2, + STATE(2232), 1, + aux_sym_reference_expression_repeat1, + STATE(2328), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(925), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1676), 2, + sym_string_literal, + sym_char_literal, + STATE(1791), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [18611] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(573), 1, + anon_sym_LPAREN, + ACTIONS(577), 1, + anon_sym_return, + ACTIONS(579), 1, + anon_sym_DOLLAR, + ACTIONS(581), 1, + anon_sym_BSLASH, + ACTIONS(583), 1, + anon_sym_LBRACK, + ACTIONS(585), 1, + sym_name_identifier, + ACTIONS(587), 1, + sym_operator, + ACTIONS(589), 1, + sym_float_number_literal, + ACTIONS(591), 1, + sym_number_literal, + ACTIONS(593), 1, + anon_sym_DQUOTE, + ACTIONS(595), 1, + anon_sym_SQUOTE, + STATE(661), 1, + sym_scoped_statement, + STATE(668), 1, + sym_expression, + STATE(1190), 1, + sym_name_expression, + STATE(1438), 1, + aux_sym_name_expression_repeat1, + STATE(1829), 1, + aux_sym_name_expression_repeat2, + STATE(2221), 1, + aux_sym_reference_expression_repeat1, + STATE(2446), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(575), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1859), 2, + sym_string_literal, + sym_char_literal, + STATE(1870), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(666), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [18720] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(659), 1, + anon_sym_LPAREN, + ACTIONS(663), 1, + anon_sym_return, + ACTIONS(665), 1, + anon_sym_DOLLAR, + ACTIONS(667), 1, + anon_sym_BSLASH, + ACTIONS(669), 1, + sym_name_identifier, + ACTIONS(671), 1, + sym_operator, + ACTIONS(673), 1, + sym_float_number_literal, + ACTIONS(675), 1, + sym_number_literal, + ACTIONS(677), 1, + anon_sym_DQUOTE, + ACTIONS(679), 1, + anon_sym_SQUOTE, + STATE(592), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1350), 1, + sym_name_expression, + STATE(1395), 1, + aux_sym_name_expression_repeat1, + STATE(1828), 1, + aux_sym_name_expression_repeat2, + STATE(2233), 1, + aux_sym_reference_expression_repeat1, + STATE(2462), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(661), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1997), 2, + sym_string_literal, + sym_char_literal, + STATE(2002), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [18829] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(173), 1, + anon_sym_LPAREN, + ACTIONS(191), 1, + anon_sym_return, + ACTIONS(193), 1, + anon_sym_DOLLAR, + ACTIONS(195), 1, + anon_sym_BSLASH, + ACTIONS(197), 1, + sym_name_identifier, + ACTIONS(199), 1, + sym_operator, + ACTIONS(201), 1, + sym_float_number_literal, + ACTIONS(203), 1, + sym_number_literal, + ACTIONS(205), 1, + anon_sym_DQUOTE, + ACTIONS(207), 1, + anon_sym_SQUOTE, + STATE(581), 1, + sym_name_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(773), 1, + sym_expression, + STATE(1443), 1, + aux_sym_name_expression_repeat1, + STATE(1712), 1, + aux_sym_name_expression_repeat2, + STATE(1749), 1, + sym_subexpression, + STATE(2267), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(189), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1341), 2, + sym_string_literal, + sym_char_literal, + STATE(1343), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [18938] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(173), 1, + anon_sym_LPAREN, + ACTIONS(191), 1, + anon_sym_return, + ACTIONS(193), 1, + anon_sym_DOLLAR, + ACTIONS(195), 1, + anon_sym_BSLASH, + ACTIONS(197), 1, + sym_name_identifier, + ACTIONS(199), 1, + sym_operator, + ACTIONS(201), 1, + sym_float_number_literal, + ACTIONS(203), 1, + sym_number_literal, + ACTIONS(205), 1, + anon_sym_DQUOTE, + ACTIONS(207), 1, + anon_sym_SQUOTE, + STATE(581), 1, + sym_name_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(769), 1, + sym_expression, + STATE(1443), 1, + aux_sym_name_expression_repeat1, + STATE(1712), 1, + aux_sym_name_expression_repeat2, + STATE(1749), 1, + sym_subexpression, + STATE(2267), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(189), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1341), 2, + sym_string_literal, + sym_char_literal, + STATE(1343), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [19047] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(213), 1, + anon_sym_LPAREN, + ACTIONS(231), 1, + anon_sym_return, + ACTIONS(233), 1, + anon_sym_DOLLAR, + ACTIONS(235), 1, + anon_sym_BSLASH, + ACTIONS(237), 1, + sym_name_identifier, + ACTIONS(239), 1, + sym_operator, + ACTIONS(241), 1, + sym_float_number_literal, + ACTIONS(243), 1, + sym_number_literal, + ACTIONS(245), 1, + anon_sym_DQUOTE, + ACTIONS(247), 1, + anon_sym_SQUOTE, + STATE(566), 1, + sym_name_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(773), 1, + sym_expression, + STATE(1406), 1, + aux_sym_name_expression_repeat1, + STATE(1632), 1, + sym_subexpression, + STATE(1761), 1, + aux_sym_name_expression_repeat2, + STATE(2260), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(229), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1286), 2, + sym_string_literal, + sym_char_literal, + STATE(1289), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [19156] = 31, ACTIONS(3), 1, sym__line_comment, ACTIONS(29), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(448), 1, - sym_name_identifier, - ACTIONS(452), 1, - sym_float_number_literal, - ACTIONS(454), 1, - sym_number_literal, - ACTIONS(456), 1, - anon_sym_DQUOTE, - ACTIONS(458), 1, - anon_sym_SQUOTE, - ACTIONS(1089), 1, + ACTIONS(51), 1, anon_sym_return, - ACTIONS(1091), 1, - anon_sym_BSLASH, - ACTIONS(1093), 1, + ACTIONS(53), 1, anon_sym_DOLLAR, - ACTIONS(1095), 1, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, sym_operator, - STATE(146), 1, - sym_name_superexpression, - STATE(432), 1, + STATE(593), 1, sym_expression, - STATE(450), 1, + STATE(609), 1, sym_scoped_statement, - STATE(586), 1, - sym_literal, - STATE(1142), 1, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, sym_subexpression, - STATE(1313), 1, - aux_sym_name_superexpression_repeat1, - STATE(1569), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, sym_type_subexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(51), 2, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, anon_sym_break, anon_sym_continue, - ACTIONS(71), 2, + ACTIONS(169), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(634), 2, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, sym_string_literal, sym_char_literal, - STATE(431), 3, + STATE(595), 3, sym_block, sym_return_expression, sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, + STATE(591), 4, sym_prefixed_expression, sym_unary_operator_expression, - sym_lambda_function, sym_type_constructor, - [24073] = 28, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [19265] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(659), 1, + anon_sym_LPAREN, + ACTIONS(663), 1, + anon_sym_return, + ACTIONS(665), 1, + anon_sym_DOLLAR, + ACTIONS(667), 1, + anon_sym_BSLASH, + ACTIONS(669), 1, + sym_name_identifier, + ACTIONS(671), 1, + sym_operator, + ACTIONS(673), 1, + sym_float_number_literal, + ACTIONS(675), 1, + sym_number_literal, + ACTIONS(677), 1, + anon_sym_DQUOTE, + ACTIONS(679), 1, + anon_sym_SQUOTE, + STATE(587), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1350), 1, + sym_name_expression, + STATE(1395), 1, + aux_sym_name_expression_repeat1, + STATE(1828), 1, + aux_sym_name_expression_repeat2, + STATE(2233), 1, + aux_sym_reference_expression_repeat1, + STATE(2462), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(661), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1997), 2, + sym_string_literal, + sym_char_literal, + STATE(2002), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [19374] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(659), 1, + anon_sym_LPAREN, + ACTIONS(663), 1, + anon_sym_return, + ACTIONS(665), 1, + anon_sym_DOLLAR, + ACTIONS(667), 1, + anon_sym_BSLASH, + ACTIONS(669), 1, + sym_name_identifier, + ACTIONS(671), 1, + sym_operator, + ACTIONS(673), 1, + sym_float_number_literal, + ACTIONS(675), 1, + sym_number_literal, + ACTIONS(677), 1, + anon_sym_DQUOTE, + ACTIONS(679), 1, + anon_sym_SQUOTE, + STATE(593), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1350), 1, + sym_name_expression, + STATE(1395), 1, + aux_sym_name_expression_repeat1, + STATE(1828), 1, + aux_sym_name_expression_repeat2, + STATE(2233), 1, + aux_sym_reference_expression_repeat1, + STATE(2462), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(661), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1997), 2, + sym_string_literal, + sym_char_literal, + STATE(2002), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [19483] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(681), 1, + anon_sym_LPAREN, + ACTIONS(685), 1, + anon_sym_return, + ACTIONS(687), 1, + anon_sym_DOLLAR, + ACTIONS(689), 1, + anon_sym_BSLASH, + ACTIONS(691), 1, + sym_name_identifier, + ACTIONS(693), 1, + sym_operator, + ACTIONS(695), 1, + sym_float_number_literal, + ACTIONS(697), 1, + sym_number_literal, + ACTIONS(699), 1, + anon_sym_DQUOTE, + ACTIONS(701), 1, + anon_sym_SQUOTE, + STATE(609), 1, + sym_scoped_statement, + STATE(1337), 1, + sym_name_expression, + STATE(1415), 1, + aux_sym_name_expression_repeat1, + STATE(1786), 1, + aux_sym_name_expression_repeat2, + STATE(2228), 1, + aux_sym_reference_expression_repeat1, + STATE(2476), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + STATE(2800), 1, + sym_expression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(683), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1947), 2, + sym_string_literal, + sym_char_literal, + STATE(1957), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [19592] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(253), 1, + anon_sym_LPAREN, + ACTIONS(271), 1, + anon_sym_return, + ACTIONS(273), 1, + anon_sym_DOLLAR, + ACTIONS(275), 1, + anon_sym_BSLASH, + ACTIONS(277), 1, + sym_name_identifier, + ACTIONS(279), 1, + sym_operator, + ACTIONS(281), 1, + sym_float_number_literal, + ACTIONS(283), 1, + sym_number_literal, + ACTIONS(285), 1, + anon_sym_DQUOTE, + ACTIONS(287), 1, + anon_sym_SQUOTE, + STATE(580), 1, + sym_name_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(713), 1, + sym_expression, + STATE(1425), 1, + aux_sym_name_expression_repeat1, + STATE(1714), 1, + aux_sym_name_expression_repeat2, + STATE(1718), 1, + sym_subexpression, + STATE(2213), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(269), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1338), 2, + sym_extended_name, + sym_literal, + STATE(1339), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [19701] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(253), 1, + anon_sym_LPAREN, + ACTIONS(271), 1, + anon_sym_return, + ACTIONS(273), 1, + anon_sym_DOLLAR, + ACTIONS(275), 1, + anon_sym_BSLASH, + ACTIONS(277), 1, + sym_name_identifier, + ACTIONS(279), 1, + sym_operator, + ACTIONS(281), 1, + sym_float_number_literal, + ACTIONS(283), 1, + sym_number_literal, + ACTIONS(285), 1, + anon_sym_DQUOTE, + ACTIONS(287), 1, + anon_sym_SQUOTE, + STATE(580), 1, + sym_name_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(711), 1, + sym_expression, + STATE(1425), 1, + aux_sym_name_expression_repeat1, + STATE(1714), 1, + aux_sym_name_expression_repeat2, + STATE(1718), 1, + sym_subexpression, + STATE(2213), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(269), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1338), 2, + sym_extended_name, + sym_literal, + STATE(1339), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [19810] = 31, ACTIONS(3), 1, sym__line_comment, ACTIONS(29), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(968), 1, + ACTIONS(51), 1, anon_sym_return, - ACTIONS(970), 1, - anon_sym_BSLASH, - ACTIONS(972), 1, + ACTIONS(53), 1, anon_sym_DOLLAR, - ACTIONS(974), 1, - sym_name_identifier, - ACTIONS(976), 1, - sym_operator, - ACTIONS(978), 1, - sym_float_number_literal, - ACTIONS(980), 1, - sym_number_literal, - ACTIONS(982), 1, - anon_sym_DQUOTE, - ACTIONS(984), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(998), 1, - sym_name_superexpression, - STATE(1258), 1, - aux_sym_name_superexpression_repeat1, - STATE(1620), 1, - aux_sym_name_superexpression_repeat2, - STATE(1671), 1, - sym_literal, - STATE(2042), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - STATE(2515), 1, - sym_expression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1554), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [24169] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(448), 1, - sym_name_identifier, - ACTIONS(452), 1, - sym_float_number_literal, - ACTIONS(454), 1, - sym_number_literal, - ACTIONS(456), 1, - anon_sym_DQUOTE, - ACTIONS(458), 1, - anon_sym_SQUOTE, - ACTIONS(1089), 1, - anon_sym_return, - ACTIONS(1091), 1, + ACTIONS(55), 1, anon_sym_BSLASH, - ACTIONS(1093), 1, - anon_sym_DOLLAR, - ACTIONS(1095), 1, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, sym_operator, - STATE(146), 1, - sym_name_superexpression, - STATE(433), 1, + STATE(585), 1, sym_expression, - STATE(450), 1, + STATE(609), 1, sym_scoped_statement, - STATE(586), 1, - sym_literal, - STATE(1142), 1, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, sym_subexpression, - STATE(1313), 1, - aux_sym_name_superexpression_repeat1, - STATE(1569), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, sym_type_subexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(51), 2, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, anon_sym_break, anon_sym_continue, - ACTIONS(71), 2, + ACTIONS(169), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(634), 2, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, sym_string_literal, sym_char_literal, - STATE(431), 3, + STATE(595), 3, sym_block, sym_return_expression, sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, + STATE(591), 4, sym_prefixed_expression, sym_unary_operator_expression, - sym_lambda_function, sym_type_constructor, - [24265] = 28, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [19919] = 31, ACTIONS(3), 1, sym__line_comment, ACTIONS(29), 1, anon_sym_LBRACE, - ACTIONS(1097), 1, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(253), 1, anon_sym_LPAREN, - ACTIONS(1099), 1, + ACTIONS(271), 1, anon_sym_return, - ACTIONS(1101), 1, - anon_sym_BSLASH, - ACTIONS(1103), 1, + ACTIONS(273), 1, anon_sym_DOLLAR, - ACTIONS(1105), 1, + ACTIONS(275), 1, + anon_sym_BSLASH, + ACTIONS(277), 1, sym_name_identifier, - ACTIONS(1107), 1, + ACTIONS(279), 1, sym_operator, - ACTIONS(1109), 1, + ACTIONS(281), 1, sym_float_number_literal, - ACTIONS(1111), 1, + ACTIONS(283), 1, sym_number_literal, - ACTIONS(1113), 1, + ACTIONS(285), 1, anon_sym_DQUOTE, - ACTIONS(1115), 1, + ACTIONS(287), 1, anon_sym_SQUOTE, - STATE(418), 1, - sym_name_superexpression, - STATE(477), 1, + STATE(580), 1, + sym_name_expression, + STATE(609), 1, sym_scoped_statement, - STATE(499), 1, + STATE(701), 1, sym_expression, - STATE(948), 1, - sym_literal, - STATE(1267), 1, + STATE(1425), 1, + aux_sym_name_expression_repeat1, + STATE(1714), 1, + aux_sym_name_expression_repeat2, + STATE(1718), 1, sym_subexpression, - STATE(1295), 1, - aux_sym_name_superexpression_repeat1, - STATE(1549), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, + STATE(2213), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, sym_type_subexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(51), 2, + ACTIONS(59), 2, anon_sym_break, anon_sym_continue, - ACTIONS(71), 2, + ACTIONS(169), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(929), 2, + ACTIONS(269), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1338), 2, + sym_extended_name, + sym_literal, + STATE(1339), 2, sym_string_literal, sym_char_literal, - STATE(431), 3, + STATE(595), 3, sym_block, sym_return_expression, sym_loop_control_expression, - STATE(476), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, + STATE(591), 4, sym_prefixed_expression, sym_unary_operator_expression, - sym_lambda_function, sym_type_constructor, - [24361] = 28, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [20028] = 31, ACTIONS(3), 1, sym__line_comment, ACTIONS(29), 1, anon_sym_LBRACE, - ACTIONS(33), 1, + ACTIONS(583), 1, + anon_sym_LBRACK, + ACTIONS(813), 1, anon_sym_LPAREN, - ACTIONS(1117), 1, + ACTIONS(817), 1, anon_sym_return, - ACTIONS(1119), 1, - anon_sym_BSLASH, - ACTIONS(1121), 1, + ACTIONS(819), 1, anon_sym_DOLLAR, - ACTIONS(1123), 1, + ACTIONS(821), 1, + anon_sym_BSLASH, + ACTIONS(823), 1, sym_name_identifier, - ACTIONS(1125), 1, + ACTIONS(825), 1, sym_operator, - ACTIONS(1127), 1, + ACTIONS(827), 1, sym_float_number_literal, - ACTIONS(1129), 1, + ACTIONS(829), 1, sym_number_literal, - ACTIONS(1131), 1, + ACTIONS(831), 1, anon_sym_DQUOTE, - ACTIONS(1133), 1, + ACTIONS(833), 1, anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1003), 1, - sym_name_superexpression, - STATE(1302), 1, - aux_sym_name_superexpression_repeat1, - STATE(1618), 1, - sym_literal, - STATE(1622), 1, - aux_sym_name_superexpression_repeat2, - STATE(2030), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2387), 1, + STATE(547), 1, + sym_name_expression, + STATE(585), 1, sym_expression, - STATE(2470), 1, + STATE(661), 1, + sym_scoped_statement, + STATE(1453), 1, + aux_sym_name_expression_repeat1, + STATE(1557), 1, + sym_subexpression, + STATE(1763), 1, + aux_sym_name_expression_repeat2, + STATE(2204), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, sym_type_subexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(51), 2, + ACTIONS(59), 2, anon_sym_break, anon_sym_continue, - ACTIONS(71), 2, + ACTIONS(169), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(1619), 2, + ACTIONS(815), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1108), 2, + sym_extended_name, + sym_literal, + STATE(1109), 2, sym_string_literal, sym_char_literal, - STATE(431), 3, + STATE(595), 3, sym_block, sym_return_expression, sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, + STATE(591), 4, sym_prefixed_expression, sym_unary_operator_expression, - sym_lambda_function, sym_type_constructor, - [24457] = 28, + sym_lambda_function, + STATE(666), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [20137] = 31, ACTIONS(3), 1, sym__line_comment, ACTIONS(29), 1, anon_sym_LBRACE, - ACTIONS(33), 1, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(173), 1, anon_sym_LPAREN, + ACTIONS(191), 1, + anon_sym_return, + ACTIONS(193), 1, + anon_sym_DOLLAR, + ACTIONS(195), 1, + anon_sym_BSLASH, + ACTIONS(197), 1, + sym_name_identifier, + ACTIONS(199), 1, + sym_operator, + ACTIONS(201), 1, + sym_float_number_literal, + ACTIONS(203), 1, + sym_number_literal, + ACTIONS(205), 1, + anon_sym_DQUOTE, + ACTIONS(207), 1, + anon_sym_SQUOTE, + STATE(581), 1, + sym_name_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(713), 1, + sym_expression, + STATE(1443), 1, + aux_sym_name_expression_repeat1, + STATE(1712), 1, + aux_sym_name_expression_repeat2, + STATE(1749), 1, + sym_subexpression, + STATE(2267), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(189), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1341), 2, + sym_string_literal, + sym_char_literal, + STATE(1343), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [20246] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(173), 1, + anon_sym_LPAREN, + ACTIONS(191), 1, + anon_sym_return, + ACTIONS(193), 1, + anon_sym_DOLLAR, + ACTIONS(195), 1, + anon_sym_BSLASH, + ACTIONS(197), 1, + sym_name_identifier, + ACTIONS(199), 1, + sym_operator, + ACTIONS(201), 1, + sym_float_number_literal, + ACTIONS(203), 1, + sym_number_literal, + ACTIONS(205), 1, + anon_sym_DQUOTE, + ACTIONS(207), 1, + anon_sym_SQUOTE, + STATE(581), 1, + sym_name_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(711), 1, + sym_expression, + STATE(1443), 1, + aux_sym_name_expression_repeat1, + STATE(1712), 1, + aux_sym_name_expression_repeat2, + STATE(1749), 1, + sym_subexpression, + STATE(2267), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(189), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1341), 2, + sym_string_literal, + sym_char_literal, + STATE(1343), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [20355] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(659), 1, + anon_sym_LPAREN, + ACTIONS(663), 1, + anon_sym_return, + ACTIONS(665), 1, + anon_sym_DOLLAR, + ACTIONS(667), 1, + anon_sym_BSLASH, + ACTIONS(669), 1, + sym_name_identifier, + ACTIONS(671), 1, + sym_operator, + ACTIONS(673), 1, + sym_float_number_literal, + ACTIONS(675), 1, + sym_number_literal, + ACTIONS(677), 1, + anon_sym_DQUOTE, + ACTIONS(679), 1, + anon_sym_SQUOTE, + STATE(585), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1350), 1, + sym_name_expression, + STATE(1395), 1, + aux_sym_name_expression_repeat1, + STATE(1828), 1, + aux_sym_name_expression_repeat2, + STATE(2233), 1, + aux_sym_reference_expression_repeat1, + STATE(2462), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(661), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1997), 2, + sym_string_literal, + sym_char_literal, + STATE(2002), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [20464] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(173), 1, + anon_sym_LPAREN, + ACTIONS(191), 1, + anon_sym_return, + ACTIONS(193), 1, + anon_sym_DOLLAR, + ACTIONS(195), 1, + anon_sym_BSLASH, + ACTIONS(197), 1, + sym_name_identifier, + ACTIONS(199), 1, + sym_operator, + ACTIONS(201), 1, + sym_float_number_literal, + ACTIONS(203), 1, + sym_number_literal, + ACTIONS(205), 1, + anon_sym_DQUOTE, + ACTIONS(207), 1, + anon_sym_SQUOTE, + STATE(581), 1, + sym_name_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(701), 1, + sym_expression, + STATE(1443), 1, + aux_sym_name_expression_repeat1, + STATE(1712), 1, + aux_sym_name_expression_repeat2, + STATE(1749), 1, + sym_subexpression, + STATE(2267), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(189), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1341), 2, + sym_string_literal, + sym_char_literal, + STATE(1343), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [20573] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(583), 1, + anon_sym_LBRACK, + ACTIONS(813), 1, + anon_sym_LPAREN, + ACTIONS(817), 1, + anon_sym_return, + ACTIONS(819), 1, + anon_sym_DOLLAR, + ACTIONS(821), 1, + anon_sym_BSLASH, + ACTIONS(823), 1, + sym_name_identifier, + ACTIONS(825), 1, + sym_operator, + ACTIONS(827), 1, + sym_float_number_literal, + ACTIONS(829), 1, + sym_number_literal, + ACTIONS(831), 1, + anon_sym_DQUOTE, + ACTIONS(833), 1, + anon_sym_SQUOTE, + STATE(547), 1, + sym_name_expression, + STATE(593), 1, + sym_expression, + STATE(661), 1, + sym_scoped_statement, + STATE(1453), 1, + aux_sym_name_expression_repeat1, + STATE(1557), 1, + sym_subexpression, + STATE(1763), 1, + aux_sym_name_expression_repeat2, + STATE(2204), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(815), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1108), 2, + sym_extended_name, + sym_literal, + STATE(1109), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(666), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [20682] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(725), 1, + anon_sym_LPAREN, + ACTIONS(729), 1, + anon_sym_return, + ACTIONS(731), 1, + anon_sym_DOLLAR, + ACTIONS(733), 1, + anon_sym_BSLASH, ACTIONS(735), 1, sym_name_identifier, + ACTIONS(737), 1, + sym_operator, ACTIONS(739), 1, sym_float_number_literal, ACTIONS(741), 1, @@ -30512,2651 +43482,8799 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(745), 1, anon_sym_SQUOTE, - ACTIONS(929), 1, - anon_sym_return, - ACTIONS(931), 1, - anon_sym_BSLASH, - ACTIONS(933), 1, - anon_sym_DOLLAR, - ACTIONS(935), 1, - sym_operator, - STATE(175), 1, - sym_name_superexpression, - STATE(428), 1, - sym_expression, - STATE(450), 1, + STATE(609), 1, sym_scoped_statement, - STATE(660), 1, - sym_literal, - STATE(1190), 1, + STATE(1347), 1, + sym_name_expression, + STATE(1399), 1, + aux_sym_name_expression_repeat1, + STATE(1808), 1, + aux_sym_name_expression_repeat2, + STATE(2262), 1, + aux_sym_reference_expression_repeat1, + STATE(2484), 1, sym_subexpression, - STATE(1250), 1, - aux_sym_name_superexpression_repeat1, - STATE(1673), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2660), 1, + sym_expression, + STATE(2713), 1, sym_type_subexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(51), 2, + ACTIONS(59), 2, anon_sym_break, anon_sym_continue, - ACTIONS(71), 2, + ACTIONS(169), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(687), 2, + ACTIONS(727), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1980), 2, + sym_extended_name, + sym_literal, + STATE(2009), 2, sym_string_literal, sym_char_literal, - STATE(431), 3, + STATE(595), 3, sym_block, sym_return_expression, sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, + STATE(591), 4, sym_prefixed_expression, sym_unary_operator_expression, - sym_lambda_function, sym_type_constructor, - [24553] = 28, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [20791] = 31, ACTIONS(3), 1, sym__line_comment, ACTIONS(29), 1, anon_sym_LBRACE, - ACTIONS(33), 1, + ACTIONS(583), 1, + anon_sym_LBRACK, + ACTIONS(813), 1, anon_sym_LPAREN, - ACTIONS(1018), 1, + ACTIONS(817), 1, anon_sym_return, - ACTIONS(1020), 1, - anon_sym_BSLASH, - ACTIONS(1022), 1, + ACTIONS(819), 1, anon_sym_DOLLAR, - ACTIONS(1024), 1, + ACTIONS(821), 1, + anon_sym_BSLASH, + ACTIONS(823), 1, sym_name_identifier, - ACTIONS(1026), 1, + ACTIONS(825), 1, sym_operator, - ACTIONS(1028), 1, + ACTIONS(827), 1, sym_float_number_literal, - ACTIONS(1030), 1, + ACTIONS(829), 1, sym_number_literal, - ACTIONS(1032), 1, + ACTIONS(831), 1, anon_sym_DQUOTE, - ACTIONS(1034), 1, + ACTIONS(833), 1, anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(994), 1, - sym_name_superexpression, - STATE(1273), 1, - aux_sym_name_superexpression_repeat1, - STATE(1521), 1, - aux_sym_name_superexpression_repeat2, - STATE(1692), 1, - sym_literal, - STATE(2040), 1, - sym_subexpression, - STATE(2204), 1, + STATE(547), 1, + sym_name_expression, + STATE(587), 1, sym_expression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, + STATE(661), 1, + sym_scoped_statement, + STATE(1453), 1, + aux_sym_name_expression_repeat1, + STATE(1557), 1, + sym_subexpression, + STATE(1763), 1, + aux_sym_name_expression_repeat2, + STATE(2204), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, sym_type_subexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(51), 2, + ACTIONS(59), 2, anon_sym_break, anon_sym_continue, - ACTIONS(71), 2, + ACTIONS(169), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(1691), 2, + ACTIONS(815), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1108), 2, + sym_extended_name, + sym_literal, + STATE(1109), 2, sym_string_literal, sym_char_literal, - STATE(431), 3, + STATE(595), 3, sym_block, sym_return_expression, sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, + STATE(591), 4, sym_prefixed_expression, sym_unary_operator_expression, - sym_lambda_function, sym_type_constructor, - [24649] = 20, + sym_lambda_function, + STATE(666), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [20900] = 31, ACTIONS(3), 1, sym__line_comment, - ACTIONS(244), 1, - anon_sym_RBRACE, - ACTIONS(1075), 1, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(173), 1, anon_sym_LPAREN, - ACTIONS(1077), 1, + ACTIONS(191), 1, + anon_sym_return, + ACTIONS(193), 1, + anon_sym_DOLLAR, + ACTIONS(195), 1, + anon_sym_BSLASH, + ACTIONS(197), 1, sym_name_identifier, - ACTIONS(1081), 1, + ACTIONS(199), 1, + sym_operator, + ACTIONS(201), 1, sym_float_number_literal, - ACTIONS(1083), 1, + ACTIONS(203), 1, sym_number_literal, - ACTIONS(1085), 1, + ACTIONS(205), 1, anon_sym_DQUOTE, - ACTIONS(1087), 1, + ACTIONS(207), 1, anon_sym_SQUOTE, - STATE(879), 1, - sym_literal, - STATE(894), 1, + STATE(581), 1, + sym_name_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(760), 1, + sym_expression, + STATE(1443), 1, + aux_sym_name_expression_repeat1, + STATE(1712), 1, + aux_sym_name_expression_repeat2, + STATE(1749), 1, + sym_subexpression, + STATE(2267), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, sym_type_subexpression, - STATE(922), 1, - sym_subexpression_token, - STATE(1261), 1, - aux_sym_name_superexpression_repeat1, - STATE(1588), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(1079), 2, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(225), 2, + ACTIONS(189), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1341), 2, + sym_string_literal, + sym_char_literal, + STATE(1343), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [21009] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(681), 1, + anon_sym_LPAREN, + ACTIONS(685), 1, + anon_sym_return, + ACTIONS(687), 1, + anon_sym_DOLLAR, + ACTIONS(689), 1, + anon_sym_BSLASH, + ACTIONS(691), 1, + sym_name_identifier, + ACTIONS(693), 1, + sym_operator, + ACTIONS(695), 1, + sym_float_number_literal, + ACTIONS(697), 1, + sym_number_literal, + ACTIONS(699), 1, + anon_sym_DQUOTE, + ACTIONS(701), 1, + anon_sym_SQUOTE, + STATE(588), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1337), 1, + sym_name_expression, + STATE(1415), 1, + aux_sym_name_expression_repeat1, + STATE(1786), 1, + aux_sym_name_expression_repeat2, + STATE(2228), 1, + aux_sym_reference_expression_repeat1, + STATE(2476), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(683), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1947), 2, + sym_string_literal, + sym_char_literal, + STATE(1957), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [21118] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(583), 1, + anon_sym_LBRACK, + ACTIONS(813), 1, + anon_sym_LPAREN, + ACTIONS(817), 1, + anon_sym_return, + ACTIONS(819), 1, + anon_sym_DOLLAR, + ACTIONS(821), 1, + anon_sym_BSLASH, + ACTIONS(823), 1, + sym_name_identifier, + ACTIONS(825), 1, + sym_operator, + ACTIONS(827), 1, + sym_float_number_literal, + ACTIONS(829), 1, + sym_number_literal, + ACTIONS(831), 1, + anon_sym_DQUOTE, + ACTIONS(833), 1, + anon_sym_SQUOTE, + STATE(547), 1, + sym_name_expression, + STATE(592), 1, + sym_expression, + STATE(661), 1, + sym_scoped_statement, + STATE(1453), 1, + aux_sym_name_expression_repeat1, + STATE(1557), 1, + sym_subexpression, + STATE(1763), 1, + aux_sym_name_expression_repeat2, + STATE(2204), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(815), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1108), 2, + sym_extended_name, + sym_literal, + STATE(1109), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(666), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [21227] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(475), 1, + anon_sym_RBRACE, + ACTIONS(967), 1, + anon_sym_LPAREN, + ACTIONS(973), 1, + sym_name_identifier, + ACTIONS(979), 1, + sym_float_number_literal, + ACTIONS(982), 1, + sym_number_literal, + ACTIONS(985), 1, + anon_sym_DQUOTE, + ACTIONS(988), 1, + anon_sym_SQUOTE, + STATE(707), 1, + sym_type_subexpression, + STATE(918), 1, + sym_subexpression_token, + STATE(1434), 1, + aux_sym_name_expression_repeat1, + STATE(1819), 1, + aux_sym_name_expression_repeat2, + STATE(2354), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(970), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(976), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(407), 2, sym_function_argument, aux_sym_function_call_expression_repeat1, - STATE(848), 2, + STATE(692), 2, sym_string_literal, sym_char_literal, - STATE(914), 2, + STATE(710), 2, + sym_extended_name, + sym_literal, + STATE(838), 2, sym_scoped_statement, - sym_name_superexpression, - ACTIONS(242), 15, + sym_name_expression, + ACTIONS(477), 18, anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, anon_sym_use, + anon_sym_import, anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, anon_sym_struct, anon_sym_class, + anon_sym_basic, + anon_sym_abstract, anon_sym_typeclass, + anon_sym_AMP, anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, sym_operator, - [24729] = 28, + [21318] = 31, ACTIONS(3), 1, sym__line_comment, ACTIONS(29), 1, anon_sym_LBRACE, - ACTIONS(33), 1, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(213), 1, anon_sym_LPAREN, - ACTIONS(968), 1, + ACTIONS(231), 1, anon_sym_return, - ACTIONS(970), 1, - anon_sym_BSLASH, - ACTIONS(972), 1, + ACTIONS(233), 1, anon_sym_DOLLAR, - ACTIONS(974), 1, + ACTIONS(235), 1, + anon_sym_BSLASH, + ACTIONS(237), 1, sym_name_identifier, - ACTIONS(976), 1, + ACTIONS(239), 1, sym_operator, - ACTIONS(978), 1, + ACTIONS(241), 1, sym_float_number_literal, - ACTIONS(980), 1, + ACTIONS(243), 1, sym_number_literal, - ACTIONS(982), 1, + ACTIONS(245), 1, anon_sym_DQUOTE, - ACTIONS(984), 1, + ACTIONS(247), 1, anon_sym_SQUOTE, - STATE(430), 1, + STATE(566), 1, + sym_name_expression, + STATE(592), 1, sym_expression, - STATE(450), 1, + STATE(609), 1, sym_scoped_statement, - STATE(998), 1, - sym_name_superexpression, - STATE(1258), 1, - aux_sym_name_superexpression_repeat1, - STATE(1620), 1, - aux_sym_name_superexpression_repeat2, - STATE(1671), 1, - sym_literal, - STATE(2042), 1, + STATE(1406), 1, + aux_sym_name_expression_repeat1, + STATE(1632), 1, sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, + STATE(1761), 1, + aux_sym_name_expression_repeat2, + STATE(2260), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, sym_type_subexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(51), 2, + ACTIONS(59), 2, anon_sym_break, anon_sym_continue, - ACTIONS(71), 2, + ACTIONS(169), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(1554), 2, + ACTIONS(229), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1286), 2, sym_string_literal, sym_char_literal, - STATE(431), 3, + STATE(1289), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, sym_block, sym_return_expression, sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, + STATE(591), 4, sym_prefixed_expression, sym_unary_operator_expression, - sym_lambda_function, sym_type_constructor, - [24825] = 28, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [21427] = 31, ACTIONS(3), 1, sym__line_comment, ACTIONS(29), 1, anon_sym_LBRACE, - ACTIONS(33), 1, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(725), 1, anon_sym_LPAREN, - ACTIONS(157), 1, + ACTIONS(729), 1, anon_sym_return, - ACTIONS(159), 1, - anon_sym_BSLASH, - ACTIONS(161), 1, + ACTIONS(731), 1, anon_sym_DOLLAR, - ACTIONS(163), 1, + ACTIONS(733), 1, + anon_sym_BSLASH, + ACTIONS(735), 1, sym_name_identifier, - ACTIONS(165), 1, + ACTIONS(737), 1, sym_operator, - ACTIONS(167), 1, + ACTIONS(739), 1, sym_float_number_literal, - ACTIONS(169), 1, + ACTIONS(741), 1, sym_number_literal, - ACTIONS(171), 1, + ACTIONS(743), 1, anon_sym_DQUOTE, - ACTIONS(173), 1, + ACTIONS(745), 1, anon_sym_SQUOTE, - STATE(425), 1, - sym_name_superexpression, - STATE(439), 1, + STATE(586), 1, sym_expression, - STATE(450), 1, + STATE(609), 1, sym_scoped_statement, - STATE(898), 1, - sym_literal, - STATE(1306), 1, + STATE(1347), 1, + sym_name_expression, + STATE(1399), 1, + aux_sym_name_expression_repeat1, + STATE(1808), 1, + aux_sym_name_expression_repeat2, + STATE(2262), 1, + aux_sym_reference_expression_repeat1, + STATE(2484), 1, sym_subexpression, - STATE(1336), 1, - aux_sym_name_superexpression_repeat1, - STATE(1582), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, sym_type_subexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(51), 2, + ACTIONS(59), 2, anon_sym_break, anon_sym_continue, - ACTIONS(71), 2, + ACTIONS(169), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(899), 2, + ACTIONS(727), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1980), 2, + sym_extended_name, + sym_literal, + STATE(2009), 2, sym_string_literal, sym_char_literal, - STATE(431), 3, + STATE(595), 3, sym_block, sym_return_expression, sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, + STATE(591), 4, sym_prefixed_expression, sym_unary_operator_expression, - sym_lambda_function, sym_type_constructor, - [24921] = 28, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [21536] = 31, ACTIONS(3), 1, sym__line_comment, ACTIONS(29), 1, anon_sym_LBRACE, - ACTIONS(33), 1, + ACTIONS(573), 1, anon_sym_LPAREN, - ACTIONS(1018), 1, + ACTIONS(577), 1, anon_sym_return, - ACTIONS(1020), 1, - anon_sym_BSLASH, - ACTIONS(1022), 1, + ACTIONS(579), 1, anon_sym_DOLLAR, - ACTIONS(1024), 1, + ACTIONS(581), 1, + anon_sym_BSLASH, + ACTIONS(583), 1, + anon_sym_LBRACK, + ACTIONS(585), 1, sym_name_identifier, - ACTIONS(1026), 1, + ACTIONS(587), 1, sym_operator, + ACTIONS(589), 1, + sym_float_number_literal, + ACTIONS(591), 1, + sym_number_literal, + ACTIONS(593), 1, + anon_sym_DQUOTE, + ACTIONS(595), 1, + anon_sym_SQUOTE, + STATE(592), 1, + sym_expression, + STATE(661), 1, + sym_scoped_statement, + STATE(1190), 1, + sym_name_expression, + STATE(1438), 1, + aux_sym_name_expression_repeat1, + STATE(1829), 1, + aux_sym_name_expression_repeat2, + STATE(2221), 1, + aux_sym_reference_expression_repeat1, + STATE(2446), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(575), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1859), 2, + sym_string_literal, + sym_char_literal, + STATE(1870), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(666), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [21645] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(681), 1, + anon_sym_LPAREN, + ACTIONS(685), 1, + anon_sym_return, + ACTIONS(687), 1, + anon_sym_DOLLAR, + ACTIONS(689), 1, + anon_sym_BSLASH, + ACTIONS(691), 1, + sym_name_identifier, + ACTIONS(693), 1, + sym_operator, + ACTIONS(695), 1, + sym_float_number_literal, + ACTIONS(697), 1, + sym_number_literal, + ACTIONS(699), 1, + anon_sym_DQUOTE, + ACTIONS(701), 1, + anon_sym_SQUOTE, + STATE(609), 1, + sym_scoped_statement, + STATE(1337), 1, + sym_name_expression, + STATE(1415), 1, + aux_sym_name_expression_repeat1, + STATE(1786), 1, + aux_sym_name_expression_repeat2, + STATE(2228), 1, + aux_sym_reference_expression_repeat1, + STATE(2476), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2685), 1, + sym_expression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(683), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1947), 2, + sym_string_literal, + sym_char_literal, + STATE(1957), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [21754] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(991), 1, + anon_sym_LPAREN, + ACTIONS(995), 1, + anon_sym_return, + ACTIONS(997), 1, + anon_sym_DOLLAR, + ACTIONS(999), 1, + anon_sym_BSLASH, + ACTIONS(1001), 1, + sym_name_identifier, + ACTIONS(1003), 1, + sym_operator, + ACTIONS(1005), 1, + sym_float_number_literal, + ACTIONS(1007), 1, + sym_number_literal, + ACTIONS(1009), 1, + anon_sym_DQUOTE, + ACTIONS(1011), 1, + anon_sym_SQUOTE, + STATE(558), 1, + sym_name_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1400), 1, + aux_sym_name_expression_repeat1, + STATE(1542), 1, + sym_subexpression, + STATE(1551), 1, + sym_expression, + STATE(1831), 1, + aux_sym_name_expression_repeat2, + STATE(2239), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(993), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(968), 2, + sym_string_literal, + sym_char_literal, + STATE(980), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [21863] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(553), 1, + anon_sym_LBRACK, + ACTIONS(901), 1, + anon_sym_LPAREN, + ACTIONS(905), 1, + anon_sym_return, + ACTIONS(907), 1, + anon_sym_DOLLAR, + ACTIONS(909), 1, + anon_sym_BSLASH, + ACTIONS(911), 1, + sym_name_identifier, + ACTIONS(913), 1, + sym_operator, + ACTIONS(915), 1, + sym_float_number_literal, + ACTIONS(917), 1, + sym_number_literal, + ACTIONS(919), 1, + anon_sym_DQUOTE, + ACTIONS(921), 1, + anon_sym_SQUOTE, + STATE(523), 1, + sym_name_expression, + STATE(639), 1, + sym_scoped_statement, + STATE(1430), 1, + aux_sym_name_expression_repeat1, + STATE(1496), 1, + sym_subexpression, + STATE(1508), 1, + sym_expression, + STATE(1697), 1, + aux_sym_name_expression_repeat2, + STATE(2252), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(903), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(826), 2, + sym_string_literal, + sym_char_literal, + STATE(847), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(641), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [21972] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(529), 1, + anon_sym_LBRACK, + ACTIONS(879), 1, + anon_sym_LPAREN, + ACTIONS(883), 1, + anon_sym_return, + ACTIONS(885), 1, + anon_sym_DOLLAR, + ACTIONS(887), 1, + anon_sym_BSLASH, + ACTIONS(889), 1, + sym_name_identifier, + ACTIONS(891), 1, + sym_operator, + ACTIONS(893), 1, + sym_float_number_literal, + ACTIONS(895), 1, + sym_number_literal, + ACTIONS(897), 1, + anon_sym_DQUOTE, + ACTIONS(899), 1, + anon_sym_SQUOTE, + STATE(559), 1, + sym_name_expression, + STATE(652), 1, + sym_scoped_statement, + STATE(1417), 1, + aux_sym_name_expression_repeat1, + STATE(1558), 1, + sym_subexpression, + STATE(1647), 1, + sym_expression, + STATE(1741), 1, + aux_sym_name_expression_repeat2, + STATE(2226), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(881), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1112), 2, + sym_extended_name, + sym_literal, + STATE(1130), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(644), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [22081] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(1013), 1, + anon_sym_LPAREN, + ACTIONS(1019), 1, + sym_name_identifier, + ACTIONS(1025), 1, + sym_float_number_literal, ACTIONS(1028), 1, - sym_float_number_literal, - ACTIONS(1030), 1, sym_number_literal, - ACTIONS(1032), 1, + ACTIONS(1031), 1, anon_sym_DQUOTE, ACTIONS(1034), 1, anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(994), 1, - sym_name_superexpression, - STATE(1273), 1, - aux_sym_name_superexpression_repeat1, - STATE(1521), 1, - aux_sym_name_superexpression_repeat2, - STATE(1692), 1, - sym_literal, - STATE(2040), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, + STATE(736), 1, sym_type_subexpression, - STATE(2519), 1, - sym_expression, + STATE(785), 1, + sym_subexpression_token, + STATE(1409), 1, + aux_sym_name_expression_repeat1, + STATE(1793), 1, + aux_sym_name_expression_repeat2, + STATE(2325), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, + ACTIONS(1016), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1022), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(1691), 2, + STATE(415), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(720), 2, + sym_extended_name, + sym_literal, + STATE(734), 2, sym_string_literal, sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [25017] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, + STATE(937), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(475), 3, anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(968), 1, - anon_sym_return, - ACTIONS(970), 1, - anon_sym_BSLASH, - ACTIONS(972), 1, - anon_sym_DOLLAR, - ACTIONS(974), 1, - sym_name_identifier, - ACTIONS(976), 1, - sym_operator, - ACTIONS(978), 1, - sym_float_number_literal, - ACTIONS(980), 1, - sym_number_literal, - ACTIONS(982), 1, - anon_sym_DQUOTE, - ACTIONS(984), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(998), 1, - sym_name_superexpression, - STATE(1258), 1, - aux_sym_name_superexpression_repeat1, - STATE(1620), 1, - aux_sym_name_superexpression_repeat2, - STATE(1671), 1, - sym_literal, - STATE(2042), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - STATE(2518), 1, - sym_expression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1554), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [25113] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(1036), 1, - anon_sym_return, - ACTIONS(1038), 1, - anon_sym_BSLASH, - ACTIONS(1040), 1, - anon_sym_DOLLAR, - ACTIONS(1042), 1, - sym_name_identifier, - ACTIONS(1044), 1, - sym_operator, - ACTIONS(1046), 1, - sym_float_number_literal, - ACTIONS(1048), 1, - sym_number_literal, - ACTIONS(1050), 1, - anon_sym_DQUOTE, - ACTIONS(1052), 1, - anon_sym_SQUOTE, - STATE(430), 1, - sym_expression, - STATE(450), 1, - sym_scoped_statement, - STATE(953), 1, - sym_name_superexpression, - STATE(1301), 1, - aux_sym_name_superexpression_repeat1, - STATE(1411), 1, - sym_literal, - STATE(1591), 1, - aux_sym_name_superexpression_repeat2, - STATE(1945), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1421), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [25209] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(1036), 1, - anon_sym_return, - ACTIONS(1038), 1, - anon_sym_BSLASH, - ACTIONS(1040), 1, - anon_sym_DOLLAR, - ACTIONS(1042), 1, - sym_name_identifier, - ACTIONS(1044), 1, - sym_operator, - ACTIONS(1046), 1, - sym_float_number_literal, - ACTIONS(1048), 1, - sym_number_literal, - ACTIONS(1050), 1, - anon_sym_DQUOTE, - ACTIONS(1052), 1, - anon_sym_SQUOTE, - STATE(439), 1, - sym_expression, - STATE(450), 1, - sym_scoped_statement, - STATE(953), 1, - sym_name_superexpression, - STATE(1301), 1, - aux_sym_name_superexpression_repeat1, - STATE(1411), 1, - sym_literal, - STATE(1591), 1, - aux_sym_name_superexpression_repeat2, - STATE(1945), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1421), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [25305] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(1036), 1, - anon_sym_return, - ACTIONS(1038), 1, - anon_sym_BSLASH, - ACTIONS(1040), 1, - anon_sym_DOLLAR, - ACTIONS(1042), 1, - sym_name_identifier, - ACTIONS(1044), 1, - sym_operator, - ACTIONS(1046), 1, - sym_float_number_literal, - ACTIONS(1048), 1, - sym_number_literal, - ACTIONS(1050), 1, - anon_sym_DQUOTE, - ACTIONS(1052), 1, - anon_sym_SQUOTE, - STATE(437), 1, - sym_expression, - STATE(450), 1, - sym_scoped_statement, - STATE(953), 1, - sym_name_superexpression, - STATE(1301), 1, - aux_sym_name_superexpression_repeat1, - STATE(1411), 1, - sym_literal, - STATE(1591), 1, - aux_sym_name_superexpression_repeat2, - STATE(1945), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1421), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [25401] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(219), 1, anon_sym_RBRACE, - ACTIONS(1135), 1, + anon_sym_SEMI, + ACTIONS(477), 16, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_operator, + [22172] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(583), 1, + anon_sym_LBRACK, + ACTIONS(1037), 1, anon_sym_LPAREN, - ACTIONS(1138), 1, + ACTIONS(1041), 1, + anon_sym_return, + ACTIONS(1043), 1, + anon_sym_DOLLAR, + ACTIONS(1045), 1, + anon_sym_BSLASH, + ACTIONS(1047), 1, sym_name_identifier, - ACTIONS(1144), 1, + ACTIONS(1049), 1, + sym_operator, + ACTIONS(1051), 1, sym_float_number_literal, - ACTIONS(1147), 1, + ACTIONS(1053), 1, sym_number_literal, - ACTIONS(1150), 1, + ACTIONS(1055), 1, + anon_sym_DQUOTE, + ACTIONS(1057), 1, + anon_sym_SQUOTE, + STATE(576), 1, + sym_name_expression, + STATE(661), 1, + sym_scoped_statement, + STATE(673), 1, + sym_expression, + STATE(1455), 1, + aux_sym_name_expression_repeat1, + STATE(1643), 1, + sym_subexpression, + STATE(1706), 1, + aux_sym_name_expression_repeat2, + STATE(2216), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(1039), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1201), 2, + sym_extended_name, + sym_literal, + STATE(1220), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(666), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [22281] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(529), 1, + anon_sym_LBRACK, + ACTIONS(791), 1, + anon_sym_LPAREN, + ACTIONS(795), 1, + anon_sym_return, + ACTIONS(797), 1, + anon_sym_DOLLAR, + ACTIONS(799), 1, + anon_sym_BSLASH, + ACTIONS(801), 1, + sym_name_identifier, + ACTIONS(803), 1, + sym_operator, + ACTIONS(805), 1, + sym_float_number_literal, + ACTIONS(807), 1, + sym_number_literal, + ACTIONS(809), 1, + anon_sym_DQUOTE, + ACTIONS(811), 1, + anon_sym_SQUOTE, + STATE(524), 1, + sym_name_expression, + STATE(586), 1, + sym_expression, + STATE(652), 1, + sym_scoped_statement, + STATE(1389), 1, + aux_sym_name_expression_repeat1, + STATE(1501), 1, + sym_subexpression, + STATE(1772), 1, + aux_sym_name_expression_repeat2, + STATE(2192), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(793), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(930), 2, + sym_string_literal, + sym_char_literal, + STATE(944), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(644), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [22390] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(529), 1, + anon_sym_LBRACK, + ACTIONS(791), 1, + anon_sym_LPAREN, + ACTIONS(795), 1, + anon_sym_return, + ACTIONS(797), 1, + anon_sym_DOLLAR, + ACTIONS(799), 1, + anon_sym_BSLASH, + ACTIONS(801), 1, + sym_name_identifier, + ACTIONS(803), 1, + sym_operator, + ACTIONS(805), 1, + sym_float_number_literal, + ACTIONS(807), 1, + sym_number_literal, + ACTIONS(809), 1, + anon_sym_DQUOTE, + ACTIONS(811), 1, + anon_sym_SQUOTE, + STATE(524), 1, + sym_name_expression, + STATE(588), 1, + sym_expression, + STATE(652), 1, + sym_scoped_statement, + STATE(1389), 1, + aux_sym_name_expression_repeat1, + STATE(1501), 1, + sym_subexpression, + STATE(1772), 1, + aux_sym_name_expression_repeat2, + STATE(2192), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(793), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(930), 2, + sym_string_literal, + sym_char_literal, + STATE(944), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(644), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [22499] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(991), 1, + anon_sym_LPAREN, + ACTIONS(995), 1, + anon_sym_return, + ACTIONS(997), 1, + anon_sym_DOLLAR, + ACTIONS(999), 1, + anon_sym_BSLASH, + ACTIONS(1001), 1, + sym_name_identifier, + ACTIONS(1003), 1, + sym_operator, + ACTIONS(1005), 1, + sym_float_number_literal, + ACTIONS(1007), 1, + sym_number_literal, + ACTIONS(1009), 1, + anon_sym_DQUOTE, + ACTIONS(1011), 1, + anon_sym_SQUOTE, + STATE(558), 1, + sym_name_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(663), 1, + sym_expression, + STATE(1400), 1, + aux_sym_name_expression_repeat1, + STATE(1542), 1, + sym_subexpression, + STATE(1831), 1, + aux_sym_name_expression_repeat2, + STATE(2239), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(993), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(968), 2, + sym_string_literal, + sym_char_literal, + STATE(980), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [22608] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(583), 1, + anon_sym_LBRACK, + ACTIONS(1037), 1, + anon_sym_LPAREN, + ACTIONS(1041), 1, + anon_sym_return, + ACTIONS(1043), 1, + anon_sym_DOLLAR, + ACTIONS(1045), 1, + anon_sym_BSLASH, + ACTIONS(1047), 1, + sym_name_identifier, + ACTIONS(1049), 1, + sym_operator, + ACTIONS(1051), 1, + sym_float_number_literal, + ACTIONS(1053), 1, + sym_number_literal, + ACTIONS(1055), 1, + anon_sym_DQUOTE, + ACTIONS(1057), 1, + anon_sym_SQUOTE, + STATE(576), 1, + sym_name_expression, + STATE(661), 1, + sym_scoped_statement, + STATE(668), 1, + sym_expression, + STATE(1455), 1, + aux_sym_name_expression_repeat1, + STATE(1643), 1, + sym_subexpression, + STATE(1706), 1, + aux_sym_name_expression_repeat2, + STATE(2216), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(1039), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1201), 2, + sym_extended_name, + sym_literal, + STATE(1220), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(666), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [22717] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(725), 1, + anon_sym_LPAREN, + ACTIONS(729), 1, + anon_sym_return, + ACTIONS(731), 1, + anon_sym_DOLLAR, + ACTIONS(733), 1, + anon_sym_BSLASH, + ACTIONS(735), 1, + sym_name_identifier, + ACTIONS(737), 1, + sym_operator, + ACTIONS(739), 1, + sym_float_number_literal, + ACTIONS(741), 1, + sym_number_literal, + ACTIONS(743), 1, + anon_sym_DQUOTE, + ACTIONS(745), 1, + anon_sym_SQUOTE, + STATE(592), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1347), 1, + sym_name_expression, + STATE(1399), 1, + aux_sym_name_expression_repeat1, + STATE(1808), 1, + aux_sym_name_expression_repeat2, + STATE(2262), 1, + aux_sym_reference_expression_repeat1, + STATE(2484), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(727), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1980), 2, + sym_extended_name, + sym_literal, + STATE(2009), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [22826] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(725), 1, + anon_sym_LPAREN, + ACTIONS(729), 1, + anon_sym_return, + ACTIONS(731), 1, + anon_sym_DOLLAR, + ACTIONS(733), 1, + anon_sym_BSLASH, + ACTIONS(735), 1, + sym_name_identifier, + ACTIONS(737), 1, + sym_operator, + ACTIONS(739), 1, + sym_float_number_literal, + ACTIONS(741), 1, + sym_number_literal, + ACTIONS(743), 1, + anon_sym_DQUOTE, + ACTIONS(745), 1, + anon_sym_SQUOTE, + STATE(587), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1347), 1, + sym_name_expression, + STATE(1399), 1, + aux_sym_name_expression_repeat1, + STATE(1808), 1, + aux_sym_name_expression_repeat2, + STATE(2262), 1, + aux_sym_reference_expression_repeat1, + STATE(2484), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(727), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1980), 2, + sym_extended_name, + sym_literal, + STATE(2009), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [22935] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(529), 1, + anon_sym_LBRACK, + ACTIONS(791), 1, + anon_sym_LPAREN, + ACTIONS(795), 1, + anon_sym_return, + ACTIONS(797), 1, + anon_sym_DOLLAR, + ACTIONS(799), 1, + anon_sym_BSLASH, + ACTIONS(801), 1, + sym_name_identifier, + ACTIONS(803), 1, + sym_operator, + ACTIONS(805), 1, + sym_float_number_literal, + ACTIONS(807), 1, + sym_number_literal, + ACTIONS(809), 1, + anon_sym_DQUOTE, + ACTIONS(811), 1, + anon_sym_SQUOTE, + STATE(524), 1, + sym_name_expression, + STATE(585), 1, + sym_expression, + STATE(652), 1, + sym_scoped_statement, + STATE(1389), 1, + aux_sym_name_expression_repeat1, + STATE(1501), 1, + sym_subexpression, + STATE(1772), 1, + aux_sym_name_expression_repeat2, + STATE(2192), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(793), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(930), 2, + sym_string_literal, + sym_char_literal, + STATE(944), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(644), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [23044] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(725), 1, + anon_sym_LPAREN, + ACTIONS(729), 1, + anon_sym_return, + ACTIONS(731), 1, + anon_sym_DOLLAR, + ACTIONS(733), 1, + anon_sym_BSLASH, + ACTIONS(735), 1, + sym_name_identifier, + ACTIONS(737), 1, + sym_operator, + ACTIONS(739), 1, + sym_float_number_literal, + ACTIONS(741), 1, + sym_number_literal, + ACTIONS(743), 1, + anon_sym_DQUOTE, + ACTIONS(745), 1, + anon_sym_SQUOTE, + STATE(593), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1347), 1, + sym_name_expression, + STATE(1399), 1, + aux_sym_name_expression_repeat1, + STATE(1808), 1, + aux_sym_name_expression_repeat2, + STATE(2262), 1, + aux_sym_reference_expression_repeat1, + STATE(2484), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(727), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1980), 2, + sym_extended_name, + sym_literal, + STATE(2009), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [23153] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(725), 1, + anon_sym_LPAREN, + ACTIONS(729), 1, + anon_sym_return, + ACTIONS(731), 1, + anon_sym_DOLLAR, + ACTIONS(733), 1, + anon_sym_BSLASH, + ACTIONS(735), 1, + sym_name_identifier, + ACTIONS(737), 1, + sym_operator, + ACTIONS(739), 1, + sym_float_number_literal, + ACTIONS(741), 1, + sym_number_literal, + ACTIONS(743), 1, + anon_sym_DQUOTE, + ACTIONS(745), 1, + anon_sym_SQUOTE, + STATE(585), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1347), 1, + sym_name_expression, + STATE(1399), 1, + aux_sym_name_expression_repeat1, + STATE(1808), 1, + aux_sym_name_expression_repeat2, + STATE(2262), 1, + aux_sym_reference_expression_repeat1, + STATE(2484), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(727), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1980), 2, + sym_extended_name, + sym_literal, + STATE(2009), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [23262] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(529), 1, + anon_sym_LBRACK, + ACTIONS(791), 1, + anon_sym_LPAREN, + ACTIONS(795), 1, + anon_sym_return, + ACTIONS(797), 1, + anon_sym_DOLLAR, + ACTIONS(799), 1, + anon_sym_BSLASH, + ACTIONS(801), 1, + sym_name_identifier, + ACTIONS(803), 1, + sym_operator, + ACTIONS(805), 1, + sym_float_number_literal, + ACTIONS(807), 1, + sym_number_literal, + ACTIONS(809), 1, + anon_sym_DQUOTE, + ACTIONS(811), 1, + anon_sym_SQUOTE, + STATE(524), 1, + sym_name_expression, + STATE(593), 1, + sym_expression, + STATE(652), 1, + sym_scoped_statement, + STATE(1389), 1, + aux_sym_name_expression_repeat1, + STATE(1501), 1, + sym_subexpression, + STATE(1772), 1, + aux_sym_name_expression_repeat2, + STATE(2192), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(793), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(930), 2, + sym_string_literal, + sym_char_literal, + STATE(944), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(644), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [23371] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(659), 1, + anon_sym_LPAREN, + ACTIONS(663), 1, + anon_sym_return, + ACTIONS(665), 1, + anon_sym_DOLLAR, + ACTIONS(667), 1, + anon_sym_BSLASH, + ACTIONS(669), 1, + sym_name_identifier, + ACTIONS(671), 1, + sym_operator, + ACTIONS(673), 1, + sym_float_number_literal, + ACTIONS(675), 1, + sym_number_literal, + ACTIONS(677), 1, + anon_sym_DQUOTE, + ACTIONS(679), 1, + anon_sym_SQUOTE, + STATE(609), 1, + sym_scoped_statement, + STATE(1350), 1, + sym_name_expression, + STATE(1395), 1, + aux_sym_name_expression_repeat1, + STATE(1828), 1, + aux_sym_name_expression_repeat2, + STATE(2233), 1, + aux_sym_reference_expression_repeat1, + STATE(2462), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2694), 1, + sym_expression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(661), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1997), 2, + sym_string_literal, + sym_char_literal, + STATE(2002), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [23480] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(659), 1, + anon_sym_LPAREN, + ACTIONS(663), 1, + anon_sym_return, + ACTIONS(665), 1, + anon_sym_DOLLAR, + ACTIONS(667), 1, + anon_sym_BSLASH, + ACTIONS(669), 1, + sym_name_identifier, + ACTIONS(671), 1, + sym_operator, + ACTIONS(673), 1, + sym_float_number_literal, + ACTIONS(675), 1, + sym_number_literal, + ACTIONS(677), 1, + anon_sym_DQUOTE, + ACTIONS(679), 1, + anon_sym_SQUOTE, + STATE(588), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1350), 1, + sym_name_expression, + STATE(1395), 1, + aux_sym_name_expression_repeat1, + STATE(1828), 1, + aux_sym_name_expression_repeat2, + STATE(2233), 1, + aux_sym_reference_expression_repeat1, + STATE(2462), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(661), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1997), 2, + sym_string_literal, + sym_char_literal, + STATE(2002), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [23589] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(369), 1, + anon_sym_RBRACE, + ACTIONS(1059), 1, + anon_sym_LPAREN, + ACTIONS(1063), 1, + sym_name_identifier, + ACTIONS(1067), 1, + sym_float_number_literal, + ACTIONS(1069), 1, + sym_number_literal, + ACTIONS(1071), 1, + anon_sym_DQUOTE, + ACTIONS(1073), 1, + anon_sym_SQUOTE, + STATE(707), 1, + sym_type_subexpression, + STATE(918), 1, + sym_subexpression_token, + STATE(1434), 1, + aux_sym_name_expression_repeat1, + STATE(1819), 1, + aux_sym_name_expression_repeat2, + STATE(2354), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(1061), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1065), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(407), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(692), 2, + sym_string_literal, + sym_char_literal, + STATE(710), 2, + sym_extended_name, + sym_literal, + STATE(838), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(371), 18, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_operator, + [23680] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(529), 1, + anon_sym_LBRACK, + ACTIONS(791), 1, + anon_sym_LPAREN, + ACTIONS(795), 1, + anon_sym_return, + ACTIONS(797), 1, + anon_sym_DOLLAR, + ACTIONS(799), 1, + anon_sym_BSLASH, + ACTIONS(801), 1, + sym_name_identifier, + ACTIONS(803), 1, + sym_operator, + ACTIONS(805), 1, + sym_float_number_literal, + ACTIONS(807), 1, + sym_number_literal, + ACTIONS(809), 1, + anon_sym_DQUOTE, + ACTIONS(811), 1, + anon_sym_SQUOTE, + STATE(524), 1, + sym_name_expression, + STATE(587), 1, + sym_expression, + STATE(652), 1, + sym_scoped_statement, + STATE(1389), 1, + aux_sym_name_expression_repeat1, + STATE(1501), 1, + sym_subexpression, + STATE(1772), 1, + aux_sym_name_expression_repeat2, + STATE(2192), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(793), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(930), 2, + sym_string_literal, + sym_char_literal, + STATE(944), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(644), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [23789] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(529), 1, + anon_sym_LBRACK, + ACTIONS(791), 1, + anon_sym_LPAREN, + ACTIONS(795), 1, + anon_sym_return, + ACTIONS(797), 1, + anon_sym_DOLLAR, + ACTIONS(799), 1, + anon_sym_BSLASH, + ACTIONS(801), 1, + sym_name_identifier, + ACTIONS(803), 1, + sym_operator, + ACTIONS(805), 1, + sym_float_number_literal, + ACTIONS(807), 1, + sym_number_literal, + ACTIONS(809), 1, + anon_sym_DQUOTE, + ACTIONS(811), 1, + anon_sym_SQUOTE, + STATE(524), 1, + sym_name_expression, + STATE(592), 1, + sym_expression, + STATE(652), 1, + sym_scoped_statement, + STATE(1389), 1, + aux_sym_name_expression_repeat1, + STATE(1501), 1, + sym_subexpression, + STATE(1772), 1, + aux_sym_name_expression_repeat2, + STATE(2192), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(793), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(930), 2, + sym_string_literal, + sym_char_literal, + STATE(944), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(644), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [23898] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(725), 1, + anon_sym_LPAREN, + ACTIONS(729), 1, + anon_sym_return, + ACTIONS(731), 1, + anon_sym_DOLLAR, + ACTIONS(733), 1, + anon_sym_BSLASH, + ACTIONS(735), 1, + sym_name_identifier, + ACTIONS(737), 1, + sym_operator, + ACTIONS(739), 1, + sym_float_number_literal, + ACTIONS(741), 1, + sym_number_literal, + ACTIONS(743), 1, + anon_sym_DQUOTE, + ACTIONS(745), 1, + anon_sym_SQUOTE, + STATE(609), 1, + sym_scoped_statement, + STATE(1347), 1, + sym_name_expression, + STATE(1399), 1, + aux_sym_name_expression_repeat1, + STATE(1808), 1, + aux_sym_name_expression_repeat2, + STATE(2262), 1, + aux_sym_reference_expression_repeat1, + STATE(2484), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2695), 1, + sym_expression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(727), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1980), 2, + sym_extended_name, + sym_literal, + STATE(2009), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [24007] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(597), 1, + anon_sym_LPAREN, + ACTIONS(601), 1, + anon_sym_return, + ACTIONS(603), 1, + anon_sym_DOLLAR, + ACTIONS(605), 1, + anon_sym_BSLASH, + ACTIONS(607), 1, + sym_name_identifier, + ACTIONS(609), 1, + sym_operator, + ACTIONS(611), 1, + sym_float_number_literal, + ACTIONS(613), 1, + sym_number_literal, + ACTIONS(615), 1, + anon_sym_DQUOTE, + ACTIONS(617), 1, + anon_sym_SQUOTE, + STATE(586), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1344), 1, + sym_name_expression, + STATE(1410), 1, + aux_sym_name_expression_repeat1, + STATE(1766), 1, + aux_sym_name_expression_repeat2, + STATE(2253), 1, + aux_sym_reference_expression_repeat1, + STATE(2467), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(599), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1940), 2, + sym_extended_name, + sym_literal, + STATE(1942), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [24116] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(583), 1, + anon_sym_LBRACK, + ACTIONS(1037), 1, + anon_sym_LPAREN, + ACTIONS(1041), 1, + anon_sym_return, + ACTIONS(1043), 1, + anon_sym_DOLLAR, + ACTIONS(1045), 1, + anon_sym_BSLASH, + ACTIONS(1047), 1, + sym_name_identifier, + ACTIONS(1049), 1, + sym_operator, + ACTIONS(1051), 1, + sym_float_number_literal, + ACTIONS(1053), 1, + sym_number_literal, + ACTIONS(1055), 1, + anon_sym_DQUOTE, + ACTIONS(1057), 1, + anon_sym_SQUOTE, + STATE(576), 1, + sym_name_expression, + STATE(592), 1, + sym_expression, + STATE(661), 1, + sym_scoped_statement, + STATE(1455), 1, + aux_sym_name_expression_repeat1, + STATE(1643), 1, + sym_subexpression, + STATE(1706), 1, + aux_sym_name_expression_repeat2, + STATE(2216), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(1039), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1201), 2, + sym_extended_name, + sym_literal, + STATE(1220), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(666), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [24225] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(597), 1, + anon_sym_LPAREN, + ACTIONS(601), 1, + anon_sym_return, + ACTIONS(603), 1, + anon_sym_DOLLAR, + ACTIONS(605), 1, + anon_sym_BSLASH, + ACTIONS(607), 1, + sym_name_identifier, + ACTIONS(609), 1, + sym_operator, + ACTIONS(611), 1, + sym_float_number_literal, + ACTIONS(613), 1, + sym_number_literal, + ACTIONS(615), 1, + anon_sym_DQUOTE, + ACTIONS(617), 1, + anon_sym_SQUOTE, + STATE(609), 1, + sym_scoped_statement, + STATE(1344), 1, + sym_name_expression, + STATE(1410), 1, + aux_sym_name_expression_repeat1, + STATE(1766), 1, + aux_sym_name_expression_repeat2, + STATE(2253), 1, + aux_sym_reference_expression_repeat1, + STATE(2467), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2704), 1, + sym_expression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(599), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1940), 2, + sym_extended_name, + sym_literal, + STATE(1942), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [24334] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(213), 1, + anon_sym_LPAREN, + ACTIONS(231), 1, + anon_sym_return, + ACTIONS(233), 1, + anon_sym_DOLLAR, + ACTIONS(235), 1, + anon_sym_BSLASH, + ACTIONS(237), 1, + sym_name_identifier, + ACTIONS(239), 1, + sym_operator, + ACTIONS(241), 1, + sym_float_number_literal, + ACTIONS(243), 1, + sym_number_literal, + ACTIONS(245), 1, + anon_sym_DQUOTE, + ACTIONS(247), 1, + anon_sym_SQUOTE, + STATE(566), 1, + sym_name_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(760), 1, + sym_expression, + STATE(1406), 1, + aux_sym_name_expression_repeat1, + STATE(1632), 1, + sym_subexpression, + STATE(1761), 1, + aux_sym_name_expression_repeat2, + STATE(2260), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(229), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1286), 2, + sym_string_literal, + sym_char_literal, + STATE(1289), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [24443] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(583), 1, + anon_sym_LBRACK, + ACTIONS(1037), 1, + anon_sym_LPAREN, + ACTIONS(1041), 1, + anon_sym_return, + ACTIONS(1043), 1, + anon_sym_DOLLAR, + ACTIONS(1045), 1, + anon_sym_BSLASH, + ACTIONS(1047), 1, + sym_name_identifier, + ACTIONS(1049), 1, + sym_operator, + ACTIONS(1051), 1, + sym_float_number_literal, + ACTIONS(1053), 1, + sym_number_literal, + ACTIONS(1055), 1, + anon_sym_DQUOTE, + ACTIONS(1057), 1, + anon_sym_SQUOTE, + STATE(576), 1, + sym_name_expression, + STATE(587), 1, + sym_expression, + STATE(661), 1, + sym_scoped_statement, + STATE(1455), 1, + aux_sym_name_expression_repeat1, + STATE(1643), 1, + sym_subexpression, + STATE(1706), 1, + aux_sym_name_expression_repeat2, + STATE(2216), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(1039), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1201), 2, + sym_extended_name, + sym_literal, + STATE(1220), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(666), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [24552] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(991), 1, + anon_sym_LPAREN, + ACTIONS(995), 1, + anon_sym_return, + ACTIONS(997), 1, + anon_sym_DOLLAR, + ACTIONS(999), 1, + anon_sym_BSLASH, + ACTIONS(1001), 1, + sym_name_identifier, + ACTIONS(1003), 1, + sym_operator, + ACTIONS(1005), 1, + sym_float_number_literal, + ACTIONS(1007), 1, + sym_number_literal, + ACTIONS(1009), 1, + anon_sym_DQUOTE, + ACTIONS(1011), 1, + anon_sym_SQUOTE, + STATE(558), 1, + sym_name_expression, + STATE(586), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1400), 1, + aux_sym_name_expression_repeat1, + STATE(1542), 1, + sym_subexpression, + STATE(1831), 1, + aux_sym_name_expression_repeat2, + STATE(2239), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(993), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(968), 2, + sym_string_literal, + sym_char_literal, + STATE(980), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [24661] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(213), 1, + anon_sym_LPAREN, + ACTIONS(231), 1, + anon_sym_return, + ACTIONS(233), 1, + anon_sym_DOLLAR, + ACTIONS(235), 1, + anon_sym_BSLASH, + ACTIONS(237), 1, + sym_name_identifier, + ACTIONS(239), 1, + sym_operator, + ACTIONS(241), 1, + sym_float_number_literal, + ACTIONS(243), 1, + sym_number_literal, + ACTIONS(245), 1, + anon_sym_DQUOTE, + ACTIONS(247), 1, + anon_sym_SQUOTE, + STATE(566), 1, + sym_name_expression, + STATE(588), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1406), 1, + aux_sym_name_expression_repeat1, + STATE(1632), 1, + sym_subexpression, + STATE(1761), 1, + aux_sym_name_expression_repeat2, + STATE(2260), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(229), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1286), 2, + sym_string_literal, + sym_char_literal, + STATE(1289), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [24770] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(513), 1, + anon_sym_RBRACE, + ACTIONS(1059), 1, + anon_sym_LPAREN, + ACTIONS(1063), 1, + sym_name_identifier, + ACTIONS(1067), 1, + sym_float_number_literal, + ACTIONS(1069), 1, + sym_number_literal, + ACTIONS(1071), 1, + anon_sym_DQUOTE, + ACTIONS(1073), 1, + anon_sym_SQUOTE, + STATE(707), 1, + sym_type_subexpression, + STATE(918), 1, + sym_subexpression_token, + STATE(1434), 1, + aux_sym_name_expression_repeat1, + STATE(1819), 1, + aux_sym_name_expression_repeat2, + STATE(2354), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(1061), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1065), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(429), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(692), 2, + sym_string_literal, + sym_char_literal, + STATE(710), 2, + sym_extended_name, + sym_literal, + STATE(838), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(515), 18, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_operator, + [24861] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(991), 1, + anon_sym_LPAREN, + ACTIONS(995), 1, + anon_sym_return, + ACTIONS(997), 1, + anon_sym_DOLLAR, + ACTIONS(999), 1, + anon_sym_BSLASH, + ACTIONS(1001), 1, + sym_name_identifier, + ACTIONS(1003), 1, + sym_operator, + ACTIONS(1005), 1, + sym_float_number_literal, + ACTIONS(1007), 1, + sym_number_literal, + ACTIONS(1009), 1, + anon_sym_DQUOTE, + ACTIONS(1011), 1, + anon_sym_SQUOTE, + STATE(558), 1, + sym_name_expression, + STATE(588), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1400), 1, + aux_sym_name_expression_repeat1, + STATE(1542), 1, + sym_subexpression, + STATE(1831), 1, + aux_sym_name_expression_repeat2, + STATE(2239), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(993), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(968), 2, + sym_string_literal, + sym_char_literal, + STATE(980), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [24970] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(583), 1, + anon_sym_LBRACK, + ACTIONS(1037), 1, + anon_sym_LPAREN, + ACTIONS(1041), 1, + anon_sym_return, + ACTIONS(1043), 1, + anon_sym_DOLLAR, + ACTIONS(1045), 1, + anon_sym_BSLASH, + ACTIONS(1047), 1, + sym_name_identifier, + ACTIONS(1049), 1, + sym_operator, + ACTIONS(1051), 1, + sym_float_number_literal, + ACTIONS(1053), 1, + sym_number_literal, + ACTIONS(1055), 1, + anon_sym_DQUOTE, + ACTIONS(1057), 1, + anon_sym_SQUOTE, + STATE(576), 1, + sym_name_expression, + STATE(593), 1, + sym_expression, + STATE(661), 1, + sym_scoped_statement, + STATE(1455), 1, + aux_sym_name_expression_repeat1, + STATE(1643), 1, + sym_subexpression, + STATE(1706), 1, + aux_sym_name_expression_repeat2, + STATE(2216), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(1039), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1201), 2, + sym_extended_name, + sym_literal, + STATE(1220), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(666), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [25079] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(597), 1, + anon_sym_LPAREN, + ACTIONS(601), 1, + anon_sym_return, + ACTIONS(603), 1, + anon_sym_DOLLAR, + ACTIONS(605), 1, + anon_sym_BSLASH, + ACTIONS(607), 1, + sym_name_identifier, + ACTIONS(609), 1, + sym_operator, + ACTIONS(611), 1, + sym_float_number_literal, + ACTIONS(613), 1, + sym_number_literal, + ACTIONS(615), 1, + anon_sym_DQUOTE, + ACTIONS(617), 1, + anon_sym_SQUOTE, + STATE(592), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1344), 1, + sym_name_expression, + STATE(1410), 1, + aux_sym_name_expression_repeat1, + STATE(1766), 1, + aux_sym_name_expression_repeat2, + STATE(2253), 1, + aux_sym_reference_expression_repeat1, + STATE(2467), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(599), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1940), 2, + sym_extended_name, + sym_literal, + STATE(1942), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [25188] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(991), 1, + anon_sym_LPAREN, + ACTIONS(995), 1, + anon_sym_return, + ACTIONS(997), 1, + anon_sym_DOLLAR, + ACTIONS(999), 1, + anon_sym_BSLASH, + ACTIONS(1001), 1, + sym_name_identifier, + ACTIONS(1003), 1, + sym_operator, + ACTIONS(1005), 1, + sym_float_number_literal, + ACTIONS(1007), 1, + sym_number_literal, + ACTIONS(1009), 1, + anon_sym_DQUOTE, + ACTIONS(1011), 1, + anon_sym_SQUOTE, + STATE(558), 1, + sym_name_expression, + STATE(585), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1400), 1, + aux_sym_name_expression_repeat1, + STATE(1542), 1, + sym_subexpression, + STATE(1831), 1, + aux_sym_name_expression_repeat2, + STATE(2239), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(993), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(968), 2, + sym_string_literal, + sym_char_literal, + STATE(980), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [25297] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(597), 1, + anon_sym_LPAREN, + ACTIONS(601), 1, + anon_sym_return, + ACTIONS(603), 1, + anon_sym_DOLLAR, + ACTIONS(605), 1, + anon_sym_BSLASH, + ACTIONS(607), 1, + sym_name_identifier, + ACTIONS(609), 1, + sym_operator, + ACTIONS(611), 1, + sym_float_number_literal, + ACTIONS(613), 1, + sym_number_literal, + ACTIONS(615), 1, + anon_sym_DQUOTE, + ACTIONS(617), 1, + anon_sym_SQUOTE, + STATE(587), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1344), 1, + sym_name_expression, + STATE(1410), 1, + aux_sym_name_expression_repeat1, + STATE(1766), 1, + aux_sym_name_expression_repeat2, + STATE(2253), 1, + aux_sym_reference_expression_repeat1, + STATE(2467), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(599), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1940), 2, + sym_extended_name, + sym_literal, + STATE(1942), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [25406] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(597), 1, + anon_sym_LPAREN, + ACTIONS(601), 1, + anon_sym_return, + ACTIONS(603), 1, + anon_sym_DOLLAR, + ACTIONS(605), 1, + anon_sym_BSLASH, + ACTIONS(607), 1, + sym_name_identifier, + ACTIONS(609), 1, + sym_operator, + ACTIONS(611), 1, + sym_float_number_literal, + ACTIONS(613), 1, + sym_number_literal, + ACTIONS(615), 1, + anon_sym_DQUOTE, + ACTIONS(617), 1, + anon_sym_SQUOTE, + STATE(593), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1344), 1, + sym_name_expression, + STATE(1410), 1, + aux_sym_name_expression_repeat1, + STATE(1766), 1, + aux_sym_name_expression_repeat2, + STATE(2253), 1, + aux_sym_reference_expression_repeat1, + STATE(2467), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(599), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1940), 2, + sym_extended_name, + sym_literal, + STATE(1942), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [25515] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(991), 1, + anon_sym_LPAREN, + ACTIONS(995), 1, + anon_sym_return, + ACTIONS(997), 1, + anon_sym_DOLLAR, + ACTIONS(999), 1, + anon_sym_BSLASH, + ACTIONS(1001), 1, + sym_name_identifier, + ACTIONS(1003), 1, + sym_operator, + ACTIONS(1005), 1, + sym_float_number_literal, + ACTIONS(1007), 1, + sym_number_literal, + ACTIONS(1009), 1, + anon_sym_DQUOTE, + ACTIONS(1011), 1, + anon_sym_SQUOTE, + STATE(558), 1, + sym_name_expression, + STATE(593), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1400), 1, + aux_sym_name_expression_repeat1, + STATE(1542), 1, + sym_subexpression, + STATE(1831), 1, + aux_sym_name_expression_repeat2, + STATE(2239), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(993), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(968), 2, + sym_string_literal, + sym_char_literal, + STATE(980), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [25624] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(597), 1, + anon_sym_LPAREN, + ACTIONS(601), 1, + anon_sym_return, + ACTIONS(603), 1, + anon_sym_DOLLAR, + ACTIONS(605), 1, + anon_sym_BSLASH, + ACTIONS(607), 1, + sym_name_identifier, + ACTIONS(609), 1, + sym_operator, + ACTIONS(611), 1, + sym_float_number_literal, + ACTIONS(613), 1, + sym_number_literal, + ACTIONS(615), 1, + anon_sym_DQUOTE, + ACTIONS(617), 1, + anon_sym_SQUOTE, + STATE(585), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1344), 1, + sym_name_expression, + STATE(1410), 1, + aux_sym_name_expression_repeat1, + STATE(1766), 1, + aux_sym_name_expression_repeat2, + STATE(2253), 1, + aux_sym_reference_expression_repeat1, + STATE(2467), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(599), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1940), 2, + sym_extended_name, + sym_literal, + STATE(1942), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [25733] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(725), 1, + anon_sym_LPAREN, + ACTIONS(729), 1, + anon_sym_return, + ACTIONS(731), 1, + anon_sym_DOLLAR, + ACTIONS(733), 1, + anon_sym_BSLASH, + ACTIONS(735), 1, + sym_name_identifier, + ACTIONS(737), 1, + sym_operator, + ACTIONS(739), 1, + sym_float_number_literal, + ACTIONS(741), 1, + sym_number_literal, + ACTIONS(743), 1, + anon_sym_DQUOTE, + ACTIONS(745), 1, + anon_sym_SQUOTE, + STATE(588), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1347), 1, + sym_name_expression, + STATE(1399), 1, + aux_sym_name_expression_repeat1, + STATE(1808), 1, + aux_sym_name_expression_repeat2, + STATE(2262), 1, + aux_sym_reference_expression_repeat1, + STATE(2484), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(727), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1980), 2, + sym_extended_name, + sym_literal, + STATE(2009), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [25842] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(213), 1, + anon_sym_LPAREN, + ACTIONS(231), 1, + anon_sym_return, + ACTIONS(233), 1, + anon_sym_DOLLAR, + ACTIONS(235), 1, + anon_sym_BSLASH, + ACTIONS(237), 1, + sym_name_identifier, + ACTIONS(239), 1, + sym_operator, + ACTIONS(241), 1, + sym_float_number_literal, + ACTIONS(243), 1, + sym_number_literal, + ACTIONS(245), 1, + anon_sym_DQUOTE, + ACTIONS(247), 1, + anon_sym_SQUOTE, + STATE(566), 1, + sym_name_expression, + STATE(586), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1406), 1, + aux_sym_name_expression_repeat1, + STATE(1632), 1, + sym_subexpression, + STATE(1761), 1, + aux_sym_name_expression_repeat2, + STATE(2260), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(229), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1286), 2, + sym_string_literal, + sym_char_literal, + STATE(1289), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [25951] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(51), 1, + anon_sym_return, + ACTIONS(53), 1, + anon_sym_DOLLAR, + ACTIONS(55), 1, + anon_sym_BSLASH, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(61), 1, + sym_name_identifier, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(209), 1, + sym_operator, + STATE(586), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2392), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [26060] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(991), 1, + anon_sym_LPAREN, + ACTIONS(995), 1, + anon_sym_return, + ACTIONS(997), 1, + anon_sym_DOLLAR, + ACTIONS(999), 1, + anon_sym_BSLASH, + ACTIONS(1001), 1, + sym_name_identifier, + ACTIONS(1003), 1, + sym_operator, + ACTIONS(1005), 1, + sym_float_number_literal, + ACTIONS(1007), 1, + sym_number_literal, + ACTIONS(1009), 1, + anon_sym_DQUOTE, + ACTIONS(1011), 1, + anon_sym_SQUOTE, + STATE(558), 1, + sym_name_expression, + STATE(587), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1400), 1, + aux_sym_name_expression_repeat1, + STATE(1542), 1, + sym_subexpression, + STATE(1831), 1, + aux_sym_name_expression_repeat2, + STATE(2239), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(993), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(968), 2, + sym_string_literal, + sym_char_literal, + STATE(980), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [26169] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(475), 1, + ts_builtin_sym_end, + ACTIONS(1075), 1, + anon_sym_LPAREN, + ACTIONS(1081), 1, + sym_name_identifier, + ACTIONS(1087), 1, + sym_float_number_literal, + ACTIONS(1090), 1, + sym_number_literal, + ACTIONS(1093), 1, + anon_sym_DQUOTE, + ACTIONS(1096), 1, + anon_sym_SQUOTE, + STATE(731), 1, + sym_type_subexpression, + STATE(811), 1, + sym_subexpression_token, + STATE(1421), 1, + aux_sym_name_expression_repeat1, + STATE(1733), 1, + aux_sym_name_expression_repeat2, + STATE(2345), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(1078), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1084), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(453), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(705), 2, + sym_string_literal, + sym_char_literal, + STATE(738), 2, + sym_extended_name, + sym_literal, + STATE(812), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(477), 18, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_elif, + anon_sym_else, + sym_operator, + [26260] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(253), 1, + anon_sym_LPAREN, + ACTIONS(271), 1, + anon_sym_return, + ACTIONS(273), 1, + anon_sym_DOLLAR, + ACTIONS(275), 1, + anon_sym_BSLASH, + ACTIONS(277), 1, + sym_name_identifier, + ACTIONS(279), 1, + sym_operator, + ACTIONS(281), 1, + sym_float_number_literal, + ACTIONS(283), 1, + sym_number_literal, + ACTIONS(285), 1, + anon_sym_DQUOTE, + ACTIONS(287), 1, + anon_sym_SQUOTE, + STATE(580), 1, + sym_name_expression, + STATE(592), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1425), 1, + aux_sym_name_expression_repeat1, + STATE(1714), 1, + aux_sym_name_expression_repeat2, + STATE(1718), 1, + sym_subexpression, + STATE(2213), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(269), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1338), 2, + sym_extended_name, + sym_literal, + STATE(1339), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [26369] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(991), 1, + anon_sym_LPAREN, + ACTIONS(995), 1, + anon_sym_return, + ACTIONS(997), 1, + anon_sym_DOLLAR, + ACTIONS(999), 1, + anon_sym_BSLASH, + ACTIONS(1001), 1, + sym_name_identifier, + ACTIONS(1003), 1, + sym_operator, + ACTIONS(1005), 1, + sym_float_number_literal, + ACTIONS(1007), 1, + sym_number_literal, + ACTIONS(1009), 1, + anon_sym_DQUOTE, + ACTIONS(1011), 1, + anon_sym_SQUOTE, + STATE(558), 1, + sym_name_expression, + STATE(592), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1400), 1, + aux_sym_name_expression_repeat1, + STATE(1542), 1, + sym_subexpression, + STATE(1831), 1, + aux_sym_name_expression_repeat2, + STATE(2239), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(993), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(968), 2, + sym_string_literal, + sym_char_literal, + STATE(980), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [26478] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(253), 1, + anon_sym_LPAREN, + ACTIONS(271), 1, + anon_sym_return, + ACTIONS(273), 1, + anon_sym_DOLLAR, + ACTIONS(275), 1, + anon_sym_BSLASH, + ACTIONS(277), 1, + sym_name_identifier, + ACTIONS(279), 1, + sym_operator, + ACTIONS(281), 1, + sym_float_number_literal, + ACTIONS(283), 1, + sym_number_literal, + ACTIONS(285), 1, + anon_sym_DQUOTE, + ACTIONS(287), 1, + anon_sym_SQUOTE, + STATE(580), 1, + sym_name_expression, + STATE(587), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1425), 1, + aux_sym_name_expression_repeat1, + STATE(1714), 1, + aux_sym_name_expression_repeat2, + STATE(1718), 1, + sym_subexpression, + STATE(2213), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(269), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1338), 2, + sym_extended_name, + sym_literal, + STATE(1339), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [26587] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(253), 1, + anon_sym_LPAREN, + ACTIONS(271), 1, + anon_sym_return, + ACTIONS(273), 1, + anon_sym_DOLLAR, + ACTIONS(275), 1, + anon_sym_BSLASH, + ACTIONS(277), 1, + sym_name_identifier, + ACTIONS(279), 1, + sym_operator, + ACTIONS(281), 1, + sym_float_number_literal, + ACTIONS(283), 1, + sym_number_literal, + ACTIONS(285), 1, + anon_sym_DQUOTE, + ACTIONS(287), 1, + anon_sym_SQUOTE, + STATE(580), 1, + sym_name_expression, + STATE(593), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1425), 1, + aux_sym_name_expression_repeat1, + STATE(1714), 1, + aux_sym_name_expression_repeat2, + STATE(1718), 1, + sym_subexpression, + STATE(2213), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(269), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1338), 2, + sym_extended_name, + sym_literal, + STATE(1339), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [26696] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(253), 1, + anon_sym_LPAREN, + ACTIONS(271), 1, + anon_sym_return, + ACTIONS(273), 1, + anon_sym_DOLLAR, + ACTIONS(275), 1, + anon_sym_BSLASH, + ACTIONS(277), 1, + sym_name_identifier, + ACTIONS(279), 1, + sym_operator, + ACTIONS(281), 1, + sym_float_number_literal, + ACTIONS(283), 1, + sym_number_literal, + ACTIONS(285), 1, + anon_sym_DQUOTE, + ACTIONS(287), 1, + anon_sym_SQUOTE, + STATE(580), 1, + sym_name_expression, + STATE(585), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1425), 1, + aux_sym_name_expression_repeat1, + STATE(1714), 1, + aux_sym_name_expression_repeat2, + STATE(1718), 1, + sym_subexpression, + STATE(2213), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(269), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1338), 2, + sym_extended_name, + sym_literal, + STATE(1339), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [26805] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(597), 1, + anon_sym_LPAREN, + ACTIONS(601), 1, + anon_sym_return, + ACTIONS(603), 1, + anon_sym_DOLLAR, + ACTIONS(605), 1, + anon_sym_BSLASH, + ACTIONS(607), 1, + sym_name_identifier, + ACTIONS(609), 1, + sym_operator, + ACTIONS(611), 1, + sym_float_number_literal, + ACTIONS(613), 1, + sym_number_literal, + ACTIONS(615), 1, + anon_sym_DQUOTE, + ACTIONS(617), 1, + anon_sym_SQUOTE, + STATE(588), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1344), 1, + sym_name_expression, + STATE(1410), 1, + aux_sym_name_expression_repeat1, + STATE(1766), 1, + aux_sym_name_expression_repeat2, + STATE(2253), 1, + aux_sym_reference_expression_repeat1, + STATE(2467), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(599), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1940), 2, + sym_extended_name, + sym_literal, + STATE(1942), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [26914] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(253), 1, + anon_sym_LPAREN, + ACTIONS(271), 1, + anon_sym_return, + ACTIONS(273), 1, + anon_sym_DOLLAR, + ACTIONS(275), 1, + anon_sym_BSLASH, + ACTIONS(277), 1, + sym_name_identifier, + ACTIONS(279), 1, + sym_operator, + ACTIONS(281), 1, + sym_float_number_literal, + ACTIONS(283), 1, + sym_number_literal, + ACTIONS(285), 1, + anon_sym_DQUOTE, + ACTIONS(287), 1, + anon_sym_SQUOTE, + STATE(580), 1, + sym_name_expression, + STATE(586), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1425), 1, + aux_sym_name_expression_repeat1, + STATE(1714), 1, + aux_sym_name_expression_repeat2, + STATE(1718), 1, + sym_subexpression, + STATE(2213), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(269), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1338), 2, + sym_extended_name, + sym_literal, + STATE(1339), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [27023] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(597), 1, + anon_sym_LPAREN, + ACTIONS(601), 1, + anon_sym_return, + ACTIONS(603), 1, + anon_sym_DOLLAR, + ACTIONS(605), 1, + anon_sym_BSLASH, + ACTIONS(607), 1, + sym_name_identifier, + ACTIONS(609), 1, + sym_operator, + ACTIONS(611), 1, + sym_float_number_literal, + ACTIONS(613), 1, + sym_number_literal, + ACTIONS(615), 1, + anon_sym_DQUOTE, + ACTIONS(617), 1, + anon_sym_SQUOTE, + STATE(609), 1, + sym_scoped_statement, + STATE(1344), 1, + sym_name_expression, + STATE(1410), 1, + aux_sym_name_expression_repeat1, + STATE(1766), 1, + aux_sym_name_expression_repeat2, + STATE(2253), 1, + aux_sym_reference_expression_repeat1, + STATE(2467), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + STATE(2796), 1, + sym_expression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(599), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1940), 2, + sym_extended_name, + sym_literal, + STATE(1942), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [27132] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(173), 1, + anon_sym_LPAREN, + ACTIONS(191), 1, + anon_sym_return, + ACTIONS(193), 1, + anon_sym_DOLLAR, + ACTIONS(195), 1, + anon_sym_BSLASH, + ACTIONS(197), 1, + sym_name_identifier, + ACTIONS(199), 1, + sym_operator, + ACTIONS(201), 1, + sym_float_number_literal, + ACTIONS(203), 1, + sym_number_literal, + ACTIONS(205), 1, + anon_sym_DQUOTE, + ACTIONS(207), 1, + anon_sym_SQUOTE, + STATE(581), 1, + sym_name_expression, + STATE(592), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1443), 1, + aux_sym_name_expression_repeat1, + STATE(1712), 1, + aux_sym_name_expression_repeat2, + STATE(1749), 1, + sym_subexpression, + STATE(2267), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(189), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1341), 2, + sym_string_literal, + sym_char_literal, + STATE(1343), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [27241] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(173), 1, + anon_sym_LPAREN, + ACTIONS(191), 1, + anon_sym_return, + ACTIONS(193), 1, + anon_sym_DOLLAR, + ACTIONS(195), 1, + anon_sym_BSLASH, + ACTIONS(197), 1, + sym_name_identifier, + ACTIONS(199), 1, + sym_operator, + ACTIONS(201), 1, + sym_float_number_literal, + ACTIONS(203), 1, + sym_number_literal, + ACTIONS(205), 1, + anon_sym_DQUOTE, + ACTIONS(207), 1, + anon_sym_SQUOTE, + STATE(581), 1, + sym_name_expression, + STATE(587), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1443), 1, + aux_sym_name_expression_repeat1, + STATE(1712), 1, + aux_sym_name_expression_repeat2, + STATE(1749), 1, + sym_subexpression, + STATE(2267), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(189), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1341), 2, + sym_string_literal, + sym_char_literal, + STATE(1343), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [27350] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(583), 1, + anon_sym_LBRACK, + ACTIONS(1037), 1, + anon_sym_LPAREN, + ACTIONS(1041), 1, + anon_sym_return, + ACTIONS(1043), 1, + anon_sym_DOLLAR, + ACTIONS(1045), 1, + anon_sym_BSLASH, + ACTIONS(1047), 1, + sym_name_identifier, + ACTIONS(1049), 1, + sym_operator, + ACTIONS(1051), 1, + sym_float_number_literal, + ACTIONS(1053), 1, + sym_number_literal, + ACTIONS(1055), 1, + anon_sym_DQUOTE, + ACTIONS(1057), 1, + anon_sym_SQUOTE, + STATE(576), 1, + sym_name_expression, + STATE(585), 1, + sym_expression, + STATE(661), 1, + sym_scoped_statement, + STATE(1455), 1, + aux_sym_name_expression_repeat1, + STATE(1643), 1, + sym_subexpression, + STATE(1706), 1, + aux_sym_name_expression_repeat2, + STATE(2216), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(1039), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1201), 2, + sym_extended_name, + sym_literal, + STATE(1220), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(666), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [27459] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(173), 1, + anon_sym_LPAREN, + ACTIONS(191), 1, + anon_sym_return, + ACTIONS(193), 1, + anon_sym_DOLLAR, + ACTIONS(195), 1, + anon_sym_BSLASH, + ACTIONS(197), 1, + sym_name_identifier, + ACTIONS(199), 1, + sym_operator, + ACTIONS(201), 1, + sym_float_number_literal, + ACTIONS(203), 1, + sym_number_literal, + ACTIONS(205), 1, + anon_sym_DQUOTE, + ACTIONS(207), 1, + anon_sym_SQUOTE, + STATE(581), 1, + sym_name_expression, + STATE(593), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1443), 1, + aux_sym_name_expression_repeat1, + STATE(1712), 1, + aux_sym_name_expression_repeat2, + STATE(1749), 1, + sym_subexpression, + STATE(2267), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(189), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1341), 2, + sym_string_literal, + sym_char_literal, + STATE(1343), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [27568] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(369), 1, + ts_builtin_sym_end, + ACTIONS(1099), 1, + anon_sym_LPAREN, + ACTIONS(1103), 1, + sym_name_identifier, + ACTIONS(1107), 1, + sym_float_number_literal, + ACTIONS(1109), 1, + sym_number_literal, + ACTIONS(1111), 1, + anon_sym_DQUOTE, + ACTIONS(1113), 1, + anon_sym_SQUOTE, + STATE(731), 1, + sym_type_subexpression, + STATE(811), 1, + sym_subexpression_token, + STATE(1421), 1, + aux_sym_name_expression_repeat1, + STATE(1733), 1, + aux_sym_name_expression_repeat2, + STATE(2345), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(1101), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1105), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(453), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(705), 2, + sym_string_literal, + sym_char_literal, + STATE(738), 2, + sym_extended_name, + sym_literal, + STATE(812), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(371), 18, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_elif, + anon_sym_else, + sym_operator, + [27659] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(173), 1, + anon_sym_LPAREN, + ACTIONS(191), 1, + anon_sym_return, + ACTIONS(193), 1, + anon_sym_DOLLAR, + ACTIONS(195), 1, + anon_sym_BSLASH, + ACTIONS(197), 1, + sym_name_identifier, + ACTIONS(199), 1, + sym_operator, + ACTIONS(201), 1, + sym_float_number_literal, + ACTIONS(203), 1, + sym_number_literal, + ACTIONS(205), 1, + anon_sym_DQUOTE, + ACTIONS(207), 1, + anon_sym_SQUOTE, + STATE(581), 1, + sym_name_expression, + STATE(585), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1443), 1, + aux_sym_name_expression_repeat1, + STATE(1712), 1, + aux_sym_name_expression_repeat2, + STATE(1749), 1, + sym_subexpression, + STATE(2267), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(189), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1341), 2, + sym_string_literal, + sym_char_literal, + STATE(1343), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [27768] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(173), 1, + anon_sym_LPAREN, + ACTIONS(191), 1, + anon_sym_return, + ACTIONS(193), 1, + anon_sym_DOLLAR, + ACTIONS(195), 1, + anon_sym_BSLASH, + ACTIONS(197), 1, + sym_name_identifier, + ACTIONS(199), 1, + sym_operator, + ACTIONS(201), 1, + sym_float_number_literal, + ACTIONS(203), 1, + sym_number_literal, + ACTIONS(205), 1, + anon_sym_DQUOTE, + ACTIONS(207), 1, + anon_sym_SQUOTE, + STATE(581), 1, + sym_name_expression, + STATE(588), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1443), 1, + aux_sym_name_expression_repeat1, + STATE(1712), 1, + aux_sym_name_expression_repeat2, + STATE(1749), 1, + sym_subexpression, + STATE(2267), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(189), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1341), 2, + sym_string_literal, + sym_char_literal, + STATE(1343), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [27877] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(173), 1, + anon_sym_LPAREN, + ACTIONS(191), 1, + anon_sym_return, + ACTIONS(193), 1, + anon_sym_DOLLAR, + ACTIONS(195), 1, + anon_sym_BSLASH, + ACTIONS(197), 1, + sym_name_identifier, + ACTIONS(199), 1, + sym_operator, + ACTIONS(201), 1, + sym_float_number_literal, + ACTIONS(203), 1, + sym_number_literal, + ACTIONS(205), 1, + anon_sym_DQUOTE, + ACTIONS(207), 1, + anon_sym_SQUOTE, + STATE(581), 1, + sym_name_expression, + STATE(586), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1443), 1, + aux_sym_name_expression_repeat1, + STATE(1712), 1, + aux_sym_name_expression_repeat2, + STATE(1749), 1, + sym_subexpression, + STATE(2267), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(189), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1341), 2, + sym_string_literal, + sym_char_literal, + STATE(1343), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [27986] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(253), 1, + anon_sym_LPAREN, + ACTIONS(271), 1, + anon_sym_return, + ACTIONS(273), 1, + anon_sym_DOLLAR, + ACTIONS(275), 1, + anon_sym_BSLASH, + ACTIONS(277), 1, + sym_name_identifier, + ACTIONS(279), 1, + sym_operator, + ACTIONS(281), 1, + sym_float_number_literal, + ACTIONS(283), 1, + sym_number_literal, + ACTIONS(285), 1, + anon_sym_DQUOTE, + ACTIONS(287), 1, + anon_sym_SQUOTE, + STATE(580), 1, + sym_name_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1425), 1, + aux_sym_name_expression_repeat1, + STATE(1714), 1, + aux_sym_name_expression_repeat2, + STATE(1718), 1, + sym_subexpression, + STATE(1915), 1, + sym_expression, + STATE(2213), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(269), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1338), 2, + sym_extended_name, + sym_literal, + STATE(1339), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [28095] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(583), 1, + anon_sym_LBRACK, + ACTIONS(1037), 1, + anon_sym_LPAREN, + ACTIONS(1041), 1, + anon_sym_return, + ACTIONS(1043), 1, + anon_sym_DOLLAR, + ACTIONS(1045), 1, + anon_sym_BSLASH, + ACTIONS(1047), 1, + sym_name_identifier, + ACTIONS(1049), 1, + sym_operator, + ACTIONS(1051), 1, + sym_float_number_literal, + ACTIONS(1053), 1, + sym_number_literal, + ACTIONS(1055), 1, + anon_sym_DQUOTE, + ACTIONS(1057), 1, + anon_sym_SQUOTE, + STATE(576), 1, + sym_name_expression, + STATE(588), 1, + sym_expression, + STATE(661), 1, + sym_scoped_statement, + STATE(1455), 1, + aux_sym_name_expression_repeat1, + STATE(1643), 1, + sym_subexpression, + STATE(1706), 1, + aux_sym_name_expression_repeat2, + STATE(2216), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(1039), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1201), 2, + sym_extended_name, + sym_literal, + STATE(1220), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(666), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [28204] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(553), 1, + anon_sym_LBRACK, + ACTIONS(945), 1, + anon_sym_LPAREN, + ACTIONS(949), 1, + anon_sym_return, + ACTIONS(951), 1, + anon_sym_DOLLAR, + ACTIONS(953), 1, + anon_sym_BSLASH, + ACTIONS(955), 1, + sym_name_identifier, + ACTIONS(957), 1, + sym_operator, + ACTIONS(959), 1, + sym_float_number_literal, + ACTIONS(961), 1, + sym_number_literal, + ACTIONS(963), 1, + anon_sym_DQUOTE, + ACTIONS(965), 1, + anon_sym_SQUOTE, + STATE(586), 1, + sym_expression, + STATE(639), 1, + sym_scoped_statement, + STATE(880), 1, + sym_name_expression, + STATE(1405), 1, + aux_sym_name_expression_repeat1, + STATE(1820), 1, + aux_sym_name_expression_repeat2, + STATE(2265), 1, + aux_sym_reference_expression_repeat1, + STATE(2301), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(947), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1597), 2, + sym_extended_name, + sym_literal, + STATE(1609), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(641), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [28313] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(553), 1, + anon_sym_LBRACK, + ACTIONS(945), 1, + anon_sym_LPAREN, + ACTIONS(949), 1, + anon_sym_return, + ACTIONS(951), 1, + anon_sym_DOLLAR, + ACTIONS(953), 1, + anon_sym_BSLASH, + ACTIONS(955), 1, + sym_name_identifier, + ACTIONS(957), 1, + sym_operator, + ACTIONS(959), 1, + sym_float_number_literal, + ACTIONS(961), 1, + sym_number_literal, + ACTIONS(963), 1, + anon_sym_DQUOTE, + ACTIONS(965), 1, + anon_sym_SQUOTE, + STATE(588), 1, + sym_expression, + STATE(639), 1, + sym_scoped_statement, + STATE(880), 1, + sym_name_expression, + STATE(1405), 1, + aux_sym_name_expression_repeat1, + STATE(1820), 1, + aux_sym_name_expression_repeat2, + STATE(2265), 1, + aux_sym_reference_expression_repeat1, + STATE(2301), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(947), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1597), 2, + sym_extended_name, + sym_literal, + STATE(1609), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(641), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [28422] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(583), 1, + anon_sym_LBRACK, + ACTIONS(1037), 1, + anon_sym_LPAREN, + ACTIONS(1041), 1, + anon_sym_return, + ACTIONS(1043), 1, + anon_sym_DOLLAR, + ACTIONS(1045), 1, + anon_sym_BSLASH, + ACTIONS(1047), 1, + sym_name_identifier, + ACTIONS(1049), 1, + sym_operator, + ACTIONS(1051), 1, + sym_float_number_literal, + ACTIONS(1053), 1, + sym_number_literal, + ACTIONS(1055), 1, + anon_sym_DQUOTE, + ACTIONS(1057), 1, + anon_sym_SQUOTE, + STATE(576), 1, + sym_name_expression, + STATE(586), 1, + sym_expression, + STATE(661), 1, + sym_scoped_statement, + STATE(1455), 1, + aux_sym_name_expression_repeat1, + STATE(1643), 1, + sym_subexpression, + STATE(1706), 1, + aux_sym_name_expression_repeat2, + STATE(2216), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(1039), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1201), 2, + sym_extended_name, + sym_literal, + STATE(1220), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(666), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [28531] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(857), 1, + anon_sym_LPAREN, + ACTIONS(861), 1, + anon_sym_return, + ACTIONS(863), 1, + anon_sym_DOLLAR, + ACTIONS(865), 1, + anon_sym_BSLASH, + ACTIONS(867), 1, + sym_name_identifier, + ACTIONS(869), 1, + sym_operator, + ACTIONS(871), 1, + sym_float_number_literal, + ACTIONS(873), 1, + sym_number_literal, + ACTIONS(875), 1, + anon_sym_DQUOTE, + ACTIONS(877), 1, + anon_sym_SQUOTE, + STATE(533), 1, + sym_name_expression, + STATE(592), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1446), 1, + aux_sym_name_expression_repeat1, + STATE(1500), 1, + sym_subexpression, + STATE(1688), 1, + aux_sym_name_expression_repeat2, + STATE(2242), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(859), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(907), 2, + sym_string_literal, + sym_char_literal, + STATE(935), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [28640] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(513), 1, + ts_builtin_sym_end, + ACTIONS(1099), 1, + anon_sym_LPAREN, + ACTIONS(1103), 1, + sym_name_identifier, + ACTIONS(1107), 1, + sym_float_number_literal, + ACTIONS(1109), 1, + sym_number_literal, + ACTIONS(1111), 1, + anon_sym_DQUOTE, + ACTIONS(1113), 1, + anon_sym_SQUOTE, + STATE(731), 1, + sym_type_subexpression, + STATE(811), 1, + sym_subexpression_token, + STATE(1421), 1, + aux_sym_name_expression_repeat1, + STATE(1733), 1, + aux_sym_name_expression_repeat2, + STATE(2345), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(1101), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1105), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(466), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(705), 2, + sym_string_literal, + sym_char_literal, + STATE(738), 2, + sym_extended_name, + sym_literal, + STATE(812), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(515), 18, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_elif, + anon_sym_else, + sym_operator, + [28731] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(857), 1, + anon_sym_LPAREN, + ACTIONS(861), 1, + anon_sym_return, + ACTIONS(863), 1, + anon_sym_DOLLAR, + ACTIONS(865), 1, + anon_sym_BSLASH, + ACTIONS(867), 1, + sym_name_identifier, + ACTIONS(869), 1, + sym_operator, + ACTIONS(871), 1, + sym_float_number_literal, + ACTIONS(873), 1, + sym_number_literal, + ACTIONS(875), 1, + anon_sym_DQUOTE, + ACTIONS(877), 1, + anon_sym_SQUOTE, + STATE(533), 1, + sym_name_expression, + STATE(587), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1446), 1, + aux_sym_name_expression_repeat1, + STATE(1500), 1, + sym_subexpression, + STATE(1688), 1, + aux_sym_name_expression_repeat2, + STATE(2242), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(859), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(907), 2, + sym_string_literal, + sym_char_literal, + STATE(935), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [28840] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(857), 1, + anon_sym_LPAREN, + ACTIONS(861), 1, + anon_sym_return, + ACTIONS(863), 1, + anon_sym_DOLLAR, + ACTIONS(865), 1, + anon_sym_BSLASH, + ACTIONS(867), 1, + sym_name_identifier, + ACTIONS(869), 1, + sym_operator, + ACTIONS(871), 1, + sym_float_number_literal, + ACTIONS(873), 1, + sym_number_literal, + ACTIONS(875), 1, + anon_sym_DQUOTE, + ACTIONS(877), 1, + anon_sym_SQUOTE, + STATE(533), 1, + sym_name_expression, + STATE(593), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1446), 1, + aux_sym_name_expression_repeat1, + STATE(1500), 1, + sym_subexpression, + STATE(1688), 1, + aux_sym_name_expression_repeat2, + STATE(2242), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(859), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(907), 2, + sym_string_literal, + sym_char_literal, + STATE(935), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [28949] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(857), 1, + anon_sym_LPAREN, + ACTIONS(861), 1, + anon_sym_return, + ACTIONS(863), 1, + anon_sym_DOLLAR, + ACTIONS(865), 1, + anon_sym_BSLASH, + ACTIONS(867), 1, + sym_name_identifier, + ACTIONS(869), 1, + sym_operator, + ACTIONS(871), 1, + sym_float_number_literal, + ACTIONS(873), 1, + sym_number_literal, + ACTIONS(875), 1, + anon_sym_DQUOTE, + ACTIONS(877), 1, + anon_sym_SQUOTE, + STATE(533), 1, + sym_name_expression, + STATE(585), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1446), 1, + aux_sym_name_expression_repeat1, + STATE(1500), 1, + sym_subexpression, + STATE(1688), 1, + aux_sym_name_expression_repeat2, + STATE(2242), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(859), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(907), 2, + sym_string_literal, + sym_char_literal, + STATE(935), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [29058] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(553), 1, + anon_sym_LBRACK, + ACTIONS(945), 1, + anon_sym_LPAREN, + ACTIONS(949), 1, + anon_sym_return, + ACTIONS(951), 1, + anon_sym_DOLLAR, + ACTIONS(953), 1, + anon_sym_BSLASH, + ACTIONS(955), 1, + sym_name_identifier, + ACTIONS(957), 1, + sym_operator, + ACTIONS(959), 1, + sym_float_number_literal, + ACTIONS(961), 1, + sym_number_literal, + ACTIONS(963), 1, + anon_sym_DQUOTE, + ACTIONS(965), 1, + anon_sym_SQUOTE, + STATE(585), 1, + sym_expression, + STATE(639), 1, + sym_scoped_statement, + STATE(880), 1, + sym_name_expression, + STATE(1405), 1, + aux_sym_name_expression_repeat1, + STATE(1820), 1, + aux_sym_name_expression_repeat2, + STATE(2265), 1, + aux_sym_reference_expression_repeat1, + STATE(2301), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(947), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1597), 2, + sym_extended_name, + sym_literal, + STATE(1609), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(641), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [29167] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(553), 1, + anon_sym_LBRACK, + ACTIONS(945), 1, + anon_sym_LPAREN, + ACTIONS(949), 1, + anon_sym_return, + ACTIONS(951), 1, + anon_sym_DOLLAR, + ACTIONS(953), 1, + anon_sym_BSLASH, + ACTIONS(955), 1, + sym_name_identifier, + ACTIONS(957), 1, + sym_operator, + ACTIONS(959), 1, + sym_float_number_literal, + ACTIONS(961), 1, + sym_number_literal, + ACTIONS(963), 1, + anon_sym_DQUOTE, + ACTIONS(965), 1, + anon_sym_SQUOTE, + STATE(593), 1, + sym_expression, + STATE(639), 1, + sym_scoped_statement, + STATE(880), 1, + sym_name_expression, + STATE(1405), 1, + aux_sym_name_expression_repeat1, + STATE(1820), 1, + aux_sym_name_expression_repeat2, + STATE(2265), 1, + aux_sym_reference_expression_repeat1, + STATE(2301), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(947), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1597), 2, + sym_extended_name, + sym_literal, + STATE(1609), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(641), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [29276] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(857), 1, + anon_sym_LPAREN, + ACTIONS(861), 1, + anon_sym_return, + ACTIONS(863), 1, + anon_sym_DOLLAR, + ACTIONS(865), 1, + anon_sym_BSLASH, + ACTIONS(867), 1, + sym_name_identifier, + ACTIONS(869), 1, + sym_operator, + ACTIONS(871), 1, + sym_float_number_literal, + ACTIONS(873), 1, + sym_number_literal, + ACTIONS(875), 1, + anon_sym_DQUOTE, + ACTIONS(877), 1, + anon_sym_SQUOTE, + STATE(533), 1, + sym_name_expression, + STATE(588), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1446), 1, + aux_sym_name_expression_repeat1, + STATE(1500), 1, + sym_subexpression, + STATE(1688), 1, + aux_sym_name_expression_repeat2, + STATE(2242), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(859), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(907), 2, + sym_string_literal, + sym_char_literal, + STATE(935), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [29385] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(553), 1, + anon_sym_LBRACK, + ACTIONS(945), 1, + anon_sym_LPAREN, + ACTIONS(949), 1, + anon_sym_return, + ACTIONS(951), 1, + anon_sym_DOLLAR, + ACTIONS(953), 1, + anon_sym_BSLASH, + ACTIONS(955), 1, + sym_name_identifier, + ACTIONS(957), 1, + sym_operator, + ACTIONS(959), 1, + sym_float_number_literal, + ACTIONS(961), 1, + sym_number_literal, + ACTIONS(963), 1, + anon_sym_DQUOTE, + ACTIONS(965), 1, + anon_sym_SQUOTE, + STATE(587), 1, + sym_expression, + STATE(639), 1, + sym_scoped_statement, + STATE(880), 1, + sym_name_expression, + STATE(1405), 1, + aux_sym_name_expression_repeat1, + STATE(1820), 1, + aux_sym_name_expression_repeat2, + STATE(2265), 1, + aux_sym_reference_expression_repeat1, + STATE(2301), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(947), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1597), 2, + sym_extended_name, + sym_literal, + STATE(1609), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(641), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [29494] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(553), 1, + anon_sym_LBRACK, + ACTIONS(945), 1, + anon_sym_LPAREN, + ACTIONS(949), 1, + anon_sym_return, + ACTIONS(951), 1, + anon_sym_DOLLAR, + ACTIONS(953), 1, + anon_sym_BSLASH, + ACTIONS(955), 1, + sym_name_identifier, + ACTIONS(957), 1, + sym_operator, + ACTIONS(959), 1, + sym_float_number_literal, + ACTIONS(961), 1, + sym_number_literal, + ACTIONS(963), 1, + anon_sym_DQUOTE, + ACTIONS(965), 1, + anon_sym_SQUOTE, + STATE(592), 1, + sym_expression, + STATE(639), 1, + sym_scoped_statement, + STATE(880), 1, + sym_name_expression, + STATE(1405), 1, + aux_sym_name_expression_repeat1, + STATE(1820), 1, + aux_sym_name_expression_repeat2, + STATE(2265), 1, + aux_sym_reference_expression_repeat1, + STATE(2301), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(947), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1597), 2, + sym_extended_name, + sym_literal, + STATE(1609), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(641), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [29603] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(857), 1, + anon_sym_LPAREN, + ACTIONS(861), 1, + anon_sym_return, + ACTIONS(863), 1, + anon_sym_DOLLAR, + ACTIONS(865), 1, + anon_sym_BSLASH, + ACTIONS(867), 1, + sym_name_identifier, + ACTIONS(869), 1, + sym_operator, + ACTIONS(871), 1, + sym_float_number_literal, + ACTIONS(873), 1, + sym_number_literal, + ACTIONS(875), 1, + anon_sym_DQUOTE, + ACTIONS(877), 1, + anon_sym_SQUOTE, + STATE(533), 1, + sym_name_expression, + STATE(586), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1446), 1, + aux_sym_name_expression_repeat1, + STATE(1500), 1, + sym_subexpression, + STATE(1688), 1, + aux_sym_name_expression_repeat2, + STATE(2242), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(859), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(907), 2, + sym_string_literal, + sym_char_literal, + STATE(935), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [29712] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, + anon_sym_LPAREN, + ACTIONS(751), 1, + anon_sym_return, + ACTIONS(753), 1, + anon_sym_DOLLAR, + ACTIONS(755), 1, + anon_sym_BSLASH, + ACTIONS(757), 1, + sym_name_identifier, + ACTIONS(759), 1, + sym_operator, + ACTIONS(761), 1, + sym_float_number_literal, + ACTIONS(763), 1, + sym_number_literal, + ACTIONS(765), 1, + anon_sym_DQUOTE, + ACTIONS(767), 1, + anon_sym_SQUOTE, + STATE(549), 1, + sym_name_expression, + STATE(592), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1461), 1, + aux_sym_name_expression_repeat1, + STATE(1519), 1, + sym_subexpression, + STATE(1681), 1, + aux_sym_name_expression_repeat2, + STATE(2261), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(749), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1046), 2, + sym_extended_name, + sym_literal, + STATE(1142), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [29821] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, + anon_sym_LPAREN, + ACTIONS(751), 1, + anon_sym_return, + ACTIONS(753), 1, + anon_sym_DOLLAR, + ACTIONS(755), 1, + anon_sym_BSLASH, + ACTIONS(757), 1, + sym_name_identifier, + ACTIONS(759), 1, + sym_operator, + ACTIONS(761), 1, + sym_float_number_literal, + ACTIONS(763), 1, + sym_number_literal, + ACTIONS(765), 1, + anon_sym_DQUOTE, + ACTIONS(767), 1, + anon_sym_SQUOTE, + STATE(549), 1, + sym_name_expression, + STATE(587), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1461), 1, + aux_sym_name_expression_repeat1, + STATE(1519), 1, + sym_subexpression, + STATE(1681), 1, + aux_sym_name_expression_repeat2, + STATE(2261), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(749), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1046), 2, + sym_extended_name, + sym_literal, + STATE(1142), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [29930] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(475), 1, + ts_builtin_sym_end, + ACTIONS(1115), 1, + anon_sym_LPAREN, + ACTIONS(1121), 1, + sym_name_identifier, + ACTIONS(1127), 1, + sym_float_number_literal, + ACTIONS(1130), 1, + sym_number_literal, + ACTIONS(1133), 1, + anon_sym_DQUOTE, + ACTIONS(1136), 1, + anon_sym_SQUOTE, + STATE(770), 1, + sym_type_subexpression, + STATE(857), 1, + sym_subexpression_token, + STATE(1398), 1, + aux_sym_name_expression_repeat1, + STATE(1827), 1, + aux_sym_name_expression_repeat2, + STATE(2365), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(1118), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1124), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(488), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(742), 2, + sym_string_literal, + sym_char_literal, + STATE(777), 2, + sym_extended_name, + sym_literal, + STATE(806), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(477), 18, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_operator, + [30021] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, + anon_sym_LPAREN, + ACTIONS(751), 1, + anon_sym_return, + ACTIONS(753), 1, + anon_sym_DOLLAR, + ACTIONS(755), 1, + anon_sym_BSLASH, + ACTIONS(757), 1, + sym_name_identifier, + ACTIONS(759), 1, + sym_operator, + ACTIONS(761), 1, + sym_float_number_literal, + ACTIONS(763), 1, + sym_number_literal, + ACTIONS(765), 1, + anon_sym_DQUOTE, + ACTIONS(767), 1, + anon_sym_SQUOTE, + STATE(549), 1, + sym_name_expression, + STATE(593), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1461), 1, + aux_sym_name_expression_repeat1, + STATE(1519), 1, + sym_subexpression, + STATE(1681), 1, + aux_sym_name_expression_repeat2, + STATE(2261), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(749), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1046), 2, + sym_extended_name, + sym_literal, + STATE(1142), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [30130] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, + anon_sym_LPAREN, + ACTIONS(751), 1, + anon_sym_return, + ACTIONS(753), 1, + anon_sym_DOLLAR, + ACTIONS(755), 1, + anon_sym_BSLASH, + ACTIONS(757), 1, + sym_name_identifier, + ACTIONS(759), 1, + sym_operator, + ACTIONS(761), 1, + sym_float_number_literal, + ACTIONS(763), 1, + sym_number_literal, + ACTIONS(765), 1, + anon_sym_DQUOTE, + ACTIONS(767), 1, + anon_sym_SQUOTE, + STATE(549), 1, + sym_name_expression, + STATE(585), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1461), 1, + aux_sym_name_expression_repeat1, + STATE(1519), 1, + sym_subexpression, + STATE(1681), 1, + aux_sym_name_expression_repeat2, + STATE(2261), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(749), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1046), 2, + sym_extended_name, + sym_literal, + STATE(1142), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [30239] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, + anon_sym_LPAREN, + ACTIONS(751), 1, + anon_sym_return, + ACTIONS(753), 1, + anon_sym_DOLLAR, + ACTIONS(755), 1, + anon_sym_BSLASH, + ACTIONS(757), 1, + sym_name_identifier, + ACTIONS(759), 1, + sym_operator, + ACTIONS(761), 1, + sym_float_number_literal, + ACTIONS(763), 1, + sym_number_literal, + ACTIONS(765), 1, + anon_sym_DQUOTE, + ACTIONS(767), 1, + anon_sym_SQUOTE, + STATE(549), 1, + sym_name_expression, + STATE(588), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1461), 1, + aux_sym_name_expression_repeat1, + STATE(1519), 1, + sym_subexpression, + STATE(1681), 1, + aux_sym_name_expression_repeat2, + STATE(2261), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(749), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1046), 2, + sym_extended_name, + sym_literal, + STATE(1142), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [30348] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(553), 1, + anon_sym_LBRACK, + ACTIONS(769), 1, + anon_sym_LPAREN, + ACTIONS(773), 1, + anon_sym_return, + ACTIONS(775), 1, + anon_sym_DOLLAR, + ACTIONS(777), 1, + anon_sym_BSLASH, + ACTIONS(779), 1, + sym_name_identifier, + ACTIONS(781), 1, + sym_operator, + ACTIONS(783), 1, + sym_float_number_literal, + ACTIONS(785), 1, + sym_number_literal, + ACTIONS(787), 1, + anon_sym_DQUOTE, + ACTIONS(789), 1, + anon_sym_SQUOTE, + STATE(526), 1, + sym_name_expression, + STATE(586), 1, + sym_expression, + STATE(639), 1, + sym_scoped_statement, + STATE(1414), 1, + aux_sym_name_expression_repeat1, + STATE(1476), 1, + sym_subexpression, + STATE(1811), 1, + aux_sym_name_expression_repeat2, + STATE(2244), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(771), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(860), 2, + sym_extended_name, + sym_literal, + STATE(878), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(641), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [30457] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, + anon_sym_LPAREN, + ACTIONS(751), 1, + anon_sym_return, + ACTIONS(753), 1, + anon_sym_DOLLAR, + ACTIONS(755), 1, + anon_sym_BSLASH, + ACTIONS(757), 1, + sym_name_identifier, + ACTIONS(759), 1, + sym_operator, + ACTIONS(761), 1, + sym_float_number_literal, + ACTIONS(763), 1, + sym_number_literal, + ACTIONS(765), 1, + anon_sym_DQUOTE, + ACTIONS(767), 1, + anon_sym_SQUOTE, + STATE(549), 1, + sym_name_expression, + STATE(586), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1461), 1, + aux_sym_name_expression_repeat1, + STATE(1519), 1, + sym_subexpression, + STATE(1681), 1, + aux_sym_name_expression_repeat2, + STATE(2261), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(749), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1046), 2, + sym_extended_name, + sym_literal, + STATE(1142), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [30566] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(369), 1, + ts_builtin_sym_end, + ACTIONS(1139), 1, + anon_sym_LPAREN, + ACTIONS(1143), 1, + sym_name_identifier, + ACTIONS(1147), 1, + sym_float_number_literal, + ACTIONS(1149), 1, + sym_number_literal, + ACTIONS(1151), 1, anon_sym_DQUOTE, ACTIONS(1153), 1, anon_sym_SQUOTE, - STATE(879), 1, - sym_literal, - STATE(894), 1, + STATE(770), 1, sym_type_subexpression, - STATE(922), 1, + STATE(857), 1, sym_subexpression_token, - STATE(1261), 1, - aux_sym_name_superexpression_repeat1, - STATE(1588), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, + STATE(1398), 1, + aux_sym_name_expression_repeat1, + STATE(1827), 1, + aux_sym_name_expression_repeat2, + STATE(2365), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, ACTIONS(1141), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1145), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(225), 2, + STATE(488), 2, sym_function_argument, aux_sym_function_call_expression_repeat1, - STATE(848), 2, + STATE(742), 2, sym_string_literal, sym_char_literal, - STATE(914), 2, + STATE(777), 2, + sym_extended_name, + sym_literal, + STATE(806), 2, sym_scoped_statement, - sym_name_superexpression, - ACTIONS(217), 15, + sym_name_expression, + ACTIONS(371), 18, anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, + anon_sym_partition, anon_sym_use, + anon_sym_import, anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, anon_sym_struct, anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_operator, + [30657] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(923), 1, + anon_sym_LPAREN, + ACTIONS(927), 1, + anon_sym_return, + ACTIONS(929), 1, + anon_sym_DOLLAR, + ACTIONS(931), 1, + anon_sym_BSLASH, + ACTIONS(933), 1, + sym_name_identifier, + ACTIONS(935), 1, + sym_operator, + ACTIONS(937), 1, + sym_float_number_literal, + ACTIONS(939), 1, + sym_number_literal, + ACTIONS(941), 1, + anon_sym_DQUOTE, + ACTIONS(943), 1, + anon_sym_SQUOTE, + STATE(592), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1145), 1, + sym_name_expression, + STATE(1465), 1, + aux_sym_name_expression_repeat1, + STATE(1707), 1, + aux_sym_name_expression_repeat2, + STATE(2232), 1, + aux_sym_reference_expression_repeat1, + STATE(2328), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(925), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1676), 2, + sym_string_literal, + sym_char_literal, + STATE(1791), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [30766] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(553), 1, + anon_sym_LBRACK, + ACTIONS(769), 1, + anon_sym_LPAREN, + ACTIONS(773), 1, + anon_sym_return, + ACTIONS(775), 1, + anon_sym_DOLLAR, + ACTIONS(777), 1, + anon_sym_BSLASH, + ACTIONS(779), 1, + sym_name_identifier, + ACTIONS(781), 1, + sym_operator, + ACTIONS(783), 1, + sym_float_number_literal, + ACTIONS(785), 1, + sym_number_literal, + ACTIONS(787), 1, + anon_sym_DQUOTE, + ACTIONS(789), 1, + anon_sym_SQUOTE, + STATE(526), 1, + sym_name_expression, + STATE(588), 1, + sym_expression, + STATE(639), 1, + sym_scoped_statement, + STATE(1414), 1, + aux_sym_name_expression_repeat1, + STATE(1476), 1, + sym_subexpression, + STATE(1811), 1, + aux_sym_name_expression_repeat2, + STATE(2244), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(771), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(860), 2, + sym_extended_name, + sym_literal, + STATE(878), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(641), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [30875] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(923), 1, + anon_sym_LPAREN, + ACTIONS(927), 1, + anon_sym_return, + ACTIONS(929), 1, + anon_sym_DOLLAR, + ACTIONS(931), 1, + anon_sym_BSLASH, + ACTIONS(933), 1, + sym_name_identifier, + ACTIONS(935), 1, + sym_operator, + ACTIONS(937), 1, + sym_float_number_literal, + ACTIONS(939), 1, + sym_number_literal, + ACTIONS(941), 1, + anon_sym_DQUOTE, + ACTIONS(943), 1, + anon_sym_SQUOTE, + STATE(587), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1145), 1, + sym_name_expression, + STATE(1465), 1, + aux_sym_name_expression_repeat1, + STATE(1707), 1, + aux_sym_name_expression_repeat2, + STATE(2232), 1, + aux_sym_reference_expression_repeat1, + STATE(2328), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(925), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1676), 2, + sym_string_literal, + sym_char_literal, + STATE(1791), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [30984] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(923), 1, + anon_sym_LPAREN, + ACTIONS(927), 1, + anon_sym_return, + ACTIONS(929), 1, + anon_sym_DOLLAR, + ACTIONS(931), 1, + anon_sym_BSLASH, + ACTIONS(933), 1, + sym_name_identifier, + ACTIONS(935), 1, + sym_operator, + ACTIONS(937), 1, + sym_float_number_literal, + ACTIONS(939), 1, + sym_number_literal, + ACTIONS(941), 1, + anon_sym_DQUOTE, + ACTIONS(943), 1, + anon_sym_SQUOTE, + STATE(593), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1145), 1, + sym_name_expression, + STATE(1465), 1, + aux_sym_name_expression_repeat1, + STATE(1707), 1, + aux_sym_name_expression_repeat2, + STATE(2232), 1, + aux_sym_reference_expression_repeat1, + STATE(2328), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(925), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1676), 2, + sym_string_literal, + sym_char_literal, + STATE(1791), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [31093] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(553), 1, + anon_sym_LBRACK, + ACTIONS(769), 1, + anon_sym_LPAREN, + ACTIONS(773), 1, + anon_sym_return, + ACTIONS(775), 1, + anon_sym_DOLLAR, + ACTIONS(777), 1, + anon_sym_BSLASH, + ACTIONS(779), 1, + sym_name_identifier, + ACTIONS(781), 1, + sym_operator, + ACTIONS(783), 1, + sym_float_number_literal, + ACTIONS(785), 1, + sym_number_literal, + ACTIONS(787), 1, + anon_sym_DQUOTE, + ACTIONS(789), 1, + anon_sym_SQUOTE, + STATE(526), 1, + sym_name_expression, + STATE(585), 1, + sym_expression, + STATE(639), 1, + sym_scoped_statement, + STATE(1414), 1, + aux_sym_name_expression_repeat1, + STATE(1476), 1, + sym_subexpression, + STATE(1811), 1, + aux_sym_name_expression_repeat2, + STATE(2244), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(771), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(860), 2, + sym_extended_name, + sym_literal, + STATE(878), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(641), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [31202] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(553), 1, + anon_sym_LBRACK, + ACTIONS(769), 1, + anon_sym_LPAREN, + ACTIONS(773), 1, + anon_sym_return, + ACTIONS(775), 1, + anon_sym_DOLLAR, + ACTIONS(777), 1, + anon_sym_BSLASH, + ACTIONS(779), 1, + sym_name_identifier, + ACTIONS(781), 1, + sym_operator, + ACTIONS(783), 1, + sym_float_number_literal, + ACTIONS(785), 1, + sym_number_literal, + ACTIONS(787), 1, + anon_sym_DQUOTE, + ACTIONS(789), 1, + anon_sym_SQUOTE, + STATE(526), 1, + sym_name_expression, + STATE(593), 1, + sym_expression, + STATE(639), 1, + sym_scoped_statement, + STATE(1414), 1, + aux_sym_name_expression_repeat1, + STATE(1476), 1, + sym_subexpression, + STATE(1811), 1, + aux_sym_name_expression_repeat2, + STATE(2244), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(771), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(860), 2, + sym_extended_name, + sym_literal, + STATE(878), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(641), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [31311] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(923), 1, + anon_sym_LPAREN, + ACTIONS(927), 1, + anon_sym_return, + ACTIONS(929), 1, + anon_sym_DOLLAR, + ACTIONS(931), 1, + anon_sym_BSLASH, + ACTIONS(933), 1, + sym_name_identifier, + ACTIONS(935), 1, + sym_operator, + ACTIONS(937), 1, + sym_float_number_literal, + ACTIONS(939), 1, + sym_number_literal, + ACTIONS(941), 1, + anon_sym_DQUOTE, + ACTIONS(943), 1, + anon_sym_SQUOTE, + STATE(585), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1145), 1, + sym_name_expression, + STATE(1465), 1, + aux_sym_name_expression_repeat1, + STATE(1707), 1, + aux_sym_name_expression_repeat2, + STATE(2232), 1, + aux_sym_reference_expression_repeat1, + STATE(2328), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(925), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1676), 2, + sym_string_literal, + sym_char_literal, + STATE(1791), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [31420] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(553), 1, + anon_sym_LBRACK, + ACTIONS(769), 1, + anon_sym_LPAREN, + ACTIONS(773), 1, + anon_sym_return, + ACTIONS(775), 1, + anon_sym_DOLLAR, + ACTIONS(777), 1, + anon_sym_BSLASH, + ACTIONS(779), 1, + sym_name_identifier, + ACTIONS(781), 1, + sym_operator, + ACTIONS(783), 1, + sym_float_number_literal, + ACTIONS(785), 1, + sym_number_literal, + ACTIONS(787), 1, + anon_sym_DQUOTE, + ACTIONS(789), 1, + anon_sym_SQUOTE, + STATE(526), 1, + sym_name_expression, + STATE(587), 1, + sym_expression, + STATE(639), 1, + sym_scoped_statement, + STATE(1414), 1, + aux_sym_name_expression_repeat1, + STATE(1476), 1, + sym_subexpression, + STATE(1811), 1, + aux_sym_name_expression_repeat2, + STATE(2244), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(771), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(860), 2, + sym_extended_name, + sym_literal, + STATE(878), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(641), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [31529] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(553), 1, + anon_sym_LBRACK, + ACTIONS(769), 1, + anon_sym_LPAREN, + ACTIONS(773), 1, + anon_sym_return, + ACTIONS(775), 1, + anon_sym_DOLLAR, + ACTIONS(777), 1, + anon_sym_BSLASH, + ACTIONS(779), 1, + sym_name_identifier, + ACTIONS(781), 1, + sym_operator, + ACTIONS(783), 1, + sym_float_number_literal, + ACTIONS(785), 1, + sym_number_literal, + ACTIONS(787), 1, + anon_sym_DQUOTE, + ACTIONS(789), 1, + anon_sym_SQUOTE, + STATE(526), 1, + sym_name_expression, + STATE(592), 1, + sym_expression, + STATE(639), 1, + sym_scoped_statement, + STATE(1414), 1, + aux_sym_name_expression_repeat1, + STATE(1476), 1, + sym_subexpression, + STATE(1811), 1, + aux_sym_name_expression_repeat2, + STATE(2244), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(771), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(860), 2, + sym_extended_name, + sym_literal, + STATE(878), 2, + sym_string_literal, + sym_char_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(641), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [31638] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(513), 1, + ts_builtin_sym_end, + ACTIONS(1139), 1, + anon_sym_LPAREN, + ACTIONS(1143), 1, + sym_name_identifier, + ACTIONS(1147), 1, + sym_float_number_literal, + ACTIONS(1149), 1, + sym_number_literal, + ACTIONS(1151), 1, + anon_sym_DQUOTE, + ACTIONS(1153), 1, + anon_sym_SQUOTE, + STATE(770), 1, + sym_type_subexpression, + STATE(857), 1, + sym_subexpression_token, + STATE(1398), 1, + aux_sym_name_expression_repeat1, + STATE(1827), 1, + aux_sym_name_expression_repeat2, + STATE(2365), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(1141), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1145), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(494), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(742), 2, + sym_string_literal, + sym_char_literal, + STATE(777), 2, + sym_extended_name, + sym_literal, + STATE(806), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(515), 18, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_operator, + [31729] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(923), 1, + anon_sym_LPAREN, + ACTIONS(927), 1, + anon_sym_return, + ACTIONS(929), 1, + anon_sym_DOLLAR, + ACTIONS(931), 1, + anon_sym_BSLASH, + ACTIONS(933), 1, + sym_name_identifier, + ACTIONS(935), 1, + sym_operator, + ACTIONS(937), 1, + sym_float_number_literal, + ACTIONS(939), 1, + sym_number_literal, + ACTIONS(941), 1, + anon_sym_DQUOTE, + ACTIONS(943), 1, + anon_sym_SQUOTE, + STATE(588), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1145), 1, + sym_name_expression, + STATE(1465), 1, + aux_sym_name_expression_repeat1, + STATE(1707), 1, + aux_sym_name_expression_repeat2, + STATE(2232), 1, + aux_sym_reference_expression_repeat1, + STATE(2328), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(925), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1676), 2, + sym_string_literal, + sym_char_literal, + STATE(1791), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [31838] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(923), 1, + anon_sym_LPAREN, + ACTIONS(927), 1, + anon_sym_return, + ACTIONS(929), 1, + anon_sym_DOLLAR, + ACTIONS(931), 1, + anon_sym_BSLASH, + ACTIONS(933), 1, + sym_name_identifier, + ACTIONS(935), 1, + sym_operator, + ACTIONS(937), 1, + sym_float_number_literal, + ACTIONS(939), 1, + sym_number_literal, + ACTIONS(941), 1, + anon_sym_DQUOTE, + ACTIONS(943), 1, + anon_sym_SQUOTE, + STATE(586), 1, + sym_expression, + STATE(609), 1, + sym_scoped_statement, + STATE(1145), 1, + sym_name_expression, + STATE(1465), 1, + aux_sym_name_expression_repeat1, + STATE(1707), 1, + aux_sym_name_expression_repeat2, + STATE(2232), 1, + aux_sym_reference_expression_repeat1, + STATE(2328), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(925), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1676), 2, + sym_string_literal, + sym_char_literal, + STATE(1791), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [31947] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(543), 1, + anon_sym_LPAREN, + ACTIONS(547), 1, + anon_sym_return, + ACTIONS(549), 1, + anon_sym_DOLLAR, + ACTIONS(551), 1, + anon_sym_BSLASH, + ACTIONS(553), 1, + anon_sym_LBRACK, + ACTIONS(555), 1, + sym_name_identifier, + ACTIONS(557), 1, + sym_operator, + ACTIONS(559), 1, + sym_float_number_literal, + ACTIONS(561), 1, + sym_number_literal, + ACTIONS(563), 1, + anon_sym_DQUOTE, + ACTIONS(565), 1, + anon_sym_SQUOTE, + STATE(281), 1, + sym_name_expression, + STATE(587), 1, + sym_expression, + STATE(639), 1, + sym_scoped_statement, + STATE(1428), 1, + sym_subexpression, + STATE(1454), 1, + aux_sym_name_expression_repeat1, + STATE(1738), 1, + aux_sym_name_expression_repeat2, + STATE(2208), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(545), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(761), 2, + sym_string_literal, + sym_char_literal, + STATE(775), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(641), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [32056] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(543), 1, + anon_sym_LPAREN, + ACTIONS(547), 1, + anon_sym_return, + ACTIONS(549), 1, + anon_sym_DOLLAR, + ACTIONS(551), 1, + anon_sym_BSLASH, + ACTIONS(553), 1, + anon_sym_LBRACK, + ACTIONS(555), 1, + sym_name_identifier, + ACTIONS(557), 1, + sym_operator, + ACTIONS(559), 1, + sym_float_number_literal, + ACTIONS(561), 1, + sym_number_literal, + ACTIONS(563), 1, + anon_sym_DQUOTE, + ACTIONS(565), 1, + anon_sym_SQUOTE, + STATE(281), 1, + sym_name_expression, + STATE(592), 1, + sym_expression, + STATE(639), 1, + sym_scoped_statement, + STATE(1428), 1, + sym_subexpression, + STATE(1454), 1, + aux_sym_name_expression_repeat1, + STATE(1738), 1, + aux_sym_name_expression_repeat2, + STATE(2208), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(545), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(761), 2, + sym_string_literal, + sym_char_literal, + STATE(775), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(641), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [32165] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(543), 1, + anon_sym_LPAREN, + ACTIONS(547), 1, + anon_sym_return, + ACTIONS(549), 1, + anon_sym_DOLLAR, + ACTIONS(551), 1, + anon_sym_BSLASH, + ACTIONS(553), 1, + anon_sym_LBRACK, + ACTIONS(555), 1, + sym_name_identifier, + ACTIONS(557), 1, + sym_operator, + ACTIONS(559), 1, + sym_float_number_literal, + ACTIONS(561), 1, + sym_number_literal, + ACTIONS(563), 1, + anon_sym_DQUOTE, + ACTIONS(565), 1, + anon_sym_SQUOTE, + STATE(281), 1, + sym_name_expression, + STATE(585), 1, + sym_expression, + STATE(639), 1, + sym_scoped_statement, + STATE(1428), 1, + sym_subexpression, + STATE(1454), 1, + aux_sym_name_expression_repeat1, + STATE(1738), 1, + aux_sym_name_expression_repeat2, + STATE(2208), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(545), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(761), 2, + sym_string_literal, + sym_char_literal, + STATE(775), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(641), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [32274] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(543), 1, + anon_sym_LPAREN, + ACTIONS(547), 1, + anon_sym_return, + ACTIONS(549), 1, + anon_sym_DOLLAR, + ACTIONS(551), 1, + anon_sym_BSLASH, + ACTIONS(553), 1, + anon_sym_LBRACK, + ACTIONS(555), 1, + sym_name_identifier, + ACTIONS(557), 1, + sym_operator, + ACTIONS(559), 1, + sym_float_number_literal, + ACTIONS(561), 1, + sym_number_literal, + ACTIONS(563), 1, + anon_sym_DQUOTE, + ACTIONS(565), 1, + anon_sym_SQUOTE, + STATE(281), 1, + sym_name_expression, + STATE(586), 1, + sym_expression, + STATE(639), 1, + sym_scoped_statement, + STATE(1428), 1, + sym_subexpression, + STATE(1454), 1, + aux_sym_name_expression_repeat1, + STATE(1738), 1, + aux_sym_name_expression_repeat2, + STATE(2208), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(545), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(761), 2, + sym_string_literal, + sym_char_literal, + STATE(775), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(641), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [32383] = 31, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(543), 1, + anon_sym_LPAREN, + ACTIONS(547), 1, + anon_sym_return, + ACTIONS(549), 1, + anon_sym_DOLLAR, + ACTIONS(551), 1, + anon_sym_BSLASH, + ACTIONS(553), 1, + anon_sym_LBRACK, + ACTIONS(555), 1, + sym_name_identifier, + ACTIONS(557), 1, + sym_operator, + ACTIONS(559), 1, + sym_float_number_literal, + ACTIONS(561), 1, + sym_number_literal, + ACTIONS(563), 1, + anon_sym_DQUOTE, + ACTIONS(565), 1, + anon_sym_SQUOTE, + STATE(281), 1, + sym_name_expression, + STATE(588), 1, + sym_expression, + STATE(639), 1, + sym_scoped_statement, + STATE(1428), 1, + sym_subexpression, + STATE(1454), 1, + aux_sym_name_expression_repeat1, + STATE(1738), 1, + aux_sym_name_expression_repeat2, + STATE(2208), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(59), 2, + anon_sym_break, + anon_sym_continue, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(545), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(761), 2, + sym_string_literal, + sym_char_literal, + STATE(775), 2, + sym_extended_name, + sym_literal, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(591), 4, + sym_prefixed_expression, + sym_unary_operator_expression, + sym_type_constructor, + sym_lambda_function, + STATE(641), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [32492] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(369), 1, + ts_builtin_sym_end, + ACTIONS(801), 1, + sym_name_identifier, + ACTIONS(805), 1, + sym_float_number_literal, + ACTIONS(807), 1, + sym_number_literal, + ACTIONS(809), 1, + anon_sym_DQUOTE, + ACTIONS(811), 1, + anon_sym_SQUOTE, + ACTIONS(1155), 1, + anon_sym_LPAREN, + STATE(942), 1, + sym_type_subexpression, + STATE(947), 1, + sym_subexpression_token, + STATE(1389), 1, + aux_sym_name_expression_repeat1, + STATE(1772), 1, + aux_sym_name_expression_repeat2, + STATE(2394), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(1157), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1159), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(513), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(930), 2, + sym_string_literal, + sym_char_literal, + STATE(944), 2, + sym_extended_name, + sym_literal, + STATE(1047), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(371), 17, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, anon_sym_typeclass, anon_sym_PIPE, + anon_sym_DASH_GT, sym_operator, - [25481] = 28, + [32582] = 22, ACTIONS(3), 1, sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, + ACTIONS(475), 1, + ts_builtin_sym_end, + ACTIONS(1161), 1, anon_sym_LPAREN, - ACTIONS(1036), 1, - anon_sym_return, - ACTIONS(1038), 1, - anon_sym_BSLASH, - ACTIONS(1040), 1, - anon_sym_DOLLAR, - ACTIONS(1042), 1, + ACTIONS(1167), 1, sym_name_identifier, - ACTIONS(1044), 1, - sym_operator, - ACTIONS(1046), 1, + ACTIONS(1173), 1, sym_float_number_literal, - ACTIONS(1048), 1, - sym_number_literal, - ACTIONS(1050), 1, - anon_sym_DQUOTE, - ACTIONS(1052), 1, - anon_sym_SQUOTE, - STATE(432), 1, - sym_expression, - STATE(450), 1, - sym_scoped_statement, - STATE(953), 1, - sym_name_superexpression, - STATE(1301), 1, - aux_sym_name_superexpression_repeat1, - STATE(1411), 1, - sym_literal, - STATE(1591), 1, - aux_sym_name_superexpression_repeat2, - STATE(1945), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1421), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [25577] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(1036), 1, - anon_sym_return, - ACTIONS(1038), 1, - anon_sym_BSLASH, - ACTIONS(1040), 1, - anon_sym_DOLLAR, - ACTIONS(1042), 1, - sym_name_identifier, - ACTIONS(1044), 1, - sym_operator, - ACTIONS(1046), 1, - sym_float_number_literal, - ACTIONS(1048), 1, - sym_number_literal, - ACTIONS(1050), 1, - anon_sym_DQUOTE, - ACTIONS(1052), 1, - anon_sym_SQUOTE, - STATE(433), 1, - sym_expression, - STATE(450), 1, - sym_scoped_statement, - STATE(953), 1, - sym_name_superexpression, - STATE(1301), 1, - aux_sym_name_superexpression_repeat1, - STATE(1411), 1, - sym_literal, - STATE(1591), 1, - aux_sym_name_superexpression_repeat2, - STATE(1945), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1421), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [25673] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(448), 1, - sym_name_identifier, - ACTIONS(452), 1, - sym_float_number_literal, - ACTIONS(454), 1, - sym_number_literal, - ACTIONS(456), 1, - anon_sym_DQUOTE, - ACTIONS(458), 1, - anon_sym_SQUOTE, - ACTIONS(1089), 1, - anon_sym_return, - ACTIONS(1091), 1, - anon_sym_BSLASH, - ACTIONS(1093), 1, - anon_sym_DOLLAR, - ACTIONS(1095), 1, - sym_operator, - STATE(146), 1, - sym_name_superexpression, - STATE(428), 1, - sym_expression, - STATE(450), 1, - sym_scoped_statement, - STATE(586), 1, - sym_literal, - STATE(1142), 1, - sym_subexpression, - STATE(1313), 1, - aux_sym_name_superexpression_repeat1, - STATE(1569), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(634), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [25769] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(1077), 1, - sym_name_identifier, - ACTIONS(1081), 1, - sym_float_number_literal, - ACTIONS(1083), 1, - sym_number_literal, - ACTIONS(1085), 1, - anon_sym_DQUOTE, - ACTIONS(1087), 1, - anon_sym_SQUOTE, - ACTIONS(1156), 1, - anon_sym_LPAREN, - ACTIONS(1158), 1, - anon_sym_return, - ACTIONS(1160), 1, - anon_sym_BSLASH, - ACTIONS(1162), 1, - anon_sym_DOLLAR, - ACTIONS(1164), 1, - sym_operator, - STATE(203), 1, - sym_name_superexpression, - STATE(465), 1, - sym_scoped_statement, - STATE(879), 1, - sym_literal, - STATE(1227), 1, - sym_subexpression, - STATE(1252), 1, - sym_expression, - STATE(1261), 1, - aux_sym_name_superexpression_repeat1, - STATE(1588), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(848), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(463), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [25865] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(968), 1, - anon_sym_return, - ACTIONS(970), 1, - anon_sym_BSLASH, - ACTIONS(972), 1, - anon_sym_DOLLAR, - ACTIONS(974), 1, - sym_name_identifier, - ACTIONS(976), 1, - sym_operator, - ACTIONS(978), 1, - sym_float_number_literal, - ACTIONS(980), 1, - sym_number_literal, - ACTIONS(982), 1, - anon_sym_DQUOTE, - ACTIONS(984), 1, - anon_sym_SQUOTE, - STATE(432), 1, - sym_expression, - STATE(450), 1, - sym_scoped_statement, - STATE(998), 1, - sym_name_superexpression, - STATE(1258), 1, - aux_sym_name_superexpression_repeat1, - STATE(1620), 1, - aux_sym_name_superexpression_repeat2, - STATE(1671), 1, - sym_literal, - STATE(2042), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1554), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [25961] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(1097), 1, - anon_sym_LPAREN, - ACTIONS(1099), 1, - anon_sym_return, - ACTIONS(1101), 1, - anon_sym_BSLASH, - ACTIONS(1103), 1, - anon_sym_DOLLAR, - ACTIONS(1105), 1, - sym_name_identifier, - ACTIONS(1107), 1, - sym_operator, - ACTIONS(1109), 1, - sym_float_number_literal, - ACTIONS(1111), 1, - sym_number_literal, - ACTIONS(1113), 1, - anon_sym_DQUOTE, - ACTIONS(1115), 1, - anon_sym_SQUOTE, - STATE(418), 1, - sym_name_superexpression, - STATE(477), 1, - sym_scoped_statement, - STATE(501), 1, - sym_expression, - STATE(948), 1, - sym_literal, - STATE(1267), 1, - sym_subexpression, - STATE(1295), 1, - aux_sym_name_superexpression_repeat1, - STATE(1549), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(929), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(476), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [26057] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(497), 1, - sym_name_identifier, - ACTIONS(501), 1, - sym_float_number_literal, - ACTIONS(503), 1, - sym_number_literal, - ACTIONS(505), 1, - anon_sym_DQUOTE, - ACTIONS(507), 1, - anon_sym_SQUOTE, - ACTIONS(937), 1, - anon_sym_LPAREN, - ACTIONS(1166), 1, - anon_sym_return, - ACTIONS(1168), 1, - anon_sym_BSLASH, - ACTIONS(1170), 1, - anon_sym_DOLLAR, - ACTIONS(1172), 1, - sym_operator, - STATE(155), 1, - sym_name_superexpression, - STATE(430), 1, - sym_expression, - STATE(460), 1, - sym_scoped_statement, - STATE(646), 1, - sym_literal, - STATE(1143), 1, - sym_subexpression, - STATE(1303), 1, - aux_sym_name_superexpression_repeat1, - STATE(1613), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(565), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(459), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [26153] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(735), 1, - sym_name_identifier, - ACTIONS(739), 1, - sym_float_number_literal, - ACTIONS(741), 1, - sym_number_literal, - ACTIONS(743), 1, - anon_sym_DQUOTE, - ACTIONS(745), 1, - anon_sym_SQUOTE, - ACTIONS(929), 1, - anon_sym_return, - ACTIONS(931), 1, - anon_sym_BSLASH, - ACTIONS(933), 1, - anon_sym_DOLLAR, - ACTIONS(935), 1, - sym_operator, - STATE(175), 1, - sym_name_superexpression, - STATE(432), 1, - sym_expression, - STATE(450), 1, - sym_scoped_statement, - STATE(660), 1, - sym_literal, - STATE(1190), 1, - sym_subexpression, - STATE(1250), 1, - aux_sym_name_superexpression_repeat1, - STATE(1673), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(687), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [26249] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(497), 1, - sym_name_identifier, - ACTIONS(501), 1, - sym_float_number_literal, - ACTIONS(503), 1, - sym_number_literal, - ACTIONS(505), 1, - anon_sym_DQUOTE, - ACTIONS(507), 1, - anon_sym_SQUOTE, - ACTIONS(937), 1, - anon_sym_LPAREN, - ACTIONS(1166), 1, - anon_sym_return, - ACTIONS(1168), 1, - anon_sym_BSLASH, - ACTIONS(1170), 1, - anon_sym_DOLLAR, - ACTIONS(1172), 1, - sym_operator, - STATE(155), 1, - sym_name_superexpression, - STATE(439), 1, - sym_expression, - STATE(460), 1, - sym_scoped_statement, - STATE(646), 1, - sym_literal, - STATE(1143), 1, - sym_subexpression, - STATE(1303), 1, - aux_sym_name_superexpression_repeat1, - STATE(1613), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(565), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(459), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [26345] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(497), 1, - sym_name_identifier, - ACTIONS(501), 1, - sym_float_number_literal, - ACTIONS(503), 1, - sym_number_literal, - ACTIONS(505), 1, - anon_sym_DQUOTE, - ACTIONS(507), 1, - anon_sym_SQUOTE, - ACTIONS(937), 1, - anon_sym_LPAREN, - ACTIONS(1166), 1, - anon_sym_return, - ACTIONS(1168), 1, - anon_sym_BSLASH, - ACTIONS(1170), 1, - anon_sym_DOLLAR, - ACTIONS(1172), 1, - sym_operator, - STATE(155), 1, - sym_name_superexpression, - STATE(437), 1, - sym_expression, - STATE(460), 1, - sym_scoped_statement, - STATE(646), 1, - sym_literal, - STATE(1143), 1, - sym_subexpression, - STATE(1303), 1, - aux_sym_name_superexpression_repeat1, - STATE(1613), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(565), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(459), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [26441] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(497), 1, - sym_name_identifier, - ACTIONS(501), 1, - sym_float_number_literal, - ACTIONS(503), 1, - sym_number_literal, - ACTIONS(505), 1, - anon_sym_DQUOTE, - ACTIONS(507), 1, - anon_sym_SQUOTE, - ACTIONS(937), 1, - anon_sym_LPAREN, - ACTIONS(1166), 1, - anon_sym_return, - ACTIONS(1168), 1, - anon_sym_BSLASH, - ACTIONS(1170), 1, - anon_sym_DOLLAR, - ACTIONS(1172), 1, - sym_operator, - STATE(155), 1, - sym_name_superexpression, - STATE(432), 1, - sym_expression, - STATE(460), 1, - sym_scoped_statement, - STATE(646), 1, - sym_literal, - STATE(1143), 1, - sym_subexpression, - STATE(1303), 1, - aux_sym_name_superexpression_repeat1, - STATE(1613), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(565), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(459), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [26537] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(497), 1, - sym_name_identifier, - ACTIONS(501), 1, - sym_float_number_literal, - ACTIONS(503), 1, - sym_number_literal, - ACTIONS(505), 1, - anon_sym_DQUOTE, - ACTIONS(507), 1, - anon_sym_SQUOTE, - ACTIONS(937), 1, - anon_sym_LPAREN, - ACTIONS(1166), 1, - anon_sym_return, - ACTIONS(1168), 1, - anon_sym_BSLASH, - ACTIONS(1170), 1, - anon_sym_DOLLAR, - ACTIONS(1172), 1, - sym_operator, - STATE(155), 1, - sym_name_superexpression, - STATE(433), 1, - sym_expression, - STATE(460), 1, - sym_scoped_statement, - STATE(646), 1, - sym_literal, - STATE(1143), 1, - sym_subexpression, - STATE(1303), 1, - aux_sym_name_superexpression_repeat1, - STATE(1613), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(565), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(459), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [26633] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(798), 1, - sym_name_identifier, - ACTIONS(802), 1, - sym_float_number_literal, - ACTIONS(804), 1, - sym_number_literal, - ACTIONS(806), 1, - anon_sym_DQUOTE, - ACTIONS(808), 1, - anon_sym_SQUOTE, - ACTIONS(937), 1, - anon_sym_LPAREN, - ACTIONS(939), 1, - anon_sym_return, - ACTIONS(941), 1, - anon_sym_BSLASH, - ACTIONS(943), 1, - anon_sym_DOLLAR, - ACTIONS(945), 1, - sym_operator, - STATE(170), 1, - sym_name_superexpression, - STATE(460), 1, - sym_scoped_statement, - STATE(760), 1, - sym_literal, - STATE(1175), 1, - sym_subexpression, - STATE(1236), 1, - sym_expression, - STATE(1304), 1, - aux_sym_name_superexpression_repeat1, - STATE(1615), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(722), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(459), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [26729] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(968), 1, - anon_sym_return, - ACTIONS(970), 1, - anon_sym_BSLASH, - ACTIONS(972), 1, - anon_sym_DOLLAR, - ACTIONS(974), 1, - sym_name_identifier, - ACTIONS(976), 1, - sym_operator, - ACTIONS(978), 1, - sym_float_number_literal, - ACTIONS(980), 1, - sym_number_literal, - ACTIONS(982), 1, - anon_sym_DQUOTE, - ACTIONS(984), 1, - anon_sym_SQUOTE, - STATE(433), 1, - sym_expression, - STATE(450), 1, - sym_scoped_statement, - STATE(998), 1, - sym_name_superexpression, - STATE(1258), 1, - aux_sym_name_superexpression_repeat1, - STATE(1620), 1, - aux_sym_name_superexpression_repeat2, - STATE(1671), 1, - sym_literal, - STATE(2042), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1554), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [26825] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(1036), 1, - anon_sym_return, - ACTIONS(1038), 1, - anon_sym_BSLASH, - ACTIONS(1040), 1, - anon_sym_DOLLAR, - ACTIONS(1042), 1, - sym_name_identifier, - ACTIONS(1044), 1, - sym_operator, - ACTIONS(1046), 1, - sym_float_number_literal, - ACTIONS(1048), 1, - sym_number_literal, - ACTIONS(1050), 1, - anon_sym_DQUOTE, - ACTIONS(1052), 1, - anon_sym_SQUOTE, - STATE(428), 1, - sym_expression, - STATE(450), 1, - sym_scoped_statement, - STATE(953), 1, - sym_name_superexpression, - STATE(1301), 1, - aux_sym_name_superexpression_repeat1, - STATE(1411), 1, - sym_literal, - STATE(1591), 1, - aux_sym_name_superexpression_repeat2, - STATE(1945), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1421), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [26921] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(735), 1, - sym_name_identifier, - ACTIONS(739), 1, - sym_float_number_literal, - ACTIONS(741), 1, - sym_number_literal, - ACTIONS(743), 1, - anon_sym_DQUOTE, - ACTIONS(745), 1, - anon_sym_SQUOTE, - ACTIONS(929), 1, - anon_sym_return, - ACTIONS(931), 1, - anon_sym_BSLASH, - ACTIONS(933), 1, - anon_sym_DOLLAR, - ACTIONS(935), 1, - sym_operator, - STATE(175), 1, - sym_name_superexpression, - STATE(437), 1, - sym_expression, - STATE(450), 1, - sym_scoped_statement, - STATE(660), 1, - sym_literal, - STATE(1190), 1, - sym_subexpression, - STATE(1250), 1, - aux_sym_name_superexpression_repeat1, - STATE(1673), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(687), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [27017] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(280), 1, - sym_name_identifier, - ACTIONS(284), 1, - sym_float_number_literal, - ACTIONS(286), 1, - sym_number_literal, - ACTIONS(288), 1, - anon_sym_DQUOTE, - ACTIONS(290), 1, - anon_sym_SQUOTE, - ACTIONS(937), 1, - anon_sym_LPAREN, - ACTIONS(1174), 1, - anon_sym_return, ACTIONS(1176), 1, - anon_sym_BSLASH, - ACTIONS(1178), 1, - anon_sym_DOLLAR, - ACTIONS(1180), 1, - sym_operator, - STATE(133), 1, - sym_name_superexpression, - STATE(430), 1, - sym_expression, - STATE(460), 1, - sym_scoped_statement, - STATE(505), 1, - sym_literal, - STATE(1128), 1, - sym_subexpression, - STATE(1312), 1, - aux_sym_name_superexpression_repeat1, - STATE(1679), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(520), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(459), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [27113] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(1156), 1, - anon_sym_LPAREN, - ACTIONS(1182), 1, - anon_sym_return, - ACTIONS(1184), 1, - anon_sym_BSLASH, - ACTIONS(1186), 1, - anon_sym_DOLLAR, - ACTIONS(1188), 1, - sym_name_identifier, - ACTIONS(1190), 1, - sym_operator, - ACTIONS(1192), 1, - sym_float_number_literal, - ACTIONS(1194), 1, sym_number_literal, - ACTIONS(1196), 1, + ACTIONS(1179), 1, anon_sym_DQUOTE, - ACTIONS(1198), 1, + ACTIONS(1182), 1, anon_sym_SQUOTE, - STATE(430), 1, - sym_expression, - STATE(465), 1, - sym_scoped_statement, - STATE(934), 1, - sym_name_superexpression, - STATE(1285), 1, - aux_sym_name_superexpression_repeat1, - STATE(1410), 1, - sym_literal, - STATE(1597), 1, - aux_sym_name_superexpression_repeat2, - STATE(1943), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, + STATE(942), 1, sym_type_subexpression, + STATE(947), 1, + sym_subexpression_token, + STATE(1389), 1, + aux_sym_name_expression_repeat1, + STATE(1772), 1, + aux_sym_name_expression_repeat2, + STATE(2394), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, + ACTIONS(1164), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1170), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(1403), 2, + STATE(513), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(930), 2, sym_string_literal, sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(463), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [27209] = 20, + STATE(944), 2, + sym_extended_name, + sym_literal, + STATE(1047), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(477), 17, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_operator, + [32672] = 22, ACTIONS(3), 1, sym__line_comment, + ACTIONS(1185), 1, + anon_sym_LPAREN, + ACTIONS(1191), 1, + sym_name_identifier, + ACTIONS(1197), 1, + sym_float_number_literal, ACTIONS(1200), 1, - anon_sym_LPAREN, + sym_number_literal, ACTIONS(1203), 1, - sym_name_identifier, + anon_sym_DQUOTE, + ACTIONS(1206), 1, + anon_sym_SQUOTE, + STATE(864), 1, + sym_type_subexpression, + STATE(999), 1, + sym_subexpression_token, + STATE(1414), 1, + aux_sym_name_expression_repeat1, + STATE(1811), 1, + aux_sym_name_expression_repeat2, + STATE(2324), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(1188), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1194), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(514), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(860), 2, + sym_extended_name, + sym_literal, + STATE(878), 2, + sym_string_literal, + sym_char_literal, + STATE(948), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(475), 3, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_SEMI, + ACTIONS(477), 15, + anon_sym_const, + anon_sym_var, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_operator, + [32762] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(475), 1, + ts_builtin_sym_end, ACTIONS(1209), 1, - sym_float_number_literal, - ACTIONS(1212), 1, - sym_number_literal, + anon_sym_LPAREN, ACTIONS(1215), 1, - anon_sym_DQUOTE, - ACTIONS(1218), 1, - anon_sym_SQUOTE, - STATE(832), 1, - sym_literal, - STATE(834), 1, - sym_type_subexpression, - STATE(920), 1, - sym_subexpression_token, - STATE(1265), 1, - aux_sym_name_superexpression_repeat1, - STATE(1629), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1206), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(244), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(833), 2, - sym_string_literal, - sym_char_literal, - STATE(923), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(219), 3, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_SEMI, - ACTIONS(217), 13, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_operator, - [27289] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(280), 1, sym_name_identifier, - ACTIONS(284), 1, - sym_float_number_literal, - ACTIONS(286), 1, - sym_number_literal, - ACTIONS(288), 1, - anon_sym_DQUOTE, - ACTIONS(290), 1, - anon_sym_SQUOTE, - ACTIONS(937), 1, - anon_sym_LPAREN, - ACTIONS(1174), 1, - anon_sym_return, - ACTIONS(1176), 1, - anon_sym_BSLASH, - ACTIONS(1178), 1, - anon_sym_DOLLAR, - ACTIONS(1180), 1, - sym_operator, - STATE(133), 1, - sym_name_superexpression, - STATE(439), 1, - sym_expression, - STATE(460), 1, - sym_scoped_statement, - STATE(505), 1, - sym_literal, - STATE(1128), 1, - sym_subexpression, - STATE(1312), 1, - aux_sym_name_superexpression_repeat1, - STATE(1679), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(520), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(459), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [27385] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(280), 1, - sym_name_identifier, - ACTIONS(284), 1, - sym_float_number_literal, - ACTIONS(286), 1, - sym_number_literal, - ACTIONS(288), 1, - anon_sym_DQUOTE, - ACTIONS(290), 1, - anon_sym_SQUOTE, - ACTIONS(937), 1, - anon_sym_LPAREN, - ACTIONS(1174), 1, - anon_sym_return, - ACTIONS(1176), 1, - anon_sym_BSLASH, - ACTIONS(1178), 1, - anon_sym_DOLLAR, - ACTIONS(1180), 1, - sym_operator, - STATE(133), 1, - sym_name_superexpression, - STATE(437), 1, - sym_expression, - STATE(460), 1, - sym_scoped_statement, - STATE(505), 1, - sym_literal, - STATE(1128), 1, - sym_subexpression, - STATE(1312), 1, - aux_sym_name_superexpression_repeat1, - STATE(1679), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(520), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(459), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [27481] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(280), 1, - sym_name_identifier, - ACTIONS(284), 1, - sym_float_number_literal, - ACTIONS(286), 1, - sym_number_literal, - ACTIONS(288), 1, - anon_sym_DQUOTE, - ACTIONS(290), 1, - anon_sym_SQUOTE, - ACTIONS(937), 1, - anon_sym_LPAREN, - ACTIONS(1174), 1, - anon_sym_return, - ACTIONS(1176), 1, - anon_sym_BSLASH, - ACTIONS(1178), 1, - anon_sym_DOLLAR, - ACTIONS(1180), 1, - sym_operator, - STATE(133), 1, - sym_name_superexpression, - STATE(432), 1, - sym_expression, - STATE(460), 1, - sym_scoped_statement, - STATE(505), 1, - sym_literal, - STATE(1128), 1, - sym_subexpression, - STATE(1312), 1, - aux_sym_name_superexpression_repeat1, - STATE(1679), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(520), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(459), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [27577] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(1156), 1, - anon_sym_LPAREN, - ACTIONS(1182), 1, - anon_sym_return, - ACTIONS(1184), 1, - anon_sym_BSLASH, - ACTIONS(1186), 1, - anon_sym_DOLLAR, - ACTIONS(1188), 1, - sym_name_identifier, - ACTIONS(1190), 1, - sym_operator, - ACTIONS(1192), 1, - sym_float_number_literal, - ACTIONS(1194), 1, - sym_number_literal, - ACTIONS(1196), 1, - anon_sym_DQUOTE, - ACTIONS(1198), 1, - anon_sym_SQUOTE, - STATE(439), 1, - sym_expression, - STATE(465), 1, - sym_scoped_statement, - STATE(934), 1, - sym_name_superexpression, - STATE(1285), 1, - aux_sym_name_superexpression_repeat1, - STATE(1410), 1, - sym_literal, - STATE(1597), 1, - aux_sym_name_superexpression_repeat2, - STATE(1943), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1403), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(463), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [27673] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(95), 1, - sym_name_identifier, - ACTIONS(99), 1, - sym_float_number_literal, - ACTIONS(101), 1, - sym_number_literal, - ACTIONS(103), 1, - anon_sym_DQUOTE, - ACTIONS(105), 1, - anon_sym_SQUOTE, ACTIONS(1221), 1, - anon_sym_LPAREN, - STATE(832), 1, - sym_literal, - STATE(834), 1, - sym_type_subexpression, - STATE(920), 1, - sym_subexpression_token, - STATE(1265), 1, - aux_sym_name_superexpression_repeat1, - STATE(1629), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1223), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(244), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(833), 2, - sym_string_literal, - sym_char_literal, - STATE(923), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(244), 3, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_SEMI, - ACTIONS(242), 13, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_operator, - [27753] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(280), 1, - sym_name_identifier, - ACTIONS(284), 1, sym_float_number_literal, - ACTIONS(286), 1, + ACTIONS(1224), 1, sym_number_literal, - ACTIONS(288), 1, - anon_sym_DQUOTE, - ACTIONS(290), 1, - anon_sym_SQUOTE, - ACTIONS(937), 1, - anon_sym_LPAREN, - ACTIONS(1174), 1, - anon_sym_return, - ACTIONS(1176), 1, - anon_sym_BSLASH, - ACTIONS(1178), 1, - anon_sym_DOLLAR, - ACTIONS(1180), 1, - sym_operator, - STATE(133), 1, - sym_name_superexpression, - STATE(433), 1, - sym_expression, - STATE(460), 1, - sym_scoped_statement, - STATE(505), 1, - sym_literal, - STATE(1128), 1, - sym_subexpression, - STATE(1312), 1, - aux_sym_name_superexpression_repeat1, - STATE(1679), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(520), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(459), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [27849] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(244), 1, - anon_sym_RBRACE, - ACTIONS(1225), 1, - anon_sym_LPAREN, ACTIONS(1227), 1, - sym_name_identifier, - ACTIONS(1231), 1, - sym_float_number_literal, - ACTIONS(1233), 1, - sym_number_literal, - ACTIONS(1235), 1, anon_sym_DQUOTE, - ACTIONS(1237), 1, + ACTIONS(1230), 1, anon_sym_SQUOTE, - STATE(857), 1, - sym_literal, - STATE(864), 1, + STATE(865), 1, sym_type_subexpression, - STATE(910), 1, + STATE(996), 1, sym_subexpression_token, - STATE(1328), 1, - aux_sym_name_superexpression_repeat1, - STATE(1560), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, + STATE(1390), 1, + aux_sym_name_expression_repeat1, + STATE(1825), 1, + aux_sym_name_expression_repeat2, + STATE(2356), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(1229), 2, + ACTIONS(1212), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1218), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(202), 2, + STATE(515), 2, sym_function_argument, aux_sym_function_call_expression_repeat1, - STATE(877), 2, + STATE(863), 2, + sym_extended_name, + sym_literal, + STATE(902), 2, sym_string_literal, sym_char_literal, - STATE(954), 2, + STATE(1051), 2, sym_scoped_statement, - sym_name_superexpression, - ACTIONS(242), 15, + sym_name_expression, + ACTIONS(477), 17, anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, + anon_sym_partition, anon_sym_use, + anon_sym_import, anon_sym_alias, + anon_sym_type, + anon_sym_let, anon_sym_decl, anon_sym_def, - anon_sym_type, anon_sym_struct, anon_sym_class, + anon_sym_basic, + anon_sym_abstract, anon_sym_typeclass, - anon_sym_elif, - anon_sym_else, + anon_sym_AMP, + anon_sym_PIPE, sym_operator, - [27929] = 28, + [32852] = 22, ACTIONS(3), 1, sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(735), 1, + ACTIONS(779), 1, sym_name_identifier, - ACTIONS(739), 1, + ACTIONS(783), 1, sym_float_number_literal, - ACTIONS(741), 1, + ACTIONS(785), 1, sym_number_literal, - ACTIONS(743), 1, + ACTIONS(787), 1, anon_sym_DQUOTE, - ACTIONS(745), 1, + ACTIONS(789), 1, anon_sym_SQUOTE, - ACTIONS(929), 1, - anon_sym_return, - ACTIONS(931), 1, - anon_sym_BSLASH, - ACTIONS(933), 1, - anon_sym_DOLLAR, - ACTIONS(935), 1, - sym_operator, - STATE(175), 1, - sym_name_superexpression, - STATE(439), 1, - sym_expression, - STATE(450), 1, - sym_scoped_statement, - STATE(660), 1, - sym_literal, - STATE(1190), 1, - sym_subexpression, - STATE(1250), 1, - aux_sym_name_superexpression_repeat1, - STATE(1673), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, + ACTIONS(1233), 1, + anon_sym_LPAREN, + STATE(864), 1, sym_type_subexpression, + STATE(999), 1, + sym_subexpression_token, + STATE(1414), 1, + aux_sym_name_expression_repeat1, + STATE(1811), 1, + aux_sym_name_expression_repeat2, + STATE(2324), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, + ACTIONS(1235), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1237), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(687), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [28025] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(123), 1, - anon_sym_return, - ACTIONS(125), 1, - anon_sym_BSLASH, - ACTIONS(127), 1, - anon_sym_DOLLAR, - ACTIONS(129), 1, - sym_name_identifier, - ACTIONS(131), 1, - sym_operator, - ACTIONS(133), 1, - sym_float_number_literal, - ACTIONS(135), 1, - sym_number_literal, - ACTIONS(137), 1, - anon_sym_DQUOTE, - ACTIONS(139), 1, - anon_sym_SQUOTE, - STATE(436), 1, - sym_name_superexpression, - STATE(450), 1, - sym_scoped_statement, - STATE(642), 1, - sym_expression, - STATE(971), 1, - sym_literal, - STATE(1284), 1, - aux_sym_name_superexpression_repeat1, - STATE(1366), 1, - sym_subexpression, - STATE(1630), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(959), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [28121] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(95), 1, - sym_name_identifier, - ACTIONS(99), 1, - sym_float_number_literal, - ACTIONS(101), 1, - sym_number_literal, - ACTIONS(103), 1, - anon_sym_DQUOTE, - ACTIONS(105), 1, - anon_sym_SQUOTE, - ACTIONS(1221), 1, - anon_sym_LPAREN, - STATE(832), 1, - sym_literal, - STATE(834), 1, - sym_type_subexpression, - STATE(920), 1, - sym_subexpression_token, - STATE(1265), 1, - aux_sym_name_superexpression_repeat1, - STATE(1629), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1223), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(249), 2, + STATE(514), 2, sym_function_argument, aux_sym_function_call_expression_repeat1, - STATE(833), 2, + STATE(860), 2, + sym_extended_name, + sym_literal, + STATE(878), 2, sym_string_literal, sym_char_literal, - STATE(923), 2, + STATE(948), 2, sym_scoped_statement, - sym_name_superexpression, - ACTIONS(262), 3, + sym_name_expression, + ACTIONS(369), 3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_SEMI, - ACTIONS(260), 13, + ACTIONS(371), 15, anon_sym_const, anon_sym_var, - anon_sym_alias, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, anon_sym_match, anon_sym_if, anon_sym_do, @@ -33167,20436 +52285,3231 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_break, anon_sym_continue, sym_operator, - [28201] = 28, + [32942] = 22, ACTIONS(3), 1, sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(497), 1, - sym_name_identifier, - ACTIONS(501), 1, - sym_float_number_literal, - ACTIONS(503), 1, - sym_number_literal, - ACTIONS(505), 1, - anon_sym_DQUOTE, - ACTIONS(507), 1, - anon_sym_SQUOTE, - ACTIONS(937), 1, + ACTIONS(1239), 1, anon_sym_LPAREN, - ACTIONS(1166), 1, - anon_sym_return, - ACTIONS(1168), 1, - anon_sym_BSLASH, - ACTIONS(1170), 1, - anon_sym_DOLLAR, - ACTIONS(1172), 1, - sym_operator, - STATE(155), 1, - sym_name_superexpression, - STATE(428), 1, - sym_expression, - STATE(460), 1, - sym_scoped_statement, - STATE(646), 1, - sym_literal, - STATE(1143), 1, - sym_subexpression, - STATE(1303), 1, - aux_sym_name_superexpression_repeat1, - STATE(1613), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, + ACTIONS(1245), 1, + sym_name_identifier, + ACTIONS(1251), 1, + sym_float_number_literal, + ACTIONS(1254), 1, + sym_number_literal, + ACTIONS(1257), 1, + anon_sym_DQUOTE, + ACTIONS(1260), 1, + anon_sym_SQUOTE, + STATE(808), 1, sym_type_subexpression, + STATE(1136), 1, + sym_subexpression_token, + STATE(1416), 1, + aux_sym_name_expression_repeat1, + STATE(1758), 1, + aux_sym_name_expression_repeat2, + STATE(2353), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, + ACTIONS(1242), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1248), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(565), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(459), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [28297] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(968), 1, - anon_sym_return, - ACTIONS(970), 1, - anon_sym_BSLASH, - ACTIONS(972), 1, - anon_sym_DOLLAR, - ACTIONS(974), 1, - sym_name_identifier, - ACTIONS(976), 1, - sym_operator, - ACTIONS(978), 1, - sym_float_number_literal, - ACTIONS(980), 1, - sym_number_literal, - ACTIONS(982), 1, - anon_sym_DQUOTE, - ACTIONS(984), 1, - anon_sym_SQUOTE, - STATE(428), 1, - sym_expression, - STATE(450), 1, - sym_scoped_statement, - STATE(998), 1, - sym_name_superexpression, - STATE(1258), 1, - aux_sym_name_superexpression_repeat1, - STATE(1620), 1, - aux_sym_name_superexpression_repeat2, - STATE(1671), 1, - sym_literal, - STATE(2042), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1554), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [28393] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(89), 1, - anon_sym_return, - ACTIONS(91), 1, - anon_sym_BSLASH, - ACTIONS(93), 1, - anon_sym_DOLLAR, - ACTIONS(95), 1, - sym_name_identifier, - ACTIONS(97), 1, - sym_operator, - ACTIONS(99), 1, - sym_float_number_literal, - ACTIONS(101), 1, - sym_number_literal, - ACTIONS(103), 1, - anon_sym_DQUOTE, - ACTIONS(105), 1, - anon_sym_SQUOTE, - STATE(254), 1, - sym_name_superexpression, - STATE(450), 1, - sym_scoped_statement, - STATE(638), 1, - sym_expression, - STATE(832), 1, - sym_literal, - STATE(1232), 1, - sym_subexpression, - STATE(1265), 1, - aux_sym_name_superexpression_repeat1, - STATE(1629), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(833), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [28489] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(262), 1, - anon_sym_RBRACE, - ACTIONS(1225), 1, - anon_sym_LPAREN, - ACTIONS(1227), 1, - sym_name_identifier, - ACTIONS(1231), 1, - sym_float_number_literal, - ACTIONS(1233), 1, - sym_number_literal, - ACTIONS(1235), 1, - anon_sym_DQUOTE, - ACTIONS(1237), 1, - anon_sym_SQUOTE, - STATE(857), 1, - sym_literal, - STATE(864), 1, - sym_type_subexpression, - STATE(910), 1, - sym_subexpression_token, - STATE(1328), 1, - aux_sym_name_superexpression_repeat1, - STATE(1560), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1229), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(251), 2, + STATE(517), 2, sym_function_argument, aux_sym_function_call_expression_repeat1, - STATE(877), 2, + STATE(794), 2, sym_string_literal, sym_char_literal, - STATE(954), 2, + STATE(809), 2, + sym_extended_name, + sym_literal, + STATE(1022), 2, sym_scoped_statement, - sym_name_superexpression, - ACTIONS(260), 15, - anon_sym_namespace, + sym_name_expression, + ACTIONS(475), 3, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_SEMI, + ACTIONS(477), 15, anon_sym_const, anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, + anon_sym_AMP, + anon_sym_match, + anon_sym_if, anon_sym_elif, anon_sym_else, - sym_operator, - [28569] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(1227), 1, - sym_name_identifier, - ACTIONS(1231), 1, - sym_float_number_literal, - ACTIONS(1233), 1, - sym_number_literal, - ACTIONS(1235), 1, - anon_sym_DQUOTE, - ACTIONS(1237), 1, - anon_sym_SQUOTE, - ACTIONS(1239), 1, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, anon_sym_return, - ACTIONS(1241), 1, - anon_sym_BSLASH, - ACTIONS(1243), 1, - anon_sym_DOLLAR, - ACTIONS(1245), 1, - sym_operator, - STATE(258), 1, - sym_name_superexpression, - STATE(430), 1, - sym_expression, - STATE(450), 1, - sym_scoped_statement, - STATE(857), 1, - sym_literal, - STATE(1243), 1, - sym_subexpression, - STATE(1328), 1, - aux_sym_name_superexpression_repeat1, - STATE(1560), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, anon_sym_break, anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(877), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [28665] = 28, + sym_operator, + [33032] = 22, ACTIONS(3), 1, sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(123), 1, - anon_sym_return, - ACTIONS(125), 1, - anon_sym_BSLASH, - ACTIONS(127), 1, - anon_sym_DOLLAR, - ACTIONS(129), 1, - sym_name_identifier, - ACTIONS(131), 1, - sym_operator, - ACTIONS(133), 1, - sym_float_number_literal, - ACTIONS(135), 1, - sym_number_literal, - ACTIONS(137), 1, - anon_sym_DQUOTE, - ACTIONS(139), 1, - anon_sym_SQUOTE, - STATE(436), 1, - sym_name_superexpression, - STATE(450), 1, - sym_scoped_statement, - STATE(633), 1, - sym_expression, - STATE(971), 1, - sym_literal, - STATE(1284), 1, - aux_sym_name_superexpression_repeat1, - STATE(1366), 1, - sym_subexpression, - STATE(1630), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(959), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [28761] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(1227), 1, - sym_name_identifier, - ACTIONS(1231), 1, - sym_float_number_literal, - ACTIONS(1233), 1, - sym_number_literal, - ACTIONS(1235), 1, - anon_sym_DQUOTE, - ACTIONS(1237), 1, - anon_sym_SQUOTE, - ACTIONS(1239), 1, - anon_sym_return, - ACTIONS(1241), 1, - anon_sym_BSLASH, - ACTIONS(1243), 1, - anon_sym_DOLLAR, - ACTIONS(1245), 1, - sym_operator, - STATE(258), 1, - sym_name_superexpression, - STATE(439), 1, - sym_expression, - STATE(450), 1, - sym_scoped_statement, - STATE(857), 1, - sym_literal, - STATE(1243), 1, - sym_subexpression, - STATE(1328), 1, - aux_sym_name_superexpression_repeat1, - STATE(1560), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(877), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [28857] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(1227), 1, - sym_name_identifier, - ACTIONS(1231), 1, - sym_float_number_literal, - ACTIONS(1233), 1, - sym_number_literal, - ACTIONS(1235), 1, - anon_sym_DQUOTE, - ACTIONS(1237), 1, - anon_sym_SQUOTE, - ACTIONS(1239), 1, - anon_sym_return, - ACTIONS(1241), 1, - anon_sym_BSLASH, - ACTIONS(1243), 1, - anon_sym_DOLLAR, - ACTIONS(1245), 1, - sym_operator, - STATE(258), 1, - sym_name_superexpression, - STATE(437), 1, - sym_expression, - STATE(450), 1, - sym_scoped_statement, - STATE(857), 1, - sym_literal, - STATE(1243), 1, - sym_subexpression, - STATE(1328), 1, - aux_sym_name_superexpression_repeat1, - STATE(1560), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(877), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [28953] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(1227), 1, - sym_name_identifier, - ACTIONS(1231), 1, - sym_float_number_literal, - ACTIONS(1233), 1, - sym_number_literal, - ACTIONS(1235), 1, - anon_sym_DQUOTE, - ACTIONS(1237), 1, - anon_sym_SQUOTE, - ACTIONS(1239), 1, - anon_sym_return, - ACTIONS(1241), 1, - anon_sym_BSLASH, - ACTIONS(1243), 1, - anon_sym_DOLLAR, - ACTIONS(1245), 1, - sym_operator, - STATE(258), 1, - sym_name_superexpression, - STATE(432), 1, - sym_expression, - STATE(450), 1, - sym_scoped_statement, - STATE(857), 1, - sym_literal, - STATE(1243), 1, - sym_subexpression, - STATE(1328), 1, - aux_sym_name_superexpression_repeat1, - STATE(1560), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(877), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [29049] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(1227), 1, - sym_name_identifier, - ACTIONS(1231), 1, - sym_float_number_literal, - ACTIONS(1233), 1, - sym_number_literal, - ACTIONS(1235), 1, - anon_sym_DQUOTE, - ACTIONS(1237), 1, - anon_sym_SQUOTE, - ACTIONS(1239), 1, - anon_sym_return, - ACTIONS(1241), 1, - anon_sym_BSLASH, - ACTIONS(1243), 1, - anon_sym_DOLLAR, - ACTIONS(1245), 1, - sym_operator, - STATE(258), 1, - sym_name_superexpression, - STATE(433), 1, - sym_expression, - STATE(450), 1, - sym_scoped_statement, - STATE(857), 1, - sym_literal, - STATE(1243), 1, - sym_subexpression, - STATE(1328), 1, - aux_sym_name_superexpression_repeat1, - STATE(1560), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(877), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [29145] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(280), 1, - sym_name_identifier, - ACTIONS(284), 1, - sym_float_number_literal, - ACTIONS(286), 1, - sym_number_literal, - ACTIONS(288), 1, - anon_sym_DQUOTE, - ACTIONS(290), 1, - anon_sym_SQUOTE, - ACTIONS(937), 1, - anon_sym_LPAREN, - ACTIONS(1174), 1, - anon_sym_return, - ACTIONS(1176), 1, - anon_sym_BSLASH, - ACTIONS(1178), 1, - anon_sym_DOLLAR, - ACTIONS(1180), 1, - sym_operator, - STATE(133), 1, - sym_name_superexpression, - STATE(428), 1, - sym_expression, - STATE(460), 1, - sym_scoped_statement, - STATE(505), 1, - sym_literal, - STATE(1128), 1, - sym_subexpression, - STATE(1312), 1, - aux_sym_name_superexpression_repeat1, - STATE(1679), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(520), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(459), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [29241] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(1097), 1, - anon_sym_LPAREN, - ACTIONS(1247), 1, - anon_sym_return, - ACTIONS(1249), 1, - anon_sym_BSLASH, - ACTIONS(1251), 1, - anon_sym_DOLLAR, - ACTIONS(1253), 1, - sym_name_identifier, - ACTIONS(1255), 1, - sym_operator, - ACTIONS(1257), 1, - sym_float_number_literal, - ACTIONS(1259), 1, - sym_number_literal, - ACTIONS(1261), 1, - anon_sym_DQUOTE, + ACTIONS(475), 1, + anon_sym_RBRACE, ACTIONS(1263), 1, - anon_sym_SQUOTE, - STATE(351), 1, - sym_name_superexpression, - STATE(430), 1, - sym_expression, - STATE(477), 1, - sym_scoped_statement, - STATE(804), 1, - sym_literal, - STATE(1235), 1, - sym_subexpression, - STATE(1272), 1, - aux_sym_name_superexpression_repeat1, - STATE(1609), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(805), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(476), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [29337] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(735), 1, - sym_name_identifier, - ACTIONS(739), 1, - sym_float_number_literal, - ACTIONS(741), 1, - sym_number_literal, - ACTIONS(743), 1, - anon_sym_DQUOTE, - ACTIONS(745), 1, - anon_sym_SQUOTE, - ACTIONS(929), 1, - anon_sym_return, - ACTIONS(931), 1, - anon_sym_BSLASH, - ACTIONS(933), 1, - anon_sym_DOLLAR, - ACTIONS(935), 1, - sym_operator, - STATE(175), 1, - sym_name_superexpression, - STATE(450), 1, - sym_scoped_statement, - STATE(660), 1, - sym_literal, - STATE(1190), 1, - sym_subexpression, - STATE(1217), 1, - sym_expression, - STATE(1250), 1, - aux_sym_name_superexpression_repeat1, - STATE(1673), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(687), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [29433] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(157), 1, - anon_sym_return, - ACTIONS(159), 1, - anon_sym_BSLASH, - ACTIONS(161), 1, - anon_sym_DOLLAR, - ACTIONS(163), 1, - sym_name_identifier, - ACTIONS(165), 1, - sym_operator, - ACTIONS(167), 1, - sym_float_number_literal, - ACTIONS(169), 1, - sym_number_literal, - ACTIONS(171), 1, - anon_sym_DQUOTE, - ACTIONS(173), 1, - anon_sym_SQUOTE, - STATE(425), 1, - sym_name_superexpression, - STATE(450), 1, - sym_scoped_statement, - STATE(582), 1, - sym_expression, - STATE(898), 1, - sym_literal, - STATE(1306), 1, - sym_subexpression, - STATE(1336), 1, - aux_sym_name_superexpression_repeat1, - STATE(1582), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(899), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [29529] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(157), 1, - anon_sym_return, - ACTIONS(159), 1, - anon_sym_BSLASH, - ACTIONS(161), 1, - anon_sym_DOLLAR, - ACTIONS(163), 1, - sym_name_identifier, - ACTIONS(165), 1, - sym_operator, - ACTIONS(167), 1, - sym_float_number_literal, - ACTIONS(169), 1, - sym_number_literal, - ACTIONS(171), 1, - anon_sym_DQUOTE, - ACTIONS(173), 1, - anon_sym_SQUOTE, - STATE(425), 1, - sym_name_superexpression, - STATE(450), 1, - sym_scoped_statement, - STATE(547), 1, - sym_expression, - STATE(898), 1, - sym_literal, - STATE(1306), 1, - sym_subexpression, - STATE(1336), 1, - aux_sym_name_superexpression_repeat1, - STATE(1582), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(899), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [29625] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(1018), 1, - anon_sym_return, - ACTIONS(1020), 1, - anon_sym_BSLASH, - ACTIONS(1022), 1, - anon_sym_DOLLAR, - ACTIONS(1024), 1, - sym_name_identifier, - ACTIONS(1026), 1, - sym_operator, - ACTIONS(1028), 1, - sym_float_number_literal, - ACTIONS(1030), 1, - sym_number_literal, - ACTIONS(1032), 1, - anon_sym_DQUOTE, - ACTIONS(1034), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(994), 1, - sym_name_superexpression, - STATE(1273), 1, - aux_sym_name_superexpression_repeat1, - STATE(1521), 1, - aux_sym_name_superexpression_repeat2, - STATE(1692), 1, - sym_literal, - STATE(2040), 1, - sym_subexpression, - STATE(2094), 1, - sym_expression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1691), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [29721] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(1097), 1, - anon_sym_LPAREN, - ACTIONS(1247), 1, - anon_sym_return, - ACTIONS(1249), 1, - anon_sym_BSLASH, - ACTIONS(1251), 1, - anon_sym_DOLLAR, - ACTIONS(1253), 1, - sym_name_identifier, - ACTIONS(1255), 1, - sym_operator, - ACTIONS(1257), 1, - sym_float_number_literal, - ACTIONS(1259), 1, - sym_number_literal, - ACTIONS(1261), 1, - anon_sym_DQUOTE, - ACTIONS(1263), 1, - anon_sym_SQUOTE, - STATE(351), 1, - sym_name_superexpression, - STATE(439), 1, - sym_expression, - STATE(477), 1, - sym_scoped_statement, - STATE(804), 1, - sym_literal, - STATE(1235), 1, - sym_subexpression, - STATE(1272), 1, - aux_sym_name_superexpression_repeat1, - STATE(1609), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(805), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(476), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [29817] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(1097), 1, - anon_sym_LPAREN, - ACTIONS(1247), 1, - anon_sym_return, - ACTIONS(1249), 1, - anon_sym_BSLASH, - ACTIONS(1251), 1, - anon_sym_DOLLAR, - ACTIONS(1253), 1, - sym_name_identifier, - ACTIONS(1255), 1, - sym_operator, - ACTIONS(1257), 1, - sym_float_number_literal, - ACTIONS(1259), 1, - sym_number_literal, - ACTIONS(1261), 1, - anon_sym_DQUOTE, - ACTIONS(1263), 1, - anon_sym_SQUOTE, - STATE(351), 1, - sym_name_superexpression, - STATE(437), 1, - sym_expression, - STATE(477), 1, - sym_scoped_statement, - STATE(804), 1, - sym_literal, - STATE(1235), 1, - sym_subexpression, - STATE(1272), 1, - aux_sym_name_superexpression_repeat1, - STATE(1609), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(805), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(476), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [29913] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(157), 1, - anon_sym_return, - ACTIONS(159), 1, - anon_sym_BSLASH, - ACTIONS(161), 1, - anon_sym_DOLLAR, - ACTIONS(163), 1, - sym_name_identifier, - ACTIONS(165), 1, - sym_operator, - ACTIONS(167), 1, - sym_float_number_literal, - ACTIONS(169), 1, - sym_number_literal, - ACTIONS(171), 1, - anon_sym_DQUOTE, - ACTIONS(173), 1, - anon_sym_SQUOTE, - STATE(425), 1, - sym_name_superexpression, - STATE(437), 1, - sym_expression, - STATE(450), 1, - sym_scoped_statement, - STATE(898), 1, - sym_literal, - STATE(1306), 1, - sym_subexpression, - STATE(1336), 1, - aux_sym_name_superexpression_repeat1, - STATE(1582), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(899), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [30009] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(1097), 1, - anon_sym_LPAREN, - ACTIONS(1247), 1, - anon_sym_return, - ACTIONS(1249), 1, - anon_sym_BSLASH, - ACTIONS(1251), 1, - anon_sym_DOLLAR, - ACTIONS(1253), 1, - sym_name_identifier, - ACTIONS(1255), 1, - sym_operator, - ACTIONS(1257), 1, - sym_float_number_literal, - ACTIONS(1259), 1, - sym_number_literal, - ACTIONS(1261), 1, - anon_sym_DQUOTE, - ACTIONS(1263), 1, - anon_sym_SQUOTE, - STATE(351), 1, - sym_name_superexpression, - STATE(432), 1, - sym_expression, - STATE(477), 1, - sym_scoped_statement, - STATE(804), 1, - sym_literal, - STATE(1235), 1, - sym_subexpression, - STATE(1272), 1, - aux_sym_name_superexpression_repeat1, - STATE(1609), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(805), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(476), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [30105] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(1097), 1, - anon_sym_LPAREN, - ACTIONS(1247), 1, - anon_sym_return, - ACTIONS(1249), 1, - anon_sym_BSLASH, - ACTIONS(1251), 1, - anon_sym_DOLLAR, - ACTIONS(1253), 1, - sym_name_identifier, - ACTIONS(1255), 1, - sym_operator, - ACTIONS(1257), 1, - sym_float_number_literal, - ACTIONS(1259), 1, - sym_number_literal, - ACTIONS(1261), 1, - anon_sym_DQUOTE, - ACTIONS(1263), 1, - anon_sym_SQUOTE, - STATE(351), 1, - sym_name_superexpression, - STATE(433), 1, - sym_expression, - STATE(477), 1, - sym_scoped_statement, - STATE(804), 1, - sym_literal, - STATE(1235), 1, - sym_subexpression, - STATE(1272), 1, - aux_sym_name_superexpression_repeat1, - STATE(1609), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(805), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(476), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [30201] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(937), 1, - anon_sym_LPAREN, - ACTIONS(1265), 1, - anon_sym_return, - ACTIONS(1267), 1, - anon_sym_BSLASH, ACTIONS(1269), 1, - anon_sym_DOLLAR, - ACTIONS(1271), 1, sym_name_identifier, - ACTIONS(1273), 1, - sym_operator, ACTIONS(1275), 1, sym_float_number_literal, - ACTIONS(1277), 1, + ACTIONS(1278), 1, sym_number_literal, - ACTIONS(1279), 1, - anon_sym_DQUOTE, ACTIONS(1281), 1, + anon_sym_DQUOTE, + ACTIONS(1284), 1, anon_sym_SQUOTE, - STATE(428), 1, - sym_expression, - STATE(460), 1, - sym_scoped_statement, - STATE(841), 1, - sym_name_superexpression, - STATE(1331), 1, - aux_sym_name_superexpression_repeat1, - STATE(1342), 1, - sym_literal, - STATE(1656), 1, - aux_sym_name_superexpression_repeat2, - STATE(1894), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, + STATE(842), 1, sym_type_subexpression, + STATE(1031), 1, + sym_subexpression_token, + STATE(1430), 1, + aux_sym_name_expression_repeat1, + STATE(1697), 1, + aux_sym_name_expression_repeat2, + STATE(2364), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, + ACTIONS(1266), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1272), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(1379), 2, + STATE(518), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(826), 2, sym_string_literal, sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(459), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [30297] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(1000), 1, - anon_sym_return, - ACTIONS(1002), 1, - anon_sym_BSLASH, - ACTIONS(1004), 1, - anon_sym_DOLLAR, - ACTIONS(1006), 1, - sym_name_identifier, - ACTIONS(1008), 1, + STATE(847), 2, + sym_extended_name, + sym_literal, + STATE(1131), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(477), 17, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, sym_operator, - ACTIONS(1010), 1, - sym_float_number_literal, - ACTIONS(1012), 1, - sym_number_literal, - ACTIONS(1014), 1, - anon_sym_DQUOTE, - ACTIONS(1016), 1, - anon_sym_SQUOTE, - STATE(433), 1, - sym_expression, - STATE(450), 1, - sym_scoped_statement, - STATE(1009), 1, - sym_name_superexpression, - STATE(1269), 1, - aux_sym_name_superexpression_repeat1, - STATE(1647), 1, - aux_sym_name_superexpression_repeat2, - STATE(1686), 1, - sym_literal, - STATE(2029), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1646), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [30393] = 28, + [33122] = 22, ACTIONS(3), 1, sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(428), 1, - sym_expression, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2044), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [30489] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(679), 1, - sym_name_identifier, - ACTIONS(683), 1, - sym_float_number_literal, - ACTIONS(685), 1, - sym_number_literal, - ACTIONS(687), 1, - anon_sym_DQUOTE, - ACTIONS(689), 1, - anon_sym_SQUOTE, - ACTIONS(1156), 1, - anon_sym_LPAREN, - ACTIONS(1283), 1, - anon_sym_return, - ACTIONS(1285), 1, - anon_sym_BSLASH, ACTIONS(1287), 1, - anon_sym_DOLLAR, - ACTIONS(1289), 1, - sym_operator, - STATE(160), 1, - sym_name_superexpression, - STATE(430), 1, - sym_expression, - STATE(465), 1, - sym_scoped_statement, - STATE(662), 1, - sym_literal, - STATE(1202), 1, - sym_subexpression, - STATE(1316), 1, - aux_sym_name_superexpression_repeat1, - STATE(1696), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(679), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(463), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [30585] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(679), 1, - sym_name_identifier, - ACTIONS(683), 1, - sym_float_number_literal, - ACTIONS(685), 1, - sym_number_literal, - ACTIONS(687), 1, - anon_sym_DQUOTE, - ACTIONS(689), 1, - anon_sym_SQUOTE, - ACTIONS(1156), 1, - anon_sym_LPAREN, - ACTIONS(1283), 1, - anon_sym_return, - ACTIONS(1285), 1, - anon_sym_BSLASH, - ACTIONS(1287), 1, - anon_sym_DOLLAR, - ACTIONS(1289), 1, - sym_operator, - STATE(160), 1, - sym_name_superexpression, - STATE(439), 1, - sym_expression, - STATE(465), 1, - sym_scoped_statement, - STATE(662), 1, - sym_literal, - STATE(1202), 1, - sym_subexpression, - STATE(1316), 1, - aux_sym_name_superexpression_repeat1, - STATE(1696), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(679), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(463), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [30681] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(679), 1, - sym_name_identifier, - ACTIONS(683), 1, - sym_float_number_literal, - ACTIONS(685), 1, - sym_number_literal, - ACTIONS(687), 1, - anon_sym_DQUOTE, - ACTIONS(689), 1, - anon_sym_SQUOTE, - ACTIONS(1156), 1, - anon_sym_LPAREN, - ACTIONS(1283), 1, - anon_sym_return, - ACTIONS(1285), 1, - anon_sym_BSLASH, - ACTIONS(1287), 1, - anon_sym_DOLLAR, - ACTIONS(1289), 1, - sym_operator, - STATE(160), 1, - sym_name_superexpression, - STATE(437), 1, - sym_expression, - STATE(465), 1, - sym_scoped_statement, - STATE(662), 1, - sym_literal, - STATE(1202), 1, - sym_subexpression, - STATE(1316), 1, - aux_sym_name_superexpression_repeat1, - STATE(1696), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(679), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(463), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [30777] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(679), 1, - sym_name_identifier, - ACTIONS(683), 1, - sym_float_number_literal, - ACTIONS(685), 1, - sym_number_literal, - ACTIONS(687), 1, - anon_sym_DQUOTE, - ACTIONS(689), 1, - anon_sym_SQUOTE, - ACTIONS(1156), 1, - anon_sym_LPAREN, - ACTIONS(1283), 1, - anon_sym_return, - ACTIONS(1285), 1, - anon_sym_BSLASH, - ACTIONS(1287), 1, - anon_sym_DOLLAR, - ACTIONS(1289), 1, - sym_operator, - STATE(160), 1, - sym_name_superexpression, - STATE(432), 1, - sym_expression, - STATE(465), 1, - sym_scoped_statement, - STATE(662), 1, - sym_literal, - STATE(1202), 1, - sym_subexpression, - STATE(1316), 1, - aux_sym_name_superexpression_repeat1, - STATE(1696), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(679), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(463), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [30873] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(679), 1, - sym_name_identifier, - ACTIONS(683), 1, - sym_float_number_literal, - ACTIONS(685), 1, - sym_number_literal, - ACTIONS(687), 1, - anon_sym_DQUOTE, - ACTIONS(689), 1, - anon_sym_SQUOTE, - ACTIONS(1156), 1, - anon_sym_LPAREN, - ACTIONS(1283), 1, - anon_sym_return, - ACTIONS(1285), 1, - anon_sym_BSLASH, - ACTIONS(1287), 1, - anon_sym_DOLLAR, - ACTIONS(1289), 1, - sym_operator, - STATE(160), 1, - sym_name_superexpression, - STATE(433), 1, - sym_expression, - STATE(465), 1, - sym_scoped_statement, - STATE(662), 1, - sym_literal, - STATE(1202), 1, - sym_subexpression, - STATE(1316), 1, - aux_sym_name_superexpression_repeat1, - STATE(1696), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(679), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(463), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [30969] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(1227), 1, - sym_name_identifier, - ACTIONS(1231), 1, - sym_float_number_literal, - ACTIONS(1233), 1, - sym_number_literal, - ACTIONS(1235), 1, - anon_sym_DQUOTE, - ACTIONS(1237), 1, - anon_sym_SQUOTE, - ACTIONS(1239), 1, - anon_sym_return, - ACTIONS(1241), 1, - anon_sym_BSLASH, - ACTIONS(1243), 1, - anon_sym_DOLLAR, - ACTIONS(1245), 1, - sym_operator, - STATE(258), 1, - sym_name_superexpression, - STATE(428), 1, - sym_expression, - STATE(450), 1, - sym_scoped_statement, - STATE(857), 1, - sym_literal, - STATE(1243), 1, - sym_subexpression, - STATE(1328), 1, - aux_sym_name_superexpression_repeat1, - STATE(1560), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(877), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [31065] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(123), 1, - anon_sym_return, - ACTIONS(125), 1, - anon_sym_BSLASH, - ACTIONS(127), 1, - anon_sym_DOLLAR, - ACTIONS(129), 1, - sym_name_identifier, - ACTIONS(131), 1, - sym_operator, - ACTIONS(133), 1, - sym_float_number_literal, - ACTIONS(135), 1, - sym_number_literal, - ACTIONS(137), 1, - anon_sym_DQUOTE, - ACTIONS(139), 1, - anon_sym_SQUOTE, - STATE(428), 1, - sym_expression, - STATE(436), 1, - sym_name_superexpression, - STATE(450), 1, - sym_scoped_statement, - STATE(971), 1, - sym_literal, - STATE(1284), 1, - aux_sym_name_superexpression_repeat1, - STATE(1366), 1, - sym_subexpression, - STATE(1630), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(959), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [31161] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(798), 1, - sym_name_identifier, - ACTIONS(802), 1, - sym_float_number_literal, - ACTIONS(804), 1, - sym_number_literal, - ACTIONS(806), 1, - anon_sym_DQUOTE, - ACTIONS(808), 1, - anon_sym_SQUOTE, - ACTIONS(937), 1, - anon_sym_LPAREN, - ACTIONS(939), 1, - anon_sym_return, - ACTIONS(941), 1, - anon_sym_BSLASH, - ACTIONS(943), 1, - anon_sym_DOLLAR, - ACTIONS(945), 1, - sym_operator, - STATE(170), 1, - sym_name_superexpression, - STATE(439), 1, - sym_expression, - STATE(460), 1, - sym_scoped_statement, - STATE(760), 1, - sym_literal, - STATE(1175), 1, - sym_subexpression, - STATE(1304), 1, - aux_sym_name_superexpression_repeat1, - STATE(1615), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(722), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(459), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [31257] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(798), 1, - sym_name_identifier, - ACTIONS(802), 1, - sym_float_number_literal, - ACTIONS(804), 1, - sym_number_literal, - ACTIONS(806), 1, - anon_sym_DQUOTE, - ACTIONS(808), 1, - anon_sym_SQUOTE, - ACTIONS(937), 1, - anon_sym_LPAREN, - ACTIONS(939), 1, - anon_sym_return, - ACTIONS(941), 1, - anon_sym_BSLASH, - ACTIONS(943), 1, - anon_sym_DOLLAR, - ACTIONS(945), 1, - sym_operator, - STATE(170), 1, - sym_name_superexpression, - STATE(437), 1, - sym_expression, - STATE(460), 1, - sym_scoped_statement, - STATE(760), 1, - sym_literal, - STATE(1175), 1, - sym_subexpression, - STATE(1304), 1, - aux_sym_name_superexpression_repeat1, - STATE(1615), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(722), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(459), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [31353] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(798), 1, - sym_name_identifier, - ACTIONS(802), 1, - sym_float_number_literal, - ACTIONS(804), 1, - sym_number_literal, - ACTIONS(806), 1, - anon_sym_DQUOTE, - ACTIONS(808), 1, - anon_sym_SQUOTE, - ACTIONS(937), 1, - anon_sym_LPAREN, - ACTIONS(939), 1, - anon_sym_return, - ACTIONS(941), 1, - anon_sym_BSLASH, - ACTIONS(943), 1, - anon_sym_DOLLAR, - ACTIONS(945), 1, - sym_operator, - STATE(170), 1, - sym_name_superexpression, - STATE(432), 1, - sym_expression, - STATE(460), 1, - sym_scoped_statement, - STATE(760), 1, - sym_literal, - STATE(1175), 1, - sym_subexpression, - STATE(1304), 1, - aux_sym_name_superexpression_repeat1, - STATE(1615), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(722), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(459), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [31449] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(89), 1, - anon_sym_return, - ACTIONS(91), 1, - anon_sym_BSLASH, - ACTIONS(93), 1, - anon_sym_DOLLAR, - ACTIONS(95), 1, - sym_name_identifier, - ACTIONS(97), 1, - sym_operator, - ACTIONS(99), 1, - sym_float_number_literal, - ACTIONS(101), 1, - sym_number_literal, - ACTIONS(103), 1, - anon_sym_DQUOTE, - ACTIONS(105), 1, - anon_sym_SQUOTE, - STATE(254), 1, - sym_name_superexpression, - STATE(433), 1, - sym_expression, - STATE(450), 1, - sym_scoped_statement, - STATE(832), 1, - sym_literal, - STATE(1232), 1, - sym_subexpression, - STATE(1265), 1, - aux_sym_name_superexpression_repeat1, - STATE(1629), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(833), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [31545] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(89), 1, - anon_sym_return, - ACTIONS(91), 1, - anon_sym_BSLASH, - ACTIONS(93), 1, - anon_sym_DOLLAR, - ACTIONS(95), 1, - sym_name_identifier, - ACTIONS(97), 1, - sym_operator, - ACTIONS(99), 1, - sym_float_number_literal, - ACTIONS(101), 1, - sym_number_literal, - ACTIONS(103), 1, - anon_sym_DQUOTE, - ACTIONS(105), 1, - anon_sym_SQUOTE, - STATE(254), 1, - sym_name_superexpression, - STATE(432), 1, - sym_expression, - STATE(450), 1, - sym_scoped_statement, - STATE(832), 1, - sym_literal, - STATE(1232), 1, - sym_subexpression, - STATE(1265), 1, - aux_sym_name_superexpression_repeat1, - STATE(1629), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(833), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [31641] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(798), 1, - sym_name_identifier, - ACTIONS(802), 1, - sym_float_number_literal, - ACTIONS(804), 1, - sym_number_literal, - ACTIONS(806), 1, - anon_sym_DQUOTE, - ACTIONS(808), 1, - anon_sym_SQUOTE, - ACTIONS(937), 1, - anon_sym_LPAREN, - ACTIONS(939), 1, - anon_sym_return, - ACTIONS(941), 1, - anon_sym_BSLASH, - ACTIONS(943), 1, - anon_sym_DOLLAR, - ACTIONS(945), 1, - sym_operator, - STATE(170), 1, - sym_name_superexpression, - STATE(433), 1, - sym_expression, - STATE(460), 1, - sym_scoped_statement, - STATE(760), 1, - sym_literal, - STATE(1175), 1, - sym_subexpression, - STATE(1304), 1, - aux_sym_name_superexpression_repeat1, - STATE(1615), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(722), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(459), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [31737] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(497), 1, - sym_name_identifier, - ACTIONS(501), 1, - sym_float_number_literal, - ACTIONS(503), 1, - sym_number_literal, - ACTIONS(505), 1, - anon_sym_DQUOTE, - ACTIONS(507), 1, - anon_sym_SQUOTE, - ACTIONS(937), 1, - anon_sym_LPAREN, - ACTIONS(1166), 1, - anon_sym_return, - ACTIONS(1168), 1, - anon_sym_BSLASH, - ACTIONS(1170), 1, - anon_sym_DOLLAR, - ACTIONS(1172), 1, - sym_operator, - STATE(155), 1, - sym_name_superexpression, - STATE(460), 1, - sym_scoped_statement, - STATE(646), 1, - sym_literal, - STATE(1143), 1, - sym_subexpression, - STATE(1213), 1, - sym_expression, - STATE(1303), 1, - aux_sym_name_superexpression_repeat1, - STATE(1613), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(565), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(459), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [31833] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(89), 1, - anon_sym_return, - ACTIONS(91), 1, - anon_sym_BSLASH, - ACTIONS(93), 1, - anon_sym_DOLLAR, - ACTIONS(95), 1, - sym_name_identifier, - ACTIONS(97), 1, - sym_operator, - ACTIONS(99), 1, - sym_float_number_literal, - ACTIONS(101), 1, - sym_number_literal, - ACTIONS(103), 1, - anon_sym_DQUOTE, - ACTIONS(105), 1, - anon_sym_SQUOTE, - STATE(254), 1, - sym_name_superexpression, - STATE(437), 1, - sym_expression, - STATE(450), 1, - sym_scoped_statement, - STATE(832), 1, - sym_literal, - STATE(1232), 1, - sym_subexpression, - STATE(1265), 1, - aux_sym_name_superexpression_repeat1, - STATE(1629), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(833), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [31929] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(1036), 1, - anon_sym_return, - ACTIONS(1038), 1, - anon_sym_BSLASH, - ACTIONS(1040), 1, - anon_sym_DOLLAR, - ACTIONS(1042), 1, - sym_name_identifier, - ACTIONS(1044), 1, - sym_operator, - ACTIONS(1046), 1, - sym_float_number_literal, - ACTIONS(1048), 1, - sym_number_literal, - ACTIONS(1050), 1, - anon_sym_DQUOTE, - ACTIONS(1052), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(953), 1, - sym_name_superexpression, - STATE(1301), 1, - aux_sym_name_superexpression_repeat1, - STATE(1411), 1, - sym_literal, - STATE(1591), 1, - aux_sym_name_superexpression_repeat2, - STATE(1945), 1, - sym_subexpression, - STATE(1952), 1, - sym_expression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1421), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [32025] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(1097), 1, - anon_sym_LPAREN, - ACTIONS(1247), 1, - anon_sym_return, - ACTIONS(1249), 1, - anon_sym_BSLASH, - ACTIONS(1251), 1, - anon_sym_DOLLAR, - ACTIONS(1253), 1, - sym_name_identifier, - ACTIONS(1255), 1, - sym_operator, - ACTIONS(1257), 1, - sym_float_number_literal, - ACTIONS(1259), 1, - sym_number_literal, - ACTIONS(1261), 1, - anon_sym_DQUOTE, - ACTIONS(1263), 1, - anon_sym_SQUOTE, - STATE(351), 1, - sym_name_superexpression, - STATE(428), 1, - sym_expression, - STATE(477), 1, - sym_scoped_statement, - STATE(804), 1, - sym_literal, - STATE(1235), 1, - sym_subexpression, - STATE(1272), 1, - aux_sym_name_superexpression_repeat1, - STATE(1609), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(805), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(476), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [32121] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(812), 1, - sym_name_identifier, - ACTIONS(816), 1, - sym_float_number_literal, - ACTIONS(818), 1, - sym_number_literal, - ACTIONS(820), 1, - anon_sym_DQUOTE, - ACTIONS(822), 1, - anon_sym_SQUOTE, - ACTIONS(1097), 1, anon_sym_LPAREN, ACTIONS(1291), 1, - anon_sym_return, - ACTIONS(1293), 1, - anon_sym_BSLASH, + sym_name_identifier, ACTIONS(1295), 1, - anon_sym_DOLLAR, + sym_float_number_literal, ACTIONS(1297), 1, - sym_operator, - STATE(171), 1, - sym_name_superexpression, - STATE(430), 1, - sym_expression, - STATE(477), 1, - sym_scoped_statement, - STATE(753), 1, - sym_literal, - STATE(1191), 1, - sym_subexpression, - STATE(1310), 1, - aux_sym_name_superexpression_repeat1, - STATE(1657), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(729), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(476), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [32217] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(812), 1, - sym_name_identifier, - ACTIONS(816), 1, - sym_float_number_literal, - ACTIONS(818), 1, sym_number_literal, - ACTIONS(820), 1, - anon_sym_DQUOTE, - ACTIONS(822), 1, - anon_sym_SQUOTE, - ACTIONS(1097), 1, - anon_sym_LPAREN, - ACTIONS(1291), 1, - anon_sym_return, - ACTIONS(1293), 1, - anon_sym_BSLASH, - ACTIONS(1295), 1, - anon_sym_DOLLAR, - ACTIONS(1297), 1, - sym_operator, - STATE(171), 1, - sym_name_superexpression, - STATE(439), 1, - sym_expression, - STATE(477), 1, - sym_scoped_statement, - STATE(753), 1, - sym_literal, - STATE(1191), 1, - sym_subexpression, - STATE(1310), 1, - aux_sym_name_superexpression_repeat1, - STATE(1657), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(729), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(476), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [32313] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(157), 1, - anon_sym_return, - ACTIONS(159), 1, - anon_sym_BSLASH, - ACTIONS(161), 1, - anon_sym_DOLLAR, - ACTIONS(163), 1, - sym_name_identifier, - ACTIONS(165), 1, - sym_operator, - ACTIONS(167), 1, - sym_float_number_literal, - ACTIONS(169), 1, - sym_number_literal, - ACTIONS(171), 1, - anon_sym_DQUOTE, - ACTIONS(173), 1, - anon_sym_SQUOTE, - STATE(425), 1, - sym_name_superexpression, - STATE(432), 1, - sym_expression, - STATE(450), 1, - sym_scoped_statement, - STATE(898), 1, - sym_literal, - STATE(1306), 1, - sym_subexpression, - STATE(1336), 1, - aux_sym_name_superexpression_repeat1, - STATE(1582), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(899), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [32409] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(812), 1, - sym_name_identifier, - ACTIONS(816), 1, - sym_float_number_literal, - ACTIONS(818), 1, - sym_number_literal, - ACTIONS(820), 1, - anon_sym_DQUOTE, - ACTIONS(822), 1, - anon_sym_SQUOTE, - ACTIONS(1097), 1, - anon_sym_LPAREN, - ACTIONS(1291), 1, - anon_sym_return, - ACTIONS(1293), 1, - anon_sym_BSLASH, - ACTIONS(1295), 1, - anon_sym_DOLLAR, - ACTIONS(1297), 1, - sym_operator, - STATE(171), 1, - sym_name_superexpression, - STATE(437), 1, - sym_expression, - STATE(477), 1, - sym_scoped_statement, - STATE(753), 1, - sym_literal, - STATE(1191), 1, - sym_subexpression, - STATE(1310), 1, - aux_sym_name_superexpression_repeat1, - STATE(1657), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(729), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(476), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [32505] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(812), 1, - sym_name_identifier, - ACTIONS(816), 1, - sym_float_number_literal, - ACTIONS(818), 1, - sym_number_literal, - ACTIONS(820), 1, - anon_sym_DQUOTE, - ACTIONS(822), 1, - anon_sym_SQUOTE, - ACTIONS(1097), 1, - anon_sym_LPAREN, - ACTIONS(1291), 1, - anon_sym_return, - ACTIONS(1293), 1, - anon_sym_BSLASH, - ACTIONS(1295), 1, - anon_sym_DOLLAR, - ACTIONS(1297), 1, - sym_operator, - STATE(171), 1, - sym_name_superexpression, - STATE(432), 1, - sym_expression, - STATE(477), 1, - sym_scoped_statement, - STATE(753), 1, - sym_literal, - STATE(1191), 1, - sym_subexpression, - STATE(1310), 1, - aux_sym_name_superexpression_repeat1, - STATE(1657), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(729), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(476), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [32601] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(812), 1, - sym_name_identifier, - ACTIONS(816), 1, - sym_float_number_literal, - ACTIONS(818), 1, - sym_number_literal, - ACTIONS(820), 1, - anon_sym_DQUOTE, - ACTIONS(822), 1, - anon_sym_SQUOTE, - ACTIONS(1097), 1, - anon_sym_LPAREN, - ACTIONS(1291), 1, - anon_sym_return, - ACTIONS(1293), 1, - anon_sym_BSLASH, - ACTIONS(1295), 1, - anon_sym_DOLLAR, - ACTIONS(1297), 1, - sym_operator, - STATE(171), 1, - sym_name_superexpression, - STATE(433), 1, - sym_expression, - STATE(477), 1, - sym_scoped_statement, - STATE(753), 1, - sym_literal, - STATE(1191), 1, - sym_subexpression, - STATE(1310), 1, - aux_sym_name_superexpression_repeat1, - STATE(1657), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(729), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(476), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [32697] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(89), 1, - anon_sym_return, - ACTIONS(91), 1, - anon_sym_BSLASH, - ACTIONS(93), 1, - anon_sym_DOLLAR, - ACTIONS(95), 1, - sym_name_identifier, - ACTIONS(97), 1, - sym_operator, - ACTIONS(99), 1, - sym_float_number_literal, - ACTIONS(101), 1, - sym_number_literal, - ACTIONS(103), 1, - anon_sym_DQUOTE, - ACTIONS(105), 1, - anon_sym_SQUOTE, - STATE(254), 1, - sym_name_superexpression, - STATE(428), 1, - sym_expression, - STATE(450), 1, - sym_scoped_statement, - STATE(832), 1, - sym_literal, - STATE(1232), 1, - sym_subexpression, - STATE(1265), 1, - aux_sym_name_superexpression_repeat1, - STATE(1629), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(833), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [32793] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(679), 1, - sym_name_identifier, - ACTIONS(683), 1, - sym_float_number_literal, - ACTIONS(685), 1, - sym_number_literal, - ACTIONS(687), 1, - anon_sym_DQUOTE, - ACTIONS(689), 1, - anon_sym_SQUOTE, - ACTIONS(1156), 1, - anon_sym_LPAREN, - ACTIONS(1283), 1, - anon_sym_return, - ACTIONS(1285), 1, - anon_sym_BSLASH, - ACTIONS(1287), 1, - anon_sym_DOLLAR, - ACTIONS(1289), 1, - sym_operator, - STATE(160), 1, - sym_name_superexpression, - STATE(428), 1, - sym_expression, - STATE(465), 1, - sym_scoped_statement, - STATE(662), 1, - sym_literal, - STATE(1202), 1, - sym_subexpression, - STATE(1316), 1, - aux_sym_name_superexpression_repeat1, - STATE(1696), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(679), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(463), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [32889] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(1156), 1, - anon_sym_LPAREN, - ACTIONS(1182), 1, - anon_sym_return, - ACTIONS(1184), 1, - anon_sym_BSLASH, - ACTIONS(1186), 1, - anon_sym_DOLLAR, - ACTIONS(1188), 1, - sym_name_identifier, - ACTIONS(1190), 1, - sym_operator, - ACTIONS(1192), 1, - sym_float_number_literal, - ACTIONS(1194), 1, - sym_number_literal, - ACTIONS(1196), 1, - anon_sym_DQUOTE, - ACTIONS(1198), 1, - anon_sym_SQUOTE, - STATE(437), 1, - sym_expression, - STATE(465), 1, - sym_scoped_statement, - STATE(934), 1, - sym_name_superexpression, - STATE(1285), 1, - aux_sym_name_superexpression_repeat1, - STATE(1410), 1, - sym_literal, - STATE(1597), 1, - aux_sym_name_superexpression_repeat2, - STATE(1943), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1403), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(463), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [32985] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(595), 1, - sym_name_identifier, - ACTIONS(599), 1, - sym_float_number_literal, - ACTIONS(601), 1, - sym_number_literal, - ACTIONS(603), 1, - anon_sym_DQUOTE, - ACTIONS(605), 1, - anon_sym_SQUOTE, - ACTIONS(1156), 1, - anon_sym_LPAREN, ACTIONS(1299), 1, - anon_sym_return, + anon_sym_DQUOTE, ACTIONS(1301), 1, - anon_sym_BSLASH, + anon_sym_SQUOTE, + STATE(808), 1, + sym_type_subexpression, + STATE(1136), 1, + sym_subexpression_token, + STATE(1416), 1, + aux_sym_name_expression_repeat1, + STATE(1758), 1, + aux_sym_name_expression_repeat2, + STATE(2353), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(1289), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1293), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(517), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(794), 2, + sym_string_literal, + sym_char_literal, + STATE(809), 2, + sym_extended_name, + sym_literal, + STATE(1022), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(369), 3, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_SEMI, + ACTIONS(371), 15, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_match, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_operator, + [33212] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(475), 1, + anon_sym_RBRACE, ACTIONS(1303), 1, - anon_sym_DOLLAR, - ACTIONS(1305), 1, - sym_operator, - STATE(151), 1, - sym_name_superexpression, - STATE(430), 1, - sym_expression, - STATE(465), 1, - sym_scoped_statement, - STATE(580), 1, - sym_literal, - STATE(1165), 1, - sym_subexpression, - STATE(1288), 1, - aux_sym_name_superexpression_repeat1, - STATE(1602), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(591), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(463), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [33081] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(595), 1, - sym_name_identifier, - ACTIONS(599), 1, - sym_float_number_literal, - ACTIONS(601), 1, - sym_number_literal, - ACTIONS(603), 1, - anon_sym_DQUOTE, - ACTIONS(605), 1, - anon_sym_SQUOTE, - ACTIONS(1156), 1, anon_sym_LPAREN, - ACTIONS(1299), 1, - anon_sym_return, - ACTIONS(1301), 1, - anon_sym_BSLASH, - ACTIONS(1303), 1, - anon_sym_DOLLAR, - ACTIONS(1305), 1, - sym_operator, - STATE(151), 1, - sym_name_superexpression, - STATE(439), 1, - sym_expression, - STATE(465), 1, - sym_scoped_statement, - STATE(580), 1, - sym_literal, - STATE(1165), 1, - sym_subexpression, - STATE(1288), 1, - aux_sym_name_superexpression_repeat1, - STATE(1602), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(591), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(463), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [33177] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(595), 1, - sym_name_identifier, - ACTIONS(599), 1, - sym_float_number_literal, - ACTIONS(601), 1, - sym_number_literal, - ACTIONS(603), 1, - anon_sym_DQUOTE, - ACTIONS(605), 1, - anon_sym_SQUOTE, - ACTIONS(1156), 1, - anon_sym_LPAREN, - ACTIONS(1299), 1, - anon_sym_return, - ACTIONS(1301), 1, - anon_sym_BSLASH, - ACTIONS(1303), 1, - anon_sym_DOLLAR, - ACTIONS(1305), 1, - sym_operator, - STATE(151), 1, - sym_name_superexpression, - STATE(437), 1, - sym_expression, - STATE(465), 1, - sym_scoped_statement, - STATE(580), 1, - sym_literal, - STATE(1165), 1, - sym_subexpression, - STATE(1288), 1, - aux_sym_name_superexpression_repeat1, - STATE(1602), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(591), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(463), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [33273] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(595), 1, - sym_name_identifier, - ACTIONS(599), 1, - sym_float_number_literal, - ACTIONS(601), 1, - sym_number_literal, - ACTIONS(603), 1, - anon_sym_DQUOTE, - ACTIONS(605), 1, - anon_sym_SQUOTE, - ACTIONS(1156), 1, - anon_sym_LPAREN, - ACTIONS(1299), 1, - anon_sym_return, - ACTIONS(1301), 1, - anon_sym_BSLASH, - ACTIONS(1303), 1, - anon_sym_DOLLAR, - ACTIONS(1305), 1, - sym_operator, - STATE(151), 1, - sym_name_superexpression, - STATE(432), 1, - sym_expression, - STATE(465), 1, - sym_scoped_statement, - STATE(580), 1, - sym_literal, - STATE(1165), 1, - sym_subexpression, - STATE(1288), 1, - aux_sym_name_superexpression_repeat1, - STATE(1602), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(591), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(463), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [33369] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(89), 1, - anon_sym_return, - ACTIONS(91), 1, - anon_sym_BSLASH, - ACTIONS(93), 1, - anon_sym_DOLLAR, - ACTIONS(95), 1, - sym_name_identifier, - ACTIONS(97), 1, - sym_operator, - ACTIONS(99), 1, - sym_float_number_literal, - ACTIONS(101), 1, - sym_number_literal, - ACTIONS(103), 1, - anon_sym_DQUOTE, - ACTIONS(105), 1, - anon_sym_SQUOTE, - STATE(254), 1, - sym_name_superexpression, - STATE(439), 1, - sym_expression, - STATE(450), 1, - sym_scoped_statement, - STATE(832), 1, - sym_literal, - STATE(1232), 1, - sym_subexpression, - STATE(1265), 1, - aux_sym_name_superexpression_repeat1, - STATE(1629), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(833), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [33465] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(595), 1, - sym_name_identifier, - ACTIONS(599), 1, - sym_float_number_literal, - ACTIONS(601), 1, - sym_number_literal, - ACTIONS(603), 1, - anon_sym_DQUOTE, - ACTIONS(605), 1, - anon_sym_SQUOTE, - ACTIONS(1156), 1, - anon_sym_LPAREN, - ACTIONS(1299), 1, - anon_sym_return, - ACTIONS(1301), 1, - anon_sym_BSLASH, - ACTIONS(1303), 1, - anon_sym_DOLLAR, - ACTIONS(1305), 1, - sym_operator, - STATE(151), 1, - sym_name_superexpression, - STATE(433), 1, - sym_expression, - STATE(465), 1, - sym_scoped_statement, - STATE(580), 1, - sym_literal, - STATE(1165), 1, - sym_subexpression, - STATE(1288), 1, - aux_sym_name_superexpression_repeat1, - STATE(1602), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(591), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(463), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [33561] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(1000), 1, - anon_sym_return, - ACTIONS(1002), 1, - anon_sym_BSLASH, - ACTIONS(1004), 1, - anon_sym_DOLLAR, - ACTIONS(1006), 1, - sym_name_identifier, - ACTIONS(1008), 1, - sym_operator, - ACTIONS(1010), 1, - sym_float_number_literal, - ACTIONS(1012), 1, - sym_number_literal, - ACTIONS(1014), 1, - anon_sym_DQUOTE, - ACTIONS(1016), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1009), 1, - sym_name_superexpression, - STATE(1269), 1, - aux_sym_name_superexpression_repeat1, - STATE(1647), 1, - aux_sym_name_superexpression_repeat2, - STATE(1686), 1, - sym_literal, - STATE(2029), 1, - sym_subexpression, - STATE(2168), 1, - sym_expression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1646), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [33657] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(157), 1, - anon_sym_return, - ACTIONS(159), 1, - anon_sym_BSLASH, - ACTIONS(161), 1, - anon_sym_DOLLAR, - ACTIONS(163), 1, - sym_name_identifier, - ACTIONS(165), 1, - sym_operator, - ACTIONS(167), 1, - sym_float_number_literal, - ACTIONS(169), 1, - sym_number_literal, - ACTIONS(171), 1, - anon_sym_DQUOTE, - ACTIONS(173), 1, - anon_sym_SQUOTE, - STATE(425), 1, - sym_name_superexpression, - STATE(450), 1, - sym_scoped_statement, - STATE(629), 1, - sym_expression, - STATE(898), 1, - sym_literal, - STATE(1306), 1, - sym_subexpression, - STATE(1336), 1, - aux_sym_name_superexpression_repeat1, - STATE(1582), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(899), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [33753] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(1000), 1, - anon_sym_return, - ACTIONS(1002), 1, - anon_sym_BSLASH, - ACTIONS(1004), 1, - anon_sym_DOLLAR, - ACTIONS(1006), 1, - sym_name_identifier, - ACTIONS(1008), 1, - sym_operator, - ACTIONS(1010), 1, - sym_float_number_literal, - ACTIONS(1012), 1, - sym_number_literal, - ACTIONS(1014), 1, - anon_sym_DQUOTE, - ACTIONS(1016), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1009), 1, - sym_name_superexpression, - STATE(1269), 1, - aux_sym_name_superexpression_repeat1, - STATE(1647), 1, - aux_sym_name_superexpression_repeat2, - STATE(1686), 1, - sym_literal, - STATE(2029), 1, - sym_subexpression, - STATE(2195), 1, - sym_expression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1646), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [33849] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(157), 1, - anon_sym_return, - ACTIONS(159), 1, - anon_sym_BSLASH, - ACTIONS(161), 1, - anon_sym_DOLLAR, - ACTIONS(163), 1, - sym_name_identifier, - ACTIONS(165), 1, - sym_operator, - ACTIONS(167), 1, - sym_float_number_literal, - ACTIONS(169), 1, - sym_number_literal, - ACTIONS(171), 1, - anon_sym_DQUOTE, - ACTIONS(173), 1, - anon_sym_SQUOTE, - STATE(425), 1, - sym_name_superexpression, - STATE(450), 1, - sym_scoped_statement, - STATE(633), 1, - sym_expression, - STATE(898), 1, - sym_literal, - STATE(1306), 1, - sym_subexpression, - STATE(1336), 1, - aux_sym_name_superexpression_repeat1, - STATE(1582), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(899), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [33945] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(798), 1, - sym_name_identifier, - ACTIONS(802), 1, - sym_float_number_literal, - ACTIONS(804), 1, - sym_number_literal, - ACTIONS(806), 1, - anon_sym_DQUOTE, - ACTIONS(808), 1, - anon_sym_SQUOTE, - ACTIONS(937), 1, - anon_sym_LPAREN, - ACTIONS(939), 1, - anon_sym_return, - ACTIONS(941), 1, - anon_sym_BSLASH, - ACTIONS(943), 1, - anon_sym_DOLLAR, - ACTIONS(945), 1, - sym_operator, - STATE(170), 1, - sym_name_superexpression, - STATE(428), 1, - sym_expression, - STATE(460), 1, - sym_scoped_statement, - STATE(760), 1, - sym_literal, - STATE(1175), 1, - sym_subexpression, - STATE(1304), 1, - aux_sym_name_superexpression_repeat1, - STATE(1615), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(722), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(459), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [34041] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(157), 1, - anon_sym_return, - ACTIONS(159), 1, - anon_sym_BSLASH, - ACTIONS(161), 1, - anon_sym_DOLLAR, - ACTIONS(163), 1, - sym_name_identifier, - ACTIONS(165), 1, - sym_operator, - ACTIONS(167), 1, - sym_float_number_literal, - ACTIONS(169), 1, - sym_number_literal, - ACTIONS(171), 1, - anon_sym_DQUOTE, - ACTIONS(173), 1, - anon_sym_SQUOTE, - STATE(425), 1, - sym_name_superexpression, - STATE(433), 1, - sym_expression, - STATE(450), 1, - sym_scoped_statement, - STATE(898), 1, - sym_literal, - STATE(1306), 1, - sym_subexpression, - STATE(1336), 1, - aux_sym_name_superexpression_repeat1, - STATE(1582), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(899), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [34137] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(1097), 1, - anon_sym_LPAREN, - ACTIONS(1099), 1, - anon_sym_return, - ACTIONS(1101), 1, - anon_sym_BSLASH, - ACTIONS(1103), 1, - anon_sym_DOLLAR, - ACTIONS(1105), 1, - sym_name_identifier, - ACTIONS(1107), 1, - sym_operator, - ACTIONS(1109), 1, - sym_float_number_literal, - ACTIONS(1111), 1, - sym_number_literal, - ACTIONS(1113), 1, - anon_sym_DQUOTE, - ACTIONS(1115), 1, - anon_sym_SQUOTE, - STATE(418), 1, - sym_name_superexpression, - STATE(430), 1, - sym_expression, - STATE(477), 1, - sym_scoped_statement, - STATE(948), 1, - sym_literal, - STATE(1267), 1, - sym_subexpression, - STATE(1295), 1, - aux_sym_name_superexpression_repeat1, - STATE(1549), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(929), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(476), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [34233] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(157), 1, - anon_sym_return, - ACTIONS(159), 1, - anon_sym_BSLASH, - ACTIONS(161), 1, - anon_sym_DOLLAR, - ACTIONS(163), 1, - sym_name_identifier, - ACTIONS(165), 1, - sym_operator, - ACTIONS(167), 1, - sym_float_number_literal, - ACTIONS(169), 1, - sym_number_literal, - ACTIONS(171), 1, - anon_sym_DQUOTE, - ACTIONS(173), 1, - anon_sym_SQUOTE, - STATE(425), 1, - sym_name_superexpression, - STATE(430), 1, - sym_expression, - STATE(450), 1, - sym_scoped_statement, - STATE(898), 1, - sym_literal, - STATE(1306), 1, - sym_subexpression, - STATE(1336), 1, - aux_sym_name_superexpression_repeat1, - STATE(1582), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(899), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [34329] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(1097), 1, - anon_sym_LPAREN, - ACTIONS(1247), 1, - anon_sym_return, - ACTIONS(1249), 1, - anon_sym_BSLASH, - ACTIONS(1251), 1, - anon_sym_DOLLAR, - ACTIONS(1253), 1, - sym_name_identifier, - ACTIONS(1255), 1, - sym_operator, - ACTIONS(1257), 1, - sym_float_number_literal, - ACTIONS(1259), 1, - sym_number_literal, - ACTIONS(1261), 1, - anon_sym_DQUOTE, - ACTIONS(1263), 1, - anon_sym_SQUOTE, - STATE(351), 1, - sym_name_superexpression, - STATE(477), 1, - sym_scoped_statement, - STATE(501), 1, - sym_expression, - STATE(804), 1, - sym_literal, - STATE(1235), 1, - sym_subexpression, - STATE(1272), 1, - aux_sym_name_superexpression_repeat1, - STATE(1609), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(805), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(476), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [34425] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(679), 1, - sym_name_identifier, - ACTIONS(683), 1, - sym_float_number_literal, - ACTIONS(685), 1, - sym_number_literal, - ACTIONS(687), 1, - anon_sym_DQUOTE, - ACTIONS(689), 1, - anon_sym_SQUOTE, - ACTIONS(1156), 1, - anon_sym_LPAREN, - ACTIONS(1283), 1, - anon_sym_return, - ACTIONS(1285), 1, - anon_sym_BSLASH, - ACTIONS(1287), 1, - anon_sym_DOLLAR, - ACTIONS(1289), 1, - sym_operator, - STATE(160), 1, - sym_name_superexpression, - STATE(465), 1, - sym_scoped_statement, - STATE(662), 1, - sym_literal, - STATE(1202), 1, - sym_subexpression, - STATE(1224), 1, - sym_expression, - STATE(1316), 1, - aux_sym_name_superexpression_repeat1, - STATE(1696), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(679), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(463), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [34521] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(1097), 1, - anon_sym_LPAREN, - ACTIONS(1099), 1, - anon_sym_return, - ACTIONS(1101), 1, - anon_sym_BSLASH, - ACTIONS(1103), 1, - anon_sym_DOLLAR, - ACTIONS(1105), 1, - sym_name_identifier, - ACTIONS(1107), 1, - sym_operator, - ACTIONS(1109), 1, - sym_float_number_literal, - ACTIONS(1111), 1, - sym_number_literal, - ACTIONS(1113), 1, - anon_sym_DQUOTE, - ACTIONS(1115), 1, - anon_sym_SQUOTE, - STATE(418), 1, - sym_name_superexpression, - STATE(439), 1, - sym_expression, - STATE(477), 1, - sym_scoped_statement, - STATE(948), 1, - sym_literal, - STATE(1267), 1, - sym_subexpression, - STATE(1295), 1, - aux_sym_name_superexpression_repeat1, - STATE(1549), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(929), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(476), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [34617] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(1097), 1, - anon_sym_LPAREN, - ACTIONS(1099), 1, - anon_sym_return, - ACTIONS(1101), 1, - anon_sym_BSLASH, - ACTIONS(1103), 1, - anon_sym_DOLLAR, - ACTIONS(1105), 1, - sym_name_identifier, - ACTIONS(1107), 1, - sym_operator, - ACTIONS(1109), 1, - sym_float_number_literal, - ACTIONS(1111), 1, - sym_number_literal, - ACTIONS(1113), 1, - anon_sym_DQUOTE, - ACTIONS(1115), 1, - anon_sym_SQUOTE, - STATE(418), 1, - sym_name_superexpression, - STATE(437), 1, - sym_expression, - STATE(477), 1, - sym_scoped_statement, - STATE(948), 1, - sym_literal, - STATE(1267), 1, - sym_subexpression, - STATE(1295), 1, - aux_sym_name_superexpression_repeat1, - STATE(1549), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(929), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(476), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [34713] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(157), 1, - anon_sym_return, - ACTIONS(159), 1, - anon_sym_BSLASH, - ACTIONS(161), 1, - anon_sym_DOLLAR, - ACTIONS(163), 1, - sym_name_identifier, - ACTIONS(165), 1, - sym_operator, - ACTIONS(167), 1, - sym_float_number_literal, - ACTIONS(169), 1, - sym_number_literal, - ACTIONS(171), 1, - anon_sym_DQUOTE, - ACTIONS(173), 1, - anon_sym_SQUOTE, - STATE(425), 1, - sym_name_superexpression, - STATE(450), 1, - sym_scoped_statement, - STATE(642), 1, - sym_expression, - STATE(898), 1, - sym_literal, - STATE(1306), 1, - sym_subexpression, - STATE(1336), 1, - aux_sym_name_superexpression_repeat1, - STATE(1582), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(899), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [34809] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(1097), 1, - anon_sym_LPAREN, - ACTIONS(1099), 1, - anon_sym_return, - ACTIONS(1101), 1, - anon_sym_BSLASH, - ACTIONS(1103), 1, - anon_sym_DOLLAR, - ACTIONS(1105), 1, - sym_name_identifier, - ACTIONS(1107), 1, - sym_operator, - ACTIONS(1109), 1, - sym_float_number_literal, - ACTIONS(1111), 1, - sym_number_literal, - ACTIONS(1113), 1, - anon_sym_DQUOTE, - ACTIONS(1115), 1, - anon_sym_SQUOTE, - STATE(418), 1, - sym_name_superexpression, - STATE(432), 1, - sym_expression, - STATE(477), 1, - sym_scoped_statement, - STATE(948), 1, - sym_literal, - STATE(1267), 1, - sym_subexpression, - STATE(1295), 1, - aux_sym_name_superexpression_repeat1, - STATE(1549), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(929), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(476), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [34905] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(638), 1, - sym_expression, - STATE(1010), 1, - sym_name_superexpression, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2044), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [35001] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(937), 1, - anon_sym_LPAREN, - ACTIONS(1265), 1, - anon_sym_return, - ACTIONS(1267), 1, - anon_sym_BSLASH, - ACTIONS(1269), 1, - anon_sym_DOLLAR, - ACTIONS(1271), 1, - sym_name_identifier, - ACTIONS(1273), 1, - sym_operator, - ACTIONS(1275), 1, - sym_float_number_literal, - ACTIONS(1277), 1, - sym_number_literal, - ACTIONS(1279), 1, - anon_sym_DQUOTE, - ACTIONS(1281), 1, - anon_sym_SQUOTE, - STATE(433), 1, - sym_expression, - STATE(460), 1, - sym_scoped_statement, - STATE(841), 1, - sym_name_superexpression, - STATE(1331), 1, - aux_sym_name_superexpression_repeat1, - STATE(1342), 1, - sym_literal, - STATE(1656), 1, - aux_sym_name_superexpression_repeat2, - STATE(1894), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1379), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(459), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [35097] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(937), 1, - anon_sym_LPAREN, - ACTIONS(1265), 1, - anon_sym_return, - ACTIONS(1267), 1, - anon_sym_BSLASH, - ACTIONS(1269), 1, - anon_sym_DOLLAR, - ACTIONS(1271), 1, - sym_name_identifier, - ACTIONS(1273), 1, - sym_operator, - ACTIONS(1275), 1, - sym_float_number_literal, - ACTIONS(1277), 1, - sym_number_literal, - ACTIONS(1279), 1, - anon_sym_DQUOTE, - ACTIONS(1281), 1, - anon_sym_SQUOTE, - STATE(432), 1, - sym_expression, - STATE(460), 1, - sym_scoped_statement, - STATE(841), 1, - sym_name_superexpression, - STATE(1331), 1, - aux_sym_name_superexpression_repeat1, - STATE(1342), 1, - sym_literal, - STATE(1656), 1, - aux_sym_name_superexpression_repeat2, - STATE(1894), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1379), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(459), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [35193] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(1097), 1, - anon_sym_LPAREN, - ACTIONS(1307), 1, - anon_sym_return, ACTIONS(1309), 1, - anon_sym_BSLASH, - ACTIONS(1311), 1, - anon_sym_DOLLAR, - ACTIONS(1313), 1, sym_name_identifier, ACTIONS(1315), 1, - sym_operator, - ACTIONS(1317), 1, sym_float_number_literal, - ACTIONS(1319), 1, + ACTIONS(1318), 1, sym_number_literal, ACTIONS(1321), 1, anon_sym_DQUOTE, - ACTIONS(1323), 1, + ACTIONS(1324), 1, anon_sym_SQUOTE, - STATE(433), 1, - sym_expression, - STATE(477), 1, - sym_scoped_statement, - STATE(988), 1, - sym_name_superexpression, - STATE(1283), 1, - aux_sym_name_superexpression_repeat1, - STATE(1448), 1, - sym_literal, - STATE(1655), 1, - aux_sym_name_superexpression_repeat2, - STATE(1983), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, + STATE(814), 1, sym_type_subexpression, + STATE(1070), 1, + sym_subexpression_token, + STATE(1404), 1, + aux_sym_name_expression_repeat1, + STATE(1834), 1, + aux_sym_name_expression_repeat2, + STATE(2375), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, + ACTIONS(1306), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1312), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(1449), 2, + STATE(520), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(813), 2, + sym_extended_name, + sym_literal, + STATE(853), 2, sym_string_literal, sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(476), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [35289] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(123), 1, - anon_sym_return, - ACTIONS(125), 1, - anon_sym_BSLASH, - ACTIONS(127), 1, - anon_sym_DOLLAR, - ACTIONS(129), 1, - sym_name_identifier, - ACTIONS(131), 1, + STATE(1040), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(477), 17, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_elif, + anon_sym_else, sym_operator, - ACTIONS(133), 1, + [33302] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(1287), 1, + anon_sym_LPAREN, + ACTIONS(1291), 1, + sym_name_identifier, + ACTIONS(1295), 1, sym_float_number_literal, - ACTIONS(135), 1, + ACTIONS(1297), 1, sym_number_literal, - ACTIONS(137), 1, + ACTIONS(1299), 1, anon_sym_DQUOTE, - ACTIONS(139), 1, + ACTIONS(1301), 1, anon_sym_SQUOTE, - STATE(436), 1, - sym_name_superexpression, - STATE(450), 1, - sym_scoped_statement, - STATE(629), 1, - sym_expression, - STATE(971), 1, - sym_literal, - STATE(1284), 1, - aux_sym_name_superexpression_repeat1, - STATE(1366), 1, - sym_subexpression, - STATE(1630), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, + STATE(808), 1, sym_type_subexpression, + STATE(1136), 1, + sym_subexpression_token, + STATE(1416), 1, + aux_sym_name_expression_repeat1, + STATE(1758), 1, + aux_sym_name_expression_repeat2, + STATE(2353), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, + ACTIONS(1289), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1293), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(959), 2, + STATE(519), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(794), 2, sym_string_literal, sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [35385] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, + STATE(809), 2, + sym_extended_name, + sym_literal, + STATE(1022), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(513), 3, anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(735), 1, - sym_name_identifier, - ACTIONS(739), 1, - sym_float_number_literal, - ACTIONS(741), 1, - sym_number_literal, - ACTIONS(743), 1, - anon_sym_DQUOTE, - ACTIONS(745), 1, - anon_sym_SQUOTE, - ACTIONS(929), 1, + anon_sym_RBRACE, + anon_sym_SEMI, + ACTIONS(515), 15, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_match, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, anon_sym_return, - ACTIONS(931), 1, - anon_sym_BSLASH, - ACTIONS(933), 1, - anon_sym_DOLLAR, - ACTIONS(935), 1, - sym_operator, - STATE(175), 1, - sym_name_superexpression, - STATE(450), 1, - sym_scoped_statement, - STATE(484), 1, - sym_expression, - STATE(660), 1, - sym_literal, - STATE(1190), 1, - sym_subexpression, - STATE(1250), 1, - aux_sym_name_superexpression_repeat1, - STATE(1673), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, anon_sym_break, anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(687), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [35481] = 20, + sym_operator, + [33392] = 22, ACTIONS(3), 1, sym__line_comment, - ACTIONS(219), 1, - ts_builtin_sym_end, - ACTIONS(1325), 1, - anon_sym_LPAREN, - ACTIONS(1328), 1, + ACTIONS(369), 1, + anon_sym_RBRACE, + ACTIONS(911), 1, sym_name_identifier, - ACTIONS(1334), 1, + ACTIONS(915), 1, sym_float_number_literal, - ACTIONS(1337), 1, + ACTIONS(917), 1, sym_number_literal, - ACTIONS(1340), 1, + ACTIONS(919), 1, anon_sym_DQUOTE, - ACTIONS(1343), 1, + ACTIONS(921), 1, anon_sym_SQUOTE, - STATE(804), 1, - sym_literal, - STATE(809), 1, + ACTIONS(1327), 1, + anon_sym_LPAREN, + STATE(842), 1, sym_type_subexpression, - STATE(917), 1, + STATE(1031), 1, sym_subexpression_token, - STATE(1272), 1, - aux_sym_name_superexpression_repeat1, - STATE(1609), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, + STATE(1430), 1, + aux_sym_name_expression_repeat1, + STATE(1697), 1, + aux_sym_name_expression_repeat2, + STATE(2364), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, + ACTIONS(1329), 2, + anon_sym_TILDE, + anon_sym_AT, ACTIONS(1331), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(331), 2, + STATE(518), 2, sym_function_argument, aux_sym_function_call_expression_repeat1, - STATE(805), 2, + STATE(826), 2, sym_string_literal, sym_char_literal, - STATE(919), 2, + STATE(847), 2, + sym_extended_name, + sym_literal, + STATE(1131), 2, sym_scoped_statement, - sym_name_superexpression, - ACTIONS(217), 15, + sym_name_expression, + ACTIONS(371), 17, anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, anon_sym_use, + anon_sym_import, anon_sym_alias, + anon_sym_type, + anon_sym_let, anon_sym_decl, anon_sym_def, - anon_sym_type, anon_sym_struct, anon_sym_class, + anon_sym_basic, + anon_sym_abstract, anon_sym_typeclass, anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, sym_operator, - [35561] = 28, + [33482] = 22, ACTIONS(3), 1, sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(1097), 1, - anon_sym_LPAREN, - ACTIONS(1247), 1, - anon_sym_return, - ACTIONS(1249), 1, - anon_sym_BSLASH, - ACTIONS(1251), 1, - anon_sym_DOLLAR, - ACTIONS(1253), 1, + ACTIONS(513), 1, + anon_sym_RBRACE, + ACTIONS(911), 1, sym_name_identifier, - ACTIONS(1255), 1, - sym_operator, - ACTIONS(1257), 1, + ACTIONS(915), 1, sym_float_number_literal, - ACTIONS(1259), 1, + ACTIONS(917), 1, sym_number_literal, - ACTIONS(1261), 1, + ACTIONS(919), 1, anon_sym_DQUOTE, - ACTIONS(1263), 1, + ACTIONS(921), 1, anon_sym_SQUOTE, - STATE(351), 1, - sym_name_superexpression, - STATE(477), 1, - sym_scoped_statement, - STATE(499), 1, - sym_expression, - STATE(804), 1, - sym_literal, - STATE(1235), 1, - sym_subexpression, - STATE(1272), 1, - aux_sym_name_superexpression_repeat1, - STATE(1609), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, + ACTIONS(1327), 1, + anon_sym_LPAREN, + STATE(842), 1, sym_type_subexpression, + STATE(1031), 1, + sym_subexpression_token, + STATE(1430), 1, + aux_sym_name_expression_repeat1, + STATE(1697), 1, + aux_sym_name_expression_repeat2, + STATE(2364), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, + ACTIONS(1329), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1331), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(805), 2, + STATE(522), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(826), 2, sym_string_literal, sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(476), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [35657] = 28, + STATE(847), 2, + sym_extended_name, + sym_literal, + STATE(1131), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(515), 17, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_operator, + [33572] = 22, ACTIONS(3), 1, sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(1097), 1, - anon_sym_LPAREN, - ACTIONS(1307), 1, - anon_sym_return, - ACTIONS(1309), 1, - anon_sym_BSLASH, - ACTIONS(1311), 1, - anon_sym_DOLLAR, - ACTIONS(1313), 1, + ACTIONS(513), 1, + ts_builtin_sym_end, + ACTIONS(801), 1, sym_name_identifier, - ACTIONS(1315), 1, - sym_operator, - ACTIONS(1317), 1, + ACTIONS(805), 1, sym_float_number_literal, - ACTIONS(1319), 1, + ACTIONS(807), 1, sym_number_literal, - ACTIONS(1321), 1, + ACTIONS(809), 1, anon_sym_DQUOTE, - ACTIONS(1323), 1, + ACTIONS(811), 1, anon_sym_SQUOTE, - STATE(432), 1, - sym_expression, - STATE(477), 1, - sym_scoped_statement, - STATE(988), 1, - sym_name_superexpression, - STATE(1283), 1, - aux_sym_name_superexpression_repeat1, - STATE(1448), 1, - sym_literal, - STATE(1655), 1, - aux_sym_name_superexpression_repeat2, - STATE(1983), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, + ACTIONS(1155), 1, + anon_sym_LPAREN, + STATE(942), 1, sym_type_subexpression, + STATE(947), 1, + sym_subexpression_token, + STATE(1389), 1, + aux_sym_name_expression_repeat1, + STATE(1772), 1, + aux_sym_name_expression_repeat2, + STATE(2394), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, + ACTIONS(1157), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1159), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(1449), 2, + STATE(512), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(930), 2, sym_string_literal, sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(476), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [35753] = 28, + STATE(944), 2, + sym_extended_name, + sym_literal, + STATE(1047), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(515), 17, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_operator, + [33662] = 22, ACTIONS(3), 1, sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(937), 1, + ACTIONS(1333), 1, anon_sym_LPAREN, - ACTIONS(1265), 1, - anon_sym_return, - ACTIONS(1267), 1, - anon_sym_BSLASH, - ACTIONS(1269), 1, - anon_sym_DOLLAR, - ACTIONS(1271), 1, + ACTIONS(1339), 1, sym_name_identifier, - ACTIONS(1273), 1, - sym_operator, - ACTIONS(1275), 1, + ACTIONS(1345), 1, sym_float_number_literal, - ACTIONS(1277), 1, + ACTIONS(1348), 1, sym_number_literal, - ACTIONS(1279), 1, + ACTIONS(1351), 1, anon_sym_DQUOTE, - ACTIONS(1281), 1, + ACTIONS(1354), 1, anon_sym_SQUOTE, - STATE(437), 1, - sym_expression, - STATE(460), 1, - sym_scoped_statement, - STATE(841), 1, - sym_name_superexpression, - STATE(1331), 1, - aux_sym_name_superexpression_repeat1, - STATE(1342), 1, - sym_literal, - STATE(1656), 1, - aux_sym_name_superexpression_repeat2, - STATE(1894), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, + STATE(928), 1, sym_type_subexpression, + STATE(964), 1, + sym_subexpression_token, + STATE(1392), 1, + aux_sym_name_expression_repeat1, + STATE(1816), 1, + aux_sym_name_expression_repeat2, + STATE(2346), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1379), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(459), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [35849] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(1156), 1, - anon_sym_LPAREN, - ACTIONS(1182), 1, - anon_sym_return, - ACTIONS(1184), 1, - anon_sym_BSLASH, - ACTIONS(1186), 1, - anon_sym_DOLLAR, - ACTIONS(1188), 1, - sym_name_identifier, - ACTIONS(1190), 1, - sym_operator, - ACTIONS(1192), 1, - sym_float_number_literal, - ACTIONS(1194), 1, - sym_number_literal, - ACTIONS(1196), 1, - anon_sym_DQUOTE, - ACTIONS(1198), 1, - anon_sym_SQUOTE, - STATE(432), 1, - sym_expression, - STATE(465), 1, - sym_scoped_statement, - STATE(934), 1, - sym_name_superexpression, - STATE(1285), 1, - aux_sym_name_superexpression_repeat1, - STATE(1410), 1, - sym_literal, - STATE(1597), 1, - aux_sym_name_superexpression_repeat2, - STATE(1943), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1403), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(463), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [35945] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(157), 1, - anon_sym_return, - ACTIONS(159), 1, - anon_sym_BSLASH, - ACTIONS(161), 1, - anon_sym_DOLLAR, - ACTIONS(163), 1, - sym_name_identifier, - ACTIONS(165), 1, - sym_operator, - ACTIONS(167), 1, - sym_float_number_literal, - ACTIONS(169), 1, - sym_number_literal, - ACTIONS(171), 1, - anon_sym_DQUOTE, - ACTIONS(173), 1, - anon_sym_SQUOTE, - STATE(425), 1, - sym_name_superexpression, - STATE(428), 1, - sym_expression, - STATE(450), 1, - sym_scoped_statement, - STATE(898), 1, - sym_literal, - STATE(1306), 1, - sym_subexpression, - STATE(1336), 1, - aux_sym_name_superexpression_repeat1, - STATE(1582), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, + ACTIONS(1336), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1342), 2, sym_type_identifier, sym_abstract_type_identifier, + STATE(525), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, STATE(899), 2, sym_string_literal, sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [36041] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, + STATE(934), 2, + sym_extended_name, + sym_literal, + STATE(1035), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(475), 3, anon_sym_LBRACE, - ACTIONS(1097), 1, - anon_sym_LPAREN, - ACTIONS(1099), 1, - anon_sym_return, - ACTIONS(1101), 1, - anon_sym_BSLASH, - ACTIONS(1103), 1, - anon_sym_DOLLAR, - ACTIONS(1105), 1, - sym_name_identifier, - ACTIONS(1107), 1, - sym_operator, - ACTIONS(1109), 1, - sym_float_number_literal, - ACTIONS(1111), 1, - sym_number_literal, - ACTIONS(1113), 1, - anon_sym_DQUOTE, - ACTIONS(1115), 1, - anon_sym_SQUOTE, - STATE(418), 1, - sym_name_superexpression, - STATE(433), 1, - sym_expression, - STATE(477), 1, - sym_scoped_statement, - STATE(948), 1, - sym_literal, - STATE(1267), 1, - sym_subexpression, - STATE(1295), 1, - aux_sym_name_superexpression_repeat1, - STATE(1549), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(929), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(476), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [36137] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(157), 1, - anon_sym_return, - ACTIONS(159), 1, - anon_sym_BSLASH, - ACTIONS(161), 1, - anon_sym_DOLLAR, - ACTIONS(163), 1, - sym_name_identifier, - ACTIONS(165), 1, - sym_operator, - ACTIONS(167), 1, - sym_float_number_literal, - ACTIONS(169), 1, - sym_number_literal, - ACTIONS(171), 1, - anon_sym_DQUOTE, - ACTIONS(173), 1, - anon_sym_SQUOTE, - STATE(425), 1, - sym_name_superexpression, - STATE(450), 1, - sym_scoped_statement, - STATE(638), 1, - sym_expression, - STATE(898), 1, - sym_literal, - STATE(1306), 1, - sym_subexpression, - STATE(1336), 1, - aux_sym_name_superexpression_repeat1, - STATE(1582), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(899), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [36233] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(1018), 1, - anon_sym_return, - ACTIONS(1020), 1, - anon_sym_BSLASH, - ACTIONS(1022), 1, - anon_sym_DOLLAR, - ACTIONS(1024), 1, - sym_name_identifier, - ACTIONS(1026), 1, - sym_operator, - ACTIONS(1028), 1, - sym_float_number_literal, - ACTIONS(1030), 1, - sym_number_literal, - ACTIONS(1032), 1, - anon_sym_DQUOTE, - ACTIONS(1034), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(994), 1, - sym_name_superexpression, - STATE(1273), 1, - aux_sym_name_superexpression_repeat1, - STATE(1521), 1, - aux_sym_name_superexpression_repeat2, - STATE(1692), 1, - sym_literal, - STATE(2040), 1, - sym_subexpression, - STATE(2172), 1, - sym_expression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1691), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [36329] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(244), 1, - ts_builtin_sym_end, - ACTIONS(1253), 1, - sym_name_identifier, - ACTIONS(1257), 1, - sym_float_number_literal, - ACTIONS(1259), 1, - sym_number_literal, - ACTIONS(1261), 1, - anon_sym_DQUOTE, - ACTIONS(1263), 1, - anon_sym_SQUOTE, - ACTIONS(1346), 1, - anon_sym_LPAREN, - STATE(804), 1, - sym_literal, - STATE(809), 1, - sym_type_subexpression, - STATE(917), 1, - sym_subexpression_token, - STATE(1272), 1, - aux_sym_name_superexpression_repeat1, - STATE(1609), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1348), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(331), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(805), 2, - sym_string_literal, - sym_char_literal, - STATE(919), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(242), 15, - anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_SEMI, + ACTIONS(477), 15, anon_sym_const, anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, + anon_sym_AMP, anon_sym_PIPE, - sym_operator, - [36409] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(968), 1, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, anon_sym_return, - ACTIONS(970), 1, - anon_sym_BSLASH, - ACTIONS(972), 1, - anon_sym_DOLLAR, - ACTIONS(974), 1, - sym_name_identifier, - ACTIONS(976), 1, - sym_operator, - ACTIONS(978), 1, - sym_float_number_literal, - ACTIONS(980), 1, - sym_number_literal, - ACTIONS(982), 1, - anon_sym_DQUOTE, - ACTIONS(984), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(998), 1, - sym_name_superexpression, - STATE(1258), 1, - aux_sym_name_superexpression_repeat1, - STATE(1620), 1, - aux_sym_name_superexpression_repeat2, - STATE(1671), 1, - sym_literal, - STATE(2042), 1, - sym_subexpression, - STATE(2175), 1, - sym_expression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, anon_sym_break, anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1554), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [36505] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(937), 1, - anon_sym_LPAREN, - ACTIONS(1265), 1, - anon_sym_return, - ACTIONS(1267), 1, - anon_sym_BSLASH, - ACTIONS(1269), 1, - anon_sym_DOLLAR, - ACTIONS(1271), 1, - sym_name_identifier, - ACTIONS(1273), 1, sym_operator, - ACTIONS(1275), 1, - sym_float_number_literal, - ACTIONS(1277), 1, - sym_number_literal, - ACTIONS(1279), 1, - anon_sym_DQUOTE, - ACTIONS(1281), 1, - anon_sym_SQUOTE, - STATE(439), 1, - sym_expression, - STATE(460), 1, - sym_scoped_statement, - STATE(841), 1, - sym_name_superexpression, - STATE(1331), 1, - aux_sym_name_superexpression_repeat1, - STATE(1342), 1, - sym_literal, - STATE(1656), 1, - aux_sym_name_superexpression_repeat2, - STATE(1894), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1379), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(459), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [36601] = 28, + [33752] = 22, ACTIONS(3), 1, sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(123), 1, - anon_sym_return, - ACTIONS(125), 1, - anon_sym_BSLASH, - ACTIONS(127), 1, - anon_sym_DOLLAR, - ACTIONS(129), 1, + ACTIONS(779), 1, sym_name_identifier, - ACTIONS(131), 1, - sym_operator, - ACTIONS(133), 1, + ACTIONS(783), 1, sym_float_number_literal, - ACTIONS(135), 1, + ACTIONS(785), 1, sym_number_literal, - ACTIONS(137), 1, + ACTIONS(787), 1, anon_sym_DQUOTE, - ACTIONS(139), 1, + ACTIONS(789), 1, anon_sym_SQUOTE, - STATE(436), 1, - sym_name_superexpression, - STATE(450), 1, - sym_scoped_statement, - STATE(547), 1, - sym_expression, - STATE(971), 1, - sym_literal, - STATE(1284), 1, - aux_sym_name_superexpression_repeat1, - STATE(1366), 1, - sym_subexpression, - STATE(1630), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, + ACTIONS(1233), 1, + anon_sym_LPAREN, + STATE(864), 1, sym_type_subexpression, + STATE(999), 1, + sym_subexpression_token, + STATE(1414), 1, + aux_sym_name_expression_repeat1, + STATE(1811), 1, + aux_sym_name_expression_repeat2, + STATE(2324), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, + ACTIONS(1235), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1237), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(959), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [36697] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(1156), 1, - anon_sym_LPAREN, - ACTIONS(1182), 1, - anon_sym_return, - ACTIONS(1184), 1, - anon_sym_BSLASH, - ACTIONS(1186), 1, - anon_sym_DOLLAR, - ACTIONS(1188), 1, - sym_name_identifier, - ACTIONS(1190), 1, - sym_operator, - ACTIONS(1192), 1, - sym_float_number_literal, - ACTIONS(1194), 1, - sym_number_literal, - ACTIONS(1196), 1, - anon_sym_DQUOTE, - ACTIONS(1198), 1, - anon_sym_SQUOTE, - STATE(433), 1, - sym_expression, - STATE(465), 1, - sym_scoped_statement, - STATE(934), 1, - sym_name_superexpression, - STATE(1285), 1, - aux_sym_name_superexpression_repeat1, - STATE(1410), 1, - sym_literal, - STATE(1597), 1, - aux_sym_name_superexpression_repeat2, - STATE(1943), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1403), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(463), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [36793] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(1000), 1, - anon_sym_return, - ACTIONS(1002), 1, - anon_sym_BSLASH, - ACTIONS(1004), 1, - anon_sym_DOLLAR, - ACTIONS(1006), 1, - sym_name_identifier, - ACTIONS(1008), 1, - sym_operator, - ACTIONS(1010), 1, - sym_float_number_literal, - ACTIONS(1012), 1, - sym_number_literal, - ACTIONS(1014), 1, - anon_sym_DQUOTE, - ACTIONS(1016), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1009), 1, - sym_name_superexpression, - STATE(1269), 1, - aux_sym_name_superexpression_repeat1, - STATE(1647), 1, - aux_sym_name_superexpression_repeat2, - STATE(1686), 1, - sym_literal, - STATE(2029), 1, - sym_subexpression, - STATE(2176), 1, - sym_expression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1646), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [36889] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(1000), 1, - anon_sym_return, - ACTIONS(1002), 1, - anon_sym_BSLASH, - ACTIONS(1004), 1, - anon_sym_DOLLAR, - ACTIONS(1006), 1, - sym_name_identifier, - ACTIONS(1008), 1, - sym_operator, - ACTIONS(1010), 1, - sym_float_number_literal, - ACTIONS(1012), 1, - sym_number_literal, - ACTIONS(1014), 1, - anon_sym_DQUOTE, - ACTIONS(1016), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1009), 1, - sym_name_superexpression, - STATE(1269), 1, - aux_sym_name_superexpression_repeat1, - STATE(1647), 1, - aux_sym_name_superexpression_repeat2, - STATE(1686), 1, - sym_literal, - STATE(2029), 1, - sym_subexpression, - STATE(2188), 1, - sym_expression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1646), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [36985] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(1117), 1, - anon_sym_return, - ACTIONS(1119), 1, - anon_sym_BSLASH, - ACTIONS(1121), 1, - anon_sym_DOLLAR, - ACTIONS(1123), 1, - sym_name_identifier, - ACTIONS(1125), 1, - sym_operator, - ACTIONS(1127), 1, - sym_float_number_literal, - ACTIONS(1129), 1, - sym_number_literal, - ACTIONS(1131), 1, - anon_sym_DQUOTE, - ACTIONS(1133), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1003), 1, - sym_name_superexpression, - STATE(1302), 1, - aux_sym_name_superexpression_repeat1, - STATE(1618), 1, - sym_literal, - STATE(1622), 1, - aux_sym_name_superexpression_repeat2, - STATE(2030), 1, - sym_subexpression, - STATE(2177), 1, - sym_expression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1619), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [37081] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(89), 1, - anon_sym_return, - ACTIONS(91), 1, - anon_sym_BSLASH, - ACTIONS(93), 1, - anon_sym_DOLLAR, - ACTIONS(95), 1, - sym_name_identifier, - ACTIONS(97), 1, - sym_operator, - ACTIONS(99), 1, - sym_float_number_literal, - ACTIONS(101), 1, - sym_number_literal, - ACTIONS(103), 1, - anon_sym_DQUOTE, - ACTIONS(105), 1, - anon_sym_SQUOTE, - STATE(254), 1, - sym_name_superexpression, - STATE(430), 1, - sym_expression, - STATE(450), 1, - sym_scoped_statement, - STATE(832), 1, - sym_literal, - STATE(1232), 1, - sym_subexpression, - STATE(1265), 1, - aux_sym_name_superexpression_repeat1, - STATE(1629), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(833), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [37177] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(430), 1, - sym_expression, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2044), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [37273] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(123), 1, - anon_sym_return, - ACTIONS(125), 1, - anon_sym_BSLASH, - ACTIONS(127), 1, - anon_sym_DOLLAR, - ACTIONS(129), 1, - sym_name_identifier, - ACTIONS(131), 1, - sym_operator, - ACTIONS(133), 1, - sym_float_number_literal, - ACTIONS(135), 1, - sym_number_literal, - ACTIONS(137), 1, - anon_sym_DQUOTE, - ACTIONS(139), 1, - anon_sym_SQUOTE, - STATE(436), 1, - sym_name_superexpression, - STATE(450), 1, - sym_scoped_statement, - STATE(582), 1, - sym_expression, - STATE(971), 1, - sym_literal, - STATE(1284), 1, - aux_sym_name_superexpression_repeat1, - STATE(1366), 1, - sym_subexpression, - STATE(1630), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(959), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [37369] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(262), 1, - ts_builtin_sym_end, - ACTIONS(1253), 1, - sym_name_identifier, - ACTIONS(1257), 1, - sym_float_number_literal, - ACTIONS(1259), 1, - sym_number_literal, - ACTIONS(1261), 1, - anon_sym_DQUOTE, - ACTIONS(1263), 1, - anon_sym_SQUOTE, - ACTIONS(1346), 1, - anon_sym_LPAREN, - STATE(804), 1, - sym_literal, - STATE(809), 1, - sym_type_subexpression, - STATE(917), 1, - sym_subexpression_token, - STATE(1272), 1, - aux_sym_name_superexpression_repeat1, - STATE(1609), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1348), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(340), 2, + STATE(516), 2, sym_function_argument, aux_sym_function_call_expression_repeat1, - STATE(805), 2, + STATE(860), 2, + sym_extended_name, + sym_literal, + STATE(878), 2, sym_string_literal, sym_char_literal, - STATE(919), 2, + STATE(948), 2, sym_scoped_statement, - sym_name_superexpression, - ACTIONS(260), 15, - anon_sym_namespace, + sym_name_expression, + ACTIONS(513), 3, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_SEMI, + ACTIONS(515), 15, anon_sym_const, anon_sym_var, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_operator, + [33842] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(369), 1, + ts_builtin_sym_end, + ACTIONS(1357), 1, + anon_sym_LPAREN, + ACTIONS(1361), 1, + sym_name_identifier, + ACTIONS(1365), 1, + sym_float_number_literal, + ACTIONS(1367), 1, + sym_number_literal, + ACTIONS(1369), 1, + anon_sym_DQUOTE, + ACTIONS(1371), 1, + anon_sym_SQUOTE, + STATE(865), 1, + sym_type_subexpression, + STATE(996), 1, + sym_subexpression_token, + STATE(1390), 1, + aux_sym_name_expression_repeat1, + STATE(1825), 1, + aux_sym_name_expression_repeat2, + STATE(2356), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(1359), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1363), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(515), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(863), 2, + sym_extended_name, + sym_literal, + STATE(902), 2, + sym_string_literal, + sym_char_literal, + STATE(1051), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(371), 17, + anon_sym_namespace, anon_sym_partition, - anon_sym_import, anon_sym_use, + anon_sym_import, anon_sym_alias, + anon_sym_type, + anon_sym_let, anon_sym_decl, anon_sym_def, - anon_sym_type, anon_sym_struct, anon_sym_class, + anon_sym_basic, + anon_sym_abstract, anon_sym_typeclass, + anon_sym_AMP, anon_sym_PIPE, sym_operator, - [37449] = 28, + [33932] = 22, ACTIONS(3), 1, sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, + ACTIONS(369), 1, + anon_sym_RBRACE, + ACTIONS(1373), 1, anon_sym_LPAREN, - ACTIONS(1000), 1, - anon_sym_return, - ACTIONS(1002), 1, - anon_sym_BSLASH, - ACTIONS(1004), 1, - anon_sym_DOLLAR, - ACTIONS(1006), 1, + ACTIONS(1377), 1, sym_name_identifier, - ACTIONS(1008), 1, - sym_operator, - ACTIONS(1010), 1, + ACTIONS(1381), 1, sym_float_number_literal, - ACTIONS(1012), 1, + ACTIONS(1383), 1, sym_number_literal, - ACTIONS(1014), 1, + ACTIONS(1385), 1, anon_sym_DQUOTE, - ACTIONS(1016), 1, + ACTIONS(1387), 1, anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1009), 1, - sym_name_superexpression, - STATE(1269), 1, - aux_sym_name_superexpression_repeat1, - STATE(1647), 1, - aux_sym_name_superexpression_repeat2, - STATE(1686), 1, - sym_literal, - STATE(2029), 1, - sym_subexpression, - STATE(2180), 1, - sym_expression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, + STATE(814), 1, sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1646), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, + STATE(1070), 1, sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [37545] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(937), 1, - anon_sym_LPAREN, - ACTIONS(1265), 1, - anon_sym_return, - ACTIONS(1267), 1, - anon_sym_BSLASH, - ACTIONS(1269), 1, - anon_sym_DOLLAR, - ACTIONS(1271), 1, - sym_name_identifier, - ACTIONS(1273), 1, - sym_operator, - ACTIONS(1275), 1, - sym_float_number_literal, - ACTIONS(1277), 1, - sym_number_literal, - ACTIONS(1279), 1, - anon_sym_DQUOTE, - ACTIONS(1281), 1, - anon_sym_SQUOTE, - STATE(430), 1, - sym_expression, - STATE(460), 1, - sym_scoped_statement, - STATE(841), 1, - sym_name_superexpression, - STATE(1331), 1, - aux_sym_name_superexpression_repeat1, - STATE(1342), 1, - sym_literal, - STATE(1656), 1, - aux_sym_name_superexpression_repeat2, - STATE(1894), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, + STATE(1404), 1, + aux_sym_name_expression_repeat1, + STATE(1834), 1, + aux_sym_name_expression_repeat2, + STATE(2375), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1379), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(459), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [37641] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(735), 1, - sym_name_identifier, - ACTIONS(739), 1, - sym_float_number_literal, - ACTIONS(741), 1, - sym_number_literal, - ACTIONS(743), 1, - anon_sym_DQUOTE, - ACTIONS(745), 1, - anon_sym_SQUOTE, - ACTIONS(929), 1, - anon_sym_return, - ACTIONS(931), 1, - anon_sym_BSLASH, - ACTIONS(933), 1, - anon_sym_DOLLAR, - ACTIONS(935), 1, - sym_operator, - STATE(175), 1, - sym_name_superexpression, - STATE(430), 1, - sym_expression, - STATE(450), 1, - sym_scoped_statement, - STATE(660), 1, - sym_literal, - STATE(1190), 1, - sym_subexpression, - STATE(1250), 1, - aux_sym_name_superexpression_repeat1, - STATE(1673), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(687), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [37737] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(812), 1, - sym_name_identifier, - ACTIONS(816), 1, - sym_float_number_literal, - ACTIONS(818), 1, - sym_number_literal, - ACTIONS(820), 1, - anon_sym_DQUOTE, - ACTIONS(822), 1, - anon_sym_SQUOTE, - ACTIONS(1097), 1, - anon_sym_LPAREN, - ACTIONS(1291), 1, - anon_sym_return, - ACTIONS(1293), 1, - anon_sym_BSLASH, - ACTIONS(1295), 1, - anon_sym_DOLLAR, - ACTIONS(1297), 1, - sym_operator, - STATE(171), 1, - sym_name_superexpression, - STATE(477), 1, - sym_scoped_statement, - STATE(499), 1, - sym_expression, - STATE(753), 1, - sym_literal, - STATE(1191), 1, - sym_subexpression, - STATE(1310), 1, - aux_sym_name_superexpression_repeat1, - STATE(1657), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(729), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(476), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [37833] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(1097), 1, - anon_sym_LPAREN, - ACTIONS(1307), 1, - anon_sym_return, - ACTIONS(1309), 1, - anon_sym_BSLASH, - ACTIONS(1311), 1, - anon_sym_DOLLAR, - ACTIONS(1313), 1, - sym_name_identifier, - ACTIONS(1315), 1, - sym_operator, - ACTIONS(1317), 1, - sym_float_number_literal, - ACTIONS(1319), 1, - sym_number_literal, - ACTIONS(1321), 1, - anon_sym_DQUOTE, - ACTIONS(1323), 1, - anon_sym_SQUOTE, - STATE(437), 1, - sym_expression, - STATE(477), 1, - sym_scoped_statement, - STATE(988), 1, - sym_name_superexpression, - STATE(1283), 1, - aux_sym_name_superexpression_repeat1, - STATE(1448), 1, - sym_literal, - STATE(1655), 1, - aux_sym_name_superexpression_repeat2, - STATE(1983), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1449), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(476), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [37929] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(448), 1, - sym_name_identifier, - ACTIONS(452), 1, - sym_float_number_literal, - ACTIONS(454), 1, - sym_number_literal, - ACTIONS(456), 1, - anon_sym_DQUOTE, - ACTIONS(458), 1, - anon_sym_SQUOTE, - ACTIONS(1089), 1, - anon_sym_return, - ACTIONS(1091), 1, - anon_sym_BSLASH, - ACTIONS(1093), 1, - anon_sym_DOLLAR, - ACTIONS(1095), 1, - sym_operator, - STATE(146), 1, - sym_name_superexpression, - STATE(450), 1, - sym_scoped_statement, - STATE(484), 1, - sym_expression, - STATE(586), 1, - sym_literal, - STATE(1142), 1, - sym_subexpression, - STATE(1313), 1, - aux_sym_name_superexpression_repeat1, - STATE(1569), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(634), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [38025] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(642), 1, - sym_expression, - STATE(1010), 1, - sym_name_superexpression, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2044), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [38121] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(1000), 1, - anon_sym_return, - ACTIONS(1002), 1, - anon_sym_BSLASH, - ACTIONS(1004), 1, - anon_sym_DOLLAR, - ACTIONS(1006), 1, - sym_name_identifier, - ACTIONS(1008), 1, - sym_operator, - ACTIONS(1010), 1, - sym_float_number_literal, - ACTIONS(1012), 1, - sym_number_literal, - ACTIONS(1014), 1, - anon_sym_DQUOTE, - ACTIONS(1016), 1, - anon_sym_SQUOTE, - STATE(428), 1, - sym_expression, - STATE(450), 1, - sym_scoped_statement, - STATE(1009), 1, - sym_name_superexpression, - STATE(1269), 1, - aux_sym_name_superexpression_repeat1, - STATE(1647), 1, - aux_sym_name_superexpression_repeat2, - STATE(1686), 1, - sym_literal, - STATE(2029), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1646), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [38217] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(595), 1, - sym_name_identifier, - ACTIONS(599), 1, - sym_float_number_literal, - ACTIONS(601), 1, - sym_number_literal, - ACTIONS(603), 1, - anon_sym_DQUOTE, - ACTIONS(605), 1, - anon_sym_SQUOTE, - ACTIONS(1156), 1, - anon_sym_LPAREN, - ACTIONS(1299), 1, - anon_sym_return, - ACTIONS(1301), 1, - anon_sym_BSLASH, - ACTIONS(1303), 1, - anon_sym_DOLLAR, - ACTIONS(1305), 1, - sym_operator, - STATE(151), 1, - sym_name_superexpression, - STATE(465), 1, - sym_scoped_statement, - STATE(580), 1, - sym_literal, - STATE(1165), 1, - sym_subexpression, - STATE(1200), 1, - sym_expression, - STATE(1288), 1, - aux_sym_name_superexpression_repeat1, - STATE(1602), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(591), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(463), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [38313] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(1117), 1, - anon_sym_return, - ACTIONS(1119), 1, - anon_sym_BSLASH, - ACTIONS(1121), 1, - anon_sym_DOLLAR, - ACTIONS(1123), 1, - sym_name_identifier, - ACTIONS(1125), 1, - sym_operator, - ACTIONS(1127), 1, - sym_float_number_literal, - ACTIONS(1129), 1, - sym_number_literal, - ACTIONS(1131), 1, - anon_sym_DQUOTE, - ACTIONS(1133), 1, - anon_sym_SQUOTE, - STATE(433), 1, - sym_expression, - STATE(450), 1, - sym_scoped_statement, - STATE(1003), 1, - sym_name_superexpression, - STATE(1302), 1, - aux_sym_name_superexpression_repeat1, - STATE(1618), 1, - sym_literal, - STATE(1622), 1, - aux_sym_name_superexpression_repeat2, - STATE(2030), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1619), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [38409] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(812), 1, - sym_name_identifier, - ACTIONS(816), 1, - sym_float_number_literal, - ACTIONS(818), 1, - sym_number_literal, - ACTIONS(820), 1, - anon_sym_DQUOTE, - ACTIONS(822), 1, - anon_sym_SQUOTE, - ACTIONS(1097), 1, - anon_sym_LPAREN, - ACTIONS(1291), 1, - anon_sym_return, - ACTIONS(1293), 1, - anon_sym_BSLASH, - ACTIONS(1295), 1, - anon_sym_DOLLAR, - ACTIONS(1297), 1, - sym_operator, - STATE(171), 1, - sym_name_superexpression, - STATE(477), 1, - sym_scoped_statement, - STATE(501), 1, - sym_expression, - STATE(753), 1, - sym_literal, - STATE(1191), 1, - sym_subexpression, - STATE(1310), 1, - aux_sym_name_superexpression_repeat1, - STATE(1657), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(729), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(476), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [38505] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(633), 1, - sym_expression, - STATE(1010), 1, - sym_name_superexpression, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2044), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [38601] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(629), 1, - sym_expression, - STATE(1010), 1, - sym_name_superexpression, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2044), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [38697] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(812), 1, - sym_name_identifier, - ACTIONS(816), 1, - sym_float_number_literal, - ACTIONS(818), 1, - sym_number_literal, - ACTIONS(820), 1, - anon_sym_DQUOTE, - ACTIONS(822), 1, - anon_sym_SQUOTE, - ACTIONS(1097), 1, - anon_sym_LPAREN, - ACTIONS(1291), 1, - anon_sym_return, - ACTIONS(1293), 1, - anon_sym_BSLASH, - ACTIONS(1295), 1, - anon_sym_DOLLAR, - ACTIONS(1297), 1, - sym_operator, - STATE(171), 1, - sym_name_superexpression, - STATE(428), 1, - sym_expression, - STATE(477), 1, - sym_scoped_statement, - STATE(753), 1, - sym_literal, - STATE(1191), 1, - sym_subexpression, - STATE(1310), 1, - aux_sym_name_superexpression_repeat1, - STATE(1657), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(729), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(476), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [38793] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(280), 1, - sym_name_identifier, - ACTIONS(284), 1, - sym_float_number_literal, - ACTIONS(286), 1, - sym_number_literal, - ACTIONS(288), 1, - anon_sym_DQUOTE, - ACTIONS(290), 1, - anon_sym_SQUOTE, - ACTIONS(937), 1, - anon_sym_LPAREN, - ACTIONS(1174), 1, - anon_sym_return, - ACTIONS(1176), 1, - anon_sym_BSLASH, - ACTIONS(1178), 1, - anon_sym_DOLLAR, - ACTIONS(1180), 1, - sym_operator, - STATE(133), 1, - sym_name_superexpression, - STATE(460), 1, - sym_scoped_statement, - STATE(505), 1, - sym_literal, - STATE(1128), 1, - sym_subexpression, - STATE(1134), 1, - sym_expression, - STATE(1312), 1, - aux_sym_name_superexpression_repeat1, - STATE(1679), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, + ACTIONS(1375), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1379), 2, sym_type_identifier, sym_abstract_type_identifier, STATE(520), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(459), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [38889] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(1117), 1, - anon_sym_return, - ACTIONS(1119), 1, - anon_sym_BSLASH, - ACTIONS(1121), 1, - anon_sym_DOLLAR, - ACTIONS(1123), 1, - sym_name_identifier, - ACTIONS(1125), 1, - sym_operator, - ACTIONS(1127), 1, - sym_float_number_literal, - ACTIONS(1129), 1, - sym_number_literal, - ACTIONS(1131), 1, - anon_sym_DQUOTE, - ACTIONS(1133), 1, - anon_sym_SQUOTE, - STATE(432), 1, - sym_expression, - STATE(450), 1, - sym_scoped_statement, - STATE(1003), 1, - sym_name_superexpression, - STATE(1302), 1, - aux_sym_name_superexpression_repeat1, - STATE(1618), 1, - sym_literal, - STATE(1622), 1, - aux_sym_name_superexpression_repeat2, - STATE(2030), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1619), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [38985] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(1077), 1, - sym_name_identifier, - ACTIONS(1081), 1, - sym_float_number_literal, - ACTIONS(1083), 1, - sym_number_literal, - ACTIONS(1085), 1, - anon_sym_DQUOTE, - ACTIONS(1087), 1, - anon_sym_SQUOTE, - ACTIONS(1156), 1, - anon_sym_LPAREN, - ACTIONS(1158), 1, - anon_sym_return, - ACTIONS(1160), 1, - anon_sym_BSLASH, - ACTIONS(1162), 1, - anon_sym_DOLLAR, - ACTIONS(1164), 1, - sym_operator, - STATE(203), 1, - sym_name_superexpression, - STATE(428), 1, - sym_expression, - STATE(465), 1, - sym_scoped_statement, - STATE(879), 1, - sym_literal, - STATE(1227), 1, - sym_subexpression, - STATE(1261), 1, - aux_sym_name_superexpression_repeat1, - STATE(1588), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(848), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(463), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [39081] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(219), 1, - ts_builtin_sym_end, - ACTIONS(1350), 1, - anon_sym_LPAREN, - ACTIONS(1353), 1, - sym_name_identifier, - ACTIONS(1359), 1, - sym_float_number_literal, - ACTIONS(1362), 1, - sym_number_literal, - ACTIONS(1365), 1, - anon_sym_DQUOTE, - ACTIONS(1368), 1, - anon_sym_SQUOTE, - STATE(786), 1, - sym_literal, - STATE(792), 1, - sym_type_subexpression, - STATE(916), 1, - sym_subexpression_token, - STATE(1275), 1, - aux_sym_name_superexpression_repeat1, - STATE(1605), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1356), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(369), 2, sym_function_argument, aux_sym_function_call_expression_repeat1, - STATE(788), 2, + STATE(813), 2, + sym_extended_name, + sym_literal, + STATE(853), 2, sym_string_literal, sym_char_literal, - STATE(921), 2, + STATE(1040), 2, sym_scoped_statement, - sym_name_superexpression, - ACTIONS(217), 15, + sym_name_expression, + ACTIONS(371), 17, anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, anon_sym_use, + anon_sym_import, anon_sym_alias, + anon_sym_type, + anon_sym_let, anon_sym_decl, anon_sym_def, - anon_sym_type, anon_sym_struct, anon_sym_class, + anon_sym_basic, + anon_sym_abstract, anon_sym_typeclass, anon_sym_AMP, + anon_sym_elif, + anon_sym_else, sym_operator, - [39161] = 28, + [34022] = 22, ACTIONS(3), 1, sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(1097), 1, - anon_sym_LPAREN, - ACTIONS(1307), 1, - anon_sym_return, - ACTIONS(1309), 1, - anon_sym_BSLASH, - ACTIONS(1311), 1, - anon_sym_DOLLAR, - ACTIONS(1313), 1, - sym_name_identifier, - ACTIONS(1315), 1, - sym_operator, - ACTIONS(1317), 1, - sym_float_number_literal, - ACTIONS(1319), 1, - sym_number_literal, - ACTIONS(1321), 1, - anon_sym_DQUOTE, - ACTIONS(1323), 1, - anon_sym_SQUOTE, - STATE(439), 1, - sym_expression, - STATE(477), 1, - sym_scoped_statement, - STATE(988), 1, - sym_name_superexpression, - STATE(1283), 1, - aux_sym_name_superexpression_repeat1, - STATE(1448), 1, - sym_literal, - STATE(1655), 1, - aux_sym_name_superexpression_repeat2, - STATE(1983), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1449), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(476), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [39257] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(1097), 1, - anon_sym_LPAREN, - ACTIONS(1307), 1, - anon_sym_return, - ACTIONS(1309), 1, - anon_sym_BSLASH, - ACTIONS(1311), 1, - anon_sym_DOLLAR, - ACTIONS(1313), 1, - sym_name_identifier, - ACTIONS(1315), 1, - sym_operator, - ACTIONS(1317), 1, - sym_float_number_literal, - ACTIONS(1319), 1, - sym_number_literal, - ACTIONS(1321), 1, - anon_sym_DQUOTE, - ACTIONS(1323), 1, - anon_sym_SQUOTE, - STATE(430), 1, - sym_expression, - STATE(477), 1, - sym_scoped_statement, - STATE(988), 1, - sym_name_superexpression, - STATE(1283), 1, - aux_sym_name_superexpression_repeat1, - STATE(1448), 1, - sym_literal, - STATE(1655), 1, - aux_sym_name_superexpression_repeat2, - STATE(1983), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1449), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(476), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [39353] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(439), 1, - sym_expression, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2044), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [39449] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(1018), 1, - anon_sym_return, - ACTIONS(1020), 1, - anon_sym_BSLASH, - ACTIONS(1022), 1, - anon_sym_DOLLAR, - ACTIONS(1024), 1, - sym_name_identifier, - ACTIONS(1026), 1, - sym_operator, - ACTIONS(1028), 1, - sym_float_number_literal, - ACTIONS(1030), 1, - sym_number_literal, - ACTIONS(1032), 1, - anon_sym_DQUOTE, - ACTIONS(1034), 1, - anon_sym_SQUOTE, - STATE(433), 1, - sym_expression, - STATE(450), 1, - sym_scoped_statement, - STATE(994), 1, - sym_name_superexpression, - STATE(1273), 1, - aux_sym_name_superexpression_repeat1, - STATE(1521), 1, - aux_sym_name_superexpression_repeat2, - STATE(1692), 1, - sym_literal, - STATE(2040), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1691), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [39545] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(1117), 1, - anon_sym_return, - ACTIONS(1119), 1, - anon_sym_BSLASH, - ACTIONS(1121), 1, - anon_sym_DOLLAR, - ACTIONS(1123), 1, - sym_name_identifier, - ACTIONS(1125), 1, - sym_operator, - ACTIONS(1127), 1, - sym_float_number_literal, - ACTIONS(1129), 1, - sym_number_literal, - ACTIONS(1131), 1, - anon_sym_DQUOTE, - ACTIONS(1133), 1, - anon_sym_SQUOTE, - STATE(437), 1, - sym_expression, - STATE(450), 1, - sym_scoped_statement, - STATE(1003), 1, - sym_name_superexpression, - STATE(1302), 1, - aux_sym_name_superexpression_repeat1, - STATE(1618), 1, - sym_literal, - STATE(1622), 1, - aux_sym_name_superexpression_repeat2, - STATE(2030), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1619), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [39641] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(547), 1, - sym_expression, - STATE(1010), 1, - sym_name_superexpression, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2044), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [39737] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(582), 1, - sym_expression, - STATE(1010), 1, - sym_name_superexpression, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2044), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [39833] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(1097), 1, - anon_sym_LPAREN, - ACTIONS(1099), 1, - anon_sym_return, - ACTIONS(1101), 1, - anon_sym_BSLASH, - ACTIONS(1103), 1, - anon_sym_DOLLAR, - ACTIONS(1105), 1, - sym_name_identifier, - ACTIONS(1107), 1, - sym_operator, - ACTIONS(1109), 1, - sym_float_number_literal, - ACTIONS(1111), 1, - sym_number_literal, - ACTIONS(1113), 1, - anon_sym_DQUOTE, - ACTIONS(1115), 1, - anon_sym_SQUOTE, - STATE(418), 1, - sym_name_superexpression, - STATE(428), 1, - sym_expression, - STATE(477), 1, - sym_scoped_statement, - STATE(948), 1, - sym_literal, - STATE(1267), 1, - sym_subexpression, - STATE(1295), 1, - aux_sym_name_superexpression_repeat1, - STATE(1549), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(929), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(476), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [39929] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(1000), 1, - anon_sym_return, - ACTIONS(1002), 1, - anon_sym_BSLASH, - ACTIONS(1004), 1, - anon_sym_DOLLAR, - ACTIONS(1006), 1, - sym_name_identifier, - ACTIONS(1008), 1, - sym_operator, - ACTIONS(1010), 1, - sym_float_number_literal, - ACTIONS(1012), 1, - sym_number_literal, - ACTIONS(1014), 1, - anon_sym_DQUOTE, - ACTIONS(1016), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1009), 1, - sym_name_superexpression, - STATE(1269), 1, - aux_sym_name_superexpression_repeat1, - STATE(1647), 1, - aux_sym_name_superexpression_repeat2, - STATE(1686), 1, - sym_literal, - STATE(2029), 1, - sym_subexpression, - STATE(2200), 1, - sym_expression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1646), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [40025] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(1018), 1, - anon_sym_return, - ACTIONS(1020), 1, - anon_sym_BSLASH, - ACTIONS(1022), 1, - anon_sym_DOLLAR, - ACTIONS(1024), 1, - sym_name_identifier, - ACTIONS(1026), 1, - sym_operator, - ACTIONS(1028), 1, - sym_float_number_literal, - ACTIONS(1030), 1, - sym_number_literal, - ACTIONS(1032), 1, - anon_sym_DQUOTE, - ACTIONS(1034), 1, - anon_sym_SQUOTE, - STATE(432), 1, - sym_expression, - STATE(450), 1, - sym_scoped_statement, - STATE(994), 1, - sym_name_superexpression, - STATE(1273), 1, - aux_sym_name_superexpression_repeat1, - STATE(1521), 1, - aux_sym_name_superexpression_repeat2, - STATE(1692), 1, - sym_literal, - STATE(2040), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1691), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [40121] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(448), 1, - sym_name_identifier, - ACTIONS(452), 1, - sym_float_number_literal, - ACTIONS(454), 1, - sym_number_literal, - ACTIONS(456), 1, - anon_sym_DQUOTE, - ACTIONS(458), 1, - anon_sym_SQUOTE, - ACTIONS(1089), 1, - anon_sym_return, - ACTIONS(1091), 1, - anon_sym_BSLASH, - ACTIONS(1093), 1, - anon_sym_DOLLAR, - ACTIONS(1095), 1, - sym_operator, - STATE(146), 1, - sym_name_superexpression, - STATE(450), 1, - sym_scoped_statement, - STATE(586), 1, - sym_literal, - STATE(1142), 1, - sym_subexpression, - STATE(1153), 1, - sym_expression, - STATE(1313), 1, - aux_sym_name_superexpression_repeat1, - STATE(1569), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(634), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [40217] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(123), 1, - anon_sym_return, - ACTIONS(125), 1, - anon_sym_BSLASH, - ACTIONS(127), 1, - anon_sym_DOLLAR, - ACTIONS(129), 1, - sym_name_identifier, - ACTIONS(131), 1, - sym_operator, - ACTIONS(133), 1, - sym_float_number_literal, - ACTIONS(135), 1, - sym_number_literal, - ACTIONS(137), 1, - anon_sym_DQUOTE, - ACTIONS(139), 1, - anon_sym_SQUOTE, - STATE(436), 1, - sym_name_superexpression, - STATE(450), 1, - sym_scoped_statement, - STATE(638), 1, - sym_expression, - STATE(971), 1, - sym_literal, - STATE(1284), 1, - aux_sym_name_superexpression_repeat1, - STATE(1366), 1, - sym_subexpression, - STATE(1630), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(959), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [40313] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(1018), 1, - anon_sym_return, - ACTIONS(1020), 1, - anon_sym_BSLASH, - ACTIONS(1022), 1, - anon_sym_DOLLAR, - ACTIONS(1024), 1, - sym_name_identifier, - ACTIONS(1026), 1, - sym_operator, - ACTIONS(1028), 1, - sym_float_number_literal, - ACTIONS(1030), 1, - sym_number_literal, - ACTIONS(1032), 1, - anon_sym_DQUOTE, - ACTIONS(1034), 1, - anon_sym_SQUOTE, - STATE(437), 1, - sym_expression, - STATE(450), 1, - sym_scoped_statement, - STATE(994), 1, - sym_name_superexpression, - STATE(1273), 1, - aux_sym_name_superexpression_repeat1, - STATE(1521), 1, - aux_sym_name_superexpression_repeat2, - STATE(1692), 1, - sym_literal, - STATE(2040), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1691), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [40409] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(1156), 1, - anon_sym_LPAREN, - ACTIONS(1182), 1, - anon_sym_return, - ACTIONS(1184), 1, - anon_sym_BSLASH, - ACTIONS(1186), 1, - anon_sym_DOLLAR, - ACTIONS(1188), 1, - sym_name_identifier, - ACTIONS(1190), 1, - sym_operator, - ACTIONS(1192), 1, - sym_float_number_literal, - ACTIONS(1194), 1, - sym_number_literal, - ACTIONS(1196), 1, - anon_sym_DQUOTE, - ACTIONS(1198), 1, - anon_sym_SQUOTE, - STATE(428), 1, - sym_expression, - STATE(465), 1, - sym_scoped_statement, - STATE(934), 1, - sym_name_superexpression, - STATE(1285), 1, - aux_sym_name_superexpression_repeat1, - STATE(1410), 1, - sym_literal, - STATE(1597), 1, - aux_sym_name_superexpression_repeat2, - STATE(1943), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1403), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(463), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [40505] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(244), 1, + ACTIONS(475), 1, ts_builtin_sym_end, - ACTIONS(1371), 1, + ACTIONS(1389), 1, anon_sym_LPAREN, - ACTIONS(1373), 1, + ACTIONS(1395), 1, sym_name_identifier, - ACTIONS(1377), 1, + ACTIONS(1401), 1, sym_float_number_literal, - ACTIONS(1379), 1, + ACTIONS(1404), 1, sym_number_literal, - ACTIONS(1381), 1, + ACTIONS(1407), 1, anon_sym_DQUOTE, - ACTIONS(1383), 1, - anon_sym_SQUOTE, - STATE(786), 1, - sym_literal, - STATE(792), 1, - sym_type_subexpression, - STATE(916), 1, - sym_subexpression_token, - STATE(1275), 1, - aux_sym_name_superexpression_repeat1, - STATE(1605), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1375), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(369), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(788), 2, - sym_string_literal, - sym_char_literal, - STATE(921), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(242), 15, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - sym_operator, - [40585] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(1117), 1, - anon_sym_return, - ACTIONS(1119), 1, - anon_sym_BSLASH, - ACTIONS(1121), 1, - anon_sym_DOLLAR, - ACTIONS(1123), 1, - sym_name_identifier, - ACTIONS(1125), 1, - sym_operator, - ACTIONS(1127), 1, - sym_float_number_literal, - ACTIONS(1129), 1, - sym_number_literal, - ACTIONS(1131), 1, - anon_sym_DQUOTE, - ACTIONS(1133), 1, - anon_sym_SQUOTE, - STATE(439), 1, - sym_expression, - STATE(450), 1, - sym_scoped_statement, - STATE(1003), 1, - sym_name_superexpression, - STATE(1302), 1, - aux_sym_name_superexpression_repeat1, - STATE(1618), 1, - sym_literal, - STATE(1622), 1, - aux_sym_name_superexpression_repeat2, - STATE(2030), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1619), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [40681] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(1117), 1, - anon_sym_return, - ACTIONS(1119), 1, - anon_sym_BSLASH, - ACTIONS(1121), 1, - anon_sym_DOLLAR, - ACTIONS(1123), 1, - sym_name_identifier, - ACTIONS(1125), 1, - sym_operator, - ACTIONS(1127), 1, - sym_float_number_literal, - ACTIONS(1129), 1, - sym_number_literal, - ACTIONS(1131), 1, - anon_sym_DQUOTE, - ACTIONS(1133), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1003), 1, - sym_name_superexpression, - STATE(1302), 1, - aux_sym_name_superexpression_repeat1, - STATE(1618), 1, - sym_literal, - STATE(1622), 1, - aux_sym_name_superexpression_repeat2, - STATE(2030), 1, - sym_subexpression, - STATE(2162), 1, - sym_expression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1619), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [40777] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(1097), 1, - anon_sym_LPAREN, - ACTIONS(1307), 1, - anon_sym_return, - ACTIONS(1309), 1, - anon_sym_BSLASH, - ACTIONS(1311), 1, - anon_sym_DOLLAR, - ACTIONS(1313), 1, - sym_name_identifier, - ACTIONS(1315), 1, - sym_operator, - ACTIONS(1317), 1, - sym_float_number_literal, - ACTIONS(1319), 1, - sym_number_literal, - ACTIONS(1321), 1, - anon_sym_DQUOTE, - ACTIONS(1323), 1, - anon_sym_SQUOTE, - STATE(428), 1, - sym_expression, - STATE(477), 1, - sym_scoped_statement, - STATE(988), 1, - sym_name_superexpression, - STATE(1283), 1, - aux_sym_name_superexpression_repeat1, - STATE(1448), 1, - sym_literal, - STATE(1655), 1, - aux_sym_name_superexpression_repeat2, - STATE(1983), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1449), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(476), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [40873] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(1000), 1, - anon_sym_return, - ACTIONS(1002), 1, - anon_sym_BSLASH, - ACTIONS(1004), 1, - anon_sym_DOLLAR, - ACTIONS(1006), 1, - sym_name_identifier, - ACTIONS(1008), 1, - sym_operator, - ACTIONS(1010), 1, - sym_float_number_literal, - ACTIONS(1012), 1, - sym_number_literal, - ACTIONS(1014), 1, - anon_sym_DQUOTE, - ACTIONS(1016), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1009), 1, - sym_name_superexpression, - STATE(1269), 1, - aux_sym_name_superexpression_repeat1, - STATE(1647), 1, - aux_sym_name_superexpression_repeat2, - STATE(1686), 1, - sym_literal, - STATE(2029), 1, - sym_subexpression, - STATE(2163), 1, - sym_expression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1646), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [40969] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(1018), 1, - anon_sym_return, - ACTIONS(1020), 1, - anon_sym_BSLASH, - ACTIONS(1022), 1, - anon_sym_DOLLAR, - ACTIONS(1024), 1, - sym_name_identifier, - ACTIONS(1026), 1, - sym_operator, - ACTIONS(1028), 1, - sym_float_number_literal, - ACTIONS(1030), 1, - sym_number_literal, - ACTIONS(1032), 1, - anon_sym_DQUOTE, - ACTIONS(1034), 1, - anon_sym_SQUOTE, - STATE(439), 1, - sym_expression, - STATE(450), 1, - sym_scoped_statement, - STATE(994), 1, - sym_name_superexpression, - STATE(1273), 1, - aux_sym_name_superexpression_repeat1, - STATE(1521), 1, - aux_sym_name_superexpression_repeat2, - STATE(1692), 1, - sym_literal, - STATE(2040), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1691), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [41065] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(1077), 1, - sym_name_identifier, - ACTIONS(1081), 1, - sym_float_number_literal, - ACTIONS(1083), 1, - sym_number_literal, - ACTIONS(1085), 1, - anon_sym_DQUOTE, - ACTIONS(1087), 1, - anon_sym_SQUOTE, - ACTIONS(1156), 1, - anon_sym_LPAREN, - ACTIONS(1158), 1, - anon_sym_return, - ACTIONS(1160), 1, - anon_sym_BSLASH, - ACTIONS(1162), 1, - anon_sym_DOLLAR, - ACTIONS(1164), 1, - sym_operator, - STATE(203), 1, - sym_name_superexpression, - STATE(430), 1, - sym_expression, - STATE(465), 1, - sym_scoped_statement, - STATE(879), 1, - sym_literal, - STATE(1227), 1, - sym_subexpression, - STATE(1261), 1, - aux_sym_name_superexpression_repeat1, - STATE(1588), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(848), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(463), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [41161] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(89), 1, - anon_sym_return, - ACTIONS(91), 1, - anon_sym_BSLASH, - ACTIONS(93), 1, - anon_sym_DOLLAR, - ACTIONS(95), 1, - sym_name_identifier, - ACTIONS(97), 1, - sym_operator, - ACTIONS(99), 1, - sym_float_number_literal, - ACTIONS(101), 1, - sym_number_literal, - ACTIONS(103), 1, - anon_sym_DQUOTE, - ACTIONS(105), 1, - anon_sym_SQUOTE, - STATE(254), 1, - sym_name_superexpression, - STATE(450), 1, - sym_scoped_statement, - STATE(582), 1, - sym_expression, - STATE(832), 1, - sym_literal, - STATE(1232), 1, - sym_subexpression, - STATE(1265), 1, - aux_sym_name_superexpression_repeat1, - STATE(1629), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(833), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [41257] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(89), 1, - anon_sym_return, - ACTIONS(91), 1, - anon_sym_BSLASH, - ACTIONS(93), 1, - anon_sym_DOLLAR, - ACTIONS(95), 1, - sym_name_identifier, - ACTIONS(97), 1, - sym_operator, - ACTIONS(99), 1, - sym_float_number_literal, - ACTIONS(101), 1, - sym_number_literal, - ACTIONS(103), 1, - anon_sym_DQUOTE, - ACTIONS(105), 1, - anon_sym_SQUOTE, - STATE(254), 1, - sym_name_superexpression, - STATE(450), 1, - sym_scoped_statement, - STATE(547), 1, - sym_expression, - STATE(832), 1, - sym_literal, - STATE(1232), 1, - sym_subexpression, - STATE(1265), 1, - aux_sym_name_superexpression_repeat1, - STATE(1629), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(833), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [41353] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(437), 1, - sym_expression, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2044), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [41449] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(262), 1, - ts_builtin_sym_end, - ACTIONS(1371), 1, - anon_sym_LPAREN, - ACTIONS(1373), 1, - sym_name_identifier, - ACTIONS(1377), 1, - sym_float_number_literal, - ACTIONS(1379), 1, - sym_number_literal, - ACTIONS(1381), 1, - anon_sym_DQUOTE, - ACTIONS(1383), 1, - anon_sym_SQUOTE, - STATE(786), 1, - sym_literal, - STATE(792), 1, - sym_type_subexpression, - STATE(916), 1, - sym_subexpression_token, - STATE(1275), 1, - aux_sym_name_superexpression_repeat1, - STATE(1605), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1375), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(384), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(788), 2, - sym_string_literal, - sym_char_literal, - STATE(921), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(260), 15, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - sym_operator, - [41529] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(1117), 1, - anon_sym_return, - ACTIONS(1119), 1, - anon_sym_BSLASH, - ACTIONS(1121), 1, - anon_sym_DOLLAR, - ACTIONS(1123), 1, - sym_name_identifier, - ACTIONS(1125), 1, - sym_operator, - ACTIONS(1127), 1, - sym_float_number_literal, - ACTIONS(1129), 1, - sym_number_literal, - ACTIONS(1131), 1, - anon_sym_DQUOTE, - ACTIONS(1133), 1, - anon_sym_SQUOTE, - STATE(428), 1, - sym_expression, - STATE(450), 1, - sym_scoped_statement, - STATE(1003), 1, - sym_name_superexpression, - STATE(1302), 1, - aux_sym_name_superexpression_repeat1, - STATE(1618), 1, - sym_literal, - STATE(1622), 1, - aux_sym_name_superexpression_repeat2, - STATE(2030), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1619), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [41625] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(1000), 1, - anon_sym_return, - ACTIONS(1002), 1, - anon_sym_BSLASH, - ACTIONS(1004), 1, - anon_sym_DOLLAR, - ACTIONS(1006), 1, - sym_name_identifier, - ACTIONS(1008), 1, - sym_operator, - ACTIONS(1010), 1, - sym_float_number_literal, - ACTIONS(1012), 1, - sym_number_literal, - ACTIONS(1014), 1, - anon_sym_DQUOTE, - ACTIONS(1016), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1009), 1, - sym_name_superexpression, - STATE(1269), 1, - aux_sym_name_superexpression_repeat1, - STATE(1647), 1, - aux_sym_name_superexpression_repeat2, - STATE(1686), 1, - sym_literal, - STATE(2029), 1, - sym_subexpression, - STATE(2171), 1, - sym_expression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1646), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [41721] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(595), 1, - sym_name_identifier, - ACTIONS(599), 1, - sym_float_number_literal, - ACTIONS(601), 1, - sym_number_literal, - ACTIONS(603), 1, - anon_sym_DQUOTE, - ACTIONS(605), 1, - anon_sym_SQUOTE, - ACTIONS(1156), 1, - anon_sym_LPAREN, - ACTIONS(1299), 1, - anon_sym_return, - ACTIONS(1301), 1, - anon_sym_BSLASH, - ACTIONS(1303), 1, - anon_sym_DOLLAR, - ACTIONS(1305), 1, - sym_operator, - STATE(151), 1, - sym_name_superexpression, - STATE(428), 1, - sym_expression, - STATE(465), 1, - sym_scoped_statement, - STATE(580), 1, - sym_literal, - STATE(1165), 1, - sym_subexpression, - STATE(1288), 1, - aux_sym_name_superexpression_repeat1, - STATE(1602), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(591), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(463), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [41817] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(1117), 1, - anon_sym_return, - ACTIONS(1119), 1, - anon_sym_BSLASH, - ACTIONS(1121), 1, - anon_sym_DOLLAR, - ACTIONS(1123), 1, - sym_name_identifier, - ACTIONS(1125), 1, - sym_operator, - ACTIONS(1127), 1, - sym_float_number_literal, - ACTIONS(1129), 1, - sym_number_literal, - ACTIONS(1131), 1, - anon_sym_DQUOTE, - ACTIONS(1133), 1, - anon_sym_SQUOTE, - STATE(450), 1, - sym_scoped_statement, - STATE(1003), 1, - sym_name_superexpression, - STATE(1302), 1, - aux_sym_name_superexpression_repeat1, - STATE(1618), 1, - sym_literal, - STATE(1622), 1, - aux_sym_name_superexpression_repeat2, - STATE(2030), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2397), 1, - sym_expression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1619), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [41913] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(1117), 1, - anon_sym_return, - ACTIONS(1119), 1, - anon_sym_BSLASH, - ACTIONS(1121), 1, - anon_sym_DOLLAR, - ACTIONS(1123), 1, - sym_name_identifier, - ACTIONS(1125), 1, - sym_operator, - ACTIONS(1127), 1, - sym_float_number_literal, - ACTIONS(1129), 1, - sym_number_literal, - ACTIONS(1131), 1, - anon_sym_DQUOTE, - ACTIONS(1133), 1, - anon_sym_SQUOTE, - STATE(430), 1, - sym_expression, - STATE(450), 1, - sym_scoped_statement, - STATE(1003), 1, - sym_name_superexpression, - STATE(1302), 1, - aux_sym_name_superexpression_repeat1, - STATE(1618), 1, - sym_literal, - STATE(1622), 1, - aux_sym_name_superexpression_repeat2, - STATE(2030), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1619), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [42009] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(937), 1, - anon_sym_LPAREN, - ACTIONS(1265), 1, - anon_sym_return, - ACTIONS(1267), 1, - anon_sym_BSLASH, - ACTIONS(1269), 1, - anon_sym_DOLLAR, - ACTIONS(1271), 1, - sym_name_identifier, - ACTIONS(1273), 1, - sym_operator, - ACTIONS(1275), 1, - sym_float_number_literal, - ACTIONS(1277), 1, - sym_number_literal, - ACTIONS(1279), 1, - anon_sym_DQUOTE, - ACTIONS(1281), 1, - anon_sym_SQUOTE, - STATE(460), 1, - sym_scoped_statement, - STATE(841), 1, - sym_name_superexpression, - STATE(1331), 1, - aux_sym_name_superexpression_repeat1, - STATE(1342), 1, - sym_literal, - STATE(1656), 1, - aux_sym_name_superexpression_repeat2, - STATE(1894), 1, - sym_subexpression, - STATE(1955), 1, - sym_expression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1379), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(459), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [42105] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(1077), 1, - sym_name_identifier, - ACTIONS(1081), 1, - sym_float_number_literal, - ACTIONS(1083), 1, - sym_number_literal, - ACTIONS(1085), 1, - anon_sym_DQUOTE, - ACTIONS(1087), 1, - anon_sym_SQUOTE, - ACTIONS(1156), 1, - anon_sym_LPAREN, - ACTIONS(1158), 1, - anon_sym_return, - ACTIONS(1160), 1, - anon_sym_BSLASH, - ACTIONS(1162), 1, - anon_sym_DOLLAR, - ACTIONS(1164), 1, - sym_operator, - STATE(203), 1, - sym_name_superexpression, - STATE(433), 1, - sym_expression, - STATE(465), 1, - sym_scoped_statement, - STATE(879), 1, - sym_literal, - STATE(1227), 1, - sym_subexpression, - STATE(1261), 1, - aux_sym_name_superexpression_repeat1, - STATE(1588), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(848), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(463), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [42201] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(432), 1, - sym_expression, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2044), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [42297] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(1227), 1, - sym_name_identifier, - ACTIONS(1231), 1, - sym_float_number_literal, - ACTIONS(1233), 1, - sym_number_literal, - ACTIONS(1235), 1, - anon_sym_DQUOTE, - ACTIONS(1237), 1, - anon_sym_SQUOTE, - ACTIONS(1239), 1, - anon_sym_return, - ACTIONS(1241), 1, - anon_sym_BSLASH, - ACTIONS(1243), 1, - anon_sym_DOLLAR, - ACTIONS(1245), 1, - sym_operator, - STATE(258), 1, - sym_name_superexpression, - STATE(450), 1, - sym_scoped_statement, - STATE(857), 1, - sym_literal, - STATE(1243), 1, - sym_subexpression, - STATE(1244), 1, - sym_expression, - STATE(1328), 1, - aux_sym_name_superexpression_repeat1, - STATE(1560), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(877), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [42393] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(1018), 1, - anon_sym_return, - ACTIONS(1020), 1, - anon_sym_BSLASH, - ACTIONS(1022), 1, - anon_sym_DOLLAR, - ACTIONS(1024), 1, - sym_name_identifier, - ACTIONS(1026), 1, - sym_operator, - ACTIONS(1028), 1, - sym_float_number_literal, - ACTIONS(1030), 1, - sym_number_literal, - ACTIONS(1032), 1, - anon_sym_DQUOTE, - ACTIONS(1034), 1, - anon_sym_SQUOTE, - STATE(430), 1, - sym_expression, - STATE(450), 1, - sym_scoped_statement, - STATE(994), 1, - sym_name_superexpression, - STATE(1273), 1, - aux_sym_name_superexpression_repeat1, - STATE(1521), 1, - aux_sym_name_superexpression_repeat2, - STATE(1692), 1, - sym_literal, - STATE(2040), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1691), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [42489] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(1077), 1, - sym_name_identifier, - ACTIONS(1081), 1, - sym_float_number_literal, - ACTIONS(1083), 1, - sym_number_literal, - ACTIONS(1085), 1, - anon_sym_DQUOTE, - ACTIONS(1087), 1, - anon_sym_SQUOTE, - ACTIONS(1156), 1, - anon_sym_LPAREN, - ACTIONS(1158), 1, - anon_sym_return, - ACTIONS(1160), 1, - anon_sym_BSLASH, - ACTIONS(1162), 1, - anon_sym_DOLLAR, - ACTIONS(1164), 1, - sym_operator, - STATE(203), 1, - sym_name_superexpression, - STATE(432), 1, - sym_expression, - STATE(465), 1, - sym_scoped_statement, - STATE(879), 1, - sym_literal, - STATE(1227), 1, - sym_subexpression, - STATE(1261), 1, - aux_sym_name_superexpression_repeat1, - STATE(1588), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(848), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(463), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [42585] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(89), 1, - anon_sym_return, - ACTIONS(91), 1, - anon_sym_BSLASH, - ACTIONS(93), 1, - anon_sym_DOLLAR, - ACTIONS(95), 1, - sym_name_identifier, - ACTIONS(97), 1, - sym_operator, - ACTIONS(99), 1, - sym_float_number_literal, - ACTIONS(101), 1, - sym_number_literal, - ACTIONS(103), 1, - anon_sym_DQUOTE, - ACTIONS(105), 1, - anon_sym_SQUOTE, - STATE(254), 1, - sym_name_superexpression, - STATE(450), 1, - sym_scoped_statement, - STATE(629), 1, - sym_expression, - STATE(832), 1, - sym_literal, - STATE(1232), 1, - sym_subexpression, - STATE(1265), 1, - aux_sym_name_superexpression_repeat1, - STATE(1629), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(833), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [42681] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(89), 1, - anon_sym_return, - ACTIONS(91), 1, - anon_sym_BSLASH, - ACTIONS(93), 1, - anon_sym_DOLLAR, - ACTIONS(95), 1, - sym_name_identifier, - ACTIONS(97), 1, - sym_operator, - ACTIONS(99), 1, - sym_float_number_literal, - ACTIONS(101), 1, - sym_number_literal, - ACTIONS(103), 1, - anon_sym_DQUOTE, - ACTIONS(105), 1, - anon_sym_SQUOTE, - STATE(254), 1, - sym_name_superexpression, - STATE(450), 1, - sym_scoped_statement, - STATE(633), 1, - sym_expression, - STATE(832), 1, - sym_literal, - STATE(1232), 1, - sym_subexpression, - STATE(1265), 1, - aux_sym_name_superexpression_repeat1, - STATE(1629), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(833), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [42777] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(49), 1, - anon_sym_return, - ACTIONS(53), 1, - anon_sym_BSLASH, - ACTIONS(55), 1, - anon_sym_DOLLAR, - ACTIONS(57), 1, - sym_name_identifier, - ACTIONS(61), 1, - sym_operator, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - STATE(433), 1, - sym_expression, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2044), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [42873] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(1097), 1, - anon_sym_LPAREN, - ACTIONS(1307), 1, - anon_sym_return, - ACTIONS(1309), 1, - anon_sym_BSLASH, - ACTIONS(1311), 1, - anon_sym_DOLLAR, - ACTIONS(1313), 1, - sym_name_identifier, - ACTIONS(1315), 1, - sym_operator, - ACTIONS(1317), 1, - sym_float_number_literal, - ACTIONS(1319), 1, - sym_number_literal, - ACTIONS(1321), 1, - anon_sym_DQUOTE, - ACTIONS(1323), 1, - anon_sym_SQUOTE, - STATE(477), 1, - sym_scoped_statement, - STATE(501), 1, - sym_expression, - STATE(988), 1, - sym_name_superexpression, - STATE(1283), 1, - aux_sym_name_superexpression_repeat1, - STATE(1448), 1, - sym_literal, - STATE(1655), 1, - aux_sym_name_superexpression_repeat2, - STATE(1983), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1449), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(476), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [42969] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(1156), 1, - anon_sym_LPAREN, - ACTIONS(1182), 1, - anon_sym_return, - ACTIONS(1184), 1, - anon_sym_BSLASH, - ACTIONS(1186), 1, - anon_sym_DOLLAR, - ACTIONS(1188), 1, - sym_name_identifier, - ACTIONS(1190), 1, - sym_operator, - ACTIONS(1192), 1, - sym_float_number_literal, - ACTIONS(1194), 1, - sym_number_literal, - ACTIONS(1196), 1, - anon_sym_DQUOTE, - ACTIONS(1198), 1, - anon_sym_SQUOTE, - STATE(465), 1, - sym_scoped_statement, - STATE(934), 1, - sym_name_superexpression, - STATE(1285), 1, - aux_sym_name_superexpression_repeat1, - STATE(1410), 1, - sym_literal, - STATE(1597), 1, - aux_sym_name_superexpression_repeat2, - STATE(1943), 1, - sym_subexpression, - STATE(2017), 1, - sym_expression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1403), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(463), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [43065] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(89), 1, - anon_sym_return, - ACTIONS(91), 1, - anon_sym_BSLASH, - ACTIONS(93), 1, - anon_sym_DOLLAR, - ACTIONS(95), 1, - sym_name_identifier, - ACTIONS(97), 1, - sym_operator, - ACTIONS(99), 1, - sym_float_number_literal, - ACTIONS(101), 1, - sym_number_literal, - ACTIONS(103), 1, - anon_sym_DQUOTE, - ACTIONS(105), 1, - anon_sym_SQUOTE, - STATE(254), 1, - sym_name_superexpression, - STATE(450), 1, - sym_scoped_statement, - STATE(642), 1, - sym_expression, - STATE(832), 1, - sym_literal, - STATE(1232), 1, - sym_subexpression, - STATE(1265), 1, - aux_sym_name_superexpression_repeat1, - STATE(1629), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(833), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [43161] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(1000), 1, - anon_sym_return, - ACTIONS(1002), 1, - anon_sym_BSLASH, - ACTIONS(1004), 1, - anon_sym_DOLLAR, - ACTIONS(1006), 1, - sym_name_identifier, - ACTIONS(1008), 1, - sym_operator, - ACTIONS(1010), 1, - sym_float_number_literal, - ACTIONS(1012), 1, - sym_number_literal, - ACTIONS(1014), 1, - anon_sym_DQUOTE, - ACTIONS(1016), 1, - anon_sym_SQUOTE, - STATE(432), 1, - sym_expression, - STATE(450), 1, - sym_scoped_statement, - STATE(1009), 1, - sym_name_superexpression, - STATE(1269), 1, - aux_sym_name_superexpression_repeat1, - STATE(1647), 1, - aux_sym_name_superexpression_repeat2, - STATE(1686), 1, - sym_literal, - STATE(2029), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1646), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [43257] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(1097), 1, - anon_sym_LPAREN, - ACTIONS(1307), 1, - anon_sym_return, - ACTIONS(1309), 1, - anon_sym_BSLASH, - ACTIONS(1311), 1, - anon_sym_DOLLAR, - ACTIONS(1313), 1, - sym_name_identifier, - ACTIONS(1315), 1, - sym_operator, - ACTIONS(1317), 1, - sym_float_number_literal, - ACTIONS(1319), 1, - sym_number_literal, - ACTIONS(1321), 1, - anon_sym_DQUOTE, - ACTIONS(1323), 1, - anon_sym_SQUOTE, - STATE(477), 1, - sym_scoped_statement, - STATE(499), 1, - sym_expression, - STATE(988), 1, - sym_name_superexpression, - STATE(1283), 1, - aux_sym_name_superexpression_repeat1, - STATE(1448), 1, - sym_literal, - STATE(1655), 1, - aux_sym_name_superexpression_repeat2, - STATE(1983), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1449), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(476), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [43353] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(1077), 1, - sym_name_identifier, - ACTIONS(1081), 1, - sym_float_number_literal, - ACTIONS(1083), 1, - sym_number_literal, - ACTIONS(1085), 1, - anon_sym_DQUOTE, - ACTIONS(1087), 1, - anon_sym_SQUOTE, - ACTIONS(1156), 1, - anon_sym_LPAREN, - ACTIONS(1158), 1, - anon_sym_return, - ACTIONS(1160), 1, - anon_sym_BSLASH, - ACTIONS(1162), 1, - anon_sym_DOLLAR, - ACTIONS(1164), 1, - sym_operator, - STATE(203), 1, - sym_name_superexpression, - STATE(439), 1, - sym_expression, - STATE(465), 1, - sym_scoped_statement, - STATE(879), 1, - sym_literal, - STATE(1227), 1, - sym_subexpression, - STATE(1261), 1, - aux_sym_name_superexpression_repeat1, - STATE(1588), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(848), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(463), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [43449] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(1227), 1, - sym_name_identifier, - ACTIONS(1231), 1, - sym_float_number_literal, - ACTIONS(1233), 1, - sym_number_literal, - ACTIONS(1235), 1, - anon_sym_DQUOTE, - ACTIONS(1237), 1, - anon_sym_SQUOTE, - ACTIONS(1239), 1, - anon_sym_return, - ACTIONS(1241), 1, - anon_sym_BSLASH, - ACTIONS(1243), 1, - anon_sym_DOLLAR, - ACTIONS(1245), 1, - sym_operator, - STATE(258), 1, - sym_name_superexpression, - STATE(450), 1, - sym_scoped_statement, - STATE(484), 1, - sym_expression, - STATE(857), 1, - sym_literal, - STATE(1243), 1, - sym_subexpression, - STATE(1328), 1, - aux_sym_name_superexpression_repeat1, - STATE(1560), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(877), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [43545] = 28, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(1077), 1, - sym_name_identifier, - ACTIONS(1081), 1, - sym_float_number_literal, - ACTIONS(1083), 1, - sym_number_literal, - ACTIONS(1085), 1, - anon_sym_DQUOTE, - ACTIONS(1087), 1, - anon_sym_SQUOTE, - ACTIONS(1156), 1, - anon_sym_LPAREN, - ACTIONS(1158), 1, - anon_sym_return, - ACTIONS(1160), 1, - anon_sym_BSLASH, - ACTIONS(1162), 1, - anon_sym_DOLLAR, - ACTIONS(1164), 1, - sym_operator, - STATE(203), 1, - sym_name_superexpression, - STATE(437), 1, - sym_expression, - STATE(465), 1, - sym_scoped_statement, - STATE(879), 1, - sym_literal, - STATE(1227), 1, - sym_subexpression, - STATE(1261), 1, - aux_sym_name_superexpression_repeat1, - STATE(1588), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(51), 2, - anon_sym_break, - anon_sym_continue, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(848), 2, - sym_string_literal, - sym_char_literal, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(463), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - STATE(434), 4, - sym_prefixed_expression, - sym_unary_operator_expression, - sym_lambda_function, - sym_type_constructor, - [43641] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(219), 1, - anon_sym_RBRACE, - ACTIONS(1385), 1, - anon_sym_LPAREN, - ACTIONS(1388), 1, - sym_name_identifier, - ACTIONS(1394), 1, - sym_float_number_literal, - ACTIONS(1397), 1, - sym_number_literal, - ACTIONS(1400), 1, - anon_sym_DQUOTE, - ACTIONS(1403), 1, - anon_sym_SQUOTE, - STATE(940), 1, - sym_type_subexpression, - STATE(948), 1, - sym_literal, - STATE(986), 1, - sym_subexpression_token, - STATE(1295), 1, - aux_sym_name_superexpression_repeat1, - STATE(1549), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1391), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(417), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(929), 2, - sym_string_literal, - sym_char_literal, - STATE(974), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(217), 14, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - sym_operator, - [43720] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(262), 1, - anon_sym_RBRACE, - ACTIONS(1105), 1, - sym_name_identifier, - ACTIONS(1109), 1, - sym_float_number_literal, - ACTIONS(1111), 1, - sym_number_literal, - ACTIONS(1113), 1, - anon_sym_DQUOTE, - ACTIONS(1115), 1, - anon_sym_SQUOTE, - ACTIONS(1406), 1, - anon_sym_LPAREN, - STATE(940), 1, - sym_type_subexpression, - STATE(948), 1, - sym_literal, - STATE(986), 1, - sym_subexpression_token, - STATE(1295), 1, - aux_sym_name_superexpression_repeat1, - STATE(1549), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1408), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(419), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(929), 2, - sym_string_literal, - sym_char_literal, - STATE(974), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(260), 14, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - sym_operator, - [43799] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(244), 1, - anon_sym_RBRACE, - ACTIONS(1105), 1, - sym_name_identifier, - ACTIONS(1109), 1, - sym_float_number_literal, - ACTIONS(1111), 1, - sym_number_literal, - ACTIONS(1113), 1, - anon_sym_DQUOTE, - ACTIONS(1115), 1, - anon_sym_SQUOTE, - ACTIONS(1406), 1, - anon_sym_LPAREN, - STATE(940), 1, - sym_type_subexpression, - STATE(948), 1, - sym_literal, - STATE(986), 1, - sym_subexpression_token, - STATE(1295), 1, - aux_sym_name_superexpression_repeat1, - STATE(1549), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1408), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(417), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(929), 2, - sym_string_literal, - sym_char_literal, - STATE(974), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(242), 14, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - sym_operator, - [43878] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(219), 1, - ts_builtin_sym_end, ACTIONS(1410), 1, - anon_sym_LPAREN, - ACTIONS(1413), 1, - sym_name_identifier, - ACTIONS(1419), 1, - sym_float_number_literal, - ACTIONS(1422), 1, - sym_number_literal, - ACTIONS(1425), 1, - anon_sym_DQUOTE, - ACTIONS(1428), 1, anon_sym_SQUOTE, - STATE(898), 1, - sym_literal, - STATE(904), 1, + STATE(802), 1, sym_type_subexpression, - STATE(957), 1, + STATE(960), 1, sym_subexpression_token, - STATE(1336), 1, - aux_sym_name_superexpression_repeat1, - STATE(1582), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, + STATE(1446), 1, + aux_sym_name_expression_repeat1, + STATE(1688), 1, + aux_sym_name_expression_repeat2, + STATE(2372), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(1416), 2, + ACTIONS(1392), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1398), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(420), 2, + STATE(529), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(907), 2, + sym_string_literal, + sym_char_literal, + STATE(935), 2, + sym_extended_name, + sym_literal, + STATE(1151), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(477), 17, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_elif, + anon_sym_else, + sym_operator, + [34112] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(369), 1, + ts_builtin_sym_end, + ACTIONS(867), 1, + sym_name_identifier, + ACTIONS(871), 1, + sym_float_number_literal, + ACTIONS(873), 1, + sym_number_literal, + ACTIONS(875), 1, + anon_sym_DQUOTE, + ACTIONS(877), 1, + anon_sym_SQUOTE, + ACTIONS(1413), 1, + anon_sym_LPAREN, + STATE(802), 1, + sym_type_subexpression, + STATE(960), 1, + sym_subexpression_token, + STATE(1446), 1, + aux_sym_name_expression_repeat1, + STATE(1688), 1, + aux_sym_name_expression_repeat2, + STATE(2372), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(1415), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1417), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(529), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(907), 2, + sym_string_literal, + sym_char_literal, + STATE(935), 2, + sym_extended_name, + sym_literal, + STATE(1151), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(371), 17, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_elif, + anon_sym_else, + sym_operator, + [34202] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(513), 1, + ts_builtin_sym_end, + ACTIONS(1357), 1, + anon_sym_LPAREN, + ACTIONS(1361), 1, + sym_name_identifier, + ACTIONS(1365), 1, + sym_float_number_literal, + ACTIONS(1367), 1, + sym_number_literal, + ACTIONS(1369), 1, + anon_sym_DQUOTE, + ACTIONS(1371), 1, + anon_sym_SQUOTE, + STATE(865), 1, + sym_type_subexpression, + STATE(996), 1, + sym_subexpression_token, + STATE(1390), 1, + aux_sym_name_expression_repeat1, + STATE(1825), 1, + aux_sym_name_expression_repeat2, + STATE(2356), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(1359), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1363), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(527), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(863), 2, + sym_extended_name, + sym_literal, + STATE(902), 2, + sym_string_literal, + sym_char_literal, + STATE(1051), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(515), 17, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + sym_operator, + [34292] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(1419), 1, + anon_sym_LPAREN, + ACTIONS(1423), 1, + sym_name_identifier, + ACTIONS(1427), 1, + sym_float_number_literal, + ACTIONS(1429), 1, + sym_number_literal, + ACTIONS(1431), 1, + anon_sym_DQUOTE, + ACTIONS(1433), 1, + anon_sym_SQUOTE, + STATE(928), 1, + sym_type_subexpression, + STATE(964), 1, + sym_subexpression_token, + STATE(1392), 1, + aux_sym_name_expression_repeat1, + STATE(1816), 1, + aux_sym_name_expression_repeat2, + STATE(2346), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(1421), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1425), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(525), 2, sym_function_argument, aux_sym_function_call_expression_repeat1, STATE(899), 2, sym_string_literal, sym_char_literal, - STATE(969), 2, + STATE(934), 2, + sym_extended_name, + sym_literal, + STATE(1035), 2, sym_scoped_statement, - sym_name_superexpression, - ACTIONS(217), 14, - anon_sym_namespace, + sym_name_expression, + ACTIONS(369), 3, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_SEMI, + ACTIONS(371), 15, anon_sym_const, anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, sym_operator, - [43957] = 20, + [34382] = 22, ACTIONS(3), 1, sym__line_comment, - ACTIONS(219), 1, - anon_sym_RBRACE, - ACTIONS(1431), 1, - anon_sym_LPAREN, - ACTIONS(1434), 1, + ACTIONS(513), 1, + ts_builtin_sym_end, + ACTIONS(867), 1, sym_name_identifier, - ACTIONS(1440), 1, + ACTIONS(871), 1, sym_float_number_literal, - ACTIONS(1443), 1, + ACTIONS(873), 1, sym_number_literal, - ACTIONS(1446), 1, + ACTIONS(875), 1, + anon_sym_DQUOTE, + ACTIONS(877), 1, + anon_sym_SQUOTE, + ACTIONS(1413), 1, + anon_sym_LPAREN, + STATE(802), 1, + sym_type_subexpression, + STATE(960), 1, + sym_subexpression_token, + STATE(1446), 1, + aux_sym_name_expression_repeat1, + STATE(1688), 1, + aux_sym_name_expression_repeat2, + STATE(2372), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(1415), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1417), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(530), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(907), 2, + sym_string_literal, + sym_char_literal, + STATE(935), 2, + sym_extended_name, + sym_literal, + STATE(1151), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(515), 17, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_elif, + anon_sym_else, + sym_operator, + [34472] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(513), 1, + anon_sym_RBRACE, + ACTIONS(1373), 1, + anon_sym_LPAREN, + ACTIONS(1377), 1, + sym_name_identifier, + ACTIONS(1381), 1, + sym_float_number_literal, + ACTIONS(1383), 1, + sym_number_literal, + ACTIONS(1385), 1, + anon_sym_DQUOTE, + ACTIONS(1387), 1, + anon_sym_SQUOTE, + STATE(814), 1, + sym_type_subexpression, + STATE(1070), 1, + sym_subexpression_token, + STATE(1404), 1, + aux_sym_name_expression_repeat1, + STATE(1834), 1, + aux_sym_name_expression_repeat2, + STATE(2375), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(1375), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1379), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(528), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(813), 2, + sym_extended_name, + sym_literal, + STATE(853), 2, + sym_string_literal, + sym_char_literal, + STATE(1040), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(515), 17, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_elif, + anon_sym_else, + sym_operator, + [34562] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(513), 1, + anon_sym_RBRACE, + ACTIONS(1435), 1, + anon_sym_LPAREN, + ACTIONS(1439), 1, + sym_name_identifier, + ACTIONS(1443), 1, + sym_float_number_literal, + ACTIONS(1445), 1, + sym_number_literal, + ACTIONS(1447), 1, anon_sym_DQUOTE, ACTIONS(1449), 1, anon_sym_SQUOTE, - STATE(941), 1, - sym_literal, - STATE(942), 1, + STATE(833), 1, sym_type_subexpression, - STATE(980), 1, + STATE(1042), 1, sym_subexpression_token, - STATE(1294), 1, - aux_sym_name_superexpression_repeat1, - STATE(1530), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, + STATE(1422), 1, + aux_sym_name_expression_repeat1, + STATE(1803), 1, + aux_sym_name_expression_repeat2, + STATE(2330), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, ACTIONS(1437), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1441), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(421), 2, + STATE(536), 2, sym_function_argument, aux_sym_function_call_expression_repeat1, - STATE(947), 2, + STATE(807), 2, sym_string_literal, sym_char_literal, - STATE(987), 2, + STATE(835), 2, + sym_extended_name, + sym_literal, + STATE(1025), 2, sym_scoped_statement, - sym_name_superexpression, - ACTIONS(217), 14, + sym_name_expression, + ACTIONS(515), 17, anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, anon_sym_use, + anon_sym_import, anon_sym_alias, + anon_sym_type, + anon_sym_let, anon_sym_decl, anon_sym_def, - anon_sym_type, anon_sym_struct, anon_sym_class, + anon_sym_basic, + anon_sym_abstract, anon_sym_typeclass, anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, sym_operator, - [44036] = 20, + [34652] = 22, ACTIONS(3), 1, sym__line_comment, - ACTIONS(244), 1, + ACTIONS(369), 1, anon_sym_RBRACE, - ACTIONS(1452), 1, + ACTIONS(1435), 1, anon_sym_LPAREN, - ACTIONS(1454), 1, + ACTIONS(1439), 1, sym_name_identifier, - ACTIONS(1458), 1, + ACTIONS(1443), 1, sym_float_number_literal, - ACTIONS(1460), 1, + ACTIONS(1445), 1, sym_number_literal, - ACTIONS(1462), 1, + ACTIONS(1447), 1, anon_sym_DQUOTE, - ACTIONS(1464), 1, + ACTIONS(1449), 1, anon_sym_SQUOTE, - STATE(941), 1, - sym_literal, - STATE(942), 1, + STATE(833), 1, sym_type_subexpression, - STATE(980), 1, + STATE(1042), 1, sym_subexpression_token, - STATE(1294), 1, - aux_sym_name_superexpression_repeat1, - STATE(1530), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, + STATE(1422), 1, + aux_sym_name_expression_repeat1, + STATE(1803), 1, + aux_sym_name_expression_repeat2, + STATE(2330), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(1456), 2, + ACTIONS(1437), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1441), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(421), 2, + STATE(538), 2, sym_function_argument, aux_sym_function_call_expression_repeat1, - STATE(947), 2, + STATE(807), 2, sym_string_literal, sym_char_literal, - STATE(987), 2, + STATE(835), 2, + sym_extended_name, + sym_literal, + STATE(1025), 2, sym_scoped_statement, - sym_name_superexpression, - ACTIONS(242), 14, + sym_name_expression, + ACTIONS(371), 17, anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, anon_sym_use, + anon_sym_import, anon_sym_alias, + anon_sym_type, + anon_sym_let, anon_sym_decl, anon_sym_def, - anon_sym_type, anon_sym_struct, anon_sym_class, + anon_sym_basic, + anon_sym_abstract, anon_sym_typeclass, anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, sym_operator, - [44115] = 20, + [34742] = 22, ACTIONS(3), 1, sym__line_comment, - ACTIONS(262), 1, - anon_sym_RBRACE, - ACTIONS(1452), 1, + ACTIONS(1419), 1, anon_sym_LPAREN, - ACTIONS(1454), 1, + ACTIONS(1423), 1, sym_name_identifier, - ACTIONS(1458), 1, + ACTIONS(1427), 1, sym_float_number_literal, - ACTIONS(1460), 1, + ACTIONS(1429), 1, sym_number_literal, - ACTIONS(1462), 1, + ACTIONS(1431), 1, anon_sym_DQUOTE, - ACTIONS(1464), 1, + ACTIONS(1433), 1, anon_sym_SQUOTE, - STATE(941), 1, - sym_literal, - STATE(942), 1, + STATE(928), 1, sym_type_subexpression, - STATE(980), 1, + STATE(964), 1, sym_subexpression_token, - STATE(1294), 1, - aux_sym_name_superexpression_repeat1, - STATE(1530), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, + STATE(1392), 1, + aux_sym_name_expression_repeat1, + STATE(1816), 1, + aux_sym_name_expression_repeat2, + STATE(2346), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(1456), 2, + ACTIONS(1421), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1425), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(422), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(947), 2, - sym_string_literal, - sym_char_literal, - STATE(987), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(260), 14, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - sym_operator, - [44194] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(163), 1, - sym_name_identifier, - ACTIONS(167), 1, - sym_float_number_literal, - ACTIONS(169), 1, - sym_number_literal, - ACTIONS(171), 1, - anon_sym_DQUOTE, - ACTIONS(173), 1, - anon_sym_SQUOTE, - ACTIONS(244), 1, - ts_builtin_sym_end, - ACTIONS(1466), 1, - anon_sym_LPAREN, - STATE(898), 1, - sym_literal, - STATE(904), 1, - sym_type_subexpression, - STATE(957), 1, - sym_subexpression_token, - STATE(1336), 1, - aux_sym_name_superexpression_repeat1, - STATE(1582), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1468), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(420), 2, + STATE(532), 2, sym_function_argument, aux_sym_function_call_expression_repeat1, STATE(899), 2, sym_string_literal, sym_char_literal, - STATE(969), 2, + STATE(934), 2, + sym_extended_name, + sym_literal, + STATE(1035), 2, sym_scoped_statement, - sym_name_superexpression, - ACTIONS(242), 14, - anon_sym_namespace, + sym_name_expression, + ACTIONS(513), 3, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_SEMI, + ACTIONS(515), 15, anon_sym_const, anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, sym_operator, - [44273] = 20, + [34832] = 22, ACTIONS(3), 1, sym__line_comment, - ACTIONS(163), 1, - sym_name_identifier, - ACTIONS(167), 1, - sym_float_number_literal, - ACTIONS(169), 1, - sym_number_literal, - ACTIONS(171), 1, - anon_sym_DQUOTE, - ACTIONS(173), 1, - anon_sym_SQUOTE, - ACTIONS(262), 1, - ts_builtin_sym_end, - ACTIONS(1466), 1, + ACTIONS(475), 1, + anon_sym_RBRACE, + ACTIONS(1451), 1, anon_sym_LPAREN, - STATE(898), 1, - sym_literal, - STATE(904), 1, - sym_type_subexpression, - STATE(957), 1, - sym_subexpression_token, - STATE(1336), 1, - aux_sym_name_superexpression_repeat1, - STATE(1582), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1468), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(424), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(899), 2, - sym_string_literal, - sym_char_literal, - STATE(969), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(260), 14, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - sym_operator, - [44352] = 4, - ACTIONS(5), 1, - sym__doc_comment, + ACTIONS(1457), 1, + sym_name_identifier, + ACTIONS(1463), 1, + sym_float_number_literal, + ACTIONS(1466), 1, + sym_number_literal, + ACTIONS(1469), 1, + anon_sym_DQUOTE, ACTIONS(1472), 1, - anon_sym_type, - ACTIONS(3), 2, - sym__line_comment, + anon_sym_SQUOTE, + STATE(833), 1, + sym_type_subexpression, + STATE(1042), 1, + sym_subexpression_token, + STATE(1422), 1, + aux_sym_name_expression_repeat1, + STATE(1803), 1, + aux_sym_name_expression_repeat2, + STATE(2330), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, sym__block_comment, - ACTIONS(1470), 33, - ts_builtin_sym_end, + ACTIONS(1454), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1460), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(538), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(807), 2, + sym_string_literal, + sym_char_literal, + STATE(835), 2, + sym_extended_name, + sym_literal, + STATE(1025), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(477), 17, anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, anon_sym_use, + anon_sym_import, anon_sym_alias, + anon_sym_type, + anon_sym_let, anon_sym_decl, - anon_sym_DASH_GT, anon_sym_def, anon_sym_struct, anon_sym_class, + anon_sym_basic, + anon_sym_abstract, anon_sym_typeclass, - anon_sym_RPAREN, + anon_sym_AMP, anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_match, - anon_sym_with, - anon_sym_if, - anon_sym_then, - anon_sym_elif, - anon_sym_else, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [44398] = 20, + anon_sym_DASH_GT, + sym_operator, + [34922] = 22, ACTIONS(3), 1, sym__line_comment, - ACTIONS(219), 1, + ACTIONS(369), 1, anon_sym_RBRACE, - ACTIONS(1474), 1, - anon_sym_LPAREN, - ACTIONS(1477), 1, + ACTIONS(1001), 1, sym_name_identifier, - ACTIONS(1483), 1, + ACTIONS(1005), 1, sym_float_number_literal, - ACTIONS(1486), 1, + ACTIONS(1007), 1, sym_number_literal, + ACTIONS(1009), 1, + anon_sym_DQUOTE, + ACTIONS(1011), 1, + anon_sym_SQUOTE, + ACTIONS(1475), 1, + anon_sym_LPAREN, + STATE(979), 1, + sym_type_subexpression, + STATE(1280), 1, + sym_subexpression_token, + STATE(1400), 1, + aux_sym_name_expression_repeat1, + STATE(1831), 1, + aux_sym_name_expression_repeat2, + STATE(2381), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(1477), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1479), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(551), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(968), 2, + sym_string_literal, + sym_char_literal, + STATE(980), 2, + sym_extended_name, + sym_literal, + STATE(1274), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(371), 16, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_elif, + anon_sym_else, + sym_operator, + [35011] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(513), 1, + anon_sym_RBRACE, + ACTIONS(1481), 1, + anon_sym_LPAREN, + ACTIONS(1485), 1, + sym_name_identifier, ACTIONS(1489), 1, + sym_float_number_literal, + ACTIONS(1491), 1, + sym_number_literal, + ACTIONS(1493), 1, anon_sym_DQUOTE, - ACTIONS(1492), 1, + ACTIONS(1495), 1, anon_sym_SQUOTE, - STATE(971), 1, - sym_literal, - STATE(973), 1, + STATE(1150), 1, sym_type_subexpression, - STATE(997), 1, + STATE(1232), 1, sym_subexpression_token, - STATE(1284), 1, - aux_sym_name_superexpression_repeat1, - STATE(1630), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, + STATE(1423), 1, + aux_sym_name_expression_repeat1, + STATE(1792), 1, + aux_sym_name_expression_repeat2, + STATE(2329), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(1480), 2, + ACTIONS(1483), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1487), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(427), 2, + STATE(560), 2, sym_function_argument, aux_sym_function_call_expression_repeat1, - STATE(959), 2, + STATE(1057), 2, sym_string_literal, sym_char_literal, - STATE(992), 2, + STATE(1147), 2, + sym_extended_name, + sym_literal, + STATE(1210), 2, sym_scoped_statement, - sym_name_superexpression, - ACTIONS(217), 13, + sym_name_expression, + ACTIONS(515), 16, anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, anon_sym_use, + anon_sym_import, anon_sym_alias, + anon_sym_type, + anon_sym_let, anon_sym_decl, anon_sym_def, - anon_sym_type, anon_sym_struct, anon_sym_class, + anon_sym_basic, + anon_sym_abstract, anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, sym_operator, - [44476] = 4, - ACTIONS(5), 1, - sym__doc_comment, + [35100] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(475), 1, + anon_sym_RBRACE, ACTIONS(1497), 1, - anon_sym_type, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(1495), 33, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_match, - anon_sym_with, - anon_sym_if, - anon_sym_then, - anon_sym_elif, - anon_sym_else, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [44522] = 5, - ACTIONS(3), 1, - sym__line_comment, + anon_sym_LPAREN, ACTIONS(1503), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1501), 3, - anon_sym_type, - anon_sym_AMP, - sym_operator, - ACTIONS(1499), 30, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_RPAREN, - anon_sym_match, - anon_sym_with, - anon_sym_if, - anon_sym_then, - anon_sym_elif, - anon_sym_else, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [44570] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1507), 1, - anon_sym_type, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(1505), 33, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_match, - anon_sym_with, - anon_sym_if, - anon_sym_then, - anon_sym_elif, - anon_sym_else, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [44616] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1511), 1, - anon_sym_type, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(1509), 33, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_match, - anon_sym_with, - anon_sym_if, - anon_sym_then, - anon_sym_elif, - anon_sym_else, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [44662] = 4, - ACTIONS(5), 1, - sym__doc_comment, + sym_name_identifier, + ACTIONS(1509), 1, + sym_float_number_literal, + ACTIONS(1512), 1, + sym_number_literal, ACTIONS(1515), 1, - anon_sym_type, - ACTIONS(3), 2, - sym__line_comment, + anon_sym_DQUOTE, + ACTIONS(1518), 1, + anon_sym_SQUOTE, + STATE(1116), 1, + sym_type_subexpression, + STATE(1208), 1, + sym_subexpression_token, + STATE(1417), 1, + aux_sym_name_expression_repeat1, + STATE(1741), 1, + aux_sym_name_expression_repeat2, + STATE(2338), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, sym__block_comment, - ACTIONS(1513), 33, - ts_builtin_sym_end, + ACTIONS(1500), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1506), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(541), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1112), 2, + sym_extended_name, + sym_literal, + STATE(1130), 2, + sym_string_literal, + sym_char_literal, + STATE(1236), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(477), 16, anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, anon_sym_use, + anon_sym_import, anon_sym_alias, + anon_sym_type, + anon_sym_let, anon_sym_decl, - anon_sym_DASH_GT, anon_sym_def, anon_sym_struct, anon_sym_class, + anon_sym_basic, + anon_sym_abstract, anon_sym_typeclass, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_QMARK, + anon_sym_DASH_GT, + sym_operator, + [35189] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(757), 1, + sym_name_identifier, + ACTIONS(761), 1, + sym_float_number_literal, + ACTIONS(763), 1, + sym_number_literal, + ACTIONS(765), 1, + anon_sym_DQUOTE, + ACTIONS(767), 1, + anon_sym_SQUOTE, + ACTIONS(1521), 1, + anon_sym_LPAREN, + STATE(1058), 1, + sym_type_subexpression, + STATE(1223), 1, + sym_subexpression_token, + STATE(1461), 1, + aux_sym_name_expression_repeat1, + STATE(1681), 1, + aux_sym_name_expression_repeat2, + STATE(2367), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(1523), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1525), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(557), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1046), 2, + sym_extended_name, + sym_literal, + STATE(1142), 2, + sym_string_literal, + sym_char_literal, + STATE(1251), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(369), 3, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_SEMI, + ACTIONS(371), 14, + anon_sym_const, + anon_sym_var, anon_sym_match, - anon_sym_with, anon_sym_if, - anon_sym_then, anon_sym_elif, anon_sym_else, anon_sym_do, anon_sym_while, anon_sym_for, anon_sym_loop, - anon_sym_SEMI, anon_sym_return, anon_sym_break, anon_sym_continue, - [44708] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1519), 1, - anon_sym_type, - ACTIONS(3), 2, + sym_operator, + [35278] = 22, + ACTIONS(3), 1, sym__line_comment, - sym__block_comment, - ACTIONS(1517), 33, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_match, - anon_sym_with, - anon_sym_if, - anon_sym_then, - anon_sym_elif, - anon_sym_else, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [44754] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1523), 1, - anon_sym_type, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(1521), 33, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_match, - anon_sym_with, - anon_sym_if, - anon_sym_then, - anon_sym_elif, - anon_sym_else, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [44800] = 4, - ACTIONS(5), 1, - sym__doc_comment, ACTIONS(1527), 1, - anon_sym_type, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(1525), 33, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_match, - anon_sym_with, - anon_sym_if, - anon_sym_then, - anon_sym_elif, - anon_sym_else, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [44846] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(129), 1, - sym_name_identifier, - ACTIONS(133), 1, - sym_float_number_literal, - ACTIONS(135), 1, - sym_number_literal, - ACTIONS(137), 1, - anon_sym_DQUOTE, - ACTIONS(139), 1, - anon_sym_SQUOTE, - ACTIONS(262), 1, - anon_sym_RBRACE, - ACTIONS(1529), 1, anon_sym_LPAREN, - STATE(971), 1, - sym_literal, - STATE(973), 1, - sym_type_subexpression, - STATE(997), 1, - sym_subexpression_token, - STATE(1284), 1, - aux_sym_name_superexpression_repeat1, - STATE(1630), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1531), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(440), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(959), 2, - sym_string_literal, - sym_char_literal, - STATE(992), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(260), 13, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - sym_operator, - [44924] = 4, - ACTIONS(5), 1, - sym__doc_comment, + ACTIONS(1531), 1, + sym_name_identifier, ACTIONS(1535), 1, - anon_sym_type, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(1533), 33, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_match, - anon_sym_with, - anon_sym_if, - anon_sym_then, - anon_sym_elif, - anon_sym_else, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [44970] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1539), 1, - anon_sym_type, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(1537), 33, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_match, - anon_sym_with, - anon_sym_if, - anon_sym_then, - anon_sym_elif, - anon_sym_else, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [45016] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1543), 1, - anon_sym_type, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(1541), 33, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_match, - anon_sym_with, - anon_sym_if, - anon_sym_then, - anon_sym_elif, - anon_sym_else, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [45062] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(129), 1, - sym_name_identifier, - ACTIONS(133), 1, sym_float_number_literal, - ACTIONS(135), 1, + ACTIONS(1537), 1, sym_number_literal, - ACTIONS(137), 1, + ACTIONS(1539), 1, anon_sym_DQUOTE, - ACTIONS(139), 1, + ACTIONS(1541), 1, anon_sym_SQUOTE, - ACTIONS(244), 1, - anon_sym_RBRACE, - ACTIONS(1529), 1, - anon_sym_LPAREN, - STATE(971), 1, - sym_literal, - STATE(973), 1, + STATE(982), 1, sym_type_subexpression, - STATE(997), 1, + STATE(1278), 1, sym_subexpression_token, - STATE(1284), 1, - aux_sym_name_superexpression_repeat1, - STATE(1630), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, + STATE(1401), 1, + aux_sym_name_expression_repeat1, + STATE(1814), 1, + aux_sym_name_expression_repeat2, + STATE(2332), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(1531), 2, + ACTIONS(1529), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1533), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(427), 2, + STATE(548), 2, sym_function_argument, aux_sym_function_call_expression_repeat1, - STATE(959), 2, + STATE(981), 2, + sym_extended_name, + sym_literal, + STATE(1017), 2, sym_string_literal, sym_char_literal, - STATE(992), 2, + STATE(1212), 2, sym_scoped_statement, - sym_name_superexpression, - ACTIONS(242), 13, - anon_sym_namespace, + sym_name_expression, + ACTIONS(513), 3, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_SEMI, + ACTIONS(515), 14, anon_sym_const, anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - sym_operator, - [45140] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1503), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1501), 6, - anon_sym_DASH_GT, - anon_sym_type, anon_sym_AMP, anon_sym_PIPE, - anon_sym_QMARK, - sym_operator, - ACTIONS(1499), 26, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_RPAREN, anon_sym_match, anon_sym_if, anon_sym_do, anon_sym_while, anon_sym_for, anon_sym_loop, - anon_sym_SEMI, anon_sym_return, anon_sym_break, anon_sym_continue, - [45187] = 4, + sym_operator, + [35367] = 22, ACTIONS(3), 1, sym__line_comment, + ACTIONS(369), 1, + ts_builtin_sym_end, + ACTIONS(823), 1, + sym_name_identifier, + ACTIONS(827), 1, + sym_float_number_literal, + ACTIONS(829), 1, + sym_number_literal, + ACTIONS(831), 1, + anon_sym_DQUOTE, + ACTIONS(833), 1, + anon_sym_SQUOTE, + ACTIONS(1543), 1, + anon_sym_LPAREN, + STATE(1105), 1, + sym_type_subexpression, + STATE(1187), 1, + sym_subexpression_token, + STATE(1453), 1, + aux_sym_name_expression_repeat1, + STATE(1763), 1, + aux_sym_name_expression_repeat2, + STATE(2389), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(1547), 3, - anon_sym_type, - anon_sym_AMP, - sym_operator, - ACTIONS(1545), 30, - ts_builtin_sym_end, + ACTIONS(1545), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1547), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(556), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1108), 2, + sym_extended_name, + sym_literal, + STATE(1109), 2, + sym_string_literal, + sym_char_literal, + STATE(1196), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(371), 16, anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_partition, - anon_sym_import, anon_sym_use, + anon_sym_import, anon_sym_alias, + anon_sym_type, + anon_sym_let, anon_sym_decl, anon_sym_def, anon_sym_struct, anon_sym_class, + anon_sym_basic, + anon_sym_abstract, anon_sym_typeclass, - anon_sym_RPAREN, - anon_sym_match, - anon_sym_with, - anon_sym_if, - anon_sym_then, - anon_sym_elif, - anon_sym_else, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [45232] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1551), 3, - anon_sym_type, - anon_sym_AMP, + anon_sym_PIPE, sym_operator, - ACTIONS(1549), 30, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_RPAREN, - anon_sym_match, - anon_sym_with, - anon_sym_if, - anon_sym_then, - anon_sym_elif, - anon_sym_else, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [45277] = 5, + [35456] = 22, ACTIONS(3), 1, sym__line_comment, - ACTIONS(1503), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1501), 2, - anon_sym_type, - sym_operator, - ACTIONS(1499), 30, + ACTIONS(369), 1, ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_RPAREN, - anon_sym_match, - anon_sym_with, - anon_sym_if, - anon_sym_then, - anon_sym_elif, - anon_sym_else, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [45324] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(260), 3, - anon_sym_type, - anon_sym_AMP, - sym_operator, - ACTIONS(262), 30, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_RPAREN, - anon_sym_match, - anon_sym_with, - anon_sym_if, - anon_sym_then, - anon_sym_elif, - anon_sym_else, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [45369] = 4, - ACTIONS(3), 1, - sym__line_comment, + ACTIONS(1549), 1, + anon_sym_LPAREN, + ACTIONS(1553), 1, + sym_name_identifier, + ACTIONS(1557), 1, + sym_float_number_literal, + ACTIONS(1559), 1, + sym_number_literal, + ACTIONS(1561), 1, + anon_sym_DQUOTE, + ACTIONS(1563), 1, + anon_sym_SQUOTE, + STATE(1169), 1, + sym_type_subexpression, + STATE(1229), 1, + sym_subexpression_token, + STATE(1429), 1, + aux_sym_name_expression_repeat1, + STATE(1679), 1, + aux_sym_name_expression_repeat2, + STATE(2358), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, ACTIONS(1551), 2, - anon_sym_type, - sym_operator, - ACTIONS(1549), 30, - ts_builtin_sym_end, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1555), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(562), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1174), 2, + sym_extended_name, + sym_literal, + STATE(1175), 2, + sym_string_literal, + sym_char_literal, + STATE(1205), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(371), 16, anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_partition, - anon_sym_import, anon_sym_use, + anon_sym_import, anon_sym_alias, + anon_sym_type, + anon_sym_let, anon_sym_decl, anon_sym_def, anon_sym_struct, anon_sym_class, + anon_sym_basic, + anon_sym_abstract, anon_sym_typeclass, - anon_sym_RPAREN, - anon_sym_match, - anon_sym_with, - anon_sym_if, - anon_sym_then, - anon_sym_elif, - anon_sym_else, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [45413] = 4, + anon_sym_AMP, + sym_operator, + [35545] = 22, ACTIONS(3), 1, sym__line_comment, + ACTIONS(475), 1, + anon_sym_RBRACE, + ACTIONS(1565), 1, + anon_sym_LPAREN, + ACTIONS(1571), 1, + sym_name_identifier, + ACTIONS(1577), 1, + sym_float_number_literal, + ACTIONS(1580), 1, + sym_number_literal, + ACTIONS(1583), 1, + anon_sym_DQUOTE, + ACTIONS(1586), 1, + anon_sym_SQUOTE, + STATE(1150), 1, + sym_type_subexpression, + STATE(1232), 1, + sym_subexpression_token, + STATE(1423), 1, + aux_sym_name_expression_repeat1, + STATE(1792), 1, + aux_sym_name_expression_repeat2, + STATE(2329), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(260), 6, - anon_sym_DASH_GT, + ACTIONS(1568), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1574), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(546), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1057), 2, + sym_string_literal, + sym_char_literal, + STATE(1147), 2, + sym_extended_name, + sym_literal, + STATE(1210), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(477), 16, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, anon_sym_AMP, anon_sym_PIPE, - anon_sym_QMARK, sym_operator, - ACTIONS(262), 26, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_RPAREN, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [45457] = 4, + [35634] = 22, ACTIONS(3), 1, sym__line_comment, + ACTIONS(513), 1, + ts_builtin_sym_end, + ACTIONS(823), 1, + sym_name_identifier, + ACTIONS(827), 1, + sym_float_number_literal, + ACTIONS(829), 1, + sym_number_literal, + ACTIONS(831), 1, + anon_sym_DQUOTE, + ACTIONS(833), 1, + anon_sym_SQUOTE, + ACTIONS(1543), 1, + anon_sym_LPAREN, + STATE(1105), 1, + sym_type_subexpression, + STATE(1187), 1, + sym_subexpression_token, + STATE(1453), 1, + aux_sym_name_expression_repeat1, + STATE(1763), 1, + aux_sym_name_expression_repeat2, + STATE(2389), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, + ACTIONS(1545), 2, + anon_sym_TILDE, + anon_sym_AT, ACTIONS(1547), 2, - anon_sym_type, - sym_operator, - ACTIONS(1545), 30, - ts_builtin_sym_end, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(544), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1108), 2, + sym_extended_name, + sym_literal, + STATE(1109), 2, + sym_string_literal, + sym_char_literal, + STATE(1196), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(515), 16, anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_partition, - anon_sym_import, anon_sym_use, + anon_sym_import, anon_sym_alias, + anon_sym_type, + anon_sym_let, anon_sym_decl, anon_sym_def, anon_sym_struct, anon_sym_class, + anon_sym_basic, + anon_sym_abstract, anon_sym_typeclass, - anon_sym_RPAREN, + anon_sym_PIPE, + sym_operator, + [35723] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(1527), 1, + anon_sym_LPAREN, + ACTIONS(1531), 1, + sym_name_identifier, + ACTIONS(1535), 1, + sym_float_number_literal, + ACTIONS(1537), 1, + sym_number_literal, + ACTIONS(1539), 1, + anon_sym_DQUOTE, + ACTIONS(1541), 1, + anon_sym_SQUOTE, + STATE(982), 1, + sym_type_subexpression, + STATE(1278), 1, + sym_subexpression_token, + STATE(1401), 1, + aux_sym_name_expression_repeat1, + STATE(1814), 1, + aux_sym_name_expression_repeat2, + STATE(2332), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(1529), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1533), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(552), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(981), 2, + sym_extended_name, + sym_literal, + STATE(1017), 2, + sym_string_literal, + sym_char_literal, + STATE(1212), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(369), 3, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_SEMI, + ACTIONS(371), 14, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_operator, + [35812] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(757), 1, + sym_name_identifier, + ACTIONS(761), 1, + sym_float_number_literal, + ACTIONS(763), 1, + sym_number_literal, + ACTIONS(765), 1, + anon_sym_DQUOTE, + ACTIONS(767), 1, + anon_sym_SQUOTE, + ACTIONS(1521), 1, + anon_sym_LPAREN, + STATE(1058), 1, + sym_type_subexpression, + STATE(1223), 1, + sym_subexpression_token, + STATE(1461), 1, + aux_sym_name_expression_repeat1, + STATE(1681), 1, + aux_sym_name_expression_repeat2, + STATE(2367), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(1523), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1525), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(542), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1046), 2, + sym_extended_name, + sym_literal, + STATE(1142), 2, + sym_string_literal, + sym_char_literal, + STATE(1251), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(513), 3, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_SEMI, + ACTIONS(515), 14, + anon_sym_const, + anon_sym_var, anon_sym_match, - anon_sym_with, anon_sym_if, - anon_sym_then, anon_sym_elif, anon_sym_else, anon_sym_do, anon_sym_while, anon_sym_for, anon_sym_loop, - anon_sym_SEMI, anon_sym_return, anon_sym_break, anon_sym_continue, - [45501] = 5, + sym_operator, + [35901] = 22, ACTIONS(3), 1, sym__line_comment, - ACTIONS(1503), 1, - anon_sym_DOT, + ACTIONS(369), 1, + anon_sym_RBRACE, + ACTIONS(889), 1, + sym_name_identifier, + ACTIONS(893), 1, + sym_float_number_literal, + ACTIONS(895), 1, + sym_number_literal, + ACTIONS(897), 1, + anon_sym_DQUOTE, + ACTIONS(899), 1, + anon_sym_SQUOTE, + ACTIONS(1589), 1, + anon_sym_LPAREN, + STATE(1116), 1, + sym_type_subexpression, + STATE(1208), 1, + sym_subexpression_token, + STATE(1417), 1, + aux_sym_name_expression_repeat1, + STATE(1741), 1, + aux_sym_name_expression_repeat2, + STATE(2338), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(1501), 5, - anon_sym_DASH_GT, - anon_sym_type, - anon_sym_PIPE, - anon_sym_QMARK, - sym_operator, - ACTIONS(1499), 26, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_RPAREN, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [45547] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(260), 2, - anon_sym_type, - sym_operator, - ACTIONS(262), 30, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_RPAREN, - anon_sym_match, - anon_sym_with, - anon_sym_if, - anon_sym_then, - anon_sym_elif, - anon_sym_else, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [45591] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1551), 6, - anon_sym_DASH_GT, - anon_sym_type, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - sym_operator, - ACTIONS(1549), 26, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_RPAREN, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [45635] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1547), 6, - anon_sym_DASH_GT, - anon_sym_type, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - sym_operator, - ACTIONS(1545), 26, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_RPAREN, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [45679] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1503), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1501), 5, - anon_sym_DASH_GT, - anon_sym_type, - anon_sym_AMP, - anon_sym_PIPE, - sym_operator, - ACTIONS(1499), 26, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_RPAREN, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [45725] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1503), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1501), 4, - anon_sym_DASH_GT, - anon_sym_type, - anon_sym_PIPE, - sym_operator, - ACTIONS(1499), 26, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_RPAREN, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [45770] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1547), 5, - anon_sym_DASH_GT, - anon_sym_type, - anon_sym_AMP, - anon_sym_PIPE, - sym_operator, - ACTIONS(1545), 26, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_RPAREN, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [45813] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(260), 5, - anon_sym_DASH_GT, - anon_sym_type, - anon_sym_AMP, - anon_sym_PIPE, - sym_operator, - ACTIONS(262), 26, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_RPAREN, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [45856] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1547), 5, - anon_sym_DASH_GT, - anon_sym_type, - anon_sym_PIPE, - anon_sym_QMARK, - sym_operator, - ACTIONS(1545), 26, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_RPAREN, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [45899] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1503), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1501), 4, - anon_sym_type, - anon_sym_AMP, - anon_sym_PIPE, - sym_operator, - ACTIONS(1499), 26, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_RPAREN, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [45944] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1551), 5, - anon_sym_DASH_GT, - anon_sym_type, - anon_sym_PIPE, - anon_sym_QMARK, - sym_operator, - ACTIONS(1549), 26, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_RPAREN, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [45987] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(260), 5, - anon_sym_DASH_GT, - anon_sym_type, - anon_sym_PIPE, - anon_sym_QMARK, - sym_operator, - ACTIONS(262), 26, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_RPAREN, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [46030] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1551), 5, - anon_sym_DASH_GT, - anon_sym_type, - anon_sym_AMP, - anon_sym_PIPE, - sym_operator, - ACTIONS(1549), 26, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_RPAREN, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [46073] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(260), 4, - anon_sym_type, - anon_sym_AMP, - anon_sym_PIPE, - sym_operator, - ACTIONS(262), 26, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_RPAREN, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [46115] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1551), 4, - anon_sym_DASH_GT, - anon_sym_type, - anon_sym_PIPE, - sym_operator, - ACTIONS(1549), 26, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_RPAREN, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [46157] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1556), 1, - anon_sym_LBRACE, - ACTIONS(1559), 1, - anon_sym_RBRACE, - ACTIONS(1561), 1, - anon_sym_alias, - ACTIONS(1564), 1, - anon_sym_match, - ACTIONS(1567), 1, - anon_sym_if, - ACTIONS(1570), 1, - anon_sym_do, - ACTIONS(1573), 1, - anon_sym_while, - ACTIONS(1576), 1, - anon_sym_for, - ACTIONS(1579), 1, - anon_sym_loop, - ACTIONS(1582), 1, - anon_sym_SEMI, - ACTIONS(1585), 1, - anon_sym_return, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(1553), 2, - anon_sym_const, - anon_sym_var, - ACTIONS(1588), 2, - anon_sym_break, - anon_sym_continue, - STATE(464), 2, - sym_block_statement, - aux_sym_block_repeat1, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(1291), 4, - sym_alias_definition, - sym_variable_definition, - sym_flow_control, - sym_prefixed_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [46229] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(260), 4, - anon_sym_DASH_GT, - anon_sym_type, - anon_sym_PIPE, - sym_operator, - ACTIONS(262), 26, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_RPAREN, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [46271] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1503), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1501), 3, - anon_sym_type, - anon_sym_PIPE, - sym_operator, - ACTIONS(1499), 26, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_RPAREN, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [46315] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(17), 1, - anon_sym_alias, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(1593), 1, - anon_sym_RBRACE, - ACTIONS(1595), 1, - anon_sym_match, - ACTIONS(1597), 1, - anon_sym_if, - ACTIONS(1599), 1, - anon_sym_do, - ACTIONS(1601), 1, - anon_sym_while, - ACTIONS(1603), 1, - anon_sym_for, - ACTIONS(1605), 1, - anon_sym_loop, - ACTIONS(1607), 1, - anon_sym_SEMI, - ACTIONS(1609), 1, - anon_sym_return, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, ACTIONS(1591), 2, - anon_sym_const, - anon_sym_var, - ACTIONS(1611), 2, - anon_sym_break, - anon_sym_continue, - STATE(468), 2, - sym_block_statement, - aux_sym_block_repeat1, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(1291), 4, - sym_alias_definition, - sym_variable_definition, - sym_flow_control, - sym_prefixed_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [46387] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(17), 1, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1593), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(541), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1112), 2, + sym_extended_name, + sym_literal, + STATE(1130), 2, + sym_string_literal, + sym_char_literal, + STATE(1236), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(371), 16, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, anon_sym_alias, - ACTIONS(29), 1, - anon_sym_LBRACE, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_operator, + [35990] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(475), 1, + anon_sym_RBRACE, ACTIONS(1595), 1, - anon_sym_match, - ACTIONS(1597), 1, - anon_sym_if, - ACTIONS(1599), 1, - anon_sym_do, + anon_sym_LPAREN, ACTIONS(1601), 1, - anon_sym_while, - ACTIONS(1603), 1, - anon_sym_for, - ACTIONS(1605), 1, - anon_sym_loop, + sym_name_identifier, ACTIONS(1607), 1, - anon_sym_SEMI, - ACTIONS(1609), 1, - anon_sym_return, + sym_float_number_literal, + ACTIONS(1610), 1, + sym_number_literal, ACTIONS(1613), 1, - anon_sym_RBRACE, - ACTIONS(3), 2, + anon_sym_DQUOTE, + ACTIONS(1616), 1, + anon_sym_SQUOTE, + STATE(979), 1, + sym_type_subexpression, + STATE(1280), 1, + sym_subexpression_token, + STATE(1400), 1, + aux_sym_name_expression_repeat1, + STATE(1831), 1, + aux_sym_name_expression_repeat2, + STATE(2381), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(1598), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1604), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(551), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(968), 2, + sym_string_literal, + sym_char_literal, + STATE(980), 2, + sym_extended_name, + sym_literal, + STATE(1274), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(477), 16, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_elif, + anon_sym_else, + sym_operator, + [36079] = 22, + ACTIONS(3), 1, sym__line_comment, + ACTIONS(1619), 1, + anon_sym_LPAREN, + ACTIONS(1625), 1, + sym_name_identifier, + ACTIONS(1631), 1, + sym_float_number_literal, + ACTIONS(1634), 1, + sym_number_literal, + ACTIONS(1637), 1, + anon_sym_DQUOTE, + ACTIONS(1640), 1, + anon_sym_SQUOTE, + STATE(982), 1, + sym_type_subexpression, + STATE(1278), 1, + sym_subexpression_token, + STATE(1401), 1, + aux_sym_name_expression_repeat1, + STATE(1814), 1, + aux_sym_name_expression_repeat2, + STATE(2332), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(1622), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1628), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(552), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(981), 2, + sym_extended_name, + sym_literal, + STATE(1017), 2, + sym_string_literal, + sym_char_literal, + STATE(1212), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(475), 3, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_SEMI, + ACTIONS(477), 14, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_operator, + [36168] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(845), 1, + sym_name_identifier, + ACTIONS(849), 1, + sym_float_number_literal, + ACTIONS(851), 1, + sym_number_literal, + ACTIONS(853), 1, + anon_sym_DQUOTE, + ACTIONS(855), 1, + anon_sym_SQUOTE, + ACTIONS(1643), 1, + anon_sym_LPAREN, + STATE(1053), 1, + sym_type_subexpression, + STATE(1244), 1, + sym_subexpression_token, + STATE(1426), 1, + aux_sym_name_expression_repeat1, + STATE(1690), 1, + aux_sym_name_expression_repeat2, + STATE(2343), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(1645), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1647), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(554), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1049), 2, + sym_extended_name, + sym_literal, + STATE(1067), 2, + sym_string_literal, + sym_char_literal, + STATE(1206), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(513), 3, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_SEMI, + ACTIONS(515), 14, + anon_sym_const, + anon_sym_var, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_operator, + [36257] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(845), 1, + sym_name_identifier, + ACTIONS(849), 1, + sym_float_number_literal, + ACTIONS(851), 1, + sym_number_literal, + ACTIONS(853), 1, + anon_sym_DQUOTE, + ACTIONS(855), 1, + anon_sym_SQUOTE, + ACTIONS(1643), 1, + anon_sym_LPAREN, + STATE(1053), 1, + sym_type_subexpression, + STATE(1244), 1, + sym_subexpression_token, + STATE(1426), 1, + aux_sym_name_expression_repeat1, + STATE(1690), 1, + aux_sym_name_expression_repeat2, + STATE(2343), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(1645), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1647), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(555), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1049), 2, + sym_extended_name, + sym_literal, + STATE(1067), 2, + sym_string_literal, + sym_char_literal, + STATE(1206), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(369), 3, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_SEMI, + ACTIONS(371), 14, + anon_sym_const, + anon_sym_var, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_operator, + [36346] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(1649), 1, + anon_sym_LPAREN, + ACTIONS(1655), 1, + sym_name_identifier, + ACTIONS(1661), 1, + sym_float_number_literal, + ACTIONS(1664), 1, + sym_number_literal, + ACTIONS(1667), 1, + anon_sym_DQUOTE, + ACTIONS(1670), 1, + anon_sym_SQUOTE, + STATE(1053), 1, + sym_type_subexpression, + STATE(1244), 1, + sym_subexpression_token, + STATE(1426), 1, + aux_sym_name_expression_repeat1, + STATE(1690), 1, + aux_sym_name_expression_repeat2, + STATE(2343), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(1652), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1658), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(555), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1049), 2, + sym_extended_name, + sym_literal, + STATE(1067), 2, + sym_string_literal, + sym_char_literal, + STATE(1206), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(475), 3, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_SEMI, + ACTIONS(477), 14, + anon_sym_const, + anon_sym_var, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_operator, + [36435] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(475), 1, + ts_builtin_sym_end, + ACTIONS(1673), 1, + anon_sym_LPAREN, + ACTIONS(1679), 1, + sym_name_identifier, + ACTIONS(1685), 1, + sym_float_number_literal, + ACTIONS(1688), 1, + sym_number_literal, + ACTIONS(1691), 1, + anon_sym_DQUOTE, + ACTIONS(1694), 1, + anon_sym_SQUOTE, + STATE(1105), 1, + sym_type_subexpression, + STATE(1187), 1, + sym_subexpression_token, + STATE(1453), 1, + aux_sym_name_expression_repeat1, + STATE(1763), 1, + aux_sym_name_expression_repeat2, + STATE(2389), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(1676), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1682), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(556), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1108), 2, + sym_extended_name, + sym_literal, + STATE(1109), 2, + sym_string_literal, + sym_char_literal, + STATE(1196), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(477), 16, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + sym_operator, + [36524] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(1697), 1, + anon_sym_LPAREN, + ACTIONS(1703), 1, + sym_name_identifier, + ACTIONS(1709), 1, + sym_float_number_literal, + ACTIONS(1712), 1, + sym_number_literal, + ACTIONS(1715), 1, + anon_sym_DQUOTE, + ACTIONS(1718), 1, + anon_sym_SQUOTE, + STATE(1058), 1, + sym_type_subexpression, + STATE(1223), 1, + sym_subexpression_token, + STATE(1461), 1, + aux_sym_name_expression_repeat1, + STATE(1681), 1, + aux_sym_name_expression_repeat2, + STATE(2367), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(1700), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1706), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(557), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1046), 2, + sym_extended_name, + sym_literal, + STATE(1142), 2, + sym_string_literal, + sym_char_literal, + STATE(1251), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(475), 3, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_SEMI, + ACTIONS(477), 14, + anon_sym_const, + anon_sym_var, + anon_sym_match, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_operator, + [36613] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(513), 1, + anon_sym_RBRACE, + ACTIONS(1001), 1, + sym_name_identifier, + ACTIONS(1005), 1, + sym_float_number_literal, + ACTIONS(1007), 1, + sym_number_literal, + ACTIONS(1009), 1, + anon_sym_DQUOTE, + ACTIONS(1011), 1, + anon_sym_SQUOTE, + ACTIONS(1475), 1, + anon_sym_LPAREN, + STATE(979), 1, + sym_type_subexpression, + STATE(1280), 1, + sym_subexpression_token, + STATE(1400), 1, + aux_sym_name_expression_repeat1, + STATE(1831), 1, + aux_sym_name_expression_repeat2, + STATE(2381), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(1477), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1479), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(539), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(968), 2, + sym_string_literal, + sym_char_literal, + STATE(980), 2, + sym_extended_name, + sym_literal, + STATE(1274), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(515), 16, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_elif, + anon_sym_else, + sym_operator, + [36702] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(513), 1, + anon_sym_RBRACE, + ACTIONS(889), 1, + sym_name_identifier, + ACTIONS(893), 1, + sym_float_number_literal, + ACTIONS(895), 1, + sym_number_literal, + ACTIONS(897), 1, + anon_sym_DQUOTE, + ACTIONS(899), 1, + anon_sym_SQUOTE, + ACTIONS(1589), 1, + anon_sym_LPAREN, + STATE(1116), 1, + sym_type_subexpression, + STATE(1208), 1, + sym_subexpression_token, + STATE(1417), 1, + aux_sym_name_expression_repeat1, + STATE(1741), 1, + aux_sym_name_expression_repeat2, + STATE(2338), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, sym__block_comment, ACTIONS(1591), 2, - anon_sym_const, - anon_sym_var, - ACTIONS(1611), 2, - anon_sym_break, - anon_sym_continue, - STATE(464), 2, - sym_block_statement, - aux_sym_block_repeat1, - STATE(431), 3, - sym_block, - sym_return_expression, - sym_loop_control_expression, - STATE(1291), 4, - sym_alias_definition, - sym_variable_definition, - sym_flow_control, - sym_prefixed_expression, - STATE(618), 6, - sym_match, - sym_condition, - sym_do_while_loop, - sym_while_loop, - sym_for_loop, - sym_loop_loop, - [46459] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1547), 4, - anon_sym_DASH_GT, - anon_sym_type, - anon_sym_PIPE, - sym_operator, - ACTIONS(1545), 26, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_RPAREN, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [46501] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1547), 4, - anon_sym_type, - anon_sym_AMP, - anon_sym_PIPE, - sym_operator, - ACTIONS(1545), 26, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_RPAREN, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [46543] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1551), 4, - anon_sym_type, - anon_sym_AMP, - anon_sym_PIPE, - sym_operator, - ACTIONS(1549), 26, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_RPAREN, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [46585] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1503), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1499), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1501), 20, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [46628] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 20, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [46671] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1623), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1621), 21, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [46712] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1625), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1503), 21, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [46753] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1551), 3, - anon_sym_type, - anon_sym_PIPE, - sym_operator, - ACTIONS(1549), 26, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_RPAREN, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [46794] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(260), 3, - anon_sym_type, - anon_sym_PIPE, - sym_operator, - ACTIONS(262), 26, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_RPAREN, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [46835] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1629), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1627), 21, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [46876] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(201), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1631), 21, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [46917] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(207), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1633), 21, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [46958] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 20, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [47001] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1637), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1635), 21, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [47042] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1641), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1639), 20, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [47085] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1645), 1, - anon_sym_type, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(1643), 28, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_RPAREN, - anon_sym_match, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [47126] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1649), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1647), 20, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [47169] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1655), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 20, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [47212] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1547), 3, - anon_sym_type, - anon_sym_PIPE, - sym_operator, - ACTIONS(1545), 26, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_RPAREN, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [47253] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1659), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1657), 21, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [47294] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1625), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1503), 20, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [47334] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1623), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1621), 20, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [47374] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 19, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [47416] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 20, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [47456] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1637), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1635), 22, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [47496] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1625), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1503), 20, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [47536] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1623), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1621), 20, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [47576] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 19, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [47618] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1503), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1499), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1501), 19, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_AMP, - anon_sym_match, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [47660] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1659), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1657), 22, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [47700] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1663), 1, - anon_sym_type, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(1661), 27, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [47740] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1637), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1635), 20, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [47780] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1667), 1, - anon_sym_type, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(1665), 27, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [47820] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1641), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1639), 19, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [47862] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1659), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1657), 20, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [47902] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1629), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1627), 20, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [47942] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1649), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1647), 19, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [47984] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(201), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1631), 20, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [48024] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(207), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1633), 20, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [48064] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(207), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1633), 20, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [48104] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1625), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1503), 22, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [48144] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1641), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1639), 19, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [48186] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1629), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1627), 22, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [48226] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(201), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1631), 22, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [48266] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(207), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1633), 22, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [48306] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(201), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1631), 20, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [48346] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 19, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [48388] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1649), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1647), 19, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_AMP, - anon_sym_match, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [48430] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 19, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [48472] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1655), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 19, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [48514] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1641), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1639), 21, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [48556] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1629), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1627), 20, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [48596] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1503), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1499), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1501), 19, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [48638] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1503), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1499), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1501), 19, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [48680] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 21, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [48722] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1649), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1647), 19, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [48764] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 21, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [48806] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(207), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(203), 13, - ts_builtin_sym_end, - anon_sym_LBRACE, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_QMARK, - sym_typeclass_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - ACTIONS(205), 14, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - sym_name_identifier, - [48848] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1655), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 21, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [48890] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1659), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1657), 20, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [48930] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1655), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 19, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_AMP, - anon_sym_match, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [48972] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(262), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(260), 20, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [49012] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1655), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 19, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [49054] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 19, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_AMP, - anon_sym_match, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [49096] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1649), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1647), 21, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [49138] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 19, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_AMP, - anon_sym_match, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [49180] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(207), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(209), 13, - ts_builtin_sym_end, - anon_sym_LBRACE, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_QMARK, - sym_typeclass_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - ACTIONS(211), 14, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - sym_name_identifier, - [49222] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1659), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1657), 20, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_AMP, - anon_sym_match, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [49262] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1625), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1503), 20, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_AMP, - anon_sym_match, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [49302] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1637), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1635), 20, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [49342] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1629), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1627), 20, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_AMP, - anon_sym_match, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [49382] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1503), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1499), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1501), 21, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [49424] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1623), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1621), 20, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_AMP, - anon_sym_match, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [49464] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(201), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1631), 20, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_AMP, - anon_sym_match, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [49504] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1637), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1635), 20, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_AMP, - anon_sym_match, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [49544] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1623), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1621), 22, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [49584] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1641), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1639), 19, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_AMP, - anon_sym_match, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [49626] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(207), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1633), 20, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_AMP, - anon_sym_match, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [49666] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1671), 1, - anon_sym_type, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(1669), 26, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_RPAREN, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [49705] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1637), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1635), 19, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [49744] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1659), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1657), 21, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [49783] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1655), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [49824] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1637), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1635), 21, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [49863] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(201), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1631), 21, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [49902] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1655), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 18, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [49943] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1503), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1499), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1501), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [49984] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1637), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1635), 21, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [50023] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [50064] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1623), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1621), 21, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [50103] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(262), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(260), 19, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_AMP, - anon_sym_match, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [50142] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1637), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1635), 19, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_match, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [50181] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1659), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1657), 21, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [50220] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1503), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1499), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1501), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_QMARK, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [50261] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 18, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [50302] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1641), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1639), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [50343] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1625), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1503), 21, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [50382] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1629), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1627), 21, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [50421] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(201), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1631), 21, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [50460] = 16, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(7), 1, - anon_sym_namespace, - ACTIONS(11), 1, - anon_sym_partition, - ACTIONS(13), 1, - anon_sym_import, - ACTIONS(15), 1, - anon_sym_use, - ACTIONS(17), 1, - anon_sym_alias, - ACTIONS(19), 1, - anon_sym_decl, - ACTIONS(21), 1, - anon_sym_def, - ACTIONS(23), 1, - anon_sym_type, - ACTIONS(27), 1, - anon_sym_typeclass, - ACTIONS(1673), 1, - ts_builtin_sym_end, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(9), 2, - anon_sym_const, - anon_sym_var, - ACTIONS(25), 2, - anon_sym_struct, - anon_sym_class, - STATE(570), 3, - sym_source_statement, - sym_partition, - aux_sym_source_file_repeat1, - STATE(1278), 10, - sym_namespace, - sym_import_statement, - sym_usage_definition, - sym_alias_definition, - sym_variable_definition, - sym__function_declaration_statement, - sym_function_definition, - sym_alias_type_definition, - sym_type_definition, - sym_typeclass_definition, - [50523] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 18, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [50564] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(207), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1633), 21, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [50603] = 16, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1675), 1, - ts_builtin_sym_end, - ACTIONS(1677), 1, - anon_sym_namespace, - ACTIONS(1683), 1, - anon_sym_partition, - ACTIONS(1686), 1, - anon_sym_import, - ACTIONS(1689), 1, - anon_sym_use, - ACTIONS(1692), 1, - anon_sym_alias, - ACTIONS(1695), 1, - anon_sym_decl, - ACTIONS(1698), 1, - anon_sym_def, - ACTIONS(1701), 1, - anon_sym_type, - ACTIONS(1707), 1, - anon_sym_typeclass, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(1680), 2, - anon_sym_const, - anon_sym_var, - ACTIONS(1704), 2, - anon_sym_struct, - anon_sym_class, - STATE(570), 3, - sym_source_statement, - sym_partition, - aux_sym_source_file_repeat1, - STATE(1278), 10, - sym_namespace, - sym_import_statement, - sym_usage_definition, - sym_alias_definition, - sym_variable_definition, - sym__function_declaration_statement, - sym_function_definition, - sym_alias_type_definition, - sym_type_definition, - sym_typeclass_definition, - [50666] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1623), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1621), 19, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_match, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [50705] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1641), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1639), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_QMARK, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [50746] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [50787] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(207), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1633), 21, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [50826] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1503), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1499), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1501), 18, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [50867] = 13, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1710), 1, - ts_builtin_sym_end, - ACTIONS(1714), 1, - anon_sym_LPAREN, - ACTIONS(1716), 1, - sym_typeclass_identifier, - ACTIONS(1718), 1, - sym_name_identifier, - STATE(1755), 1, - aux_sym_name_superexpression_repeat1, - STATE(2032), 1, - aux_sym_name_expression_repeat1, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(616), 2, - sym_import_symbol, - aux_sym_import_statement_repeat1, - STATE(1113), 3, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1593), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(550), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1112), 2, + sym_extended_name, + sym_literal, + STATE(1130), 2, + sym_string_literal, + sym_char_literal, + STATE(1236), 2, + sym_scoped_statement, sym_name_expression, - sym_type_expression, - sym_typeclass_expression, - ACTIONS(1712), 13, + ACTIONS(515), 16, anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [50924] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(201), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1631), 19, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_match, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [50963] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1649), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1647), 18, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [51004] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1641), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1639), 18, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [51045] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1649), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1647), 18, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [51086] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(207), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1633), 19, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [51125] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1722), 1, - anon_sym_type, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(1720), 26, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, anon_sym_import, - anon_sym_use, anon_sym_alias, + anon_sym_type, + anon_sym_let, anon_sym_decl, anon_sym_def, anon_sym_struct, anon_sym_class, - anon_sym_typeclass, - anon_sym_RPAREN, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [51164] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(201), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1631), 19, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [51203] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1625), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1503), 19, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_match, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [51242] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1629), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1627), 21, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [51281] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1649), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1647), 18, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_match, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [51322] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1659), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1657), 21, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [51361] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1655), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 18, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [51402] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1503), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1499), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1501), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [51443] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 21, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [51482] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1629), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1627), 19, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [51521] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1629), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1627), 21, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [51560] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 18, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [51601] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1637), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1635), 21, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [51640] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 18, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [51681] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1623), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1621), 21, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, + anon_sym_basic, + anon_sym_abstract, anon_sym_typeclass, anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [51720] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 19, - anon_sym_const, - anon_sym_var, - anon_sym_alias, anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [51759] = 4, + [36791] = 22, ACTIONS(3), 1, sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1659), 8, - anon_sym_LBRACE, + ACTIONS(369), 1, anon_sym_RBRACE, + ACTIONS(1481), 1, anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, + ACTIONS(1485), 1, + sym_name_identifier, + ACTIONS(1489), 1, sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1657), 19, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, + ACTIONS(1491), 1, sym_number_literal, - anon_sym_SQUOTE, - [51798] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1623), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, + ACTIONS(1493), 1, anon_sym_DQUOTE, - ACTIONS(1621), 21, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, + ACTIONS(1495), 1, anon_sym_SQUOTE, - [51837] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1641), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1639), 18, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [51878] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1625), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1503), 21, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [51917] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(262), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(260), 21, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [51956] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_QMARK, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [51997] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 19, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_AMP, - anon_sym_match, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [52036] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(207), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1633), 19, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [52075] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(201), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1631), 19, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [52114] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1649), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1647), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [52155] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1503), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1499), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1501), 18, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [52196] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1623), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1621), 19, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [52235] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1629), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1627), 19, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [52274] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(201), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1631), 21, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [52313] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1659), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1657), 19, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [52352] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1625), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1503), 19, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [52391] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 19, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [52430] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(207), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1633), 21, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [52469] = 13, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1724), 1, - ts_builtin_sym_end, - ACTIONS(1728), 1, - anon_sym_LPAREN, - ACTIONS(1731), 1, - sym_typeclass_identifier, - ACTIONS(1734), 1, - sym_name_identifier, - STATE(1755), 1, - aux_sym_name_superexpression_repeat1, - STATE(2032), 1, - aux_sym_name_expression_repeat1, - STATE(2470), 1, + STATE(1150), 1, sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(1737), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(616), 2, - sym_import_symbol, - aux_sym_import_statement_repeat1, - STATE(1113), 3, - sym_name_expression, - sym_type_expression, - sym_typeclass_expression, - ACTIONS(1726), 13, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [52526] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, + STATE(1232), 1, + sym_subexpression_token, + STATE(1423), 1, + aux_sym_name_expression_repeat1, + STATE(1792), 1, + aux_sym_name_expression_repeat2, + STATE(2329), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(1641), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, + ACTIONS(1483), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1487), 2, sym_type_identifier, sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1639), 20, + STATE(546), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1057), 2, + sym_string_literal, + sym_char_literal, + STATE(1147), 2, + sym_extended_name, + sym_literal, + STATE(1210), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(371), 16, anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, anon_sym_use, + anon_sym_import, anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, anon_sym_struct, anon_sym_class, + anon_sym_basic, + anon_sym_abstract, anon_sym_typeclass, anon_sym_AMP, anon_sym_PIPE, - sym_name_identifier, sym_operator, + [36880] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(513), 1, + ts_builtin_sym_end, + ACTIONS(1549), 1, + anon_sym_LPAREN, + ACTIONS(1553), 1, + sym_name_identifier, + ACTIONS(1557), 1, + sym_float_number_literal, + ACTIONS(1559), 1, sym_number_literal, + ACTIONS(1561), 1, + anon_sym_DQUOTE, + ACTIONS(1563), 1, anon_sym_SQUOTE, - [52567] = 4, - ACTIONS(5), 1, + STATE(1169), 1, + sym_type_subexpression, + STATE(1229), 1, + sym_subexpression_token, + STATE(1429), 1, + aux_sym_name_expression_repeat1, + STATE(1679), 1, + aux_sym_name_expression_repeat2, + STATE(2358), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, sym__doc_comment, + sym__block_comment, + ACTIONS(1551), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1555), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(545), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1174), 2, + sym_extended_name, + sym_literal, + STATE(1175), 2, + sym_string_literal, + sym_char_literal, + STATE(1205), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(515), 16, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + sym_operator, + [36969] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(475), 1, + ts_builtin_sym_end, + ACTIONS(1721), 1, + anon_sym_LPAREN, + ACTIONS(1727), 1, + sym_name_identifier, + ACTIONS(1733), 1, + sym_float_number_literal, + ACTIONS(1736), 1, + sym_number_literal, + ACTIONS(1739), 1, + anon_sym_DQUOTE, ACTIONS(1742), 1, - anon_sym_type, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(1740), 26, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_RPAREN, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [52606] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1649), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1647), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_elif, - anon_sym_else, - sym_name_identifier, - sym_operator, - sym_number_literal, anon_sym_SQUOTE, - [52647] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1637), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1635), 19, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [52686] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1625), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1503), 21, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_elif, - anon_sym_else, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [52725] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1746), 1, - anon_sym_type, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(1744), 26, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_RPAREN, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [52764] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1623), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1621), 19, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [52803] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [52844] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1655), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_elif, - anon_sym_else, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [52885] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1655), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 18, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_match, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [52926] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1625), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1503), 19, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [52965] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [53006] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1750), 1, - anon_sym_type, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(1748), 26, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_RPAREN, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [53045] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(262), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(260), 19, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [53084] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1623), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1621), 21, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_elif, - anon_sym_else, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [53123] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1655), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [53164] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1754), 1, - anon_sym_type, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(1752), 26, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_RPAREN, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [53203] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1629), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1627), 19, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_match, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [53242] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_elif, - anon_sym_else, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [53283] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1637), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1635), 21, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_elif, - anon_sym_else, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [53322] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1659), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1657), 19, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_match, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [53361] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1758), 1, - anon_sym_type, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(1756), 26, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_RPAREN, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [53400] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_QMARK, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [53441] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 18, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_match, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [53482] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 18, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_match, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [53523] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1762), 1, - anon_sym_type, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(1760), 26, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_RPAREN, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [53562] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1503), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1499), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1501), 18, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_match, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [53603] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1641), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1639), 18, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_match, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [53644] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1659), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1657), 21, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_elif, - anon_sym_else, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [53683] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1649), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1647), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_QMARK, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [53724] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(207), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1633), 19, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_match, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [53763] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1655), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_QMARK, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [53804] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1649), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1647), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [53845] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1629), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1627), 21, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_elif, - anon_sym_else, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [53884] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(201), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1631), 21, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_elif, - anon_sym_else, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [53923] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(207), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1633), 21, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_elif, - anon_sym_else, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [53962] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1625), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1503), 21, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [54001] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1641), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1639), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_elif, - anon_sym_else, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [54042] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1503), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1499), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1501), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_elif, - anon_sym_else, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [54083] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(262), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(260), 19, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [54122] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_elif, - anon_sym_else, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [54163] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1503), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1499), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1501), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [54203] = 13, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1724), 1, - anon_sym_RBRACE, - ACTIONS(1728), 1, - anon_sym_LPAREN, - ACTIONS(1764), 1, - sym_typeclass_identifier, - ACTIONS(1767), 1, - sym_name_identifier, - STATE(1758), 1, - aux_sym_name_superexpression_repeat1, - STATE(2028), 1, - aux_sym_name_expression_repeat1, - STATE(2470), 1, + STATE(1169), 1, sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, + STATE(1229), 1, + sym_subexpression_token, + STATE(1429), 1, + aux_sym_name_expression_repeat1, + STATE(1679), 1, + aux_sym_name_expression_repeat2, + STATE(2358), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, sym__block_comment, - ACTIONS(1770), 2, + ACTIONS(1724), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1730), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(659), 2, - sym_import_symbol, - aux_sym_import_statement_repeat1, - STATE(1149), 3, + STATE(562), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1174), 2, + sym_extended_name, + sym_literal, + STATE(1175), 2, + sym_string_literal, + sym_char_literal, + STATE(1205), 2, + sym_scoped_statement, sym_name_expression, - sym_type_expression, - sym_typeclass_expression, - ACTIONS(1726), 12, + ACTIONS(477), 16, anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [54259] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1649), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1647), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, anon_sym_partition, - anon_sym_import, anon_sym_use, + anon_sym_import, anon_sym_alias, + anon_sym_type, + anon_sym_let, anon_sym_decl, anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_elif, - anon_sym_else, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [54299] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, anon_sym_struct, anon_sym_class, + anon_sym_basic, + anon_sym_abstract, anon_sym_typeclass, anon_sym_AMP, - anon_sym_elif, - anon_sym_else, - sym_name_identifier, sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [54337] = 5, + [37058] = 22, ACTIONS(3), 1, sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1649), 6, + ACTIONS(237), 1, + sym_name_identifier, + ACTIONS(241), 1, + sym_float_number_literal, + ACTIONS(243), 1, + sym_number_literal, + ACTIONS(245), 1, + anon_sym_DQUOTE, + ACTIONS(247), 1, + anon_sym_SQUOTE, + ACTIONS(369), 1, ts_builtin_sym_end, + ACTIONS(1745), 1, anon_sym_LPAREN, + STATE(1290), 1, + sym_type_subexpression, + STATE(1324), 1, + sym_subexpression_token, + STATE(1406), 1, + aux_sym_name_expression_repeat1, + STATE(1761), 1, + aux_sym_name_expression_repeat2, + STATE(2374), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(1747), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1749), 2, sym_type_identifier, sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1647), 19, + STATE(569), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1286), 2, + sym_string_literal, + sym_char_literal, + STATE(1289), 2, + sym_extended_name, + sym_literal, + STATE(1334), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(371), 15, anon_sym_namespace, - anon_sym_const, - anon_sym_var, anon_sym_partition, - anon_sym_import, anon_sym_use, + anon_sym_import, anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, anon_sym_struct, anon_sym_class, + anon_sym_basic, + anon_sym_abstract, anon_sym_typeclass, - anon_sym_PIPE, - sym_name_identifier, sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [54377] = 5, + [37146] = 22, ACTIONS(3), 1, sym__line_comment, - ACTIONS(1503), 1, - anon_sym_DOT, + ACTIONS(713), 1, + sym_name_identifier, + ACTIONS(717), 1, + sym_float_number_literal, + ACTIONS(719), 1, + sym_number_literal, + ACTIONS(721), 1, + anon_sym_DQUOTE, + ACTIONS(723), 1, + anon_sym_SQUOTE, + ACTIONS(1751), 1, + anon_sym_LPAREN, + STATE(1255), 1, + sym_type_subexpression, + STATE(1308), 1, + sym_subexpression_token, + STATE(1435), 1, + aux_sym_name_expression_repeat1, + STATE(1796), 1, + aux_sym_name_expression_repeat2, + STATE(2348), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(1499), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, + ACTIONS(1753), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1755), 2, sym_type_identifier, sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1501), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [54417] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1503), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1499), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1501), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_elif, - anon_sym_else, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [54457] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1503), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1499), 8, + STATE(571), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1252), 2, + sym_extended_name, + sym_literal, + STATE(1270), 2, + sym_string_literal, + sym_char_literal, + STATE(1331), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(369), 3, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1501), 17, + ACTIONS(371), 13, anon_sym_const, anon_sym_var, - anon_sym_alias, anon_sym_PIPE, anon_sym_match, anon_sym_if, @@ -53607,170 +55520,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_break, anon_sym_continue, - sym_name_identifier, sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [54497] = 5, + [37234] = 22, ACTIONS(3), 1, sym__line_comment, - ACTIONS(1655), 1, - anon_sym_DOT, + ACTIONS(713), 1, + sym_name_identifier, + ACTIONS(717), 1, + sym_float_number_literal, + ACTIONS(719), 1, + sym_number_literal, + ACTIONS(721), 1, + anon_sym_DQUOTE, + ACTIONS(723), 1, + anon_sym_SQUOTE, + ACTIONS(1751), 1, + anon_sym_LPAREN, + STATE(1255), 1, + sym_type_subexpression, + STATE(1308), 1, + sym_subexpression_token, + STATE(1435), 1, + aux_sym_name_expression_repeat1, + STATE(1796), 1, + aux_sym_name_expression_repeat2, + STATE(2348), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(1653), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, + ACTIONS(1753), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1755), 2, sym_type_identifier, sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [54537] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [54577] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [54617] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1503), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1499), 8, + STATE(564), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1252), 2, + sym_extended_name, + sym_literal, + STATE(1270), 2, + sym_string_literal, + sym_char_literal, + STATE(1331), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(513), 3, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1501), 17, + ACTIONS(515), 13, anon_sym_const, anon_sym_var, - anon_sym_alias, - anon_sym_AMP, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [54657] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 18, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_AMP, anon_sym_PIPE, anon_sym_match, anon_sym_if, @@ -53781,5296 +55586,341 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_break, anon_sym_continue, - sym_name_identifier, sym_operator, + [37322] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(237), 1, + sym_name_identifier, + ACTIONS(241), 1, + sym_float_number_literal, + ACTIONS(243), 1, sym_number_literal, + ACTIONS(245), 1, + anon_sym_DQUOTE, + ACTIONS(247), 1, anon_sym_SQUOTE, - [54695] = 4, - ACTIONS(5), 1, + ACTIONS(513), 1, + ts_builtin_sym_end, + ACTIONS(1745), 1, + anon_sym_LPAREN, + STATE(1290), 1, + sym_type_subexpression, + STATE(1324), 1, + sym_subexpression_token, + STATE(1406), 1, + aux_sym_name_expression_repeat1, + STATE(1761), 1, + aux_sym_name_expression_repeat2, + STATE(2374), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, sym__doc_comment, + sym__block_comment, + ACTIONS(1747), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1749), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(563), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1286), 2, + sym_string_literal, + sym_char_literal, + STATE(1289), 2, + sym_extended_name, + sym_literal, + STATE(1334), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(515), 15, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + sym_operator, + [37410] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(369), 1, + anon_sym_RBRACE, + ACTIONS(1047), 1, + sym_name_identifier, + ACTIONS(1051), 1, + sym_float_number_literal, + ACTIONS(1053), 1, + sym_number_literal, + ACTIONS(1055), 1, + anon_sym_DQUOTE, + ACTIONS(1057), 1, + anon_sym_SQUOTE, + ACTIONS(1757), 1, + anon_sym_LPAREN, + STATE(1204), 1, + sym_type_subexpression, + STATE(1348), 1, + sym_subexpression_token, + STATE(1455), 1, + aux_sym_name_expression_repeat1, + STATE(1706), 1, + aux_sym_name_expression_repeat2, + STATE(2337), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(1759), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1761), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(568), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1201), 2, + sym_extended_name, + sym_literal, + STATE(1220), 2, + sym_string_literal, + sym_char_literal, + STATE(1304), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(371), 15, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + sym_operator, + [37498] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(475), 1, + anon_sym_RBRACE, + ACTIONS(1763), 1, + anon_sym_LPAREN, + ACTIONS(1769), 1, + sym_name_identifier, ACTIONS(1775), 1, - anon_sym_type, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(1773), 25, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [54733] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1641), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1639), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - sym_name_identifier, - sym_operator, + ACTIONS(1778), 1, sym_number_literal, - anon_sym_SQUOTE, - [54773] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1649), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1647), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [54813] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1655), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_elif, - anon_sym_else, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [54853] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(207), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1633), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [54891] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_elif, - anon_sym_else, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [54931] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(201), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1631), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [54969] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_elif, - anon_sym_else, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [55009] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1629), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1627), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [55047] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1659), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1657), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [55085] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [55123] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1641), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1639), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_elif, - anon_sym_else, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [55163] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1655), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [55203] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(207), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1633), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_elif, - anon_sym_else, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [55241] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(201), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1631), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_elif, - anon_sym_else, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [55279] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1779), 1, - anon_sym_type, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(1777), 25, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [55317] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1629), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1627), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_elif, - anon_sym_else, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [55355] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(262), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(260), 18, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [55393] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1637), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1635), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [55431] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1659), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1657), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_elif, - anon_sym_else, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [55469] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1625), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1503), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [55507] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(262), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(260), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_QMARK, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [55545] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1623), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1621), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [55583] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [55623] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [55661] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1637), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1635), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_elif, - anon_sym_else, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [55699] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1625), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1503), 18, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [55737] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1659), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1657), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [55775] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1623), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1621), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_elif, - anon_sym_else, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [55813] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(262), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(260), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [55851] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1629), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1627), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [55889] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1625), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1503), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_elif, - anon_sym_else, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [55927] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1623), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1621), 18, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [55965] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1625), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1503), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [56003] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1623), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1621), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [56041] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1503), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1499), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1501), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_QMARK, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [56081] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1623), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1621), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [56119] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(201), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1631), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [56157] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1503), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1499), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1501), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [56197] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1637), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1635), 18, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [56235] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1637), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1635), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [56273] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(207), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1633), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [56311] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1623), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1621), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [56349] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(262), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(260), 18, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [56387] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1625), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1503), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_elif, - anon_sym_else, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [56425] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1641), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1639), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [56465] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 18, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [56503] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1659), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1657), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [56541] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [56581] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1659), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1657), 18, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [56619] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1623), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1621), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_elif, - anon_sym_else, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [56657] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1629), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1627), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [56695] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1637), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1635), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [56733] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1625), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1503), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [56771] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(201), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1631), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [56809] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1659), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1657), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [56847] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(262), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(260), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [56885] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(207), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1633), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [56923] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1629), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1627), 18, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [56961] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 18, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_match, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [56999] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [57039] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(201), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1631), 18, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [57077] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(207), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1633), 18, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [57115] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1641), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1639), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_QMARK, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [57155] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1625), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1503), 18, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_AMP, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [57193] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1629), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1627), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [57231] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1641), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1639), 17, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [57271] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1637), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1635), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_elif, - anon_sym_else, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [57309] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1623), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1621), 18, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_AMP, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [57347] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [57387] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 17, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [57427] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1637), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1635), 18, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_AMP, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [57465] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 17, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [57505] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1655), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [57545] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1655), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 17, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [57585] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_QMARK, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [57625] = 13, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1710), 1, - anon_sym_RBRACE, - ACTIONS(1714), 1, - anon_sym_LPAREN, ACTIONS(1781), 1, - sym_typeclass_identifier, - ACTIONS(1783), 1, - sym_name_identifier, - STATE(1758), 1, - aux_sym_name_superexpression_repeat1, - STATE(2028), 1, + anon_sym_DQUOTE, + ACTIONS(1784), 1, + anon_sym_SQUOTE, + STATE(1204), 1, + sym_type_subexpression, + STATE(1348), 1, + sym_subexpression_token, + STATE(1455), 1, aux_sym_name_expression_repeat1, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, + STATE(1706), 1, + aux_sym_name_expression_repeat2, + STATE(2337), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, sym__block_comment, - ACTIONS(1785), 2, + ACTIONS(1766), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1772), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(659), 2, - sym_import_symbol, - aux_sym_import_statement_repeat1, - STATE(1149), 3, + STATE(568), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1201), 2, + sym_extended_name, + sym_literal, + STATE(1220), 2, + sym_string_literal, + sym_char_literal, + STATE(1304), 2, + sym_scoped_statement, sym_name_expression, - sym_type_expression, - sym_typeclass_expression, - ACTIONS(1712), 12, + ACTIONS(477), 15, anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, anon_sym_use, + anon_sym_import, anon_sym_alias, + anon_sym_type, + anon_sym_let, anon_sym_decl, anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [57681] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, anon_sym_struct, anon_sym_class, + anon_sym_basic, + anon_sym_abstract, anon_sym_typeclass, anon_sym_PIPE, - anon_sym_QMARK, - sym_name_identifier, sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [57721] = 4, + [37586] = 22, ACTIONS(3), 1, sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1659), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1657), 18, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_AMP, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [57759] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(262), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(260), 18, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_match, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [57797] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1655), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_QMARK, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [57837] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1629), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1627), 18, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_AMP, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [57875] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1649), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1647), 17, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [57915] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(201), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1631), 18, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_AMP, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [57953] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1503), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1499), 6, + ACTIONS(475), 1, ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1501), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_elif, - anon_sym_else, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [57993] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(207), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1633), 18, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_AMP, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [58031] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(244), 1, - anon_sym_RPAREN, ACTIONS(1787), 1, anon_sym_LPAREN, - ACTIONS(1789), 1, - sym_name_identifier, ACTIONS(1793), 1, - sym_float_number_literal, - ACTIONS(1795), 1, - sym_number_literal, - ACTIONS(1797), 1, - anon_sym_DQUOTE, + sym_name_identifier, ACTIONS(1799), 1, + sym_float_number_literal, + ACTIONS(1802), 1, + sym_number_literal, + ACTIONS(1805), 1, + anon_sym_DQUOTE, + ACTIONS(1808), 1, anon_sym_SQUOTE, - STATE(1255), 1, - aux_sym_name_superexpression_repeat1, - STATE(1311), 1, - sym_literal, - STATE(1317), 1, + STATE(1290), 1, sym_type_subexpression, - STATE(1344), 1, + STATE(1324), 1, sym_subexpression_token, - STATE(1563), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, + STATE(1406), 1, + aux_sym_name_expression_repeat1, + STATE(1761), 1, + aux_sym_name_expression_repeat2, + STATE(2374), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(1791), 2, + ACTIONS(1790), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1796), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(769), 2, + STATE(569), 2, sym_function_argument, aux_sym_function_call_expression_repeat1, - STATE(1335), 2, + STATE(1286), 2, sym_string_literal, sym_char_literal, - STATE(1343), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(242), 5, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - sym_operator, - [58101] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1641), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1639), 17, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_AMP, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [58141] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1659), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1657), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_elif, - anon_sym_else, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [58179] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1649), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1647), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_QMARK, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [58219] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 17, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_AMP, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [58259] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(262), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(260), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_elif, - anon_sym_else, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [58297] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 17, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_AMP, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [58337] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1655), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 17, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_AMP, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [58377] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1641), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1639), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [58417] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(262), 1, - anon_sym_RPAREN, - ACTIONS(1787), 1, - anon_sym_LPAREN, - ACTIONS(1789), 1, - sym_name_identifier, - ACTIONS(1793), 1, - sym_float_number_literal, - ACTIONS(1795), 1, - sym_number_literal, - ACTIONS(1797), 1, - anon_sym_DQUOTE, - ACTIONS(1799), 1, - anon_sym_SQUOTE, - STATE(1255), 1, - aux_sym_name_superexpression_repeat1, - STATE(1311), 1, + STATE(1289), 2, + sym_extended_name, sym_literal, - STATE(1317), 1, + STATE(1334), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(477), 15, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + sym_operator, + [37674] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(475), 1, + anon_sym_RBRACE, + ACTIONS(1811), 1, + anon_sym_LPAREN, + ACTIONS(1817), 1, + sym_name_identifier, + ACTIONS(1823), 1, + sym_float_number_literal, + ACTIONS(1826), 1, + sym_number_literal, + ACTIONS(1829), 1, + anon_sym_DQUOTE, + ACTIONS(1832), 1, + anon_sym_SQUOTE, + STATE(1192), 1, sym_type_subexpression, - STATE(1344), 1, + STATE(1332), 1, sym_subexpression_token, - STATE(1563), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, + STATE(1448), 1, + aux_sym_name_expression_repeat1, + STATE(1759), 1, + aux_sym_name_expression_repeat2, + STATE(2357), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(1791), 2, + ACTIONS(1814), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1820), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(757), 2, + STATE(570), 2, sym_function_argument, aux_sym_function_call_expression_repeat1, - STATE(1335), 2, - sym_string_literal, - sym_char_literal, - STATE(1343), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(260), 5, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - sym_operator, - [58487] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1637), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1635), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [58525] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_QMARK, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [58563] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(219), 1, - anon_sym_RPAREN, - ACTIONS(1801), 1, - anon_sym_LPAREN, - ACTIONS(1804), 1, - sym_name_identifier, - ACTIONS(1810), 1, - sym_float_number_literal, - ACTIONS(1813), 1, - sym_number_literal, - ACTIONS(1816), 1, - anon_sym_DQUOTE, - ACTIONS(1819), 1, - anon_sym_SQUOTE, - STATE(1255), 1, - aux_sym_name_superexpression_repeat1, - STATE(1311), 1, + STATE(1191), 2, + sym_extended_name, sym_literal, - STATE(1317), 1, - sym_type_subexpression, - STATE(1344), 1, - sym_subexpression_token, - STATE(1563), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1807), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(769), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(1335), 2, + STATE(1200), 2, sym_string_literal, sym_char_literal, - STATE(1343), 2, + STATE(1326), 2, sym_scoped_statement, - sym_name_superexpression, - ACTIONS(217), 5, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - sym_operator, - [58633] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(201), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1631), 20, + sym_name_expression, + ACTIONS(477), 15, anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, anon_sym_use, + anon_sym_import, anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, anon_sym_struct, anon_sym_class, + anon_sym_basic, + anon_sym_abstract, anon_sym_typeclass, anon_sym_AMP, - anon_sym_PIPE, - anon_sym_DOT, - sym_name_identifier, sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [58671] = 5, + [37762] = 22, ACTIONS(3), 1, sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1649), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1647), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_elif, - anon_sym_else, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [58711] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1629), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1627), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_elif, - anon_sym_else, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [58749] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1655), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_elif, - anon_sym_else, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [58789] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_elif, - anon_sym_else, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [58829] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1649), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1647), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [58869] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_elif, - anon_sym_else, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [58909] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1625), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1503), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [58947] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(201), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1631), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_elif, - anon_sym_else, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [58985] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(207), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1633), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [59023] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1641), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1639), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_elif, - anon_sym_else, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [59063] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1649), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1647), 17, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_AMP, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [59103] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(207), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1633), 20, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_elif, - anon_sym_else, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [59141] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1503), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1499), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1501), 18, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [59180] = 15, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(7), 1, - anon_sym_namespace, - ACTIONS(17), 1, - anon_sym_alias, - ACTIONS(19), 1, - anon_sym_decl, - ACTIONS(23), 1, - anon_sym_type, - ACTIONS(1824), 1, - anon_sym_import, - ACTIONS(1826), 1, - anon_sym_use, - ACTIONS(1828), 1, - anon_sym_def, - ACTIONS(1830), 1, - anon_sym_typeclass, - STATE(2273), 1, - sym_sources, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(25), 2, - anon_sym_struct, - anon_sym_class, - ACTIONS(1822), 2, - anon_sym_const, - anon_sym_var, - STATE(795), 2, - sym_source_statement, - aux_sym_sources_repeat1, - STATE(1278), 10, - sym_namespace, - sym_import_statement, - sym_usage_definition, - sym_alias_definition, - sym_variable_definition, - sym__function_declaration_statement, - sym_function_definition, - sym_alias_type_definition, - sym_type_definition, - sym_typeclass_definition, - [59239] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_elif, - anon_sym_else, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [59276] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1649), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1647), 18, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [59315] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 17, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_AMP, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [59352] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1629), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1627), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [59389] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1834), 1, - anon_sym_type, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(1832), 24, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_COLON, - anon_sym_use, - anon_sym_EQ, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_typeclass_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - [59426] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1503), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1499), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1501), 18, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_elif, - anon_sym_else, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [59465] = 15, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(7), 1, - anon_sym_namespace, - ACTIONS(17), 1, - anon_sym_alias, - ACTIONS(19), 1, - anon_sym_decl, - ACTIONS(23), 1, - anon_sym_type, - ACTIONS(1824), 1, - anon_sym_import, - ACTIONS(1826), 1, - anon_sym_use, - ACTIONS(1828), 1, - anon_sym_def, - ACTIONS(1830), 1, - anon_sym_typeclass, - STATE(2202), 1, - sym_sources, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(25), 2, - anon_sym_struct, - anon_sym_class, - ACTIONS(1822), 2, - anon_sym_const, - anon_sym_var, - STATE(795), 2, - sym_source_statement, - aux_sym_sources_repeat1, - STATE(1278), 10, - sym_namespace, - sym_import_statement, - sym_usage_definition, - sym_alias_definition, - sym_variable_definition, - sym__function_declaration_statement, - sym_function_definition, - sym_alias_type_definition, - sym_type_definition, - sym_typeclass_definition, - [59524] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1655), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 18, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [59563] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1623), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1621), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [59600] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 18, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [59639] = 15, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(7), 1, - anon_sym_namespace, - ACTIONS(17), 1, - anon_sym_alias, - ACTIONS(19), 1, - anon_sym_decl, - ACTIONS(23), 1, - anon_sym_type, - ACTIONS(1824), 1, - anon_sym_import, - ACTIONS(1826), 1, - anon_sym_use, - ACTIONS(1828), 1, - anon_sym_def, - ACTIONS(1830), 1, - anon_sym_typeclass, - ACTIONS(1836), 1, - anon_sym_RBRACE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(25), 2, - anon_sym_struct, - anon_sym_class, - ACTIONS(1822), 2, - anon_sym_const, - anon_sym_var, - STATE(876), 2, - sym_source_statement, - aux_sym_sources_repeat1, - STATE(1278), 10, - sym_namespace, - sym_import_statement, - sym_usage_definition, - sym_alias_definition, - sym_variable_definition, - sym__function_declaration_statement, - sym_function_definition, - sym_alias_type_definition, - sym_type_definition, - sym_typeclass_definition, - [59698] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1637), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1635), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [59735] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [59772] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1623), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1621), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [59809] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1641), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1639), 18, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [59848] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(207), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1633), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [59885] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_QMARK, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [59922] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(201), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1631), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [59959] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1641), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1639), 18, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [59998] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1649), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1647), 18, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [60037] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1629), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1627), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [60074] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 17, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [60111] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(262), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(260), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_elif, - anon_sym_else, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [60148] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1659), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1657), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [60185] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1655), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 18, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [60224] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 18, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [60263] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1637), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1635), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [60300] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 18, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [60339] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1623), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1621), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [60376] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1641), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1639), 18, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [60415] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1625), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1503), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [60452] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(207), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1633), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [60489] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(201), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1631), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [60526] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1659), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1657), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [60563] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1625), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1503), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [60600] = 15, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(7), 1, - anon_sym_namespace, - ACTIONS(17), 1, - anon_sym_alias, - ACTIONS(19), 1, - anon_sym_decl, - ACTIONS(23), 1, - anon_sym_type, - ACTIONS(1824), 1, - anon_sym_import, - ACTIONS(1826), 1, - anon_sym_use, - ACTIONS(1828), 1, - anon_sym_def, - ACTIONS(1830), 1, - anon_sym_typeclass, - STATE(2325), 1, - sym_sources, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(25), 2, - anon_sym_struct, - anon_sym_class, - ACTIONS(1822), 2, - anon_sym_const, - anon_sym_var, - STATE(795), 2, - sym_source_statement, - aux_sym_sources_repeat1, - STATE(1278), 10, - sym_namespace, - sym_import_statement, - sym_usage_definition, - sym_alias_definition, - sym_variable_definition, - sym__function_declaration_statement, - sym_function_definition, - sym_alias_type_definition, - sym_type_definition, - sym_typeclass_definition, - [60659] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1503), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1499), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1501), 18, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [60698] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(262), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(260), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [60735] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(219), 1, - anon_sym_RPAREN, - ACTIONS(1838), 1, + ACTIONS(1835), 1, anon_sym_LPAREN, ACTIONS(1841), 1, sym_name_identifier, @@ -59082,357 +55932,443 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(1856), 1, anon_sym_SQUOTE, - STATE(1264), 1, - aux_sym_name_superexpression_repeat1, - STATE(1378), 1, + STATE(1255), 1, sym_type_subexpression, - STATE(1381), 1, - sym_literal, - STATE(1395), 1, + STATE(1308), 1, sym_subexpression_token, - STATE(1575), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, + STATE(1435), 1, + aux_sym_name_expression_repeat1, + STATE(1796), 1, + aux_sym_name_expression_repeat2, + STATE(2348), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, + ACTIONS(1838), 2, + anon_sym_TILDE, + anon_sym_AT, ACTIONS(1844), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(823), 2, + STATE(571), 2, sym_function_argument, aux_sym_function_call_expression_repeat1, - STATE(1364), 2, + STATE(1252), 2, + sym_extended_name, + sym_literal, + STATE(1270), 2, sym_string_literal, sym_char_literal, - STATE(1414), 2, + STATE(1331), 2, sym_scoped_statement, - sym_name_superexpression, - ACTIONS(217), 4, - anon_sym_AMP, - anon_sym_elif, - anon_sym_else, + sym_name_expression, + ACTIONS(475), 3, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_SEMI, + ACTIONS(477), 13, + anon_sym_const, + anon_sym_var, + anon_sym_PIPE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, sym_operator, - [60804] = 20, + [37850] = 22, ACTIONS(3), 1, sym__line_comment, - ACTIONS(244), 1, - anon_sym_RPAREN, ACTIONS(1859), 1, anon_sym_LPAREN, - ACTIONS(1861), 1, - sym_name_identifier, ACTIONS(1865), 1, - sym_float_number_literal, - ACTIONS(1867), 1, - sym_number_literal, - ACTIONS(1869), 1, - anon_sym_DQUOTE, + sym_name_identifier, ACTIONS(1871), 1, + sym_float_number_literal, + ACTIONS(1874), 1, + sym_number_literal, + ACTIONS(1877), 1, + anon_sym_DQUOTE, + ACTIONS(1880), 1, anon_sym_SQUOTE, - STATE(1264), 1, - aux_sym_name_superexpression_repeat1, - STATE(1378), 1, + STATE(1237), 1, sym_type_subexpression, - STATE(1381), 1, - sym_literal, - STATE(1395), 1, + STATE(1303), 1, sym_subexpression_token, - STATE(1575), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, + STATE(1439), 1, + aux_sym_name_expression_repeat1, + STATE(1769), 1, + aux_sym_name_expression_repeat2, + STATE(2334), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(1863), 2, + ACTIONS(1862), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1868), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(823), 2, + STATE(572), 2, sym_function_argument, aux_sym_function_call_expression_repeat1, - STATE(1364), 2, + STATE(1235), 2, + sym_extended_name, + sym_literal, + STATE(1250), 2, sym_string_literal, sym_char_literal, - STATE(1414), 2, + STATE(1340), 2, sym_scoped_statement, - sym_name_superexpression, - ACTIONS(242), 4, - anon_sym_AMP, - anon_sym_elif, - anon_sym_else, - sym_operator, - [60873] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1637), 6, + sym_name_expression, + ACTIONS(475), 3, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1635), 19, - anon_sym_namespace, + anon_sym_SEMI, + ACTIONS(477), 13, anon_sym_const, anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, anon_sym_AMP, - anon_sym_PIPE, - anon_sym_DOT, - sym_name_identifier, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [60910] = 5, + [37938] = 22, ACTIONS(3), 1, sym__line_comment, - ACTIONS(1503), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1499), 6, - ts_builtin_sym_end, + ACTIONS(513), 1, + anon_sym_RBRACE, + ACTIONS(1883), 1, anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1501), 18, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, + ACTIONS(1887), 1, sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [60949] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(262), 1, - anon_sym_RPAREN, - ACTIONS(1859), 1, - anon_sym_LPAREN, - ACTIONS(1861), 1, - sym_name_identifier, - ACTIONS(1865), 1, + ACTIONS(1891), 1, sym_float_number_literal, - ACTIONS(1867), 1, + ACTIONS(1893), 1, sym_number_literal, - ACTIONS(1869), 1, + ACTIONS(1895), 1, anon_sym_DQUOTE, - ACTIONS(1871), 1, + ACTIONS(1897), 1, anon_sym_SQUOTE, - STATE(1264), 1, - aux_sym_name_superexpression_repeat1, - STATE(1378), 1, + STATE(1192), 1, sym_type_subexpression, - STATE(1381), 1, - sym_literal, - STATE(1395), 1, + STATE(1332), 1, sym_subexpression_token, - STATE(1575), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, + STATE(1448), 1, + aux_sym_name_expression_repeat1, + STATE(1759), 1, + aux_sym_name_expression_repeat2, + STATE(2357), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(1863), 2, + ACTIONS(1885), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1889), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(824), 2, + STATE(574), 2, sym_function_argument, aux_sym_function_call_expression_repeat1, - STATE(1364), 2, + STATE(1191), 2, + sym_extended_name, + sym_literal, + STATE(1200), 2, sym_string_literal, sym_char_literal, - STATE(1414), 2, + STATE(1326), 2, sym_scoped_statement, - sym_name_superexpression, - ACTIONS(260), 4, - anon_sym_AMP, - anon_sym_elif, - anon_sym_else, - sym_operator, - [61018] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1625), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1503), 19, + sym_name_expression, + ACTIONS(515), 15, anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, anon_sym_use, + anon_sym_import, anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [61055] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 18, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, + anon_sym_let, anon_sym_decl, anon_sym_def, - anon_sym_type, anon_sym_struct, anon_sym_class, + anon_sym_basic, + anon_sym_abstract, anon_sym_typeclass, anon_sym_AMP, - sym_name_identifier, sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [61094] = 4, + [38026] = 22, ACTIONS(3), 1, sym__line_comment, + ACTIONS(369), 1, + anon_sym_RBRACE, + ACTIONS(1883), 1, + anon_sym_LPAREN, + ACTIONS(1887), 1, + sym_name_identifier, + ACTIONS(1891), 1, + sym_float_number_literal, + ACTIONS(1893), 1, + sym_number_literal, + ACTIONS(1895), 1, + anon_sym_DQUOTE, + ACTIONS(1897), 1, + anon_sym_SQUOTE, + STATE(1192), 1, + sym_type_subexpression, + STATE(1332), 1, + sym_subexpression_token, + STATE(1448), 1, + aux_sym_name_expression_repeat1, + STATE(1759), 1, + aux_sym_name_expression_repeat2, + STATE(2357), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(1623), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, + ACTIONS(1885), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1889), 2, sym_type_identifier, sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1621), 19, + STATE(570), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1191), 2, + sym_extended_name, + sym_literal, + STATE(1200), 2, + sym_string_literal, + sym_char_literal, + STATE(1326), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(371), 15, anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, anon_sym_use, + anon_sym_import, anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, anon_sym_struct, anon_sym_class, + anon_sym_basic, + anon_sym_abstract, anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_DOT, - sym_name_identifier, + anon_sym_AMP, sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [61131] = 4, + [38114] = 22, ACTIONS(3), 1, sym__line_comment, + ACTIONS(1899), 1, + anon_sym_LPAREN, + ACTIONS(1903), 1, + sym_name_identifier, + ACTIONS(1907), 1, + sym_float_number_literal, + ACTIONS(1909), 1, + sym_number_literal, + ACTIONS(1911), 1, + anon_sym_DQUOTE, + ACTIONS(1913), 1, + anon_sym_SQUOTE, + STATE(1237), 1, + sym_type_subexpression, + STATE(1303), 1, + sym_subexpression_token, + STATE(1439), 1, + aux_sym_name_expression_repeat1, + STATE(1769), 1, + aux_sym_name_expression_repeat2, + STATE(2334), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(1637), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, + ACTIONS(1901), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1905), 2, sym_type_identifier, sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1635), 19, - anon_sym_namespace, + STATE(572), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1235), 2, + sym_extended_name, + sym_literal, + STATE(1250), 2, + sym_string_literal, + sym_char_literal, + STATE(1340), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(369), 3, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_SEMI, + ACTIONS(371), 13, anon_sym_const, anon_sym_var, - anon_sym_import, + anon_sym_AMP, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_operator, + [38202] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(513), 1, + anon_sym_RBRACE, + ACTIONS(1047), 1, + sym_name_identifier, + ACTIONS(1051), 1, + sym_float_number_literal, + ACTIONS(1053), 1, + sym_number_literal, + ACTIONS(1055), 1, + anon_sym_DQUOTE, + ACTIONS(1057), 1, + anon_sym_SQUOTE, + ACTIONS(1757), 1, + anon_sym_LPAREN, + STATE(1204), 1, + sym_type_subexpression, + STATE(1348), 1, + sym_subexpression_token, + STATE(1455), 1, + aux_sym_name_expression_repeat1, + STATE(1706), 1, + aux_sym_name_expression_repeat2, + STATE(2337), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(1759), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1761), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(567), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1201), 2, + sym_extended_name, + sym_literal, + STATE(1220), 2, + sym_string_literal, + sym_char_literal, + STATE(1304), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(515), 15, + anon_sym_namespace, anon_sym_use, + anon_sym_import, anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, anon_sym_struct, anon_sym_class, + anon_sym_basic, + anon_sym_abstract, anon_sym_typeclass, anon_sym_PIPE, - anon_sym_DOT, - sym_name_identifier, sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [61168] = 5, + [38290] = 22, ACTIONS(3), 1, sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, + ACTIONS(1899), 1, + anon_sym_LPAREN, + ACTIONS(1903), 1, + sym_name_identifier, + ACTIONS(1907), 1, + sym_float_number_literal, + ACTIONS(1909), 1, + sym_number_literal, + ACTIONS(1911), 1, + anon_sym_DQUOTE, + ACTIONS(1913), 1, + anon_sym_SQUOTE, + STATE(1237), 1, + sym_type_subexpression, + STATE(1303), 1, + sym_subexpression_token, + STATE(1439), 1, + aux_sym_name_expression_repeat1, + STATE(1769), 1, + aux_sym_name_expression_repeat2, + STATE(2334), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(1649), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, + ACTIONS(1901), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1905), 2, sym_type_identifier, sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1647), 16, + STATE(575), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1235), 2, + sym_extended_name, + sym_literal, + STATE(1250), 2, + sym_string_literal, + sym_char_literal, + STATE(1340), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(513), 3, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_SEMI, + ACTIONS(515), 13, anon_sym_const, anon_sym_var, - anon_sym_alias, + anon_sym_AMP, anon_sym_match, anon_sym_if, anon_sym_do, @@ -59442,29 +56378,192 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_break, anon_sym_continue, - sym_name_identifier, sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [61207] = 4, + [38378] = 22, ACTIONS(3), 1, sym__line_comment, + ACTIONS(475), 1, + anon_sym_RBRACE, + ACTIONS(1915), 1, + anon_sym_LPAREN, + ACTIONS(1921), 1, + sym_name_identifier, + ACTIONS(1927), 1, + sym_float_number_literal, + ACTIONS(1930), 1, + sym_number_literal, + ACTIONS(1933), 1, + anon_sym_DQUOTE, + ACTIONS(1936), 1, + anon_sym_SQUOTE, + STATE(1335), 1, + sym_type_subexpression, + STATE(1353), 1, + sym_subexpression_token, + STATE(1443), 1, + aux_sym_name_expression_repeat1, + STATE(1712), 1, + aux_sym_name_expression_repeat2, + STATE(2393), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(1629), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, + ACTIONS(1918), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1924), 2, sym_type_identifier, sym_abstract_type_identifier, + STATE(578), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1341), 2, + sym_string_literal, + sym_char_literal, + STATE(1343), 2, + sym_extended_name, + sym_literal, + STATE(1355), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(477), 14, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + sym_operator, + [38465] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(197), 1, + sym_name_identifier, + ACTIONS(201), 1, sym_float_number_literal, + ACTIONS(203), 1, + sym_number_literal, + ACTIONS(205), 1, anon_sym_DQUOTE, - ACTIONS(1627), 17, + ACTIONS(207), 1, + anon_sym_SQUOTE, + ACTIONS(369), 1, + anon_sym_RBRACE, + ACTIONS(1939), 1, + anon_sym_LPAREN, + STATE(1335), 1, + sym_type_subexpression, + STATE(1353), 1, + sym_subexpression_token, + STATE(1443), 1, + aux_sym_name_expression_repeat1, + STATE(1712), 1, + aux_sym_name_expression_repeat2, + STATE(2393), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(1941), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1943), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(578), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1341), 2, + sym_string_literal, + sym_char_literal, + STATE(1343), 2, + sym_extended_name, + sym_literal, + STATE(1355), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(371), 14, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + sym_operator, + [38552] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(277), 1, + sym_name_identifier, + ACTIONS(281), 1, + sym_float_number_literal, + ACTIONS(283), 1, + sym_number_literal, + ACTIONS(285), 1, + anon_sym_DQUOTE, + ACTIONS(287), 1, + anon_sym_SQUOTE, + ACTIONS(1945), 1, + anon_sym_LPAREN, + STATE(1330), 1, + sym_type_subexpression, + STATE(1357), 1, + sym_subexpression_token, + STATE(1425), 1, + aux_sym_name_expression_repeat1, + STATE(1714), 1, + aux_sym_name_expression_repeat2, + STATE(2335), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(1947), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1949), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(583), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1338), 2, + sym_extended_name, + sym_literal, + STATE(1339), 2, + sym_string_literal, + sym_char_literal, + STATE(1354), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(513), 3, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_SEMI, + ACTIONS(515), 12, anon_sym_const, anon_sym_var, - anon_sym_alias, anon_sym_match, anon_sym_if, anon_sym_do, @@ -59474,32 +56573,127 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_break, anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [61244] = 5, + [38639] = 22, ACTIONS(3), 1, sym__line_comment, - ACTIONS(1655), 1, - anon_sym_DOT, + ACTIONS(197), 1, + sym_name_identifier, + ACTIONS(201), 1, + sym_float_number_literal, + ACTIONS(203), 1, + sym_number_literal, + ACTIONS(205), 1, + anon_sym_DQUOTE, + ACTIONS(207), 1, + anon_sym_SQUOTE, + ACTIONS(513), 1, + anon_sym_RBRACE, + ACTIONS(1939), 1, + anon_sym_LPAREN, + STATE(1335), 1, + sym_type_subexpression, + STATE(1353), 1, + sym_subexpression_token, + STATE(1443), 1, + aux_sym_name_expression_repeat1, + STATE(1712), 1, + aux_sym_name_expression_repeat2, + STATE(2393), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(1653), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, + ACTIONS(1941), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1943), 2, sym_type_identifier, sym_abstract_type_identifier, + STATE(579), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1341), 2, + sym_string_literal, + sym_char_literal, + STATE(1343), 2, + sym_extended_name, + sym_literal, + STATE(1355), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(515), 14, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + sym_operator, + [38726] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(1951), 1, + anon_sym_LPAREN, + ACTIONS(1957), 1, + sym_name_identifier, + ACTIONS(1963), 1, sym_float_number_literal, + ACTIONS(1966), 1, + sym_number_literal, + ACTIONS(1969), 1, anon_sym_DQUOTE, - ACTIONS(1651), 16, + ACTIONS(1972), 1, + anon_sym_SQUOTE, + STATE(1330), 1, + sym_type_subexpression, + STATE(1357), 1, + sym_subexpression_token, + STATE(1425), 1, + aux_sym_name_expression_repeat1, + STATE(1714), 1, + aux_sym_name_expression_repeat2, + STATE(2335), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(1954), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1960), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(582), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1338), 2, + sym_extended_name, + sym_literal, + STATE(1339), 2, + sym_string_literal, + sym_char_literal, + STATE(1354), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(475), 3, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_SEMI, + ACTIONS(477), 12, anon_sym_const, anon_sym_var, - anon_sym_alias, anon_sym_match, anon_sym_if, anon_sym_do, @@ -59509,31 +56703,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_break, anon_sym_continue, - sym_name_identifier, sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [61283] = 5, + [38813] = 22, ACTIONS(3), 1, sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, + ACTIONS(277), 1, + sym_name_identifier, + ACTIONS(281), 1, + sym_float_number_literal, + ACTIONS(283), 1, + sym_number_literal, + ACTIONS(285), 1, + anon_sym_DQUOTE, + ACTIONS(287), 1, + anon_sym_SQUOTE, + ACTIONS(1945), 1, + anon_sym_LPAREN, + STATE(1330), 1, + sym_type_subexpression, + STATE(1357), 1, + sym_subexpression_token, + STATE(1425), 1, + aux_sym_name_expression_repeat1, + STATE(1714), 1, + aux_sym_name_expression_repeat2, + STATE(2335), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(1617), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, + ACTIONS(1947), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(1949), 2, sym_type_identifier, sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 16, + STATE(582), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1338), 2, + sym_extended_name, + sym_literal, + STATE(1339), 2, + sym_string_literal, + sym_char_literal, + STATE(1354), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(369), 3, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_SEMI, + ACTIONS(371), 12, anon_sym_const, anon_sym_var, - anon_sym_alias, anon_sym_match, anon_sym_if, anon_sym_do, @@ -59543,13780 +56768,32274 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_break, anon_sym_continue, - sym_name_identifier, sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [61322] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 16, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [61361] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1623), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1621), 17, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [61398] = 10, + [38900] = 4, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(179), 1, - anon_sym_LPAREN, - ACTIONS(1875), 1, + ACTIONS(1977), 1, anon_sym_type, - STATE(120), 1, - sym_type_expression, - STATE(1896), 1, - aux_sym_name_superexpression_repeat1, - STATE(2470), 1, - sym_type_subexpression, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - ACTIONS(181), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(871), 2, - sym_type_parameter, - aux_sym_parametrized_type_repeat1, - ACTIONS(1873), 16, + ACTIONS(1975), 37, ts_builtin_sym_end, anon_sym_namespace, anon_sym_const, anon_sym_var, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_partition, - anon_sym_import, anon_sym_use, + anon_sym_import, anon_sym_alias, + anon_sym_let, anon_sym_decl, - anon_sym_DASH_GT, anon_sym_def, anon_sym_struct, anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_with, + anon_sym_if, + anon_sym_then, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_RBRACK, + anon_sym_break, + anon_sym_continue, + [38950] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1981), 1, + anon_sym_type, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(1979), 37, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_with, + anon_sym_if, + anon_sym_then, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_RBRACK, + anon_sym_break, + anon_sym_continue, + [39000] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1985), 1, + anon_sym_type, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(1983), 37, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_with, + anon_sym_if, + anon_sym_then, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_RBRACK, + anon_sym_break, + anon_sym_continue, + [39050] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1989), 1, + anon_sym_type, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(1987), 37, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_with, + anon_sym_if, + anon_sym_then, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_RBRACK, + anon_sym_break, + anon_sym_continue, + [39100] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1993), 1, + anon_sym_type, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(1991), 37, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_with, + anon_sym_if, + anon_sym_then, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_RBRACK, + anon_sym_break, + anon_sym_continue, + [39150] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1997), 1, + anon_sym_type, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(1995), 37, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_with, + anon_sym_if, + anon_sym_then, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_RBRACK, + anon_sym_break, + anon_sym_continue, + [39200] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(2001), 1, + anon_sym_type, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(1999), 37, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_with, + anon_sym_if, + anon_sym_then, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_RBRACK, + anon_sym_break, + anon_sym_continue, + [39250] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(2005), 1, + anon_sym_type, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(2003), 37, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_with, + anon_sym_if, + anon_sym_then, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_RBRACK, + anon_sym_break, + anon_sym_continue, + [39300] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(2009), 1, + anon_sym_type, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(2007), 37, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_with, + anon_sym_if, + anon_sym_then, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_RBRACK, + anon_sym_break, + anon_sym_continue, + [39350] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(2013), 1, + anon_sym_type, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(2011), 37, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_with, + anon_sym_if, + anon_sym_then, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_RBRACK, + anon_sym_break, + anon_sym_continue, + [39400] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2017), 3, + anon_sym_type, + anon_sym_AMP, + sym_operator, + ACTIONS(2015), 34, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_with, + anon_sym_if, + anon_sym_then, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_RBRACK, + anon_sym_break, + anon_sym_continue, + [39452] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(2023), 1, + anon_sym_type, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(2021), 37, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_with, + anon_sym_if, + anon_sym_then, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_RBRACK, + anon_sym_break, + anon_sym_continue, + [39502] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2027), 3, + anon_sym_type, + anon_sym_AMP, + sym_operator, + ACTIONS(2025), 34, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_with, + anon_sym_if, + anon_sym_then, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_RBRACK, + anon_sym_break, + anon_sym_continue, + [39551] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2031), 3, + anon_sym_type, + anon_sym_AMP, + sym_operator, + ACTIONS(2029), 34, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_with, + anon_sym_if, + anon_sym_then, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_RBRACK, + anon_sym_break, + anon_sym_continue, + [39600] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2035), 3, + anon_sym_type, + anon_sym_AMP, + sym_operator, + ACTIONS(2033), 34, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_with, + anon_sym_if, + anon_sym_then, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_RBRACK, + anon_sym_break, + anon_sym_continue, + [39649] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2017), 3, + anon_sym_type, + anon_sym_AMP, + sym_operator, + ACTIONS(2015), 34, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_with, + anon_sym_if, + anon_sym_then, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_RBRACK, + anon_sym_break, + anon_sym_continue, + [39698] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(515), 3, + anon_sym_type, + anon_sym_AMP, + sym_operator, + ACTIONS(513), 34, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_with, + anon_sym_if, + anon_sym_then, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_RBRACK, + anon_sym_break, + anon_sym_continue, + [39747] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2039), 3, + anon_sym_type, + anon_sym_AMP, + sym_operator, + ACTIONS(2037), 34, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_with, + anon_sym_if, + anon_sym_then, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_RBRACK, + anon_sym_break, + anon_sym_continue, + [39796] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2043), 3, + anon_sym_type, + anon_sym_AMP, + sym_operator, + ACTIONS(2041), 34, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_with, + anon_sym_if, + anon_sym_then, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_RBRACK, + anon_sym_break, + anon_sym_continue, + [39845] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2017), 2, + anon_sym_type, + sym_operator, + ACTIONS(2015), 34, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_with, + anon_sym_if, + anon_sym_then, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_RBRACK, + anon_sym_break, + anon_sym_continue, + [39896] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2047), 3, + anon_sym_type, + anon_sym_AMP, + sym_operator, + ACTIONS(2045), 34, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_with, + anon_sym_if, + anon_sym_then, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_RBRACK, + anon_sym_break, + anon_sym_continue, + [39945] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2031), 2, + anon_sym_type, + sym_operator, + ACTIONS(2029), 34, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_with, + anon_sym_if, + anon_sym_then, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_RBRACK, + anon_sym_break, + anon_sym_continue, + [39993] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2043), 2, + anon_sym_type, + sym_operator, + ACTIONS(2041), 34, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_with, + anon_sym_if, + anon_sym_then, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_RBRACK, + anon_sym_break, + anon_sym_continue, + [40041] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2039), 2, + anon_sym_type, + sym_operator, + ACTIONS(2037), 34, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_with, + anon_sym_if, + anon_sym_then, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_RBRACK, + anon_sym_break, + anon_sym_continue, + [40089] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2017), 6, + anon_sym_type, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_operator, + ACTIONS(2015), 29, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [40139] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(515), 2, + anon_sym_type, + sym_operator, + ACTIONS(513), 34, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_with, + anon_sym_if, + anon_sym_then, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_RBRACK, + anon_sym_break, + anon_sym_continue, + [40187] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2035), 2, + anon_sym_type, + sym_operator, + ACTIONS(2033), 34, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_with, + anon_sym_if, + anon_sym_then, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_RBRACK, + anon_sym_break, + anon_sym_continue, + [40235] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2027), 2, + anon_sym_type, + sym_operator, + ACTIONS(2025), 34, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_with, + anon_sym_if, + anon_sym_then, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_RBRACK, + anon_sym_break, + anon_sym_continue, + [40283] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2017), 2, + anon_sym_type, + sym_operator, + ACTIONS(2015), 34, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_with, + anon_sym_if, + anon_sym_then, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_RBRACK, + anon_sym_break, + anon_sym_continue, + [40331] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2047), 2, + anon_sym_type, + sym_operator, + ACTIONS(2045), 34, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_with, + anon_sym_if, + anon_sym_then, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_RBRACK, + anon_sym_break, + anon_sym_continue, + [40379] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(515), 6, + anon_sym_type, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_operator, + ACTIONS(513), 29, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [40426] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2047), 6, + anon_sym_type, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_operator, + ACTIONS(2045), 29, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [40473] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2043), 6, + anon_sym_type, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_operator, + ACTIONS(2041), 29, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [40520] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2031), 6, + anon_sym_type, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_operator, + ACTIONS(2029), 29, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [40567] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2027), 6, + anon_sym_type, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_operator, + ACTIONS(2025), 29, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [40614] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2017), 6, + anon_sym_type, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_operator, + ACTIONS(2015), 29, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [40661] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2039), 6, + anon_sym_type, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_operator, + ACTIONS(2037), 29, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [40708] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2017), 5, + anon_sym_type, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_operator, + ACTIONS(2015), 29, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [40757] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2035), 6, + anon_sym_type, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_operator, + ACTIONS(2033), 29, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [40804] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2017), 5, + anon_sym_type, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_operator, + ACTIONS(2015), 29, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [40853] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2047), 5, + anon_sym_type, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_operator, + ACTIONS(2045), 29, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [40899] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2043), 5, + anon_sym_type, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_operator, + ACTIONS(2041), 29, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [40945] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2017), 4, + anon_sym_type, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_operator, + ACTIONS(2015), 29, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [40993] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2047), 5, + anon_sym_type, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_operator, + ACTIONS(2045), 29, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [41039] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2031), 5, + anon_sym_type, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_operator, + ACTIONS(2029), 29, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [41085] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(515), 5, + anon_sym_type, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_operator, + ACTIONS(513), 29, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [41131] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2027), 5, + anon_sym_type, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_operator, + ACTIONS(2025), 29, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [41177] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2043), 5, + anon_sym_type, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_operator, + ACTIONS(2041), 29, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [41223] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2039), 5, + anon_sym_type, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_operator, + ACTIONS(2037), 29, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [41269] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2035), 5, + anon_sym_type, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_operator, + ACTIONS(2033), 29, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [41315] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2035), 5, + anon_sym_type, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_operator, + ACTIONS(2033), 29, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [41361] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2017), 4, + anon_sym_type, + anon_sym_AMP, + anon_sym_PIPE, + sym_operator, + ACTIONS(2015), 29, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [41409] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2017), 5, + anon_sym_type, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_operator, + ACTIONS(2015), 29, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [41455] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2017), 5, + anon_sym_type, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_operator, + ACTIONS(2015), 29, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [41501] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2027), 5, + anon_sym_type, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_operator, + ACTIONS(2025), 29, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [41547] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(515), 5, + anon_sym_type, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_operator, + ACTIONS(513), 29, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [41593] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2031), 5, + anon_sym_type, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_operator, + ACTIONS(2029), 29, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [41639] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2039), 5, + anon_sym_type, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_operator, + ACTIONS(2037), 29, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [41685] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2043), 4, + anon_sym_type, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_operator, + ACTIONS(2041), 29, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [41730] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2031), 4, + anon_sym_type, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_operator, + ACTIONS(2029), 29, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [41775] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2039), 4, + anon_sym_type, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_operator, + ACTIONS(2037), 29, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [41820] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2043), 4, + anon_sym_type, + anon_sym_AMP, + anon_sym_PIPE, + sym_operator, + ACTIONS(2041), 29, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [41865] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2027), 4, + anon_sym_type, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_operator, + ACTIONS(2025), 29, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [41910] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2017), 4, + anon_sym_type, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_operator, + ACTIONS(2015), 29, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [41955] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2017), 3, + anon_sym_type, + anon_sym_PIPE, + sym_operator, + ACTIONS(2015), 29, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [42002] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2031), 4, + anon_sym_type, + anon_sym_AMP, + anon_sym_PIPE, + sym_operator, + ACTIONS(2029), 29, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [42047] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(515), 4, + anon_sym_type, + anon_sym_AMP, + anon_sym_PIPE, + sym_operator, + ACTIONS(513), 29, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [42092] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2039), 4, + anon_sym_type, + anon_sym_AMP, + anon_sym_PIPE, + sym_operator, + ACTIONS(2037), 29, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [42137] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(515), 4, + anon_sym_type, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_operator, + ACTIONS(513), 29, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [42182] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2047), 4, + anon_sym_type, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_operator, + ACTIONS(2045), 29, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [42227] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2017), 4, + anon_sym_type, + anon_sym_AMP, + anon_sym_PIPE, + sym_operator, + ACTIONS(2015), 29, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [42272] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2035), 4, + anon_sym_type, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_operator, + ACTIONS(2033), 29, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [42317] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2035), 4, + anon_sym_type, + anon_sym_AMP, + anon_sym_PIPE, + sym_operator, + ACTIONS(2033), 29, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [42362] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2047), 4, + anon_sym_type, + anon_sym_AMP, + anon_sym_PIPE, + sym_operator, + ACTIONS(2045), 29, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [42407] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2027), 4, + anon_sym_type, + anon_sym_AMP, + anon_sym_PIPE, + sym_operator, + ACTIONS(2025), 29, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [42452] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2035), 3, + anon_sym_type, + anon_sym_PIPE, + sym_operator, + ACTIONS(2033), 29, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [42496] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2031), 3, + anon_sym_type, + anon_sym_PIPE, + sym_operator, + ACTIONS(2029), 29, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [42540] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(515), 3, + anon_sym_type, + anon_sym_PIPE, + sym_operator, + ACTIONS(513), 29, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [42584] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2027), 3, + anon_sym_type, + anon_sym_PIPE, + sym_operator, + ACTIONS(2025), 29, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [42628] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(2051), 1, + anon_sym_type, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(2049), 31, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [42672] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2047), 3, + anon_sym_type, + anon_sym_PIPE, + sym_operator, + ACTIONS(2045), 29, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [42716] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2017), 3, + anon_sym_type, + anon_sym_PIPE, + sym_operator, + ACTIONS(2015), 29, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [42760] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2039), 3, + anon_sym_type, + anon_sym_PIPE, + sym_operator, + ACTIONS(2037), 29, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [42804] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2043), 3, + anon_sym_type, + anon_sym_PIPE, + sym_operator, + ACTIONS(2041), 29, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [42848] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(2055), 1, + anon_sym_type, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(2053), 30, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [42891] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2057), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2059), 23, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, anon_sym_typeclass, anon_sym_AMP, - [61447] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1641), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1639), 16, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [61486] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(207), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1633), 17, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, anon_sym_DOT, sym_name_identifier, sym_operator, sym_number_literal, anon_sym_SQUOTE, - [61523] = 20, + [42934] = 4, ACTIONS(3), 1, sym__line_comment, - ACTIONS(262), 1, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2061), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2063), 23, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [42977] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(347), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2065), 23, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [43020] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2067), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2019), 23, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [43063] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(2071), 1, + anon_sym_type, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(2069), 30, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, anon_sym_RPAREN, - ACTIONS(1275), 1, - sym_float_number_literal, - ACTIONS(1277), 1, - sym_number_literal, - ACTIONS(1279), 1, - anon_sym_DQUOTE, - ACTIONS(1281), 1, - anon_sym_SQUOTE, - ACTIONS(1877), 1, - anon_sym_LPAREN, - ACTIONS(1879), 1, - sym_name_identifier, - STATE(1331), 1, - aux_sym_name_superexpression_repeat1, - STATE(1342), 1, - sym_literal, - STATE(1375), 1, - sym_type_subexpression, - STATE(1386), 1, - sym_subexpression_token, - STATE(1656), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, + anon_sym_PIPE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [43106] = 4, + ACTIONS(3), 1, + sym__line_comment, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(1881), 2, + ACTIONS(313), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2073), 23, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [43149] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2075), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2077), 23, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [43192] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2079), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2081), 22, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [43237] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2085), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2087), 22, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [43282] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2015), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2017), 22, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [43327] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2089), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2091), 23, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [43370] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2093), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2095), 23, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [43413] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2097), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2099), 22, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [43458] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2101), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2103), 23, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [43501] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2105), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2107), 23, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [43544] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2079), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2081), 22, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [43589] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2113), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2109), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2111), 22, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [43634] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2085), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2087), 21, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_elif, + anon_sym_else, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [43678] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2057), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2059), 22, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [43720] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2105), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2107), 22, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [43762] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2085), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2087), 21, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [43806] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2057), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2059), 22, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_elif, + anon_sym_else, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [43848] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(313), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2073), 22, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [43890] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2075), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2077), 22, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [43932] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2061), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2063), 22, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_elif, + anon_sym_else, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [43974] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2079), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2081), 21, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [44018] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(347), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2065), 22, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_elif, + anon_sym_else, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [44060] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(347), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2065), 22, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [44102] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2061), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2063), 22, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [44144] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2079), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2081), 21, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [44188] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2057), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2059), 22, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [44230] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2015), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2017), 19, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [44274] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(2117), 1, + anon_sym_type, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(2115), 29, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [44316] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2089), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2091), 22, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [44358] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2085), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2087), 19, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [44402] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2101), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2103), 22, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [44444] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2075), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2077), 22, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_elif, + anon_sym_else, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [44486] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(313), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2073), 22, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_elif, + anon_sym_else, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [44528] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2113), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2109), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2111), 21, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [44572] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2067), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2019), 22, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [44614] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2105), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2107), 22, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_elif, + anon_sym_else, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [44656] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2097), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2099), 21, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [44700] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(2121), 1, + anon_sym_type, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(2119), 29, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [44742] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2093), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2095), 22, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_elif, + anon_sym_else, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [44784] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(2125), 1, + anon_sym_type, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(2123), 29, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [44826] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2089), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2091), 22, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_elif, + anon_sym_else, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [44868] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2015), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2017), 21, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [44912] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2079), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2081), 19, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [44956] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(513), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(515), 22, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [44998] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2067), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2019), 22, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_elif, + anon_sym_else, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [45040] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2089), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2091), 20, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [45082] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2097), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2099), 19, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [45126] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(2129), 1, + anon_sym_type, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(2127), 29, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [45168] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2015), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2017), 21, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [45212] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(2133), 1, + anon_sym_type, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(2131), 29, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [45254] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2093), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2095), 20, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [45296] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2109), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2111), 22, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [45338] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2067), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2019), 22, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [45380] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2105), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2107), 20, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [45422] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2101), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2103), 22, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [45464] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2079), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2081), 21, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_elif, + anon_sym_else, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [45508] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2079), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2081), 21, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_elif, + anon_sym_else, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [45552] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2113), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2109), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2111), 21, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_elif, + anon_sym_else, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [45596] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(313), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2073), 20, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [45638] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2093), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2095), 22, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [45680] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2075), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2077), 20, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [45722] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2061), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2063), 22, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [45764] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2113), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2109), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2111), 19, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [45808] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2101), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2103), 22, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_elif, + anon_sym_else, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [45850] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2097), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2099), 21, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_elif, + anon_sym_else, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [45894] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(347), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2065), 22, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [45936] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(513), 1, + anon_sym_RPAREN, + ACTIONS(2135), 1, + anon_sym_LPAREN, + ACTIONS(2139), 1, + sym_name_identifier, + ACTIONS(2143), 1, + sym_float_number_literal, + ACTIONS(2145), 1, + sym_number_literal, + ACTIONS(2147), 1, + anon_sym_DQUOTE, + ACTIONS(2149), 1, + anon_sym_SQUOTE, + STATE(1407), 1, + aux_sym_name_expression_repeat1, + STATE(1541), 1, + sym_type_subexpression, + STATE(1626), 1, + sym_subexpression_token, + STATE(1666), 1, + aux_sym_name_expression_repeat2, + STATE(2387), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2137), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(2141), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(745), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1517), 2, + sym_string_literal, + sym_char_literal, + STATE(1543), 2, + sym_extended_name, + sym_literal, + STATE(1613), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(515), 5, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_operator, + [46014] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(347), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2065), 20, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [46056] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2075), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2077), 22, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [46098] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(313), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2073), 22, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [46140] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2061), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2063), 20, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [46182] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(369), 1, + anon_sym_RPAREN, + ACTIONS(2135), 1, + anon_sym_LPAREN, + ACTIONS(2139), 1, + sym_name_identifier, + ACTIONS(2143), 1, + sym_float_number_literal, + ACTIONS(2145), 1, + sym_number_literal, + ACTIONS(2147), 1, + anon_sym_DQUOTE, + ACTIONS(2149), 1, + anon_sym_SQUOTE, + STATE(1407), 1, + aux_sym_name_expression_repeat1, + STATE(1541), 1, + sym_type_subexpression, + STATE(1626), 1, + sym_subexpression_token, + STATE(1666), 1, + aux_sym_name_expression_repeat2, + STATE(2387), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2137), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(2141), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(766), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1517), 2, + sym_string_literal, + sym_char_literal, + STATE(1543), 2, + sym_extended_name, + sym_literal, + STATE(1613), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(371), 5, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_operator, + [46260] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2015), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2017), 21, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [46304] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2105), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2107), 22, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [46346] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2093), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2095), 22, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [46388] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2067), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2019), 22, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [46430] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2089), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2091), 22, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [46472] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2101), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2103), 22, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [46514] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2057), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2059), 22, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [46556] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2085), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2087), 21, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [46600] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2057), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2059), 20, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [46642] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2015), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2017), 21, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_elif, + anon_sym_else, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [46686] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2101), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2103), 20, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [46728] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2061), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2063), 22, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [46770] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(347), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2065), 22, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [46812] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2079), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2081), 21, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [46856] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(2153), 1, + anon_sym_type, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(2151), 29, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [46898] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2075), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2077), 22, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [46940] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(313), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2073), 22, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [46982] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2105), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2107), 22, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [47024] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2079), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2081), 21, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [47068] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2093), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2095), 22, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [47110] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(475), 1, + anon_sym_RPAREN, + ACTIONS(2155), 1, + anon_sym_LPAREN, + ACTIONS(2161), 1, + sym_name_identifier, + ACTIONS(2167), 1, + sym_float_number_literal, + ACTIONS(2170), 1, + sym_number_literal, + ACTIONS(2173), 1, + anon_sym_DQUOTE, + ACTIONS(2176), 1, + anon_sym_SQUOTE, + STATE(1407), 1, + aux_sym_name_expression_repeat1, + STATE(1541), 1, + sym_type_subexpression, + STATE(1626), 1, + sym_subexpression_token, + STATE(1666), 1, + aux_sym_name_expression_repeat2, + STATE(2387), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2158), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(2164), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(766), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1517), 2, + sym_string_literal, + sym_char_literal, + STATE(1543), 2, + sym_extended_name, + sym_literal, + STATE(1613), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(477), 5, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_operator, + [47188] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2089), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2091), 22, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [47230] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2085), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2087), 21, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [47274] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(2181), 1, + anon_sym_type, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(2179), 29, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [47316] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2113), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2109), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2111), 21, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [47360] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2079), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2081), 21, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [47404] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2079), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2081), 21, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [47448] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(2185), 1, + anon_sym_type, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(2183), 29, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [47490] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2113), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2109), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2111), 21, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [47534] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2097), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2099), 21, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [47578] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2079), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2081), 19, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [47622] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2097), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2099), 21, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [47666] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2067), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2019), 20, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [47708] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2089), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2091), 21, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [47749] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2105), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2107), 21, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [47790] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2101), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2103), 21, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [47831] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2015), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2017), 20, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_elif, + anon_sym_else, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [47874] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2057), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2059), 21, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [47915] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2061), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2063), 21, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [47956] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2109), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2111), 19, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [47997] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2067), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2019), 19, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_match, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [48038] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(475), 1, + anon_sym_RPAREN, + ACTIONS(2187), 1, + anon_sym_LPAREN, + ACTIONS(2193), 1, + sym_name_identifier, + ACTIONS(2199), 1, + sym_float_number_literal, + ACTIONS(2202), 1, + sym_number_literal, + ACTIONS(2205), 1, + anon_sym_DQUOTE, + ACTIONS(2208), 1, + anon_sym_SQUOTE, + STATE(1413), 1, + aux_sym_name_expression_repeat1, + STATE(1569), 1, + sym_type_subexpression, + STATE(1695), 1, + sym_subexpression_token, + STATE(1780), 1, + aux_sym_name_expression_repeat2, + STATE(2368), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2190), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(2196), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(787), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1566), 2, + sym_string_literal, + sym_char_literal, + STATE(1573), 2, + sym_extended_name, + sym_literal, + STATE(1729), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(477), 4, + anon_sym_AMP, + anon_sym_elif, + anon_sym_else, + sym_operator, + [48115] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2101), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2103), 19, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_match, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [48156] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2057), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2059), 19, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_match, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [48197] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(369), 1, + anon_sym_RPAREN, + ACTIONS(2211), 1, + anon_sym_LPAREN, + ACTIONS(2215), 1, + sym_name_identifier, + ACTIONS(2219), 1, + sym_float_number_literal, + ACTIONS(2221), 1, + sym_number_literal, + ACTIONS(2223), 1, + anon_sym_DQUOTE, + ACTIONS(2225), 1, + anon_sym_SQUOTE, + STATE(1413), 1, + aux_sym_name_expression_repeat1, + STATE(1569), 1, + sym_type_subexpression, + STATE(1695), 1, + sym_subexpression_token, + STATE(1780), 1, + aux_sym_name_expression_repeat2, + STATE(2368), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2213), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(2217), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(787), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1566), 2, + sym_string_literal, + sym_char_literal, + STATE(1573), 2, + sym_extended_name, + sym_literal, + STATE(1729), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(371), 4, + anon_sym_AMP, + anon_sym_elif, + anon_sym_else, + sym_operator, + [48274] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2061), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2063), 19, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_match, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [48315] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(347), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2065), 19, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_match, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [48356] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(513), 1, + anon_sym_RPAREN, + ACTIONS(2211), 1, + anon_sym_LPAREN, + ACTIONS(2215), 1, + sym_name_identifier, + ACTIONS(2219), 1, + sym_float_number_literal, + ACTIONS(2221), 1, + sym_number_literal, + ACTIONS(2223), 1, + anon_sym_DQUOTE, + ACTIONS(2225), 1, + anon_sym_SQUOTE, + STATE(1413), 1, + aux_sym_name_expression_repeat1, + STATE(1569), 1, + sym_type_subexpression, + STATE(1695), 1, + sym_subexpression_token, + STATE(1780), 1, + aux_sym_name_expression_repeat2, + STATE(2368), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2213), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(2217), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(790), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1566), 2, + sym_string_literal, + sym_char_literal, + STATE(1573), 2, + sym_extended_name, + sym_literal, + STATE(1729), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(515), 4, + anon_sym_AMP, + anon_sym_elif, + anon_sym_else, + sym_operator, + [48433] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2075), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2077), 19, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_match, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [48474] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(313), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2073), 19, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_match, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [48515] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2105), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2107), 19, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_match, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [48556] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2093), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2095), 19, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_match, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [48597] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(347), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2065), 21, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [48638] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2089), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2091), 19, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_match, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [48679] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2109), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2111), 21, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [48720] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2085), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2087), 18, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_match, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [48763] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2113), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2109), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2111), 20, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_elif, + anon_sym_else, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [48806] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2015), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2017), 20, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [48849] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2079), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2081), 18, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_match, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [48892] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2079), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2081), 18, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_match, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [48935] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(513), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(515), 21, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [48976] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2075), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2077), 21, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [49017] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2113), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2109), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2111), 18, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_match, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [49060] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2097), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2099), 18, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_match, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [49103] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(313), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2073), 21, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [49144] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2109), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2111), 21, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_elif, + anon_sym_else, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [49185] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(513), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(515), 21, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_elif, + anon_sym_else, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [49226] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2097), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2099), 20, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_elif, + anon_sym_else, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [49269] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2113), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2109), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2111), 20, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_elif, + anon_sym_else, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [49312] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2067), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2019), 21, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [49353] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2105), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2107), 21, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [49394] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2101), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2103), 21, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [49435] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2093), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2095), 21, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [49476] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2015), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2017), 20, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [49519] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2057), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2059), 21, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [49560] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2089), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2091), 21, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [49601] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2085), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2087), 20, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [49644] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2061), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2063), 21, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [49685] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(347), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2065), 21, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [49726] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2015), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2017), 20, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_elif, + anon_sym_else, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [49769] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2075), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2077), 21, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [49810] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2079), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2081), 20, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [49853] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(313), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2073), 21, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [49894] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2105), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2107), 21, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [49935] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2079), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2081), 20, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [49978] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2015), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2017), 20, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [50021] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2093), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2095), 21, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [50062] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2113), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2109), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2111), 20, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [50105] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2089), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2091), 21, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [50146] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2097), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2099), 20, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [50189] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2079), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2081), 20, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_elif, + anon_sym_else, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [50232] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2085), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2087), 20, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [50275] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(513), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(515), 21, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [50316] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2079), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2081), 20, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_elif, + anon_sym_else, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [50359] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2079), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2081), 20, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [50402] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2079), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2081), 20, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [50445] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2113), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2109), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2111), 20, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [50488] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2015), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2017), 18, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [50531] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2085), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2087), 20, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_elif, + anon_sym_else, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [50574] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2089), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2091), 21, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_elif, + anon_sym_else, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [50615] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(475), 1, + anon_sym_RPAREN, + ACTIONS(2227), 1, + anon_sym_LPAREN, + ACTIONS(2233), 1, + sym_name_identifier, + ACTIONS(2239), 1, + sym_float_number_literal, + ACTIONS(2242), 1, + sym_number_literal, + ACTIONS(2245), 1, + anon_sym_DQUOTE, + ACTIONS(2248), 1, + anon_sym_SQUOTE, + STATE(1419), 1, + aux_sym_name_expression_repeat1, + STATE(1594), 1, + sym_type_subexpression, + STATE(1765), 1, + sym_subexpression_token, + STATE(1810), 1, + aux_sym_name_expression_repeat2, + STATE(2349), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2230), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(2236), 2, sym_type_identifier, sym_abstract_type_identifier, STATE(846), 2, sym_function_argument, aux_sym_function_call_expression_repeat1, - STATE(1379), 2, + STATE(1584), 2, sym_string_literal, sym_char_literal, - STATE(1387), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(260), 4, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_QMARK, - sym_operator, - [61592] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(201), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1631), 17, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [61629] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1659), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1657), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [61666] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1659), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1657), 17, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [61703] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1625), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1503), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [61740] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(244), 1, - anon_sym_RPAREN, - ACTIONS(1275), 1, - sym_float_number_literal, - ACTIONS(1277), 1, - sym_number_literal, - ACTIONS(1279), 1, - anon_sym_DQUOTE, - ACTIONS(1281), 1, - anon_sym_SQUOTE, - ACTIONS(1877), 1, - anon_sym_LPAREN, - ACTIONS(1879), 1, - sym_name_identifier, - STATE(1331), 1, - aux_sym_name_superexpression_repeat1, - STATE(1342), 1, + STATE(1595), 2, + sym_extended_name, sym_literal, - STATE(1375), 1, - sym_type_subexpression, - STATE(1386), 1, - sym_subexpression_token, - STATE(1656), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1881), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(852), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(1379), 2, - sym_string_literal, - sym_char_literal, - STATE(1387), 2, + STATE(1747), 2, sym_scoped_statement, - sym_name_superexpression, - ACTIONS(242), 4, + sym_name_expression, + ACTIONS(477), 4, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_QMARK, sym_operator, - [61809] = 4, + [50692] = 5, ACTIONS(3), 1, sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(262), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(260), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_QMARK, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [61846] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1629), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1627), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [61883] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1637), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1635), 17, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [61920] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [61957] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1659), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1657), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [61994] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(219), 1, - anon_sym_RPAREN, - ACTIONS(1883), 1, - anon_sym_LPAREN, - ACTIONS(1886), 1, - sym_name_identifier, - ACTIONS(1892), 1, - sym_float_number_literal, - ACTIONS(1895), 1, - sym_number_literal, - ACTIONS(1898), 1, - anon_sym_DQUOTE, - ACTIONS(1901), 1, - anon_sym_SQUOTE, - STATE(1331), 1, - aux_sym_name_superexpression_repeat1, - STATE(1342), 1, - sym_literal, - STATE(1375), 1, - sym_type_subexpression, - STATE(1386), 1, - sym_subexpression_token, - STATE(1656), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1889), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(852), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(1379), 2, - sym_string_literal, - sym_char_literal, - STATE(1387), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(217), 4, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_QMARK, - sym_operator, - [62063] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(201), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1631), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [62100] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(262), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(260), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [62137] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1629), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1627), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [62174] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(207), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1633), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [62211] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1649), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1647), 18, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_elif, - anon_sym_else, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [62250] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1625), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1503), 17, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [62287] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(262), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(260), 17, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_AMP, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [62324] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_elif, - anon_sym_else, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [62361] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(201), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1631), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [62398] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1641), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1639), 18, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [62437] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1906), 1, - anon_sym_type, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(1904), 24, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_COLON, - anon_sym_use, - anon_sym_EQ, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_typeclass_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - [62474] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1655), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 18, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_elif, - anon_sym_else, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [62513] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(207), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1633), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [62550] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 18, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_elif, - anon_sym_else, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [62589] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 18, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [62628] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 18, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_elif, - anon_sym_else, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [62667] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(262), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(260), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [62704] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1503), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1499), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1501), 18, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [62743] = 10, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(179), 1, - anon_sym_LPAREN, - ACTIONS(1910), 1, - anon_sym_type, - STATE(120), 1, - sym_type_expression, - STATE(1896), 1, - aux_sym_name_superexpression_repeat1, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(181), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(115), 2, - sym_type_parameter, - aux_sym_parametrized_type_repeat1, - ACTIONS(1908), 16, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - [62792] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1641), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1639), 18, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_elif, - anon_sym_else, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [62831] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 18, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [62870] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(207), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1633), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_elif, - anon_sym_else, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [62907] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(201), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1631), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_elif, - anon_sym_else, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [62944] = 15, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1912), 1, - anon_sym_namespace, - ACTIONS(1918), 1, - anon_sym_RBRACE, - ACTIONS(1920), 1, - anon_sym_import, - ACTIONS(1923), 1, - anon_sym_use, - ACTIONS(1926), 1, - anon_sym_alias, - ACTIONS(1929), 1, - anon_sym_decl, - ACTIONS(1932), 1, - anon_sym_def, - ACTIONS(1935), 1, - anon_sym_type, - ACTIONS(1941), 1, - anon_sym_typeclass, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(1915), 2, - anon_sym_const, - anon_sym_var, - ACTIONS(1938), 2, - anon_sym_struct, - anon_sym_class, - STATE(876), 2, - sym_source_statement, - aux_sym_sources_repeat1, - STATE(1278), 10, - sym_namespace, - sym_import_statement, - sym_usage_definition, - sym_alias_definition, - sym_variable_definition, - sym__function_declaration_statement, - sym_function_definition, - sym_alias_type_definition, - sym_type_definition, - sym_typeclass_definition, - [63003] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1629), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1627), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_elif, - anon_sym_else, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [63040] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(262), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(260), 17, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [63077] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1649), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1647), 18, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [63116] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1659), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1657), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_elif, - anon_sym_else, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [63153] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [63190] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(262), 1, - anon_sym_RPAREN, - ACTIONS(1944), 1, - anon_sym_LPAREN, - ACTIONS(1946), 1, - sym_name_identifier, - ACTIONS(1950), 1, - sym_float_number_literal, - ACTIONS(1952), 1, - sym_number_literal, - ACTIONS(1954), 1, - anon_sym_DQUOTE, - ACTIONS(1956), 1, - anon_sym_SQUOTE, - STATE(1259), 1, - aux_sym_name_superexpression_repeat1, - STATE(1373), 1, - sym_type_subexpression, - STATE(1382), 1, - sym_literal, - STATE(1392), 1, - sym_subexpression_token, - STATE(1527), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1948), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(883), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(1347), 2, - sym_string_literal, - sym_char_literal, - STATE(1415), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(260), 4, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - sym_operator, - [63259] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(244), 1, - anon_sym_RPAREN, - ACTIONS(1944), 1, - anon_sym_LPAREN, - ACTIONS(1946), 1, - sym_name_identifier, - ACTIONS(1950), 1, - sym_float_number_literal, - ACTIONS(1952), 1, - sym_number_literal, - ACTIONS(1954), 1, - anon_sym_DQUOTE, - ACTIONS(1956), 1, - anon_sym_SQUOTE, - STATE(1259), 1, - aux_sym_name_superexpression_repeat1, - STATE(1373), 1, - sym_type_subexpression, - STATE(1382), 1, - sym_literal, - STATE(1392), 1, - sym_subexpression_token, - STATE(1527), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1948), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(884), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(1347), 2, - sym_string_literal, - sym_char_literal, - STATE(1415), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(242), 4, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - sym_operator, - [63328] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(219), 1, - anon_sym_RPAREN, - ACTIONS(1958), 1, - anon_sym_LPAREN, - ACTIONS(1961), 1, - sym_name_identifier, - ACTIONS(1967), 1, - sym_float_number_literal, - ACTIONS(1970), 1, - sym_number_literal, - ACTIONS(1973), 1, - anon_sym_DQUOTE, - ACTIONS(1976), 1, - anon_sym_SQUOTE, - STATE(1259), 1, - aux_sym_name_superexpression_repeat1, - STATE(1373), 1, - sym_type_subexpression, - STATE(1382), 1, - sym_literal, - STATE(1392), 1, - sym_subexpression_token, - STATE(1527), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1964), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(884), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(1347), 2, - sym_string_literal, - sym_char_literal, - STATE(1415), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(217), 4, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - sym_operator, - [63397] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1649), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1647), 18, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [63436] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1637), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1635), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_elif, - anon_sym_else, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [63473] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(262), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(260), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_elif, - anon_sym_else, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [63510] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1503), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1499), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1501), 16, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [63549] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1623), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1621), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_elif, - anon_sym_else, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [63586] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1655), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 18, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [63625] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 18, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [63664] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1625), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1503), 19, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_elif, - anon_sym_else, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [63701] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 18, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [63740] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1655), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 18, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [63779] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 17, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [63817] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1641), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1639), 17, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [63855] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(262), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(260), 18, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [63891] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1649), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1647), 17, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [63929] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1629), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1627), 18, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [63965] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 18, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_PIPE, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [64001] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(219), 1, - anon_sym_RPAREN, - ACTIONS(1979), 1, - anon_sym_LPAREN, - ACTIONS(1982), 1, - sym_name_identifier, - ACTIONS(1988), 1, - sym_float_number_literal, - ACTIONS(1991), 1, - sym_number_literal, - ACTIONS(1994), 1, - anon_sym_DQUOTE, - ACTIONS(1997), 1, - anon_sym_SQUOTE, - STATE(1257), 1, - aux_sym_name_superexpression_repeat1, - STATE(1397), 1, - sym_type_subexpression, - STATE(1419), 1, - sym_literal, - STATE(1485), 1, - sym_subexpression_token, - STATE(1536), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1985), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(901), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(1385), 2, - sym_string_literal, - sym_char_literal, - STATE(1478), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(217), 3, - anon_sym_AMP, - anon_sym_PIPE, - sym_operator, - [64069] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(244), 1, - anon_sym_RPAREN, - ACTIONS(2000), 1, - anon_sym_LPAREN, - ACTIONS(2002), 1, - sym_name_identifier, - ACTIONS(2006), 1, - sym_float_number_literal, - ACTIONS(2008), 1, - sym_number_literal, - ACTIONS(2010), 1, - anon_sym_DQUOTE, - ACTIONS(2012), 1, - anon_sym_SQUOTE, - STATE(1257), 1, - aux_sym_name_superexpression_repeat1, - STATE(1397), 1, - sym_type_subexpression, - STATE(1419), 1, - sym_literal, - STATE(1485), 1, - sym_subexpression_token, - STATE(1536), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(2004), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(901), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(1385), 2, - sym_string_literal, - sym_char_literal, - STATE(1478), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(242), 3, - anon_sym_AMP, - anon_sym_PIPE, - sym_operator, - [64137] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(262), 1, - anon_sym_RPAREN, - ACTIONS(2000), 1, - anon_sym_LPAREN, - ACTIONS(2002), 1, - sym_name_identifier, - ACTIONS(2006), 1, - sym_float_number_literal, - ACTIONS(2008), 1, - sym_number_literal, - ACTIONS(2010), 1, - anon_sym_DQUOTE, - ACTIONS(2012), 1, - anon_sym_SQUOTE, - STATE(1257), 1, - aux_sym_name_superexpression_repeat1, - STATE(1397), 1, - sym_type_subexpression, - STATE(1419), 1, - sym_literal, - STATE(1485), 1, - sym_subexpression_token, - STATE(1536), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(2004), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(902), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(1385), 2, - sym_string_literal, - sym_char_literal, - STATE(1478), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(260), 3, - anon_sym_AMP, - anon_sym_PIPE, - sym_operator, - [64205] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1655), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 17, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [64243] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 17, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [64281] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1637), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1635), 18, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [64317] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 17, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [64355] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1623), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1621), 18, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [64391] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1641), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1639), 17, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [64429] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 18, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_elif, - anon_sym_else, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [64465] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(207), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1633), 18, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [64501] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(201), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1631), 18, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [64537] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1659), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1657), 18, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [64573] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(262), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(260), 18, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [64609] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1625), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1503), 18, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [64645] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 18, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [64681] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 18, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [64717] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1503), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1499), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1501), 17, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [64755] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(262), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(260), 18, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [64791] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 16, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [64827] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(262), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(260), 18, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [64863] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 18, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [64899] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(262), 8, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_SEMI, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(260), 16, - anon_sym_const, - anon_sym_var, - anon_sym_alias, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [64935] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1625), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1503), 18, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [64971] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1623), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1621), 18, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [65007] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1637), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1635), 18, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [65043] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 17, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [65081] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1659), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1657), 18, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [65117] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1629), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1627), 18, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [65153] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(201), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1631), 18, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [65189] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(207), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1633), 18, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [65225] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1625), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1503), 18, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [65261] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1641), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1639), 17, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [65299] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(262), 1, - anon_sym_RPAREN, - ACTIONS(1192), 1, - sym_float_number_literal, - ACTIONS(1194), 1, - sym_number_literal, - ACTIONS(1196), 1, - anon_sym_DQUOTE, - ACTIONS(1198), 1, - anon_sym_SQUOTE, - ACTIONS(2014), 1, - anon_sym_LPAREN, - ACTIONS(2016), 1, - sym_name_identifier, - STATE(1285), 1, - aux_sym_name_superexpression_repeat1, - STATE(1409), 1, - sym_type_subexpression, - STATE(1410), 1, - sym_literal, - STATE(1498), 1, - sym_subexpression_token, - STATE(1597), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(2018), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(952), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(1403), 2, - sym_string_literal, - sym_char_literal, - STATE(1489), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(260), 3, - anon_sym_DASH_GT, - anon_sym_PIPE, - sym_operator, - [65367] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1503), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1499), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1501), 17, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [65405] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1623), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1621), 18, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [65441] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 17, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [65479] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 17, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [65517] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1637), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1635), 18, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [65553] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1655), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 17, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [65591] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1649), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1647), 17, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [65629] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1655), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 17, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [65667] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1659), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1657), 18, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [65703] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(219), 1, - anon_sym_RPAREN, - ACTIONS(2020), 1, - anon_sym_LPAREN, - ACTIONS(2023), 1, - sym_name_identifier, - ACTIONS(2029), 1, - sym_float_number_literal, - ACTIONS(2032), 1, - sym_number_literal, - ACTIONS(2035), 1, - anon_sym_DQUOTE, - ACTIONS(2038), 1, - anon_sym_SQUOTE, - STATE(1301), 1, - aux_sym_name_superexpression_repeat1, - STATE(1411), 1, - sym_literal, - STATE(1412), 1, - sym_type_subexpression, - STATE(1463), 1, - sym_subexpression_token, - STATE(1591), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(2026), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(944), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(1421), 2, - sym_string_literal, - sym_char_literal, - STATE(1466), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(217), 3, - anon_sym_elif, - anon_sym_else, - sym_operator, - [65771] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(219), 1, - anon_sym_RPAREN, - ACTIONS(2041), 1, - anon_sym_LPAREN, - ACTIONS(2044), 1, - sym_name_identifier, - ACTIONS(2050), 1, - sym_float_number_literal, - ACTIONS(2053), 1, - sym_number_literal, - ACTIONS(2056), 1, - anon_sym_DQUOTE, ACTIONS(2059), 1, - anon_sym_SQUOTE, - STATE(1285), 1, - aux_sym_name_superexpression_repeat1, - STATE(1409), 1, - sym_type_subexpression, - STATE(1410), 1, - sym_literal, - STATE(1498), 1, - sym_subexpression_token, - STATE(1597), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, + anon_sym_DOT, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(2047), 2, + ACTIONS(2097), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, sym_type_identifier, sym_abstract_type_identifier, - STATE(945), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(1403), 2, - sym_string_literal, - sym_char_literal, - STATE(1489), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(217), 3, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2099), 20, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_QMARK, anon_sym_DASH_GT, - anon_sym_PIPE, + sym_name_identifier, sym_operator, - [65839] = 5, + sym_number_literal, + anon_sym_SQUOTE, + [50735] = 4, ACTIONS(3), 1, sym__line_comment, - ACTIONS(1503), 1, - anon_sym_DOT, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(1499), 6, + ACTIONS(2093), 8, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, sym_type_identifier, sym_abstract_type_identifier, sym_float_number_literal, anon_sym_DQUOTE, - ACTIONS(1501), 17, + ACTIONS(2095), 21, anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, anon_sym_use, + anon_sym_import, anon_sym_alias, + anon_sym_type, + anon_sym_let, anon_sym_decl, anon_sym_def, - anon_sym_type, anon_sym_struct, anon_sym_class, + anon_sym_basic, + anon_sym_abstract, anon_sym_typeclass, anon_sym_AMP, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [65877] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1629), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1627), 18, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [65913] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1649), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1647), 17, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [65951] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(244), 1, - anon_sym_RPAREN, - ACTIONS(1042), 1, - sym_name_identifier, - ACTIONS(1046), 1, - sym_float_number_literal, - ACTIONS(1048), 1, - sym_number_literal, - ACTIONS(1050), 1, - anon_sym_DQUOTE, - ACTIONS(1052), 1, - anon_sym_SQUOTE, - ACTIONS(2062), 1, - anon_sym_LPAREN, - STATE(1301), 1, - aux_sym_name_superexpression_repeat1, - STATE(1411), 1, - sym_literal, - STATE(1412), 1, - sym_type_subexpression, - STATE(1463), 1, - sym_subexpression_token, - STATE(1591), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(2064), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(944), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(1421), 2, - sym_string_literal, - sym_char_literal, - STATE(1466), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(242), 3, anon_sym_elif, anon_sym_else, - sym_operator, - [66019] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(201), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1631), 18, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, anon_sym_DOT, sym_name_identifier, sym_operator, sym_number_literal, anon_sym_SQUOTE, - [66055] = 4, + [50776] = 4, ACTIONS(3), 1, sym__line_comment, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(207), 6, + ACTIONS(2105), 8, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, sym_type_identifier, sym_abstract_type_identifier, sym_float_number_literal, anon_sym_DQUOTE, - ACTIONS(1633), 18, + ACTIONS(2107), 21, anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, anon_sym_use, + anon_sym_import, anon_sym_alias, + anon_sym_type, + anon_sym_let, anon_sym_decl, anon_sym_def, - anon_sym_type, anon_sym_struct, anon_sym_class, + anon_sym_basic, + anon_sym_abstract, anon_sym_typeclass, anon_sym_AMP, + anon_sym_elif, + anon_sym_else, anon_sym_DOT, sym_name_identifier, sym_operator, sym_number_literal, anon_sym_SQUOTE, - [66091] = 20, + [50817] = 5, ACTIONS(3), 1, sym__line_comment, - ACTIONS(244), 1, - anon_sym_RPAREN, - ACTIONS(1192), 1, - sym_float_number_literal, - ACTIONS(1194), 1, - sym_number_literal, - ACTIONS(1196), 1, - anon_sym_DQUOTE, - ACTIONS(1198), 1, - anon_sym_SQUOTE, - ACTIONS(2014), 1, - anon_sym_LPAREN, - ACTIONS(2016), 1, - sym_name_identifier, - STATE(1285), 1, - aux_sym_name_superexpression_repeat1, - STATE(1409), 1, - sym_type_subexpression, - STATE(1410), 1, - sym_literal, - STATE(1498), 1, - sym_subexpression_token, - STATE(1597), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, + ACTIONS(2019), 1, + anon_sym_DOT, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(2018), 2, + ACTIONS(2015), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, sym_type_identifier, sym_abstract_type_identifier, - STATE(945), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(1403), 2, - sym_string_literal, - sym_char_literal, - STATE(1489), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(242), 3, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2017), 20, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_DASH_GT, - anon_sym_PIPE, + sym_name_identifier, sym_operator, - [66159] = 20, + sym_number_literal, + anon_sym_SQUOTE, + [50860] = 4, ACTIONS(3), 1, sym__line_comment, - ACTIONS(262), 1, - anon_sym_RPAREN, - ACTIONS(1042), 1, - sym_name_identifier, - ACTIONS(1046), 1, - sym_float_number_literal, - ACTIONS(1048), 1, - sym_number_literal, - ACTIONS(1050), 1, - anon_sym_DQUOTE, - ACTIONS(1052), 1, - anon_sym_SQUOTE, - ACTIONS(2062), 1, - anon_sym_LPAREN, - STATE(1301), 1, - aux_sym_name_superexpression_repeat1, - STATE(1411), 1, - sym_literal, - STATE(1412), 1, - sym_type_subexpression, - STATE(1463), 1, - sym_subexpression_token, - STATE(1591), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(2064), 2, + ACTIONS(313), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, sym_type_identifier, sym_abstract_type_identifier, - STATE(949), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(1421), 2, - sym_string_literal, - sym_char_literal, - STATE(1466), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(260), 3, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2073), 21, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, anon_sym_elif, anon_sym_else, - sym_operator, - [66227] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(262), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(260), 18, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_elif, - anon_sym_else, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [66263] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1637), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1635), 17, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, anon_sym_DOT, sym_name_identifier, sym_operator, sym_number_literal, anon_sym_SQUOTE, - [66298] = 19, + [50901] = 22, ACTIONS(3), 1, sym__line_comment, - ACTIONS(2066), 1, - anon_sym_LPAREN, - ACTIONS(2069), 1, - sym_name_identifier, - ACTIONS(2075), 1, - sym_float_number_literal, - ACTIONS(2078), 1, - sym_number_literal, - ACTIONS(2081), 1, - anon_sym_DQUOTE, - ACTIONS(2084), 1, - anon_sym_SQUOTE, - STATE(1299), 1, - aux_sym_name_superexpression_repeat1, - STATE(1504), 1, - sym_type_subexpression, - STATE(1513), 1, - sym_literal, - STATE(1546), 1, - sym_subexpression_token, - STATE(1633), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(2072), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(956), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(1511), 2, - sym_string_literal, - sym_char_literal, - STATE(1525), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(217), 3, - anon_sym_AMP, - anon_sym_do, - sym_operator, - [66363] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 17, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [66398] = 19, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(2087), 1, - anon_sym_LPAREN, - ACTIONS(2090), 1, - sym_name_identifier, - ACTIONS(2096), 1, - sym_float_number_literal, - ACTIONS(2099), 1, - sym_number_literal, - ACTIONS(2102), 1, - anon_sym_DQUOTE, - ACTIONS(2105), 1, - anon_sym_SQUOTE, - STATE(1319), 1, - aux_sym_name_superexpression_repeat1, - STATE(1465), 1, - sym_literal, - STATE(1467), 1, - sym_type_subexpression, - STATE(1587), 1, - sym_subexpression_token, - STATE(1694), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(2093), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(958), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(1473), 2, - sym_string_literal, - sym_char_literal, - STATE(1534), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(217), 3, - anon_sym_AMP, - anon_sym_with, - sym_operator, - [66463] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1629), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1627), 17, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [66498] = 19, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(2108), 1, - anon_sym_LPAREN, - ACTIONS(2111), 1, - sym_name_identifier, - ACTIONS(2117), 1, - sym_float_number_literal, - ACTIONS(2120), 1, - sym_number_literal, - ACTIONS(2123), 1, - anon_sym_DQUOTE, - ACTIONS(2126), 1, - anon_sym_SQUOTE, - STATE(1315), 1, - aux_sym_name_superexpression_repeat1, - STATE(1477), 1, - sym_literal, - STATE(1479), 1, - sym_type_subexpression, - STATE(1573), 1, - sym_subexpression_token, - STATE(1667), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(2114), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(960), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(1505), 2, - sym_string_literal, - sym_char_literal, - STATE(1528), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(217), 3, - anon_sym_AMP, - anon_sym_then, - sym_operator, - [66563] = 19, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(2129), 1, - anon_sym_LPAREN, - ACTIONS(2131), 1, - sym_name_identifier, - ACTIONS(2135), 1, - sym_float_number_literal, - ACTIONS(2137), 1, - sym_number_literal, - ACTIONS(2139), 1, - anon_sym_DQUOTE, - ACTIONS(2141), 1, - anon_sym_SQUOTE, - STATE(1319), 1, - aux_sym_name_superexpression_repeat1, - STATE(1465), 1, - sym_literal, - STATE(1467), 1, - sym_type_subexpression, - STATE(1587), 1, - sym_subexpression_token, - STATE(1694), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(2133), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(966), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(1473), 2, - sym_string_literal, - sym_char_literal, - STATE(1534), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(260), 3, - anon_sym_AMP, - anon_sym_with, - sym_operator, - [66628] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1659), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1657), 17, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [66663] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(244), 1, + ACTIONS(369), 1, anon_sym_RPAREN, - ACTIONS(1317), 1, - sym_float_number_literal, - ACTIONS(1319), 1, - sym_number_literal, - ACTIONS(1321), 1, - anon_sym_DQUOTE, - ACTIONS(1323), 1, - anon_sym_SQUOTE, - ACTIONS(2143), 1, - anon_sym_LPAREN, - ACTIONS(2145), 1, - sym_name_identifier, - STATE(1283), 1, - aux_sym_name_superexpression_repeat1, - STATE(1448), 1, - sym_literal, - STATE(1450), 1, - sym_type_subexpression, - STATE(1654), 1, - sym_subexpression_token, - STATE(1655), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(242), 2, - anon_sym_PIPE, - sym_operator, - ACTIONS(2147), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(979), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(1449), 2, - sym_string_literal, - sym_char_literal, - STATE(1611), 2, - sym_scoped_statement, - sym_name_superexpression, - [66730] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(262), 1, - anon_sym_RPAREN, - ACTIONS(2149), 1, - anon_sym_LPAREN, - ACTIONS(2151), 1, - sym_name_identifier, - ACTIONS(2155), 1, - sym_float_number_literal, - ACTIONS(2157), 1, - sym_number_literal, - ACTIONS(2159), 1, - anon_sym_DQUOTE, - ACTIONS(2161), 1, - anon_sym_SQUOTE, - STATE(1282), 1, - aux_sym_name_superexpression_repeat1, - STATE(1439), 1, - sym_literal, - STATE(1441), 1, - sym_type_subexpression, - STATE(1683), 1, - sym_subexpression_token, - STATE(1684), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(260), 2, - anon_sym_AMP, - sym_operator, - ACTIONS(2153), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(978), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(1440), 2, - sym_string_literal, - sym_char_literal, - STATE(1617), 2, - sym_scoped_statement, - sym_name_superexpression, - [66797] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(219), 1, - anon_sym_RPAREN, - ACTIONS(2163), 1, - anon_sym_LPAREN, - ACTIONS(2166), 1, - sym_name_identifier, - ACTIONS(2172), 1, - sym_float_number_literal, - ACTIONS(2175), 1, - sym_number_literal, - ACTIONS(2178), 1, - anon_sym_DQUOTE, - ACTIONS(2181), 1, - anon_sym_SQUOTE, - STATE(1282), 1, - aux_sym_name_superexpression_repeat1, - STATE(1439), 1, - sym_literal, - STATE(1441), 1, - sym_type_subexpression, - STATE(1683), 1, - sym_subexpression_token, - STATE(1684), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(217), 2, - anon_sym_AMP, - sym_operator, - ACTIONS(2169), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(965), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(1440), 2, - sym_string_literal, - sym_char_literal, - STATE(1617), 2, - sym_scoped_statement, - sym_name_superexpression, - [66864] = 19, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(2129), 1, - anon_sym_LPAREN, - ACTIONS(2131), 1, - sym_name_identifier, - ACTIONS(2135), 1, - sym_float_number_literal, - ACTIONS(2137), 1, - sym_number_literal, - ACTIONS(2139), 1, - anon_sym_DQUOTE, - ACTIONS(2141), 1, - anon_sym_SQUOTE, - STATE(1319), 1, - aux_sym_name_superexpression_repeat1, - STATE(1465), 1, - sym_literal, - STATE(1467), 1, - sym_type_subexpression, - STATE(1587), 1, - sym_subexpression_token, - STATE(1694), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(2133), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(958), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(1473), 2, - sym_string_literal, - sym_char_literal, - STATE(1534), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(242), 3, - anon_sym_AMP, - anon_sym_with, - sym_operator, - [66929] = 19, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(2184), 1, - anon_sym_LPAREN, - ACTIONS(2186), 1, - sym_name_identifier, - ACTIONS(2190), 1, - sym_float_number_literal, - ACTIONS(2192), 1, - sym_number_literal, - ACTIONS(2194), 1, - anon_sym_DQUOTE, - ACTIONS(2196), 1, - anon_sym_SQUOTE, - STATE(1277), 1, - aux_sym_name_superexpression_repeat1, - STATE(1486), 1, - sym_literal, - STATE(1503), 1, - sym_type_subexpression, - STATE(1548), 1, - sym_subexpression_token, - STATE(1649), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(2188), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(972), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(1512), 2, - sym_string_literal, - sym_char_literal, - STATE(1583), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(260), 3, - anon_sym_AMP, - anon_sym_while, - sym_operator, - [66994] = 19, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(2198), 1, - anon_sym_LPAREN, - ACTIONS(2200), 1, - sym_name_identifier, - ACTIONS(2204), 1, - sym_float_number_literal, - ACTIONS(2206), 1, - sym_number_literal, - ACTIONS(2208), 1, - anon_sym_DQUOTE, - ACTIONS(2210), 1, - anon_sym_SQUOTE, - STATE(1315), 1, - aux_sym_name_superexpression_repeat1, - STATE(1477), 1, - sym_literal, - STATE(1479), 1, - sym_type_subexpression, - STATE(1573), 1, - sym_subexpression_token, - STATE(1667), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(2202), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(982), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(1505), 2, - sym_string_literal, - sym_char_literal, - STATE(1528), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(260), 3, - anon_sym_AMP, - anon_sym_then, - sym_operator, - [67059] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(262), 6, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(260), 17, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [67094] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1623), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1621), 17, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [67129] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1649), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1647), 16, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [67166] = 19, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(2184), 1, - anon_sym_LPAREN, - ACTIONS(2186), 1, - sym_name_identifier, - ACTIONS(2190), 1, - sym_float_number_literal, - ACTIONS(2192), 1, - sym_number_literal, - ACTIONS(2194), 1, - anon_sym_DQUOTE, - ACTIONS(2196), 1, - anon_sym_SQUOTE, - STATE(1277), 1, - aux_sym_name_superexpression_repeat1, - STATE(1486), 1, - sym_literal, - STATE(1503), 1, - sym_type_subexpression, - STATE(1548), 1, - sym_subexpression_token, - STATE(1649), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(2188), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(977), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(1512), 2, - sym_string_literal, - sym_char_literal, - STATE(1583), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(242), 3, - anon_sym_AMP, - anon_sym_while, - sym_operator, - [67231] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1655), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 16, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [67268] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(262), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(260), 17, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [67303] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1625), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1503), 17, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [67338] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 16, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [67375] = 19, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(2212), 1, - anon_sym_LPAREN, - ACTIONS(2215), 1, - sym_name_identifier, - ACTIONS(2221), 1, - sym_float_number_literal, - ACTIONS(2224), 1, - sym_number_literal, - ACTIONS(2227), 1, - anon_sym_DQUOTE, - ACTIONS(2230), 1, - anon_sym_SQUOTE, - STATE(1277), 1, - aux_sym_name_superexpression_repeat1, - STATE(1486), 1, - sym_literal, - STATE(1503), 1, - sym_type_subexpression, - STATE(1548), 1, - sym_subexpression_token, - STATE(1649), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(2218), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(977), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(1512), 2, - sym_string_literal, - sym_char_literal, - STATE(1583), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(217), 3, - anon_sym_AMP, - anon_sym_while, - sym_operator, - [67440] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(244), 1, - anon_sym_RPAREN, - ACTIONS(2149), 1, - anon_sym_LPAREN, - ACTIONS(2151), 1, - sym_name_identifier, - ACTIONS(2155), 1, - sym_float_number_literal, - ACTIONS(2157), 1, - sym_number_literal, - ACTIONS(2159), 1, - anon_sym_DQUOTE, - ACTIONS(2161), 1, - anon_sym_SQUOTE, - STATE(1282), 1, - aux_sym_name_superexpression_repeat1, - STATE(1439), 1, - sym_literal, - STATE(1441), 1, - sym_type_subexpression, - STATE(1683), 1, - sym_subexpression_token, - STATE(1684), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(242), 2, - anon_sym_AMP, - sym_operator, - ACTIONS(2153), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(965), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(1440), 2, - sym_string_literal, - sym_char_literal, - STATE(1617), 2, - sym_scoped_statement, - sym_name_superexpression, - [67507] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(219), 1, - anon_sym_RPAREN, - ACTIONS(2233), 1, - anon_sym_LPAREN, - ACTIONS(2236), 1, - sym_name_identifier, - ACTIONS(2242), 1, - sym_float_number_literal, - ACTIONS(2245), 1, - sym_number_literal, - ACTIONS(2248), 1, - anon_sym_DQUOTE, ACTIONS(2251), 1, + anon_sym_LPAREN, + ACTIONS(2255), 1, + sym_name_identifier, + ACTIONS(2259), 1, + sym_float_number_literal, + ACTIONS(2261), 1, + sym_number_literal, + ACTIONS(2263), 1, + anon_sym_DQUOTE, + ACTIONS(2265), 1, anon_sym_SQUOTE, - STATE(1283), 1, - aux_sym_name_superexpression_repeat1, - STATE(1448), 1, - sym_literal, - STATE(1450), 1, + STATE(1419), 1, + aux_sym_name_expression_repeat1, + STATE(1594), 1, sym_type_subexpression, - STATE(1654), 1, + STATE(1765), 1, sym_subexpression_token, - STATE(1655), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, + STATE(1810), 1, + aux_sym_name_expression_repeat2, + STATE(2349), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(217), 2, + ACTIONS(2253), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(2257), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(846), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1584), 2, + sym_string_literal, + sym_char_literal, + STATE(1595), 2, + sym_extended_name, + sym_literal, + STATE(1747), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(371), 4, + anon_sym_AMP, anon_sym_PIPE, + anon_sym_DASH_GT, sym_operator, - ACTIONS(2239), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(979), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(1449), 2, - sym_string_literal, - sym_char_literal, - STATE(1611), 2, - sym_scoped_statement, - sym_name_superexpression, - [67574] = 4, + [50978] = 4, ACTIONS(3), 1, sym__line_comment, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(1653), 6, + ACTIONS(2075), 8, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, sym_type_identifier, sym_abstract_type_identifier, sym_float_number_literal, anon_sym_DQUOTE, - ACTIONS(1651), 17, + ACTIONS(2077), 21, anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, anon_sym_use, + anon_sym_import, anon_sym_alias, + anon_sym_type, + anon_sym_let, anon_sym_decl, anon_sym_def, - anon_sym_type, anon_sym_struct, anon_sym_class, + anon_sym_basic, + anon_sym_abstract, anon_sym_typeclass, anon_sym_AMP, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [67609] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(201), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1631), 17, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, + anon_sym_elif, + anon_sym_else, anon_sym_DOT, sym_name_identifier, sym_operator, sym_number_literal, anon_sym_SQUOTE, - [67644] = 19, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(2198), 1, - anon_sym_LPAREN, - ACTIONS(2200), 1, - sym_name_identifier, - ACTIONS(2204), 1, - sym_float_number_literal, - ACTIONS(2206), 1, - sym_number_literal, - ACTIONS(2208), 1, - anon_sym_DQUOTE, - ACTIONS(2210), 1, - anon_sym_SQUOTE, - STATE(1315), 1, - aux_sym_name_superexpression_repeat1, - STATE(1477), 1, - sym_literal, - STATE(1479), 1, - sym_type_subexpression, - STATE(1573), 1, - sym_subexpression_token, - STATE(1667), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(2202), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(960), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(1505), 2, - sym_string_literal, - sym_char_literal, - STATE(1528), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(242), 3, - anon_sym_AMP, - anon_sym_then, - sym_operator, - [67709] = 4, + [51019] = 4, ACTIONS(3), 1, sym__line_comment, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(207), 6, + ACTIONS(347), 8, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, sym_type_identifier, sym_abstract_type_identifier, sym_float_number_literal, anon_sym_DQUOTE, - ACTIONS(1633), 17, + ACTIONS(2065), 21, anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, anon_sym_use, + anon_sym_import, anon_sym_alias, + anon_sym_type, + anon_sym_let, anon_sym_decl, anon_sym_def, - anon_sym_type, anon_sym_struct, anon_sym_class, + anon_sym_basic, + anon_sym_abstract, anon_sym_typeclass, + anon_sym_AMP, + anon_sym_elif, + anon_sym_else, anon_sym_DOT, sym_name_identifier, sym_operator, sym_number_literal, anon_sym_SQUOTE, - [67744] = 19, + [51060] = 22, ACTIONS(3), 1, sym__line_comment, - ACTIONS(2254), 1, - anon_sym_LPAREN, - ACTIONS(2256), 1, - sym_name_identifier, - ACTIONS(2260), 1, - sym_float_number_literal, - ACTIONS(2262), 1, - sym_number_literal, - ACTIONS(2264), 1, - anon_sym_DQUOTE, - ACTIONS(2266), 1, - anon_sym_SQUOTE, - STATE(1299), 1, - aux_sym_name_superexpression_repeat1, - STATE(1504), 1, - sym_type_subexpression, - STATE(1513), 1, - sym_literal, - STATE(1546), 1, - sym_subexpression_token, - STATE(1633), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(2258), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(989), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(1511), 2, - sym_string_literal, - sym_char_literal, - STATE(1525), 2, - sym_scoped_statement, - sym_name_superexpression, - ACTIONS(260), 3, - anon_sym_AMP, - anon_sym_do, - sym_operator, - [67809] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1503), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1499), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1501), 16, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [67846] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 17, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [67881] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(262), 6, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(260), 17, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [67916] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(262), 1, + ACTIONS(513), 1, anon_sym_RPAREN, - ACTIONS(1317), 1, - sym_float_number_literal, - ACTIONS(1319), 1, - sym_number_literal, - ACTIONS(1321), 1, - anon_sym_DQUOTE, - ACTIONS(1323), 1, - anon_sym_SQUOTE, - ACTIONS(2143), 1, + ACTIONS(2251), 1, anon_sym_LPAREN, - ACTIONS(2145), 1, + ACTIONS(2255), 1, sym_name_identifier, - STATE(1283), 1, - aux_sym_name_superexpression_repeat1, - STATE(1448), 1, - sym_literal, - STATE(1450), 1, + ACTIONS(2259), 1, + sym_float_number_literal, + ACTIONS(2261), 1, + sym_number_literal, + ACTIONS(2263), 1, + anon_sym_DQUOTE, + ACTIONS(2265), 1, + anon_sym_SQUOTE, + STATE(1419), 1, + aux_sym_name_expression_repeat1, + STATE(1594), 1, sym_type_subexpression, - STATE(1654), 1, + STATE(1765), 1, sym_subexpression_token, - STATE(1655), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, + STATE(1810), 1, + aux_sym_name_expression_repeat2, + STATE(2349), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(260), 2, - anon_sym_PIPE, - sym_operator, - ACTIONS(2147), 2, + ACTIONS(2253), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(2257), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(963), 2, + STATE(852), 2, sym_function_argument, aux_sym_function_call_expression_repeat1, - STATE(1449), 2, + STATE(1584), 2, sym_string_literal, sym_char_literal, - STATE(1611), 2, - sym_scoped_statement, - sym_name_superexpression, - [67983] = 19, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(2254), 1, - anon_sym_LPAREN, - ACTIONS(2256), 1, - sym_name_identifier, - ACTIONS(2260), 1, - sym_float_number_literal, - ACTIONS(2262), 1, - sym_number_literal, - ACTIONS(2264), 1, - anon_sym_DQUOTE, - ACTIONS(2266), 1, - anon_sym_SQUOTE, - STATE(1299), 1, - aux_sym_name_superexpression_repeat1, - STATE(1504), 1, - sym_type_subexpression, - STATE(1513), 1, + STATE(1595), 2, + sym_extended_name, sym_literal, - STATE(1546), 1, - sym_subexpression_token, - STATE(1633), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(2258), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(956), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(1511), 2, - sym_string_literal, - sym_char_literal, - STATE(1525), 2, + STATE(1747), 2, sym_scoped_statement, - sym_name_superexpression, - ACTIONS(242), 3, + sym_name_expression, + ACTIONS(515), 4, anon_sym_AMP, - anon_sym_do, + anon_sym_PIPE, + anon_sym_DASH_GT, sym_operator, - [68048] = 5, + [51137] = 4, ACTIONS(3), 1, sym__line_comment, - ACTIONS(1619), 1, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2061), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2063), 21, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_elif, + anon_sym_else, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [51178] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2109), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2111), 21, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [51219] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2057), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2059), 21, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_elif, + anon_sym_else, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [51260] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2019), 1, anon_sym_DOT, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(1641), 6, + ACTIONS(2015), 10, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, sym_type_identifier, sym_abstract_type_identifier, sym_float_number_literal, anon_sym_DQUOTE, - ACTIONS(1639), 16, - anon_sym_namespace, + ACTIONS(2017), 18, anon_sym_const, anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, + anon_sym_AMP, + anon_sym_match, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, sym_name_identifier, sym_operator, sym_number_literal, anon_sym_SQUOTE, - [68085] = 5, + [51303] = 5, ACTIONS(3), 1, sym__line_comment, - ACTIONS(1619), 1, + ACTIONS(2059), 1, anon_sym_DOT, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(1617), 6, + ACTIONS(2097), 10, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, sym_type_identifier, sym_abstract_type_identifier, sym_float_number_literal, anon_sym_DQUOTE, - ACTIONS(1615), 16, - anon_sym_namespace, + ACTIONS(2099), 18, anon_sym_const, anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, sym_name_identifier, sym_operator, sym_number_literal, anon_sym_SQUOTE, - [68122] = 4, + [51346] = 4, ACTIONS(3), 1, sym__line_comment, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(262), 6, + ACTIONS(2101), 8, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, sym_type_identifier, sym_abstract_type_identifier, sym_float_number_literal, anon_sym_DQUOTE, - ACTIONS(260), 16, + ACTIONS(2103), 21, anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, anon_sym_use, + anon_sym_import, anon_sym_alias, + anon_sym_type, + anon_sym_let, anon_sym_decl, anon_sym_def, - anon_sym_type, anon_sym_struct, anon_sym_class, + anon_sym_basic, + anon_sym_abstract, anon_sym_typeclass, + anon_sym_AMP, + anon_sym_elif, + anon_sym_else, + anon_sym_DOT, sym_name_identifier, sym_operator, sym_number_literal, anon_sym_SQUOTE, - [68156] = 19, + [51387] = 4, ACTIONS(3), 1, sym__line_comment, - ACTIONS(1024), 1, - sym_name_identifier, - ACTIONS(1028), 1, - sym_float_number_literal, - ACTIONS(1030), 1, - sym_number_literal, - ACTIONS(1032), 1, - anon_sym_DQUOTE, - ACTIONS(1034), 1, - anon_sym_SQUOTE, - ACTIONS(2268), 1, - anon_sym_LPAREN, - STATE(1273), 1, - aux_sym_name_superexpression_repeat1, - STATE(1521), 1, - aux_sym_name_superexpression_repeat2, - STATE(1639), 1, - sym_type_subexpression, - STATE(1692), 1, - sym_literal, - STATE(1699), 1, - sym_subexpression_token, - STATE(2248), 1, - sym_name_subsuperexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(242), 2, - anon_sym_do, - sym_operator, - ACTIONS(2270), 2, + ACTIONS(2067), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, sym_type_identifier, sym_abstract_type_identifier, - STATE(1004), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(1691), 2, - sym_string_literal, - sym_char_literal, - STATE(1701), 2, - sym_scoped_statement, - sym_name_superexpression, - [68220] = 19, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2019), 21, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_elif, + anon_sym_else, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [51428] = 5, ACTIONS(3), 1, sym__line_comment, - ACTIONS(1024), 1, - sym_name_identifier, - ACTIONS(1028), 1, - sym_float_number_literal, - ACTIONS(1030), 1, - sym_number_literal, - ACTIONS(1032), 1, - anon_sym_DQUOTE, - ACTIONS(1034), 1, - anon_sym_SQUOTE, - ACTIONS(2268), 1, - anon_sym_LPAREN, - STATE(1273), 1, - aux_sym_name_superexpression_repeat1, - STATE(1521), 1, - aux_sym_name_superexpression_repeat2, - STATE(1639), 1, - sym_type_subexpression, - STATE(1692), 1, - sym_literal, - STATE(1699), 1, - sym_subexpression_token, - STATE(2248), 1, - sym_name_subsuperexpression, + ACTIONS(2059), 1, + anon_sym_DOT, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(260), 2, - anon_sym_do, - sym_operator, - ACTIONS(2270), 2, + ACTIONS(2097), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, sym_type_identifier, sym_abstract_type_identifier, - STATE(993), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(1691), 2, - sym_string_literal, - sym_char_literal, - STATE(1701), 2, - sym_scoped_statement, - sym_name_superexpression, - [68284] = 19, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2099), 20, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [51471] = 5, ACTIONS(3), 1, sym__line_comment, - ACTIONS(2272), 1, + ACTIONS(2113), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2109), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2111), 18, + anon_sym_const, + anon_sym_var, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [51514] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2113), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2109), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2111), 20, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [51557] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2079), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2081), 18, + anon_sym_const, + anon_sym_var, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [51600] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2079), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2081), 18, + anon_sym_const, + anon_sym_var, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [51643] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2079), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2081), 20, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [51686] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2067), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2019), 19, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [51727] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2079), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2081), 20, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [51770] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2067), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2019), 21, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_elif, + anon_sym_else, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [51811] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2085), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2087), 18, + anon_sym_const, + anon_sym_var, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [51854] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2101), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2103), 21, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_elif, + anon_sym_else, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [51895] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2089), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2091), 19, + anon_sym_const, + anon_sym_var, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [51936] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2093), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2095), 19, + anon_sym_const, + anon_sym_var, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [51977] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2105), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2107), 19, + anon_sym_const, + anon_sym_var, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [52018] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(313), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2073), 19, + anon_sym_const, + anon_sym_var, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [52059] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2075), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2077), 19, + anon_sym_const, + anon_sym_var, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [52100] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(513), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(515), 21, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [52141] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(513), 1, + anon_sym_RPAREN, + ACTIONS(959), 1, + sym_float_number_literal, + ACTIONS(961), 1, + sym_number_literal, + ACTIONS(963), 1, + anon_sym_DQUOTE, + ACTIONS(965), 1, + anon_sym_SQUOTE, + ACTIONS(2267), 1, + anon_sym_LPAREN, + ACTIONS(2271), 1, + sym_name_identifier, + STATE(1405), 1, + aux_sym_name_expression_repeat1, + STATE(1600), 1, + sym_type_subexpression, + STATE(1779), 1, + sym_subexpression_token, + STATE(1820), 1, + aux_sym_name_expression_repeat2, + STATE(2361), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2269), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(2273), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(886), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1597), 2, + sym_extended_name, + sym_literal, + STATE(1609), 2, + sym_string_literal, + sym_char_literal, + STATE(1804), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(515), 4, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_operator, + [52218] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2101), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2103), 19, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [52259] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(347), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2065), 19, + anon_sym_const, + anon_sym_var, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [52300] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2061), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2063), 19, + anon_sym_const, + anon_sym_var, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [52341] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2057), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2059), 19, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [52382] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2085), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2087), 20, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [52425] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(369), 1, + anon_sym_RPAREN, + ACTIONS(959), 1, + sym_float_number_literal, + ACTIONS(961), 1, + sym_number_literal, + ACTIONS(963), 1, + anon_sym_DQUOTE, + ACTIONS(965), 1, + anon_sym_SQUOTE, + ACTIONS(2267), 1, + anon_sym_LPAREN, + ACTIONS(2271), 1, + sym_name_identifier, + STATE(1405), 1, + aux_sym_name_expression_repeat1, + STATE(1600), 1, + sym_type_subexpression, + STATE(1779), 1, + sym_subexpression_token, + STATE(1820), 1, + aux_sym_name_expression_repeat2, + STATE(2361), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2269), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(2273), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(892), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1597), 2, + sym_extended_name, + sym_literal, + STATE(1609), 2, + sym_string_literal, + sym_char_literal, + STATE(1804), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(371), 4, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_operator, + [52502] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2089), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2091), 21, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [52543] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2057), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2059), 21, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_elif, + anon_sym_else, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [52584] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2057), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2059), 19, + anon_sym_const, + anon_sym_var, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [52625] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2093), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2095), 21, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [52666] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2101), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2103), 19, + anon_sym_const, + anon_sym_var, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [52707] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(475), 1, + anon_sym_RPAREN, ACTIONS(2275), 1, - sym_name_identifier, - ACTIONS(2281), 1, - sym_float_number_literal, - ACTIONS(2284), 1, - sym_number_literal, - ACTIONS(2287), 1, - anon_sym_DQUOTE, - ACTIONS(2290), 1, - anon_sym_SQUOTE, - STATE(1258), 1, - aux_sym_name_superexpression_repeat1, - STATE(1620), 1, - aux_sym_name_superexpression_repeat2, - STATE(1621), 1, - sym_type_subexpression, - STATE(1671), 1, - sym_literal, - STATE(1697), 1, - sym_subexpression_token, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(217), 2, - anon_sym_while, - sym_operator, - ACTIONS(2278), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(995), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(1554), 2, - sym_string_literal, - sym_char_literal, - STATE(1705), 2, - sym_scoped_statement, - sym_name_superexpression, - [68348] = 19, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(974), 1, - sym_name_identifier, - ACTIONS(978), 1, - sym_float_number_literal, - ACTIONS(980), 1, - sym_number_literal, - ACTIONS(982), 1, - anon_sym_DQUOTE, - ACTIONS(984), 1, - anon_sym_SQUOTE, - ACTIONS(2293), 1, anon_sym_LPAREN, - STATE(1258), 1, - aux_sym_name_superexpression_repeat1, - STATE(1620), 1, - aux_sym_name_superexpression_repeat2, - STATE(1621), 1, + ACTIONS(2281), 1, + sym_name_identifier, + ACTIONS(2287), 1, + sym_float_number_literal, + ACTIONS(2290), 1, + sym_number_literal, + ACTIONS(2293), 1, + anon_sym_DQUOTE, + ACTIONS(2296), 1, + anon_sym_SQUOTE, + STATE(1405), 1, + aux_sym_name_expression_repeat1, + STATE(1600), 1, sym_type_subexpression, - STATE(1671), 1, - sym_literal, - STATE(1697), 1, + STATE(1779), 1, sym_subexpression_token, - STATE(2248), 1, - sym_name_subsuperexpression, + STATE(1820), 1, + aux_sym_name_expression_repeat2, + STATE(2361), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(242), 2, - anon_sym_while, - sym_operator, - ACTIONS(2295), 2, + ACTIONS(2278), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(2284), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(995), 2, + STATE(892), 2, sym_function_argument, aux_sym_function_call_expression_repeat1, - STATE(1554), 2, + STATE(1597), 2, + sym_extended_name, + sym_literal, + STATE(1609), 2, sym_string_literal, sym_char_literal, - STATE(1705), 2, + STATE(1804), 2, sym_scoped_statement, - sym_name_superexpression, - [68412] = 4, + sym_name_expression, + ACTIONS(477), 4, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_operator, + [52784] = 4, ACTIONS(3), 1, sym__line_comment, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(1653), 6, + ACTIONS(2067), 8, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, sym_type_identifier, sym_abstract_type_identifier, sym_float_number_literal, anon_sym_DQUOTE, - ACTIONS(1651), 16, + ACTIONS(2019), 21, anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, anon_sym_use, + anon_sym_import, anon_sym_alias, + anon_sym_type, + anon_sym_let, anon_sym_decl, anon_sym_def, - anon_sym_type, anon_sym_struct, anon_sym_class, + anon_sym_basic, + anon_sym_abstract, anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_DOT, sym_name_identifier, sym_operator, sym_number_literal, anon_sym_SQUOTE, - [68446] = 19, + [52825] = 4, ACTIONS(3), 1, sym__line_comment, - ACTIONS(974), 1, - sym_name_identifier, - ACTIONS(978), 1, - sym_float_number_literal, - ACTIONS(980), 1, - sym_number_literal, - ACTIONS(982), 1, - anon_sym_DQUOTE, - ACTIONS(984), 1, - anon_sym_SQUOTE, - ACTIONS(2293), 1, - anon_sym_LPAREN, - STATE(1258), 1, - aux_sym_name_superexpression_repeat1, - STATE(1620), 1, - aux_sym_name_superexpression_repeat2, - STATE(1621), 1, - sym_type_subexpression, - STATE(1671), 1, - sym_literal, - STATE(1697), 1, - sym_subexpression_token, - STATE(2248), 1, - sym_name_subsuperexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(260), 2, - anon_sym_while, - sym_operator, - ACTIONS(2295), 2, + ACTIONS(2067), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, sym_type_identifier, sym_abstract_type_identifier, - STATE(996), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(1554), 2, - sym_string_literal, - sym_char_literal, - STATE(1705), 2, - sym_scoped_statement, - sym_name_superexpression, - [68510] = 19, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2019), 19, + anon_sym_const, + anon_sym_var, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [52866] = 4, ACTIONS(3), 1, sym__line_comment, - ACTIONS(2297), 1, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2061), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(2300), 1, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2063), 19, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, sym_name_identifier, - ACTIONS(2306), 1, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [52907] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(347), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2065), 19, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [52948] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(313), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2073), 21, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [52989] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2061), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2063), 21, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_elif, + anon_sym_else, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [53030] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2075), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2077), 19, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [53071] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(313), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2073), 19, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [53112] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(347), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2065), 21, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_elif, + anon_sym_else, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [53153] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2075), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2077), 21, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [53194] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2105), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2107), 19, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [53235] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2093), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2095), 19, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [53276] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2089), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2091), 19, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [53317] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2299), 1, + anon_sym_LPAREN, + ACTIONS(2303), 1, + sym_name_identifier, + ACTIONS(2307), 1, sym_float_number_literal, ACTIONS(2309), 1, sym_number_literal, - ACTIONS(2312), 1, + ACTIONS(2311), 1, anon_sym_DQUOTE, - ACTIONS(2315), 1, + ACTIONS(2313), 1, anon_sym_SQUOTE, - STATE(1269), 1, - aux_sym_name_superexpression_repeat1, - STATE(1647), 1, - aux_sym_name_superexpression_repeat2, - STATE(1653), 1, + STATE(1431), 1, + aux_sym_name_expression_repeat1, + STATE(1655), 1, sym_type_subexpression, - STATE(1686), 1, - sym_literal, - STATE(1702), 1, + STATE(1669), 1, sym_subexpression_token, - STATE(2248), 1, - sym_name_subsuperexpression, + STATE(1677), 1, + aux_sym_name_expression_repeat2, + STATE(2350), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(217), 2, - anon_sym_then, + ACTIONS(515), 2, + anon_sym_AMP, sym_operator, - ACTIONS(2303), 2, + ACTIONS(2301), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(2305), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(999), 2, + STATE(919), 2, sym_function_argument, aux_sym_function_call_expression_repeat1, - STATE(1646), 2, + STATE(1562), 2, sym_string_literal, sym_char_literal, - STATE(1708), 2, - sym_scoped_statement, - sym_name_superexpression, - [68574] = 19, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1006), 1, - sym_name_identifier, - ACTIONS(1010), 1, - sym_float_number_literal, - ACTIONS(1012), 1, - sym_number_literal, - ACTIONS(1014), 1, - anon_sym_DQUOTE, - ACTIONS(1016), 1, - anon_sym_SQUOTE, - ACTIONS(2318), 1, - anon_sym_LPAREN, - STATE(1269), 1, - aux_sym_name_superexpression_repeat1, - STATE(1647), 1, - aux_sym_name_superexpression_repeat2, - STATE(1653), 1, - sym_type_subexpression, - STATE(1686), 1, + STATE(1660), 2, + sym_extended_name, sym_literal, - STATE(1702), 1, - sym_subexpression_token, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(242), 2, - anon_sym_then, - sym_operator, - ACTIONS(2320), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(999), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(1646), 2, - sym_string_literal, - sym_char_literal, - STATE(1708), 2, - sym_scoped_statement, - sym_name_superexpression, - [68638] = 19, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(2322), 1, - anon_sym_LPAREN, - ACTIONS(2325), 1, - sym_name_identifier, - ACTIONS(2331), 1, - sym_float_number_literal, - ACTIONS(2334), 1, - sym_number_literal, - ACTIONS(2337), 1, - anon_sym_DQUOTE, - ACTIONS(2340), 1, - anon_sym_SQUOTE, - STATE(1302), 1, - aux_sym_name_superexpression_repeat1, - STATE(1618), 1, - sym_literal, - STATE(1622), 1, - aux_sym_name_superexpression_repeat2, - STATE(1624), 1, - sym_type_subexpression, - STATE(1707), 1, - sym_subexpression_token, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(217), 2, - anon_sym_with, - sym_operator, - ACTIONS(2328), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1001), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(1619), 2, - sym_string_literal, - sym_char_literal, - STATE(1698), 2, - sym_scoped_statement, - sym_name_superexpression, - [68702] = 19, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1123), 1, - sym_name_identifier, - ACTIONS(1127), 1, - sym_float_number_literal, - ACTIONS(1129), 1, - sym_number_literal, - ACTIONS(1131), 1, - anon_sym_DQUOTE, - ACTIONS(1133), 1, - anon_sym_SQUOTE, - ACTIONS(2343), 1, - anon_sym_LPAREN, - STATE(1302), 1, - aux_sym_name_superexpression_repeat1, - STATE(1618), 1, - sym_literal, - STATE(1622), 1, - aux_sym_name_superexpression_repeat2, - STATE(1624), 1, - sym_type_subexpression, - STATE(1707), 1, - sym_subexpression_token, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(242), 2, - anon_sym_with, - sym_operator, - ACTIONS(2345), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1001), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(1619), 2, - sym_string_literal, - sym_char_literal, - STATE(1698), 2, - sym_scoped_statement, - sym_name_superexpression, - [68766] = 19, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1123), 1, - sym_name_identifier, - ACTIONS(1127), 1, - sym_float_number_literal, - ACTIONS(1129), 1, - sym_number_literal, - ACTIONS(1131), 1, - anon_sym_DQUOTE, - ACTIONS(1133), 1, - anon_sym_SQUOTE, - ACTIONS(2343), 1, - anon_sym_LPAREN, - STATE(1302), 1, - aux_sym_name_superexpression_repeat1, - STATE(1618), 1, - sym_literal, - STATE(1622), 1, - aux_sym_name_superexpression_repeat2, - STATE(1624), 1, - sym_type_subexpression, - STATE(1707), 1, - sym_subexpression_token, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(260), 2, - anon_sym_with, - sym_operator, - ACTIONS(2345), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1002), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(1619), 2, - sym_string_literal, - sym_char_literal, - STATE(1698), 2, - sym_scoped_statement, - sym_name_superexpression, - [68830] = 19, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(2347), 1, - anon_sym_LPAREN, - ACTIONS(2350), 1, - sym_name_identifier, - ACTIONS(2356), 1, - sym_float_number_literal, - ACTIONS(2359), 1, - sym_number_literal, - ACTIONS(2362), 1, - anon_sym_DQUOTE, - ACTIONS(2365), 1, - anon_sym_SQUOTE, - STATE(1273), 1, - aux_sym_name_superexpression_repeat1, - STATE(1521), 1, - aux_sym_name_superexpression_repeat2, - STATE(1639), 1, - sym_type_subexpression, - STATE(1692), 1, - sym_literal, - STATE(1699), 1, - sym_subexpression_token, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(217), 2, - anon_sym_do, - sym_operator, - ACTIONS(2353), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1004), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(1691), 2, - sym_string_literal, - sym_char_literal, STATE(1701), 2, sym_scoped_statement, - sym_name_superexpression, - [68894] = 7, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2370), 1, - anon_sym_type, - ACTIONS(2372), 1, - anon_sym_LPAREN, - ACTIONS(2375), 1, - sym_abstract_type_identifier, - ACTIONS(3), 2, + sym_name_expression, + ACTIONS(513), 3, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_RBRACK, + [53394] = 4, + ACTIONS(3), 1, sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, sym__block_comment, - STATE(1005), 2, - sym_definition_parameter, - aux_sym_function_declaration_repeat1, - ACTIONS(2368), 17, + ACTIONS(2075), 8, ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2077), 21, anon_sym_namespace, - anon_sym_const, - anon_sym_var, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_elif, + anon_sym_else, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [53435] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2067), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2019), 21, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [53476] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2101), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2103), 21, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [53517] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(313), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2073), 21, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_elif, + anon_sym_else, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [53558] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2085), 10, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_COLON, - anon_sym_use, - anon_sym_EQ, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [68934] = 20, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(217), 1, - sym_operator, - ACTIONS(219), 1, - anon_sym_RPAREN, - ACTIONS(2378), 1, anon_sym_LPAREN, - ACTIONS(2381), 1, - sym_name_identifier, - ACTIONS(2387), 1, - sym_float_number_literal, - ACTIONS(2390), 1, - sym_number_literal, - ACTIONS(2393), 1, - anon_sym_DQUOTE, - ACTIONS(2396), 1, - anon_sym_SQUOTE, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(1579), 1, - sym_type_subexpression, - STATE(1704), 1, - sym_subexpression_token, - STATE(2248), 1, - sym_name_subsuperexpression, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(2384), 2, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, sym_type_identifier, sym_abstract_type_identifier, - STATE(1006), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(1710), 2, - sym_scoped_statement, - sym_name_superexpression, - [69000] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(207), 1, - anon_sym_DOT, - ACTIONS(211), 1, - anon_sym_type, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2399), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(209), 18, - ts_builtin_sym_end, - anon_sym_namespace, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2087), 18, anon_sym_const, anon_sym_var, - anon_sym_RBRACE, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [53601] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2105), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2107), 21, + anon_sym_namespace, anon_sym_partition, - anon_sym_import, anon_sym_use, + anon_sym_import, anon_sym_alias, + anon_sym_type, + anon_sym_let, anon_sym_decl, anon_sym_def, anon_sym_struct, anon_sym_class, + anon_sym_basic, + anon_sym_abstract, anon_sym_typeclass, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - [69038] = 20, + anon_sym_elif, + anon_sym_else, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [53642] = 4, ACTIONS(3), 1, sym__line_comment, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - ACTIONS(242), 1, - sym_operator, - ACTIONS(244), 1, - anon_sym_RPAREN, - ACTIONS(2401), 1, - anon_sym_LPAREN, - ACTIONS(2403), 1, - sym_name_identifier, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(1579), 1, - sym_type_subexpression, - STATE(1704), 1, - sym_subexpression_token, - STATE(2248), 1, - sym_name_subsuperexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(2405), 2, + ACTIONS(2093), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, sym_type_identifier, sym_abstract_type_identifier, - STATE(1006), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(1710), 2, - sym_scoped_statement, - sym_name_superexpression, - [69104] = 19, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2095), 21, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_elif, + anon_sym_else, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [53683] = 4, ACTIONS(3), 1, sym__line_comment, - ACTIONS(1006), 1, - sym_name_identifier, - ACTIONS(1010), 1, - sym_float_number_literal, - ACTIONS(1012), 1, - sym_number_literal, - ACTIONS(1014), 1, - anon_sym_DQUOTE, - ACTIONS(1016), 1, - anon_sym_SQUOTE, - ACTIONS(2318), 1, - anon_sym_LPAREN, - STATE(1269), 1, - aux_sym_name_superexpression_repeat1, - STATE(1647), 1, - aux_sym_name_superexpression_repeat2, - STATE(1653), 1, - sym_type_subexpression, - STATE(1686), 1, - sym_literal, - STATE(1702), 1, - sym_subexpression_token, - STATE(2248), 1, - sym_name_subsuperexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(260), 2, - anon_sym_then, - sym_operator, - ACTIONS(2320), 2, + ACTIONS(347), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, sym_type_identifier, sym_abstract_type_identifier, - STATE(1000), 2, - sym_function_argument, - aux_sym_function_call_expression_repeat1, - STATE(1646), 2, - sym_string_literal, - sym_char_literal, - STATE(1708), 2, - sym_scoped_statement, - sym_name_superexpression, - [69168] = 20, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2065), 21, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [53724] = 4, ACTIONS(3), 1, sym__line_comment, - ACTIONS(63), 1, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2089), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - ACTIONS(260), 1, + ACTIONS(2091), 21, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_elif, + anon_sym_else, + anon_sym_DOT, + sym_name_identifier, sym_operator, - ACTIONS(262), 1, + sym_number_literal, + anon_sym_SQUOTE, + [53765] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2057), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2059), 21, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [53806] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2061), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2063), 21, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [53847] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2109), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2111), 21, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [53888] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2299), 1, + anon_sym_LPAREN, + ACTIONS(2303), 1, + sym_name_identifier, + ACTIONS(2307), 1, + sym_float_number_literal, + ACTIONS(2309), 1, + sym_number_literal, + ACTIONS(2311), 1, + anon_sym_DQUOTE, + ACTIONS(2313), 1, + anon_sym_SQUOTE, + STATE(1431), 1, + aux_sym_name_expression_repeat1, + STATE(1655), 1, + sym_type_subexpression, + STATE(1669), 1, + sym_subexpression_token, + STATE(1677), 1, + aux_sym_name_expression_repeat2, + STATE(2350), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(371), 2, + anon_sym_AMP, + sym_operator, + ACTIONS(2301), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(2305), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(920), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1562), 2, + sym_string_literal, + sym_char_literal, + STATE(1660), 2, + sym_extended_name, + sym_literal, + STATE(1701), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(369), 3, anon_sym_RPAREN, - ACTIONS(2401), 1, + anon_sym_SEMI, + anon_sym_RBRACK, + [53965] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2315), 1, anon_sym_LPAREN, - ACTIONS(2403), 1, + ACTIONS(2321), 1, sym_name_identifier, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(1579), 1, + ACTIONS(2327), 1, + sym_float_number_literal, + ACTIONS(2330), 1, + sym_number_literal, + ACTIONS(2333), 1, + anon_sym_DQUOTE, + ACTIONS(2336), 1, + anon_sym_SQUOTE, + STATE(1431), 1, + aux_sym_name_expression_repeat1, + STATE(1655), 1, sym_type_subexpression, - STATE(1704), 1, + STATE(1669), 1, sym_subexpression_token, - STATE(2248), 1, - sym_name_subsuperexpression, + STATE(1677), 1, + aux_sym_name_expression_repeat2, + STATE(2350), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(2405), 2, + ACTIONS(477), 2, + anon_sym_AMP, + sym_operator, + ACTIONS(2318), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(2324), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(1008), 2, + STATE(920), 2, sym_function_argument, aux_sym_function_call_expression_repeat1, - STATE(1559), 2, + STATE(1562), 2, sym_string_literal, sym_char_literal, - STATE(1710), 2, + STATE(1660), 2, + sym_extended_name, + sym_literal, + STATE(1701), 2, sym_scoped_statement, - sym_name_superexpression, - [69234] = 19, + sym_name_expression, + ACTIONS(475), 3, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_RBRACK, + [54042] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2085), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2087), 20, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_elif, + anon_sym_else, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [54085] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2079), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2081), 20, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_elif, + anon_sym_else, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [54128] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2079), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2081), 18, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [54171] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2061), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2063), 21, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [54212] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(347), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2065), 21, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [54253] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2079), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2081), 18, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [54296] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2079), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2081), 20, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_elif, + anon_sym_else, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [54339] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2113), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2109), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2111), 18, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [54382] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2057), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2059), 21, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [54423] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2075), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2077), 21, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [54464] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(313), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2073), 21, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [54505] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2105), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2107), 21, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [54546] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2093), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2095), 21, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [54587] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2097), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2099), 18, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [54630] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2097), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2099), 20, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_elif, + anon_sym_else, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [54673] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2101), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2103), 21, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [54714] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(513), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(515), 19, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [54755] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2085), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2087), 20, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [54798] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2015), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2017), 18, + anon_sym_const, + anon_sym_var, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [54841] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2079), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2081), 20, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [54884] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2079), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2081), 20, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [54927] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2113), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2109), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2111), 20, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [54970] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2067), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2019), 21, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [55011] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2097), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2099), 20, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [55054] = 22, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(992), 1, + ACTIONS(1891), 1, sym_float_number_literal, - ACTIONS(994), 1, + ACTIONS(1893), 1, sym_number_literal, - ACTIONS(996), 1, + ACTIONS(1895), 1, anon_sym_DQUOTE, - ACTIONS(998), 1, + ACTIONS(1897), 1, anon_sym_SQUOTE, + ACTIONS(2339), 1, + anon_sym_LPAREN, + ACTIONS(2343), 1, + anon_sym_LBRACK, + ACTIONS(2345), 1, + sym_name_identifier, + STATE(573), 1, + sym_name_expression, + STATE(597), 1, + sym_subexpression, + STATE(600), 1, + sym_scoped_statement, + STATE(1448), 1, + aux_sym_name_expression_repeat1, + STATE(1759), 1, + aux_sym_name_expression_repeat2, + STATE(2201), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(2341), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1191), 2, + sym_extended_name, + sym_literal, + STATE(1200), 2, + sym_string_literal, + sym_char_literal, + STATE(601), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [55130] = 22, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1489), 1, + sym_float_number_literal, + ACTIONS(1491), 1, + sym_number_literal, + ACTIONS(1493), 1, + anon_sym_DQUOTE, + ACTIONS(1495), 1, + anon_sym_SQUOTE, + ACTIONS(2347), 1, + anon_sym_LPAREN, + ACTIONS(2351), 1, + anon_sym_LBRACK, + ACTIONS(2353), 1, + sym_name_identifier, + STATE(540), 1, + sym_name_expression, + STATE(649), 1, + sym_subexpression, + STATE(650), 1, + sym_scoped_statement, + STATE(1423), 1, + aux_sym_name_expression_repeat1, + STATE(1792), 1, + aux_sym_name_expression_repeat2, + STATE(2250), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(2349), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1057), 2, + sym_string_literal, + sym_char_literal, + STATE(1147), 2, + sym_extended_name, + sym_literal, + STATE(651), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [55206] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2109), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2111), 20, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [55246] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(513), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(515), 18, + anon_sym_const, + anon_sym_var, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [55286] = 22, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1907), 1, + sym_float_number_literal, + ACTIONS(1909), 1, + sym_number_literal, + ACTIONS(1911), 1, + anon_sym_DQUOTE, + ACTIONS(1913), 1, + anon_sym_SQUOTE, + ACTIONS(2343), 1, + anon_sym_LBRACK, + ACTIONS(2355), 1, + anon_sym_LPAREN, + ACTIONS(2359), 1, + sym_name_identifier, + STATE(577), 1, + sym_name_expression, + STATE(600), 1, + sym_scoped_statement, + STATE(1439), 1, + aux_sym_name_expression_repeat1, + STATE(1644), 1, + sym_subexpression, + STATE(1769), 1, + aux_sym_name_expression_repeat2, + STATE(2209), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(2357), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1235), 2, + sym_extended_name, + sym_literal, + STATE(1250), 2, + sym_string_literal, + sym_char_literal, + STATE(601), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [55362] = 22, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(173), 1, + anon_sym_LPAREN, + ACTIONS(201), 1, + sym_float_number_literal, + ACTIONS(203), 1, + sym_number_literal, + ACTIONS(205), 1, + anon_sym_DQUOTE, + ACTIONS(207), 1, + anon_sym_SQUOTE, + ACTIONS(2361), 1, + sym_name_identifier, + STATE(581), 1, + sym_name_expression, + STATE(605), 1, + sym_subexpression, + STATE(609), 1, + sym_scoped_statement, + STATE(1443), 1, + aux_sym_name_expression_repeat1, + STATE(1712), 1, + aux_sym_name_expression_repeat2, + STATE(2267), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(189), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1341), 2, + sym_string_literal, + sym_char_literal, + STATE(1343), 2, + sym_extended_name, + sym_literal, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [55438] = 22, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(583), 1, + anon_sym_LBRACK, + ACTIONS(1037), 1, + anon_sym_LPAREN, + ACTIONS(1051), 1, + sym_float_number_literal, + ACTIONS(1053), 1, + sym_number_literal, + ACTIONS(1055), 1, + anon_sym_DQUOTE, + ACTIONS(1057), 1, + anon_sym_SQUOTE, + ACTIONS(2363), 1, + sym_name_identifier, + STATE(576), 1, + sym_name_expression, + STATE(661), 1, + sym_scoped_statement, + STATE(1455), 1, + aux_sym_name_expression_repeat1, + STATE(1603), 1, + sym_subexpression, + STATE(1706), 1, + aux_sym_name_expression_repeat2, + STATE(2216), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(1039), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1201), 2, + sym_extended_name, + sym_literal, + STATE(1220), 2, + sym_string_literal, + sym_char_literal, + STATE(666), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [55514] = 22, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(583), 1, + anon_sym_LBRACK, + ACTIONS(703), 1, + anon_sym_LPAREN, + ACTIONS(717), 1, + sym_float_number_literal, + ACTIONS(719), 1, + sym_number_literal, + ACTIONS(721), 1, + anon_sym_DQUOTE, + ACTIONS(723), 1, + anon_sym_SQUOTE, + ACTIONS(2365), 1, + sym_name_identifier, + STATE(565), 1, + sym_name_expression, + STATE(661), 1, + sym_scoped_statement, + STATE(1435), 1, + aux_sym_name_expression_repeat1, + STATE(1645), 1, + sym_subexpression, + STATE(1796), 1, + aux_sym_name_expression_repeat2, + STATE(2223), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(705), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1252), 2, + sym_extended_name, + sym_literal, + STATE(1270), 2, + sym_string_literal, + sym_char_literal, + STATE(666), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [55590] = 22, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1891), 1, + sym_float_number_literal, + ACTIONS(1893), 1, + sym_number_literal, + ACTIONS(1895), 1, + anon_sym_DQUOTE, + ACTIONS(1897), 1, + anon_sym_SQUOTE, + ACTIONS(2339), 1, + anon_sym_LPAREN, + ACTIONS(2343), 1, + anon_sym_LBRACK, + ACTIONS(2345), 1, + sym_name_identifier, + STATE(573), 1, + sym_name_expression, + STATE(600), 1, + sym_scoped_statement, + STATE(1448), 1, + aux_sym_name_expression_repeat1, + STATE(1630), 1, + sym_subexpression, + STATE(1759), 1, + aux_sym_name_expression_repeat2, + STATE(2201), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(2341), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1191), 2, + sym_extended_name, + sym_literal, + STATE(1200), 2, + sym_string_literal, + sym_char_literal, + STATE(601), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [55666] = 22, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(573), 1, + anon_sym_LPAREN, + ACTIONS(583), 1, + anon_sym_LBRACK, + ACTIONS(589), 1, + sym_float_number_literal, + ACTIONS(591), 1, + sym_number_literal, + ACTIONS(593), 1, + anon_sym_DQUOTE, + ACTIONS(595), 1, + anon_sym_SQUOTE, + ACTIONS(2367), 1, + sym_name_identifier, + STATE(660), 1, + sym_subexpression, + STATE(661), 1, + sym_scoped_statement, + STATE(1190), 1, + sym_name_expression, + STATE(1438), 1, + aux_sym_name_expression_repeat1, + STATE(1829), 1, + aux_sym_name_expression_repeat2, + STATE(2221), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(575), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1859), 2, + sym_string_literal, + sym_char_literal, + STATE(1870), 2, + sym_extended_name, + sym_literal, + STATE(666), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [55742] = 18, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(2371), 1, + anon_sym_RBRACE, + ACTIONS(2373), 1, + anon_sym_match, + ACTIONS(2375), 1, + anon_sym_if, + ACTIONS(2377), 1, + anon_sym_do, + ACTIONS(2379), 1, + anon_sym_while, + ACTIONS(2381), 1, + anon_sym_for, + ACTIONS(2383), 1, + anon_sym_loop, + ACTIONS(2385), 1, + anon_sym_SEMI, + ACTIONS(2387), 1, + anon_sym_return, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(2369), 2, + anon_sym_const, + anon_sym_var, + ACTIONS(2389), 2, + anon_sym_break, + anon_sym_continue, + STATE(1003), 2, + sym_block_statement, + aux_sym_block_repeat1, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(1871), 3, + sym_variable_definition_statement, + sym_flow_control, + sym_prefixed_expression, + STATE(721), 6, + sym_match, + sym_condition, + sym_do_while_loop, + sym_while_loop, + sym_for_loop, + sym_loop_loop, + [55810] = 22, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(857), 1, + anon_sym_LPAREN, + ACTIONS(871), 1, + sym_float_number_literal, + ACTIONS(873), 1, + sym_number_literal, + ACTIONS(875), 1, + anon_sym_DQUOTE, + ACTIONS(877), 1, + anon_sym_SQUOTE, + ACTIONS(2391), 1, + sym_name_identifier, + STATE(533), 1, + sym_name_expression, + STATE(605), 1, + sym_subexpression, + STATE(609), 1, + sym_scoped_statement, + STATE(1446), 1, + aux_sym_name_expression_repeat1, + STATE(1688), 1, + aux_sym_name_expression_repeat2, + STATE(2242), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(859), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(907), 2, + sym_string_literal, + sym_char_literal, + STATE(935), 2, + sym_extended_name, + sym_literal, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [55886] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2067), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2019), 20, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_elif, + anon_sym_else, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [55926] = 22, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1557), 1, + sym_float_number_literal, + ACTIONS(1559), 1, + sym_number_literal, + ACTIONS(1561), 1, + anon_sym_DQUOTE, + ACTIONS(1563), 1, + anon_sym_SQUOTE, + ACTIONS(2343), 1, + anon_sym_LBRACK, + ACTIONS(2393), 1, + anon_sym_LPAREN, + ACTIONS(2397), 1, + sym_name_identifier, + STATE(561), 1, + sym_name_expression, + STATE(600), 1, + sym_scoped_statement, + STATE(1429), 1, + aux_sym_name_expression_repeat1, + STATE(1537), 1, + sym_subexpression, + STATE(1679), 1, + aux_sym_name_expression_repeat2, + STATE(2251), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(2395), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1174), 2, + sym_extended_name, + sym_literal, + STATE(1175), 2, + sym_string_literal, + sym_char_literal, + STATE(601), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [56002] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2101), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2103), 20, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_elif, + anon_sym_else, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [56042] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2109), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2111), 20, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_elif, + anon_sym_else, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [56082] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2057), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2059), 20, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_elif, + anon_sym_else, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [56122] = 22, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(2343), 1, + anon_sym_LBRACK, + ACTIONS(2399), 1, + anon_sym_LPAREN, + ACTIONS(2403), 1, + sym_name_identifier, + ACTIONS(2405), 1, + sym_float_number_literal, ACTIONS(2407), 1, - anon_sym_LPAREN, + sym_number_literal, ACTIONS(2409), 1, - sym_name_identifier, - STATE(191), 1, - sym_name_superexpression, - STATE(462), 1, - sym_scoped_statement, - STATE(470), 1, - sym_subexpression, - STATE(885), 1, - sym_literal, - STATE(1262), 1, - aux_sym_name_superexpression_repeat1, - STATE(1689), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(855), 2, - sym_string_literal, - sym_char_literal, - STATE(471), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - [69297] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(683), 1, - sym_float_number_literal, - ACTIONS(685), 1, - sym_number_literal, - ACTIONS(687), 1, anon_sym_DQUOTE, - ACTIONS(689), 1, - anon_sym_SQUOTE, - ACTIONS(1156), 1, - anon_sym_LPAREN, ACTIONS(2411), 1, - sym_name_identifier, - STATE(160), 1, - sym_name_superexpression, - STATE(465), 1, + anon_sym_SQUOTE, + STATE(600), 1, sym_scoped_statement, - STATE(469), 1, + STATE(1285), 1, + sym_name_expression, + STATE(1393), 1, + aux_sym_name_expression_repeat1, + STATE(1790), 1, + aux_sym_name_expression_repeat2, + STATE(2214), 1, + aux_sym_reference_expression_repeat1, + STATE(2432), 1, sym_subexpression, - STATE(662), 1, - sym_literal, - STATE(1316), 1, - aux_sym_name_superexpression_repeat1, - STATE(1696), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, sym_type_subexpression, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - ACTIONS(71), 2, + ACTIONS(169), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(679), 2, + ACTIONS(2401), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1869), 2, + sym_extended_name, + sym_literal, + STATE(1881), 2, sym_string_literal, sym_char_literal, - STATE(463), 3, + STATE(601), 5, sym_subexpression_token, sym_binary_operator_expression, + sym_reference_expression, sym_function_call_expression, - [69360] = 19, + sym_array_expression, + [56198] = 22, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(2204), 1, + ACTIONS(583), 1, + anon_sym_LBRACK, + ACTIONS(813), 1, + anon_sym_LPAREN, + ACTIONS(827), 1, sym_float_number_literal, - ACTIONS(2206), 1, + ACTIONS(829), 1, sym_number_literal, - ACTIONS(2208), 1, + ACTIONS(831), 1, anon_sym_DQUOTE, - ACTIONS(2210), 1, + ACTIONS(833), 1, anon_sym_SQUOTE, ACTIONS(2413), 1, + sym_name_identifier, + STATE(547), 1, + sym_name_expression, + STATE(661), 1, + sym_scoped_statement, + STATE(1453), 1, + aux_sym_name_expression_repeat1, + STATE(1534), 1, + sym_subexpression, + STATE(1763), 1, + aux_sym_name_expression_repeat2, + STATE(2204), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(815), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1108), 2, + sym_extended_name, + sym_literal, + STATE(1109), 2, + sym_string_literal, + sym_char_literal, + STATE(666), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [56274] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2109), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2111), 18, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [56314] = 22, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(2343), 1, + anon_sym_LBRACK, ACTIONS(2415), 1, - sym_name_identifier, - STATE(445), 1, - sym_scoped_statement, - STATE(968), 1, - sym_name_superexpression, - STATE(1315), 1, - aux_sym_name_superexpression_repeat1, - STATE(1477), 1, - sym_literal, - STATE(1667), 1, - aux_sym_name_superexpression_repeat2, - STATE(2001), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1505), 2, - sym_string_literal, - sym_char_literal, - STATE(443), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - [69423] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2260), 1, - sym_float_number_literal, - ACTIONS(2262), 1, - sym_number_literal, - ACTIONS(2264), 1, - anon_sym_DQUOTE, - ACTIONS(2266), 1, - anon_sym_SQUOTE, - ACTIONS(2413), 1, anon_sym_LPAREN, - ACTIONS(2417), 1, - sym_name_identifier, - STATE(442), 1, - sym_subexpression, - STATE(445), 1, - sym_scoped_statement, - STATE(984), 1, - sym_name_superexpression, - STATE(1299), 1, - aux_sym_name_superexpression_repeat1, - STATE(1513), 1, - sym_literal, - STATE(1633), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1511), 2, - sym_string_literal, - sym_char_literal, - STATE(443), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - [69486] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(1127), 1, - sym_float_number_literal, - ACTIONS(1129), 1, - sym_number_literal, - ACTIONS(1131), 1, - anon_sym_DQUOTE, - ACTIONS(1133), 1, - anon_sym_SQUOTE, ACTIONS(2419), 1, sym_name_identifier, - STATE(448), 1, - sym_subexpression, - STATE(450), 1, - sym_scoped_statement, - STATE(1003), 1, - sym_name_superexpression, - STATE(1302), 1, - aux_sym_name_superexpression_repeat1, - STATE(1618), 1, - sym_literal, - STATE(1622), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1619), 2, - sym_string_literal, - sym_char_literal, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - [69549] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(270), 1, - sym_float_number_literal, - ACTIONS(272), 1, - sym_number_literal, - ACTIONS(274), 1, - anon_sym_DQUOTE, - ACTIONS(276), 1, - anon_sym_SQUOTE, ACTIONS(2421), 1, - anon_sym_LPAREN, + sym_float_number_literal, ACTIONS(2423), 1, - sym_name_identifier, - STATE(124), 1, - sym_name_superexpression, - STATE(455), 1, - sym_subexpression, - STATE(456), 1, - sym_scoped_statement, - STATE(524), 1, - sym_literal, - STATE(1266), 1, - aux_sym_name_superexpression_repeat1, - STATE(1539), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(504), 2, - sym_string_literal, - sym_char_literal, - STATE(461), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - [69612] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2260), 1, - sym_float_number_literal, - ACTIONS(2262), 1, sym_number_literal, - ACTIONS(2264), 1, - anon_sym_DQUOTE, - ACTIONS(2266), 1, - anon_sym_SQUOTE, - ACTIONS(2413), 1, - anon_sym_LPAREN, - ACTIONS(2417), 1, - sym_name_identifier, - STATE(445), 1, - sym_scoped_statement, - STATE(984), 1, - sym_name_superexpression, - STATE(1299), 1, - aux_sym_name_superexpression_repeat1, - STATE(1513), 1, - sym_literal, - STATE(1633), 1, - aux_sym_name_superexpression_repeat2, - STATE(1997), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1511), 2, - sym_string_literal, - sym_char_literal, - STATE(443), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - [69675] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2002), 1, - sym_name_identifier, - ACTIONS(2006), 1, - sym_float_number_literal, - ACTIONS(2008), 1, - sym_number_literal, - ACTIONS(2010), 1, - anon_sym_DQUOTE, - ACTIONS(2012), 1, - anon_sym_SQUOTE, - ACTIONS(2407), 1, - anon_sym_LPAREN, - STATE(462), 1, - sym_scoped_statement, - STATE(903), 1, - sym_name_superexpression, - STATE(1257), 1, - aux_sym_name_superexpression_repeat1, - STATE(1419), 1, - sym_literal, - STATE(1536), 1, - aux_sym_name_superexpression_repeat2, - STATE(1939), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1385), 2, - sym_string_literal, - sym_char_literal, - STATE(471), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - [69738] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(585), 1, - sym_float_number_literal, - ACTIONS(587), 1, - sym_number_literal, - ACTIONS(589), 1, - anon_sym_DQUOTE, - ACTIONS(591), 1, - anon_sym_SQUOTE, - ACTIONS(2407), 1, - anon_sym_LPAREN, ACTIONS(2425), 1, - sym_name_identifier, - STATE(148), 1, - sym_name_superexpression, - STATE(462), 1, - sym_scoped_statement, - STATE(470), 1, - sym_subexpression, - STATE(578), 1, - sym_literal, - STATE(1253), 1, - aux_sym_name_superexpression_repeat1, - STATE(1541), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(610), 2, - sym_string_literal, - sym_char_literal, - STATE(471), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - [69801] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(1231), 1, - sym_float_number_literal, - ACTIONS(1233), 1, - sym_number_literal, - ACTIONS(1235), 1, anon_sym_DQUOTE, - ACTIONS(1237), 1, - anon_sym_SQUOTE, ACTIONS(2427), 1, - sym_name_identifier, - STATE(258), 1, - sym_name_superexpression, - STATE(448), 1, - sym_subexpression, - STATE(450), 1, + anon_sym_SQUOTE, + STATE(600), 1, sym_scoped_statement, - STATE(857), 1, - sym_literal, - STATE(1328), 1, - aux_sym_name_superexpression_repeat1, - STATE(1560), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, + STATE(1293), 1, + sym_name_expression, + STATE(1440), 1, + aux_sym_name_expression_repeat1, + STATE(1744), 1, + aux_sym_name_expression_repeat2, + STATE(2207), 1, + aux_sym_reference_expression_repeat1, + STATE(2445), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, sym_type_subexpression, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - ACTIONS(71), 2, + ACTIONS(169), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(877), 2, + ACTIONS(2417), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1855), 2, + sym_extended_name, + sym_literal, + STATE(1935), 2, sym_string_literal, sym_char_literal, - STATE(446), 3, + STATE(601), 5, sym_subexpression_token, sym_binary_operator_expression, + sym_reference_expression, sym_function_call_expression, - [69864] = 19, + sym_array_expression, + [56390] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2061), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2063), 20, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_elif, + anon_sym_else, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [56430] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(347), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2065), 20, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_elif, + anon_sym_else, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [56470] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2075), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2077), 20, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_elif, + anon_sym_else, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [56510] = 22, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(550), 1, + ACTIONS(583), 1, + anon_sym_LBRACK, + ACTIONS(1037), 1, + anon_sym_LPAREN, + ACTIONS(1051), 1, sym_float_number_literal, - ACTIONS(552), 1, + ACTIONS(1053), 1, sym_number_literal, - ACTIONS(554), 1, + ACTIONS(1055), 1, anon_sym_DQUOTE, - ACTIONS(556), 1, + ACTIONS(1057), 1, anon_sym_SQUOTE, + ACTIONS(2363), 1, + sym_name_identifier, + STATE(576), 1, + sym_name_expression, + STATE(660), 1, + sym_subexpression, + STATE(661), 1, + sym_scoped_statement, + STATE(1455), 1, + aux_sym_name_expression_repeat1, + STATE(1706), 1, + aux_sym_name_expression_repeat2, + STATE(2216), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(1039), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1201), 2, + sym_extended_name, + sym_literal, + STATE(1220), 2, + sym_string_literal, + sym_char_literal, + STATE(666), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [56586] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(313), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2073), 20, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_elif, + anon_sym_else, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [56626] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2105), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2107), 20, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_elif, + anon_sym_else, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [56666] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2093), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2095), 20, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_elif, + anon_sym_else, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [56706] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2089), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2091), 20, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_elif, + anon_sym_else, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [56746] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2085), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2087), 19, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_elif, + anon_sym_else, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [56788] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2079), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2081), 19, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_elif, + anon_sym_else, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [56830] = 22, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(2303), 1, + sym_name_identifier, + ACTIONS(2307), 1, + sym_float_number_literal, + ACTIONS(2309), 1, + sym_number_literal, + ACTIONS(2311), 1, + anon_sym_DQUOTE, + ACTIONS(2313), 1, + anon_sym_SQUOTE, + ACTIONS(2343), 1, + anon_sym_LBRACK, ACTIONS(2429), 1, anon_sym_LPAREN, - ACTIONS(2431), 1, - sym_name_identifier, - STATE(156), 1, - sym_name_superexpression, - STATE(447), 1, - sym_scoped_statement, - STATE(607), 1, - sym_literal, - STATE(1163), 1, + STATE(597), 1, sym_subexpression, - STATE(1320), 1, - aux_sym_name_superexpression_repeat1, - STATE(1545), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, + STATE(600), 1, + sym_scoped_statement, + STATE(906), 1, + sym_name_expression, + STATE(1431), 1, + aux_sym_name_expression_repeat1, + STATE(1677), 1, + aux_sym_name_expression_repeat2, + STATE(2268), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, sym_type_subexpression, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - ACTIONS(71), 2, + ACTIONS(169), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(585), 2, + ACTIONS(2431), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1562), 2, sym_string_literal, sym_char_literal, - STATE(451), 3, + STATE(1660), 2, + sym_extended_name, + sym_literal, + STATE(601), 5, sym_subexpression_token, sym_binary_operator_expression, + sym_reference_expression, sym_function_call_expression, - [69927] = 19, + sym_array_expression, + [56906] = 22, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(767), 1, - sym_float_number_literal, - ACTIONS(769), 1, - sym_number_literal, - ACTIONS(771), 1, - anon_sym_DQUOTE, - ACTIONS(773), 1, - anon_sym_SQUOTE, - ACTIONS(2413), 1, - anon_sym_LPAREN, + ACTIONS(2343), 1, + anon_sym_LBRACK, ACTIONS(2433), 1, - sym_name_identifier, - STATE(168), 1, - sym_name_superexpression, - STATE(445), 1, - sym_scoped_statement, - STATE(771), 1, - sym_literal, - STATE(1178), 1, - sym_subexpression, - STATE(1260), 1, - aux_sym_name_superexpression_repeat1, - STATE(1558), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(772), 2, - sym_string_literal, - sym_char_literal, - STATE(443), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - [69990] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(550), 1, - sym_float_number_literal, - ACTIONS(552), 1, - sym_number_literal, - ACTIONS(554), 1, - anon_sym_DQUOTE, - ACTIONS(556), 1, - anon_sym_SQUOTE, - ACTIONS(2429), 1, - anon_sym_LPAREN, - ACTIONS(2431), 1, - sym_name_identifier, - STATE(156), 1, - sym_name_superexpression, - STATE(447), 1, - sym_scoped_statement, - STATE(452), 1, - sym_subexpression, - STATE(607), 1, - sym_literal, - STATE(1320), 1, - aux_sym_name_superexpression_repeat1, - STATE(1545), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(585), 2, - sym_string_literal, - sym_char_literal, - STATE(451), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - [70053] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1377), 1, - sym_float_number_literal, - ACTIONS(1379), 1, - sym_number_literal, - ACTIONS(1381), 1, - anon_sym_DQUOTE, - ACTIONS(1383), 1, - anon_sym_SQUOTE, - ACTIONS(2413), 1, - anon_sym_LPAREN, - ACTIONS(2435), 1, - sym_name_identifier, - STATE(394), 1, - sym_name_superexpression, - STATE(445), 1, - sym_scoped_statement, - STATE(786), 1, - sym_literal, - STATE(1223), 1, - sym_subexpression, - STATE(1275), 1, - aux_sym_name_superexpression_repeat1, - STATE(1605), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(788), 2, - sym_string_literal, - sym_char_literal, - STATE(443), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - [70116] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(487), 1, - sym_float_number_literal, - ACTIONS(489), 1, - sym_number_literal, - ACTIONS(491), 1, - anon_sym_DQUOTE, - ACTIONS(493), 1, - anon_sym_SQUOTE, - ACTIONS(2421), 1, anon_sym_LPAREN, ACTIONS(2437), 1, sym_name_identifier, - STATE(143), 1, - sym_name_superexpression, - STATE(455), 1, - sym_subexpression, - STATE(456), 1, - sym_scoped_statement, - STATE(649), 1, - sym_literal, - STATE(1276), 1, - aux_sym_name_superexpression_repeat1, - STATE(1551), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(592), 2, - sym_string_literal, - sym_char_literal, - STATE(461), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - [70179] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2002), 1, - sym_name_identifier, - ACTIONS(2006), 1, - sym_float_number_literal, - ACTIONS(2008), 1, - sym_number_literal, - ACTIONS(2010), 1, - anon_sym_DQUOTE, - ACTIONS(2012), 1, - anon_sym_SQUOTE, - ACTIONS(2407), 1, - anon_sym_LPAREN, - STATE(462), 1, - sym_scoped_statement, - STATE(470), 1, - sym_subexpression, - STATE(903), 1, - sym_name_superexpression, - STATE(1257), 1, - aux_sym_name_superexpression_repeat1, - STATE(1419), 1, - sym_literal, - STATE(1536), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1385), 2, - sym_string_literal, - sym_char_literal, - STATE(471), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - [70242] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(816), 1, - sym_float_number_literal, - ACTIONS(818), 1, - sym_number_literal, - ACTIONS(820), 1, - anon_sym_DQUOTE, - ACTIONS(822), 1, - anon_sym_SQUOTE, - ACTIONS(1097), 1, - anon_sym_LPAREN, ACTIONS(2439), 1, - sym_name_identifier, - STATE(171), 1, - sym_name_superexpression, - STATE(477), 1, - sym_scoped_statement, - STATE(753), 1, - sym_literal, - STATE(1199), 1, - sym_subexpression, - STATE(1310), 1, - aux_sym_name_superexpression_repeat1, - STATE(1657), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(729), 2, - sym_string_literal, - sym_char_literal, - STATE(476), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - [70305] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(284), 1, sym_float_number_literal, - ACTIONS(286), 1, - sym_number_literal, - ACTIONS(288), 1, - anon_sym_DQUOTE, - ACTIONS(290), 1, - anon_sym_SQUOTE, - ACTIONS(937), 1, - anon_sym_LPAREN, ACTIONS(2441), 1, - sym_name_identifier, - STATE(133), 1, - sym_name_superexpression, - STATE(457), 1, - sym_subexpression, - STATE(460), 1, - sym_scoped_statement, - STATE(505), 1, - sym_literal, - STATE(1312), 1, - aux_sym_name_superexpression_repeat1, - STATE(1679), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(520), 2, - sym_string_literal, - sym_char_literal, - STATE(459), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - [70368] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(802), 1, - sym_float_number_literal, - ACTIONS(804), 1, sym_number_literal, - ACTIONS(806), 1, - anon_sym_DQUOTE, - ACTIONS(808), 1, - anon_sym_SQUOTE, - ACTIONS(937), 1, - anon_sym_LPAREN, ACTIONS(2443), 1, - sym_name_identifier, - STATE(170), 1, - sym_name_superexpression, - STATE(457), 1, - sym_subexpression, - STATE(460), 1, - sym_scoped_statement, - STATE(760), 1, - sym_literal, - STATE(1304), 1, - aux_sym_name_superexpression_repeat1, - STATE(1615), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(722), 2, - sym_string_literal, - sym_char_literal, - STATE(459), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - [70431] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2151), 1, - sym_name_identifier, - ACTIONS(2155), 1, - sym_float_number_literal, - ACTIONS(2157), 1, - sym_number_literal, - ACTIONS(2159), 1, anon_sym_DQUOTE, - ACTIONS(2161), 1, - anon_sym_SQUOTE, - ACTIONS(2413), 1, - anon_sym_LPAREN, - STATE(445), 1, - sym_scoped_statement, - STATE(964), 1, - sym_name_superexpression, - STATE(1282), 1, - aux_sym_name_superexpression_repeat1, - STATE(1439), 1, - sym_literal, - STATE(1684), 1, - aux_sym_name_superexpression_repeat2, - STATE(2016), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1440), 2, - sym_string_literal, - sym_char_literal, - STATE(443), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - [70494] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2135), 1, - sym_float_number_literal, - ACTIONS(2137), 1, - sym_number_literal, - ACTIONS(2139), 1, - anon_sym_DQUOTE, - ACTIONS(2141), 1, - anon_sym_SQUOTE, - ACTIONS(2413), 1, - anon_sym_LPAREN, ACTIONS(2445), 1, - sym_name_identifier, - STATE(442), 1, - sym_subexpression, - STATE(445), 1, + anon_sym_SQUOTE, + STATE(600), 1, sym_scoped_statement, - STATE(961), 1, - sym_name_superexpression, - STATE(1319), 1, - aux_sym_name_superexpression_repeat1, - STATE(1465), 1, - sym_literal, - STATE(1694), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, + STATE(1295), 1, + sym_name_expression, + STATE(1447), 1, + aux_sym_name_expression_repeat1, + STATE(1723), 1, + aux_sym_name_expression_repeat2, + STATE(2222), 1, + aux_sym_reference_expression_repeat1, + STATE(2425), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, sym_type_subexpression, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - ACTIONS(71), 2, + ACTIONS(169), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(1473), 2, + ACTIONS(2435), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1892), 2, sym_string_literal, sym_char_literal, - STATE(443), 3, + STATE(1928), 2, + sym_extended_name, + sym_literal, + STATE(601), 5, sym_subexpression_token, sym_binary_operator_expression, + sym_reference_expression, sym_function_call_expression, - [70557] = 19, + sym_array_expression, + [56982] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2079), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2081), 19, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_elif, + anon_sym_else, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [57024] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2113), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2109), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2111), 19, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_elif, + anon_sym_else, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [57066] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2097), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2099), 19, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_elif, + anon_sym_else, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [57108] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2097), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2099), 17, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [57150] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2113), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2109), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2111), 17, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [57192] = 22, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(1946), 1, + ACTIONS(2303), 1, sym_name_identifier, - ACTIONS(1950), 1, + ACTIONS(2307), 1, sym_float_number_literal, - ACTIONS(1952), 1, + ACTIONS(2309), 1, sym_number_literal, - ACTIONS(1954), 1, + ACTIONS(2311), 1, anon_sym_DQUOTE, - ACTIONS(1956), 1, + ACTIONS(2313), 1, anon_sym_SQUOTE, - ACTIONS(2421), 1, + ACTIONS(2343), 1, + anon_sym_LBRACK, + ACTIONS(2429), 1, anon_sym_LPAREN, - STATE(455), 1, - sym_subexpression, - STATE(456), 1, + STATE(600), 1, sym_scoped_statement, - STATE(882), 1, - sym_name_superexpression, - STATE(1259), 1, - aux_sym_name_superexpression_repeat1, - STATE(1382), 1, - sym_literal, - STATE(1527), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, + STATE(906), 1, + sym_name_expression, + STATE(1431), 1, + aux_sym_name_expression_repeat1, + STATE(1677), 1, + aux_sym_name_expression_repeat2, + STATE(2268), 1, + aux_sym_reference_expression_repeat1, + STATE(2282), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, sym_type_subexpression, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - ACTIONS(71), 2, + ACTIONS(169), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(1347), 2, + ACTIONS(2431), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1562), 2, sym_string_literal, sym_char_literal, - STATE(461), 3, + STATE(1660), 2, + sym_extended_name, + sym_literal, + STATE(601), 5, sym_subexpression_token, sym_binary_operator_expression, + sym_reference_expression, sym_function_call_expression, - [70620] = 19, + sym_array_expression, + [57268] = 22, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(753), 1, - sym_float_number_literal, - ACTIONS(755), 1, - sym_number_literal, - ACTIONS(757), 1, - anon_sym_DQUOTE, - ACTIONS(759), 1, - anon_sym_SQUOTE, - ACTIONS(2413), 1, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(747), 1, anon_sym_LPAREN, + ACTIONS(761), 1, + sym_float_number_literal, + ACTIONS(763), 1, + sym_number_literal, + ACTIONS(765), 1, + anon_sym_DQUOTE, + ACTIONS(767), 1, + anon_sym_SQUOTE, ACTIONS(2447), 1, sym_name_identifier, - STATE(165), 1, - sym_name_superexpression, - STATE(445), 1, - sym_scoped_statement, - STATE(781), 1, - sym_literal, - STATE(1205), 1, + STATE(549), 1, + sym_name_expression, + STATE(605), 1, sym_subexpression, - STATE(1309), 1, - aux_sym_name_superexpression_repeat1, - STATE(1635), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, + STATE(609), 1, + sym_scoped_statement, + STATE(1461), 1, + aux_sym_name_expression_repeat1, + STATE(1681), 1, + aux_sym_name_expression_repeat2, + STATE(2261), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, sym_type_subexpression, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - ACTIONS(71), 2, + ACTIONS(169), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(752), 2, + ACTIONS(749), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1046), 2, + sym_extended_name, + sym_literal, + STATE(1142), 2, sym_string_literal, sym_char_literal, - STATE(443), 3, + STATE(607), 5, sym_subexpression_token, sym_binary_operator_expression, + sym_reference_expression, sym_function_call_expression, - [70683] = 19, + sym_array_expression, + [57344] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2079), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2081), 17, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [57386] = 22, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(1046), 1, - sym_float_number_literal, - ACTIONS(1048), 1, - sym_number_literal, - ACTIONS(1050), 1, - anon_sym_DQUOTE, - ACTIONS(1052), 1, - anon_sym_SQUOTE, + ACTIONS(2343), 1, + anon_sym_LBRACK, ACTIONS(2449), 1, - sym_name_identifier, - STATE(448), 1, - sym_subexpression, - STATE(450), 1, - sym_scoped_statement, - STATE(953), 1, - sym_name_superexpression, - STATE(1301), 1, - aux_sym_name_superexpression_repeat1, - STATE(1411), 1, - sym_literal, - STATE(1591), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1421), 2, - sym_string_literal, - sym_char_literal, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - [70746] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(669), 1, - sym_float_number_literal, - ACTIONS(671), 1, - sym_number_literal, - ACTIONS(673), 1, - anon_sym_DQUOTE, - ACTIONS(675), 1, - anon_sym_SQUOTE, - ACTIONS(2407), 1, anon_sym_LPAREN, - ACTIONS(2451), 1, - sym_name_identifier, - STATE(161), 1, - sym_name_superexpression, - STATE(462), 1, - sym_scoped_statement, - STATE(470), 1, - sym_subexpression, - STATE(775), 1, - sym_literal, - STATE(1271), 1, - aux_sym_name_superexpression_repeat1, - STATE(1553), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(701), 2, - sym_string_literal, - sym_char_literal, - STATE(471), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - [70809] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(452), 1, - sym_float_number_literal, - ACTIONS(454), 1, - sym_number_literal, - ACTIONS(456), 1, - anon_sym_DQUOTE, - ACTIONS(458), 1, - anon_sym_SQUOTE, ACTIONS(2453), 1, sym_name_identifier, - STATE(146), 1, - sym_name_superexpression, - STATE(448), 1, - sym_subexpression, - STATE(450), 1, - sym_scoped_statement, - STATE(586), 1, - sym_literal, - STATE(1313), 1, - aux_sym_name_superexpression_repeat1, - STATE(1569), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(634), 2, - sym_string_literal, - sym_char_literal, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - [70872] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(599), 1, - sym_float_number_literal, - ACTIONS(601), 1, - sym_number_literal, - ACTIONS(603), 1, - anon_sym_DQUOTE, - ACTIONS(605), 1, - anon_sym_SQUOTE, - ACTIONS(1156), 1, - anon_sym_LPAREN, ACTIONS(2455), 1, - sym_name_identifier, - STATE(151), 1, - sym_name_superexpression, - STATE(465), 1, - sym_scoped_statement, - STATE(469), 1, - sym_subexpression, - STATE(580), 1, - sym_literal, - STATE(1288), 1, - aux_sym_name_superexpression_repeat1, - STATE(1602), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(591), 2, - sym_string_literal, - sym_char_literal, - STATE(463), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - [70935] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1097), 1, - anon_sym_LPAREN, - ACTIONS(1109), 1, sym_float_number_literal, - ACTIONS(1111), 1, - sym_number_literal, - ACTIONS(1113), 1, - anon_sym_DQUOTE, - ACTIONS(1115), 1, - anon_sym_SQUOTE, ACTIONS(2457), 1, - sym_name_identifier, - STATE(418), 1, - sym_name_superexpression, - STATE(477), 1, - sym_scoped_statement, - STATE(487), 1, - sym_subexpression, - STATE(948), 1, - sym_literal, - STATE(1295), 1, - aux_sym_name_superexpression_repeat1, - STATE(1549), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(929), 2, - sym_string_literal, - sym_char_literal, - STATE(476), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - [70998] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(655), 1, - sym_float_number_literal, - ACTIONS(657), 1, sym_number_literal, - ACTIONS(659), 1, - anon_sym_DQUOTE, - ACTIONS(661), 1, - anon_sym_SQUOTE, - ACTIONS(2421), 1, - anon_sym_LPAREN, ACTIONS(2459), 1, - sym_name_identifier, - STATE(158), 1, - sym_name_superexpression, - STATE(456), 1, - sym_scoped_statement, - STATE(673), 1, - sym_literal, - STATE(1197), 1, - sym_subexpression, - STATE(1263), 1, - aux_sym_name_superexpression_repeat1, - STATE(1524), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(736), 2, - sym_string_literal, - sym_char_literal, - STATE(461), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - [71061] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1156), 1, - anon_sym_LPAREN, - ACTIONS(1192), 1, - sym_float_number_literal, - ACTIONS(1194), 1, - sym_number_literal, - ACTIONS(1196), 1, anon_sym_DQUOTE, - ACTIONS(1198), 1, - anon_sym_SQUOTE, - ACTIONS(2016), 1, - sym_name_identifier, - STATE(465), 1, - sym_scoped_statement, - STATE(469), 1, - sym_subexpression, - STATE(934), 1, - sym_name_superexpression, - STATE(1285), 1, - aux_sym_name_superexpression_repeat1, - STATE(1410), 1, - sym_literal, - STATE(1597), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1403), 2, - sym_string_literal, - sym_char_literal, - STATE(463), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - [71124] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - ACTIONS(2403), 1, - sym_name_identifier, - STATE(448), 1, - sym_subexpression, - STATE(450), 1, - sym_scoped_statement, - STATE(1010), 1, - sym_name_superexpression, - STATE(1314), 1, - aux_sym_name_superexpression_repeat1, - STATE(1555), 1, - sym_literal, - STATE(1561), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - [71187] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(992), 1, - sym_float_number_literal, - ACTIONS(994), 1, - sym_number_literal, - ACTIONS(996), 1, - anon_sym_DQUOTE, - ACTIONS(998), 1, - anon_sym_SQUOTE, - ACTIONS(2407), 1, - anon_sym_LPAREN, - ACTIONS(2409), 1, - sym_name_identifier, - STATE(191), 1, - sym_name_superexpression, - STATE(462), 1, - sym_scoped_statement, - STATE(885), 1, - sym_literal, - STATE(1221), 1, - sym_subexpression, - STATE(1262), 1, - aux_sym_name_superexpression_repeat1, - STATE(1689), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(855), 2, - sym_string_literal, - sym_char_literal, - STATE(471), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - [71250] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2190), 1, - sym_float_number_literal, - ACTIONS(2192), 1, - sym_number_literal, - ACTIONS(2194), 1, - anon_sym_DQUOTE, - ACTIONS(2196), 1, - anon_sym_SQUOTE, - ACTIONS(2413), 1, - anon_sym_LPAREN, ACTIONS(2461), 1, - sym_name_identifier, - STATE(445), 1, + anon_sym_SQUOTE, + STATE(600), 1, sym_scoped_statement, - STATE(967), 1, - sym_name_superexpression, - STATE(1277), 1, - aux_sym_name_superexpression_repeat1, - STATE(1486), 1, - sym_literal, - STATE(1649), 1, - aux_sym_name_superexpression_repeat2, - STATE(1977), 1, + STATE(1273), 1, + sym_name_expression, + STATE(1444), 1, + aux_sym_name_expression_repeat1, + STATE(1693), 1, + aux_sym_name_expression_repeat2, + STATE(2237), 1, + aux_sym_reference_expression_repeat1, + STATE(2405), 1, sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, sym_type_subexpression, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - ACTIONS(71), 2, + ACTIONS(169), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(1512), 2, + ACTIONS(2451), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1850), 2, sym_string_literal, sym_char_literal, - STATE(443), 3, + STATE(1888), 2, + sym_extended_name, + sym_literal, + STATE(601), 5, sym_subexpression_token, sym_binary_operator_expression, + sym_reference_expression, sym_function_call_expression, - [71313] = 19, + sym_array_expression, + [57462] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2079), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2081), 17, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [57504] = 22, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(1458), 1, - sym_float_number_literal, - ACTIONS(1460), 1, - sym_number_literal, - ACTIONS(1462), 1, - anon_sym_DQUOTE, - ACTIONS(1464), 1, - anon_sym_SQUOTE, - ACTIONS(2413), 1, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(253), 1, anon_sym_LPAREN, + ACTIONS(281), 1, + sym_float_number_literal, + ACTIONS(283), 1, + sym_number_literal, + ACTIONS(285), 1, + anon_sym_DQUOTE, + ACTIONS(287), 1, + anon_sym_SQUOTE, ACTIONS(2463), 1, sym_name_identifier, - STATE(423), 1, - sym_name_superexpression, - STATE(442), 1, + STATE(580), 1, + sym_name_expression, + STATE(605), 1, sym_subexpression, - STATE(445), 1, + STATE(609), 1, sym_scoped_statement, - STATE(941), 1, - sym_literal, - STATE(1294), 1, - aux_sym_name_superexpression_repeat1, - STATE(1530), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, + STATE(1425), 1, + aux_sym_name_expression_repeat1, + STATE(1714), 1, + aux_sym_name_expression_repeat2, + STATE(2213), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, sym_type_subexpression, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - ACTIONS(71), 2, + ACTIONS(169), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(947), 2, + ACTIONS(269), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1338), 2, + sym_extended_name, + sym_literal, + STATE(1339), 2, sym_string_literal, sym_char_literal, - STATE(443), 3, + STATE(607), 5, sym_subexpression_token, sym_binary_operator_expression, + sym_reference_expression, sym_function_call_expression, - [71376] = 19, + sym_array_expression, + [57580] = 22, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(33), 1, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(923), 1, anon_sym_LPAREN, - ACTIONS(167), 1, + ACTIONS(937), 1, sym_float_number_literal, - ACTIONS(169), 1, + ACTIONS(939), 1, sym_number_literal, - ACTIONS(171), 1, + ACTIONS(941), 1, anon_sym_DQUOTE, - ACTIONS(173), 1, + ACTIONS(943), 1, anon_sym_SQUOTE, ACTIONS(2465), 1, sym_name_identifier, - STATE(425), 1, - sym_name_superexpression, - STATE(448), 1, + STATE(605), 1, sym_subexpression, - STATE(450), 1, + STATE(609), 1, sym_scoped_statement, - STATE(898), 1, - sym_literal, - STATE(1336), 1, - aux_sym_name_superexpression_repeat1, - STATE(1582), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, + STATE(1145), 1, + sym_name_expression, + STATE(1465), 1, + aux_sym_name_expression_repeat1, + STATE(1707), 1, + aux_sym_name_expression_repeat2, + STATE(2232), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, sym_type_subexpression, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - ACTIONS(71), 2, + ACTIONS(169), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(899), 2, + ACTIONS(925), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1676), 2, sym_string_literal, sym_char_literal, - STATE(446), 3, + STATE(1791), 2, + sym_extended_name, + sym_literal, + STATE(607), 5, sym_subexpression_token, sym_binary_operator_expression, + sym_reference_expression, sym_function_call_expression, - [71439] = 19, + sym_array_expression, + [57656] = 22, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(753), 1, + ACTIONS(1907), 1, sym_float_number_literal, - ACTIONS(755), 1, + ACTIONS(1909), 1, sym_number_literal, - ACTIONS(757), 1, + ACTIONS(1911), 1, anon_sym_DQUOTE, - ACTIONS(759), 1, + ACTIONS(1913), 1, anon_sym_SQUOTE, - ACTIONS(2413), 1, + ACTIONS(2343), 1, + anon_sym_LBRACK, + ACTIONS(2355), 1, anon_sym_LPAREN, - ACTIONS(2447), 1, + ACTIONS(2359), 1, sym_name_identifier, - STATE(165), 1, - sym_name_superexpression, - STATE(445), 1, + STATE(577), 1, + sym_name_expression, + STATE(600), 1, sym_scoped_statement, - STATE(781), 1, - sym_literal, - STATE(1208), 1, + STATE(1439), 1, + aux_sym_name_expression_repeat1, + STATE(1659), 1, sym_subexpression, - STATE(1309), 1, - aux_sym_name_superexpression_repeat1, - STATE(1635), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, + STATE(1769), 1, + aux_sym_name_expression_repeat2, + STATE(2209), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, sym_type_subexpression, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - ACTIONS(71), 2, + ACTIONS(169), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(752), 2, + ACTIONS(2357), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1235), 2, + sym_extended_name, + sym_literal, + STATE(1250), 2, sym_string_literal, sym_char_literal, - STATE(443), 3, + STATE(601), 5, sym_subexpression_token, sym_binary_operator_expression, + sym_reference_expression, sym_function_call_expression, - [71502] = 19, - ACTIONS(5), 1, + sym_array_expression, + [57732] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, sym__doc_comment, - ACTIONS(1946), 1, - sym_name_identifier, - ACTIONS(1950), 1, + sym__block_comment, + ACTIONS(2085), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, sym_float_number_literal, - ACTIONS(1952), 1, - sym_number_literal, - ACTIONS(1954), 1, anon_sym_DQUOTE, - ACTIONS(1956), 1, + ACTIONS(2087), 17, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, anon_sym_SQUOTE, - ACTIONS(2421), 1, - anon_sym_LPAREN, - STATE(456), 1, - sym_scoped_statement, - STATE(882), 1, - sym_name_superexpression, - STATE(1259), 1, - aux_sym_name_superexpression_repeat1, - STATE(1382), 1, - sym_literal, - STATE(1527), 1, - aux_sym_name_superexpression_repeat2, - STATE(1828), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, + [57774] = 4, + ACTIONS(3), 1, sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, sym__block_comment, - ACTIONS(71), 2, + ACTIONS(2089), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, sym_type_identifier, sym_abstract_type_identifier, - STATE(1347), 2, - sym_string_literal, - sym_char_literal, - STATE(461), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - [71565] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(270), 1, sym_float_number_literal, - ACTIONS(272), 1, - sym_number_literal, - ACTIONS(274), 1, anon_sym_DQUOTE, - ACTIONS(276), 1, - anon_sym_SQUOTE, - ACTIONS(2421), 1, - anon_sym_LPAREN, - ACTIONS(2423), 1, + ACTIONS(2091), 18, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, sym_name_identifier, - STATE(124), 1, - sym_name_superexpression, - STATE(456), 1, - sym_scoped_statement, - STATE(524), 1, - sym_literal, - STATE(1111), 1, - sym_subexpression, - STATE(1266), 1, - aux_sym_name_superexpression_repeat1, - STATE(1539), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(504), 2, - sym_string_literal, - sym_char_literal, - STATE(461), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - [71628] = 19, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [57814] = 22, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(33), 1, + ACTIONS(543), 1, anon_sym_LPAREN, - ACTIONS(739), 1, + ACTIONS(553), 1, + anon_sym_LBRACK, + ACTIONS(559), 1, sym_float_number_literal, - ACTIONS(741), 1, + ACTIONS(561), 1, sym_number_literal, - ACTIONS(743), 1, + ACTIONS(563), 1, anon_sym_DQUOTE, - ACTIONS(745), 1, + ACTIONS(565), 1, anon_sym_SQUOTE, ACTIONS(2467), 1, sym_name_identifier, - STATE(175), 1, - sym_name_superexpression, - STATE(448), 1, + STATE(281), 1, + sym_name_expression, + STATE(628), 1, sym_subexpression, - STATE(450), 1, + STATE(639), 1, sym_scoped_statement, - STATE(660), 1, - sym_literal, - STATE(1250), 1, - aux_sym_name_superexpression_repeat1, - STATE(1673), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, + STATE(1454), 1, + aux_sym_name_expression_repeat1, + STATE(1738), 1, + aux_sym_name_expression_repeat2, + STATE(2208), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, sym_type_subexpression, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - ACTIONS(71), 2, + ACTIONS(169), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(687), 2, + ACTIONS(545), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(761), 2, sym_string_literal, sym_char_literal, - STATE(446), 3, + STATE(775), 2, + sym_extended_name, + sym_literal, + STATE(641), 5, sym_subexpression_token, sym_binary_operator_expression, + sym_reference_expression, sym_function_call_expression, - [71691] = 19, + sym_array_expression, + [57890] = 22, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(816), 1, - sym_float_number_literal, - ACTIONS(818), 1, - sym_number_literal, - ACTIONS(820), 1, - anon_sym_DQUOTE, - ACTIONS(822), 1, - anon_sym_SQUOTE, - ACTIONS(1097), 1, + ACTIONS(573), 1, anon_sym_LPAREN, - ACTIONS(2439), 1, + ACTIONS(583), 1, + anon_sym_LBRACK, + ACTIONS(589), 1, + sym_float_number_literal, + ACTIONS(591), 1, + sym_number_literal, + ACTIONS(593), 1, + anon_sym_DQUOTE, + ACTIONS(595), 1, + anon_sym_SQUOTE, + ACTIONS(2367), 1, sym_name_identifier, - STATE(171), 1, - sym_name_superexpression, - STATE(477), 1, + STATE(661), 1, sym_scoped_statement, - STATE(487), 1, + STATE(1190), 1, + sym_name_expression, + STATE(1438), 1, + aux_sym_name_expression_repeat1, + STATE(1829), 1, + aux_sym_name_expression_repeat2, + STATE(2221), 1, + aux_sym_reference_expression_repeat1, + STATE(2407), 1, sym_subexpression, - STATE(753), 1, - sym_literal, - STATE(1310), 1, - aux_sym_name_superexpression_repeat1, - STATE(1657), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, sym_type_subexpression, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - ACTIONS(71), 2, + ACTIONS(169), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(729), 2, + ACTIONS(575), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1859), 2, sym_string_literal, sym_char_literal, - STATE(476), 3, + STATE(1870), 2, + sym_extended_name, + sym_literal, + STATE(666), 5, sym_subexpression_token, sym_binary_operator_expression, + sym_reference_expression, sym_function_call_expression, - [71754] = 19, + sym_array_expression, + [57966] = 22, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(536), 1, + ACTIONS(1443), 1, sym_float_number_literal, - ACTIONS(538), 1, + ACTIONS(1445), 1, sym_number_literal, - ACTIONS(540), 1, + ACTIONS(1447), 1, anon_sym_DQUOTE, - ACTIONS(542), 1, + ACTIONS(1449), 1, anon_sym_SQUOTE, - ACTIONS(2413), 1, - anon_sym_LPAREN, ACTIONS(2469), 1, - sym_name_identifier, - STATE(144), 1, - sym_name_superexpression, - STATE(442), 1, - sym_subexpression, - STATE(445), 1, - sym_scoped_statement, - STATE(619), 1, - sym_literal, - STATE(1279), 1, - aux_sym_name_superexpression_repeat1, - STATE(1594), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(650), 2, - sym_string_literal, - sym_char_literal, - STATE(443), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - [71817] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(767), 1, - sym_float_number_literal, - ACTIONS(769), 1, - sym_number_literal, - ACTIONS(771), 1, - anon_sym_DQUOTE, - ACTIONS(773), 1, - anon_sym_SQUOTE, - ACTIONS(2413), 1, - anon_sym_LPAREN, - ACTIONS(2433), 1, - sym_name_identifier, - STATE(168), 1, - sym_name_superexpression, - STATE(442), 1, - sym_subexpression, - STATE(445), 1, - sym_scoped_statement, - STATE(771), 1, - sym_literal, - STATE(1260), 1, - aux_sym_name_superexpression_repeat1, - STATE(1558), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(772), 2, - sym_string_literal, - sym_char_literal, - STATE(443), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - [71880] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2135), 1, - sym_float_number_literal, - ACTIONS(2137), 1, - sym_number_literal, - ACTIONS(2139), 1, - anon_sym_DQUOTE, - ACTIONS(2141), 1, - anon_sym_SQUOTE, - ACTIONS(2413), 1, - anon_sym_LPAREN, - ACTIONS(2445), 1, - sym_name_identifier, - STATE(445), 1, - sym_scoped_statement, - STATE(961), 1, - sym_name_superexpression, - STATE(1319), 1, - aux_sym_name_superexpression_repeat1, - STATE(1465), 1, - sym_literal, - STATE(1694), 1, - aux_sym_name_superexpression_repeat2, - STATE(2013), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1473), 2, - sym_string_literal, - sym_char_literal, - STATE(443), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - [71943] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(655), 1, - sym_float_number_literal, - ACTIONS(657), 1, - sym_number_literal, - ACTIONS(659), 1, - anon_sym_DQUOTE, - ACTIONS(661), 1, - anon_sym_SQUOTE, - ACTIONS(2421), 1, - anon_sym_LPAREN, - ACTIONS(2459), 1, - sym_name_identifier, - STATE(158), 1, - sym_name_superexpression, - STATE(455), 1, - sym_subexpression, - STATE(456), 1, - sym_scoped_statement, - STATE(673), 1, - sym_literal, - STATE(1263), 1, - aux_sym_name_superexpression_repeat1, - STATE(1524), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(736), 2, - sym_string_literal, - sym_char_literal, - STATE(461), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - [72006] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1458), 1, - sym_float_number_literal, - ACTIONS(1460), 1, - sym_number_literal, - ACTIONS(1462), 1, - anon_sym_DQUOTE, - ACTIONS(1464), 1, - anon_sym_SQUOTE, - ACTIONS(2413), 1, - anon_sym_LPAREN, - ACTIONS(2463), 1, - sym_name_identifier, - STATE(423), 1, - sym_name_superexpression, - STATE(445), 1, - sym_scoped_statement, - STATE(941), 1, - sym_literal, - STATE(1281), 1, - sym_subexpression, - STATE(1294), 1, - aux_sym_name_superexpression_repeat1, - STATE(1530), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(947), 2, - sym_string_literal, - sym_char_literal, - STATE(443), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - [72069] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1458), 1, - sym_float_number_literal, - ACTIONS(1460), 1, - sym_number_literal, - ACTIONS(1462), 1, - anon_sym_DQUOTE, - ACTIONS(1464), 1, - anon_sym_SQUOTE, - ACTIONS(2413), 1, - anon_sym_LPAREN, - ACTIONS(2463), 1, - sym_name_identifier, - STATE(423), 1, - sym_name_superexpression, - STATE(445), 1, - sym_scoped_statement, - STATE(941), 1, - sym_literal, - STATE(1289), 1, - sym_subexpression, - STATE(1294), 1, - aux_sym_name_superexpression_repeat1, - STATE(1530), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(947), 2, - sym_string_literal, - sym_char_literal, - STATE(443), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - [72132] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(133), 1, - sym_float_number_literal, - ACTIONS(135), 1, - sym_number_literal, - ACTIONS(137), 1, - anon_sym_DQUOTE, - ACTIONS(139), 1, - anon_sym_SQUOTE, - ACTIONS(2471), 1, - sym_name_identifier, - STATE(436), 1, - sym_name_superexpression, - STATE(448), 1, - sym_subexpression, - STATE(450), 1, - sym_scoped_statement, - STATE(971), 1, - sym_literal, - STATE(1284), 1, - aux_sym_name_superexpression_repeat1, - STATE(1630), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(959), 2, - sym_string_literal, - sym_char_literal, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - [72195] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(487), 1, - sym_float_number_literal, - ACTIONS(489), 1, - sym_number_literal, - ACTIONS(491), 1, - anon_sym_DQUOTE, - ACTIONS(493), 1, - anon_sym_SQUOTE, - ACTIONS(2421), 1, - anon_sym_LPAREN, - ACTIONS(2437), 1, - sym_name_identifier, - STATE(143), 1, - sym_name_superexpression, - STATE(456), 1, - sym_scoped_statement, - STATE(649), 1, - sym_literal, - STATE(1133), 1, - sym_subexpression, - STATE(1276), 1, - aux_sym_name_superexpression_repeat1, - STATE(1551), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(592), 2, - sym_string_literal, - sym_char_literal, - STATE(461), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - [72258] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1097), 1, - anon_sym_LPAREN, - ACTIONS(1109), 1, - sym_float_number_literal, - ACTIONS(1111), 1, - sym_number_literal, - ACTIONS(1113), 1, - anon_sym_DQUOTE, - ACTIONS(1115), 1, - anon_sym_SQUOTE, - ACTIONS(2457), 1, - sym_name_identifier, - STATE(418), 1, - sym_name_superexpression, - STATE(477), 1, - sym_scoped_statement, - STATE(948), 1, - sym_literal, - STATE(1290), 1, - sym_subexpression, - STATE(1295), 1, - aux_sym_name_superexpression_repeat1, - STATE(1549), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(929), 2, - sym_string_literal, - sym_char_literal, - STATE(476), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - [72321] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2204), 1, - sym_float_number_literal, - ACTIONS(2206), 1, - sym_number_literal, - ACTIONS(2208), 1, - anon_sym_DQUOTE, - ACTIONS(2210), 1, - anon_sym_SQUOTE, - ACTIONS(2413), 1, - anon_sym_LPAREN, - ACTIONS(2415), 1, - sym_name_identifier, - STATE(442), 1, - sym_subexpression, - STATE(445), 1, - sym_scoped_statement, - STATE(968), 1, - sym_name_superexpression, - STATE(1315), 1, - aux_sym_name_superexpression_repeat1, - STATE(1477), 1, - sym_literal, - STATE(1667), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1505), 2, - sym_string_literal, - sym_char_literal, - STATE(443), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - [72384] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1081), 1, - sym_float_number_literal, - ACTIONS(1083), 1, - sym_number_literal, - ACTIONS(1085), 1, - anon_sym_DQUOTE, - ACTIONS(1087), 1, - anon_sym_SQUOTE, - ACTIONS(1156), 1, anon_sym_LPAREN, ACTIONS(2473), 1, - sym_name_identifier, - STATE(203), 1, - sym_name_superexpression, - STATE(465), 1, - sym_scoped_statement, - STATE(469), 1, - sym_subexpression, - STATE(879), 1, - sym_literal, - STATE(1261), 1, - aux_sym_name_superexpression_repeat1, - STATE(1588), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(848), 2, - sym_string_literal, - sym_char_literal, - STATE(463), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - [72447] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1097), 1, - anon_sym_LPAREN, - ACTIONS(1257), 1, - sym_float_number_literal, - ACTIONS(1259), 1, - sym_number_literal, - ACTIONS(1261), 1, - anon_sym_DQUOTE, - ACTIONS(1263), 1, - anon_sym_SQUOTE, + anon_sym_LBRACK, ACTIONS(2475), 1, sym_name_identifier, - STATE(351), 1, - sym_name_superexpression, - STATE(477), 1, + STATE(535), 1, + sym_name_expression, + STATE(629), 1, sym_scoped_statement, - STATE(804), 1, - sym_literal, - STATE(1220), 1, + STATE(640), 1, sym_subexpression, - STATE(1272), 1, - aux_sym_name_superexpression_repeat1, - STATE(1609), 1, - aux_sym_name_superexpression_repeat2, + STATE(1422), 1, + aux_sym_name_expression_repeat1, + STATE(1803), 1, + aux_sym_name_expression_repeat2, STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, sym_type_subexpression, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - ACTIONS(71), 2, + ACTIONS(169), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(805), 2, + ACTIONS(2471), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(807), 2, sym_string_literal, sym_char_literal, - STATE(476), 3, + STATE(835), 2, + sym_extended_name, + sym_literal, + STATE(632), 5, sym_subexpression_token, sym_binary_operator_expression, + sym_reference_expression, sym_function_call_expression, - [72510] = 19, - ACTIONS(5), 1, + sym_array_expression, + [58042] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, sym__doc_comment, - ACTIONS(1789), 1, + sym__block_comment, + ACTIONS(2109), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2111), 20, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, sym_name_identifier, - ACTIONS(1793), 1, - sym_float_number_literal, - ACTIONS(1795), 1, + sym_operator, sym_number_literal, - ACTIONS(1797), 1, - anon_sym_DQUOTE, - ACTIONS(1799), 1, anon_sym_SQUOTE, - ACTIONS(2429), 1, - anon_sym_LPAREN, - STATE(447), 1, - sym_scoped_statement, - STATE(452), 1, - sym_subexpression, - STATE(766), 1, - sym_name_superexpression, - STATE(1255), 1, - aux_sym_name_superexpression_repeat1, - STATE(1311), 1, - sym_literal, - STATE(1563), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1335), 2, - sym_string_literal, - sym_char_literal, - STATE(451), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - [72573] = 19, + [58082] = 22, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(536), 1, - sym_float_number_literal, - ACTIONS(538), 1, - sym_number_literal, - ACTIONS(540), 1, - anon_sym_DQUOTE, - ACTIONS(542), 1, - anon_sym_SQUOTE, - ACTIONS(2413), 1, - anon_sym_LPAREN, - ACTIONS(2469), 1, - sym_name_identifier, - STATE(144), 1, - sym_name_superexpression, - STATE(445), 1, - sym_scoped_statement, - STATE(619), 1, - sym_literal, - STATE(1147), 1, - sym_subexpression, - STATE(1279), 1, - aux_sym_name_superexpression_repeat1, - STATE(1594), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(650), 2, - sym_string_literal, - sym_char_literal, - STATE(443), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - [72636] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1377), 1, - sym_float_number_literal, - ACTIONS(1379), 1, - sym_number_literal, - ACTIONS(1381), 1, - anon_sym_DQUOTE, - ACTIONS(1383), 1, - anon_sym_SQUOTE, - ACTIONS(2413), 1, - anon_sym_LPAREN, - ACTIONS(2435), 1, - sym_name_identifier, - STATE(394), 1, - sym_name_superexpression, - STATE(445), 1, - sym_scoped_statement, - STATE(786), 1, - sym_literal, - STATE(1230), 1, - sym_subexpression, - STATE(1275), 1, - aux_sym_name_superexpression_repeat1, - STATE(1605), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(788), 2, - sym_string_literal, - sym_char_literal, - STATE(443), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - [72699] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(978), 1, - sym_float_number_literal, - ACTIONS(980), 1, - sym_number_literal, - ACTIONS(982), 1, - anon_sym_DQUOTE, - ACTIONS(984), 1, - anon_sym_SQUOTE, + ACTIONS(2351), 1, + anon_sym_LBRACK, ACTIONS(2477), 1, - sym_name_identifier, - STATE(448), 1, - sym_subexpression, - STATE(450), 1, - sym_scoped_statement, - STATE(998), 1, - sym_name_superexpression, - STATE(1258), 1, - aux_sym_name_superexpression_repeat1, - STATE(1620), 1, - aux_sym_name_superexpression_repeat2, - STATE(1671), 1, - sym_literal, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1554), 2, - sym_string_literal, - sym_char_literal, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - [72762] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1097), 1, - anon_sym_LPAREN, - ACTIONS(1317), 1, - sym_float_number_literal, - ACTIONS(1319), 1, - sym_number_literal, - ACTIONS(1321), 1, - anon_sym_DQUOTE, - ACTIONS(1323), 1, - anon_sym_SQUOTE, - ACTIONS(2145), 1, - sym_name_identifier, - STATE(477), 1, - sym_scoped_statement, - STATE(487), 1, - sym_subexpression, - STATE(988), 1, - sym_name_superexpression, - STATE(1283), 1, - aux_sym_name_superexpression_repeat1, - STATE(1448), 1, - sym_literal, - STATE(1655), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1449), 2, - sym_string_literal, - sym_char_literal, - STATE(476), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - [72825] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1377), 1, - sym_float_number_literal, - ACTIONS(1379), 1, - sym_number_literal, - ACTIONS(1381), 1, - anon_sym_DQUOTE, - ACTIONS(1383), 1, - anon_sym_SQUOTE, - ACTIONS(2413), 1, - anon_sym_LPAREN, - ACTIONS(2435), 1, - sym_name_identifier, - STATE(394), 1, - sym_name_superexpression, - STATE(442), 1, - sym_subexpression, - STATE(445), 1, - sym_scoped_statement, - STATE(786), 1, - sym_literal, - STATE(1275), 1, - aux_sym_name_superexpression_repeat1, - STATE(1605), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(788), 2, - sym_string_literal, - sym_char_literal, - STATE(443), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - [72888] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(319), 1, - sym_float_number_literal, - ACTIONS(321), 1, - sym_number_literal, - ACTIONS(323), 1, - anon_sym_DQUOTE, - ACTIONS(325), 1, - anon_sym_SQUOTE, - ACTIONS(2413), 1, - anon_sym_LPAREN, - ACTIONS(2479), 1, - sym_name_identifier, - STATE(128), 1, - sym_name_superexpression, - STATE(445), 1, - sym_scoped_statement, - STATE(516), 1, - sym_literal, - STATE(1104), 1, - sym_subexpression, - STATE(1256), 1, - aux_sym_name_superexpression_repeat1, - STATE(1578), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(539), 2, - sym_string_literal, - sym_char_literal, - STATE(443), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - [72951] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(501), 1, - sym_float_number_literal, - ACTIONS(503), 1, - sym_number_literal, - ACTIONS(505), 1, - anon_sym_DQUOTE, - ACTIONS(507), 1, - anon_sym_SQUOTE, - ACTIONS(937), 1, anon_sym_LPAREN, ACTIONS(2481), 1, sym_name_identifier, - STATE(155), 1, - sym_name_superexpression, - STATE(457), 1, - sym_subexpression, - STATE(460), 1, - sym_scoped_statement, - STATE(646), 1, - sym_literal, - STATE(1303), 1, - aux_sym_name_superexpression_repeat1, - STATE(1613), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(565), 2, - sym_string_literal, - sym_char_literal, - STATE(459), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - [73014] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2190), 1, - sym_float_number_literal, - ACTIONS(2192), 1, - sym_number_literal, - ACTIONS(2194), 1, - anon_sym_DQUOTE, - ACTIONS(2196), 1, - anon_sym_SQUOTE, - ACTIONS(2413), 1, - anon_sym_LPAREN, - ACTIONS(2461), 1, - sym_name_identifier, - STATE(442), 1, - sym_subexpression, - STATE(445), 1, - sym_scoped_statement, - STATE(967), 1, - sym_name_superexpression, - STATE(1277), 1, - aux_sym_name_superexpression_repeat1, - STATE(1486), 1, - sym_literal, - STATE(1649), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1512), 2, - sym_string_literal, - sym_char_literal, - STATE(443), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - [73077] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2151), 1, - sym_name_identifier, - ACTIONS(2155), 1, - sym_float_number_literal, - ACTIONS(2157), 1, - sym_number_literal, - ACTIONS(2159), 1, - anon_sym_DQUOTE, - ACTIONS(2161), 1, - anon_sym_SQUOTE, - ACTIONS(2413), 1, - anon_sym_LPAREN, - STATE(442), 1, - sym_subexpression, - STATE(445), 1, - sym_scoped_statement, - STATE(964), 1, - sym_name_superexpression, - STATE(1282), 1, - aux_sym_name_superexpression_repeat1, - STATE(1439), 1, - sym_literal, - STATE(1684), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1440), 2, - sym_string_literal, - sym_char_literal, - STATE(443), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - [73140] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(319), 1, - sym_float_number_literal, - ACTIONS(321), 1, - sym_number_literal, - ACTIONS(323), 1, - anon_sym_DQUOTE, - ACTIONS(325), 1, - anon_sym_SQUOTE, - ACTIONS(2413), 1, - anon_sym_LPAREN, - ACTIONS(2479), 1, - sym_name_identifier, - STATE(128), 1, - sym_name_superexpression, - STATE(442), 1, - sym_subexpression, - STATE(445), 1, - sym_scoped_statement, - STATE(516), 1, - sym_literal, - STATE(1256), 1, - aux_sym_name_superexpression_repeat1, - STATE(1578), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(539), 2, - sym_string_literal, - sym_char_literal, - STATE(443), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - [73203] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1865), 1, - sym_float_number_literal, - ACTIONS(1867), 1, - sym_number_literal, - ACTIONS(1869), 1, - anon_sym_DQUOTE, - ACTIONS(1871), 1, - anon_sym_SQUOTE, - ACTIONS(2413), 1, - anon_sym_LPAREN, ACTIONS(2483), 1, - sym_name_identifier, - STATE(445), 1, - sym_scoped_statement, - STATE(827), 1, - sym_name_superexpression, - STATE(1264), 1, - aux_sym_name_superexpression_repeat1, - STATE(1381), 1, - sym_literal, - STATE(1575), 1, - aux_sym_name_superexpression_repeat2, - STATE(1839), 1, + sym_float_number_literal, + ACTIONS(2485), 1, + sym_number_literal, + ACTIONS(2487), 1, + anon_sym_DQUOTE, + ACTIONS(2489), 1, + anon_sym_SQUOTE, + STATE(649), 1, sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, + STATE(650), 1, + sym_scoped_statement, + STATE(1032), 1, + sym_name_expression, + STATE(1420), 1, + aux_sym_name_expression_repeat1, + STATE(1807), 1, + aux_sym_name_expression_repeat2, + STATE(2227), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, sym_type_subexpression, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - ACTIONS(71), 2, + ACTIONS(169), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(1364), 2, + ACTIONS(2479), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1675), 2, sym_string_literal, sym_char_literal, - STATE(443), 3, + STATE(1732), 2, + sym_extended_name, + sym_literal, + STATE(651), 5, sym_subexpression_token, sym_binary_operator_expression, + sym_reference_expression, sym_function_call_expression, - [73266] = 19, + sym_array_expression, + [58158] = 22, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(585), 1, + ACTIONS(2255), 1, + sym_name_identifier, + ACTIONS(2259), 1, sym_float_number_literal, - ACTIONS(587), 1, + ACTIONS(2261), 1, sym_number_literal, - ACTIONS(589), 1, + ACTIONS(2263), 1, anon_sym_DQUOTE, - ACTIONS(591), 1, + ACTIONS(2265), 1, anon_sym_SQUOTE, + ACTIONS(2473), 1, + anon_sym_LBRACK, + ACTIONS(2491), 1, + anon_sym_LPAREN, + STATE(629), 1, + sym_scoped_statement, + STATE(640), 1, + sym_subexpression, + STATE(855), 1, + sym_name_expression, + STATE(1419), 1, + aux_sym_name_expression_repeat1, + STATE(1810), 1, + aux_sym_name_expression_repeat2, + STATE(2188), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(2493), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1584), 2, + sym_string_literal, + sym_char_literal, + STATE(1595), 2, + sym_extended_name, + sym_literal, + STATE(632), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [58234] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2109), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2111), 18, + anon_sym_const, + anon_sym_var, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [58274] = 22, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(597), 1, + anon_sym_LPAREN, + ACTIONS(611), 1, + sym_float_number_literal, + ACTIONS(613), 1, + sym_number_literal, + ACTIONS(615), 1, + anon_sym_DQUOTE, + ACTIONS(617), 1, + anon_sym_SQUOTE, + ACTIONS(2495), 1, + sym_name_identifier, + STATE(605), 1, + sym_subexpression, + STATE(609), 1, + sym_scoped_statement, + STATE(1344), 1, + sym_name_expression, + STATE(1410), 1, + aux_sym_name_expression_repeat1, + STATE(1766), 1, + aux_sym_name_expression_repeat2, + STATE(2253), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(599), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1940), 2, + sym_extended_name, + sym_literal, + STATE(1942), 2, + sym_string_literal, + sym_char_literal, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [58350] = 22, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1891), 1, + sym_float_number_literal, + ACTIONS(1893), 1, + sym_number_literal, + ACTIONS(1895), 1, + anon_sym_DQUOTE, + ACTIONS(1897), 1, + anon_sym_SQUOTE, + ACTIONS(2339), 1, + anon_sym_LPAREN, + ACTIONS(2343), 1, + anon_sym_LBRACK, + ACTIONS(2345), 1, + sym_name_identifier, + STATE(573), 1, + sym_name_expression, + STATE(600), 1, + sym_scoped_statement, + STATE(1448), 1, + aux_sym_name_expression_repeat1, + STATE(1649), 1, + sym_subexpression, + STATE(1759), 1, + aux_sym_name_expression_repeat2, + STATE(2201), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(2341), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1191), 2, + sym_extended_name, + sym_literal, + STATE(1200), 2, + sym_string_literal, + sym_char_literal, + STATE(601), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [58426] = 22, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1907), 1, + sym_float_number_literal, + ACTIONS(1909), 1, + sym_number_literal, + ACTIONS(1911), 1, + anon_sym_DQUOTE, + ACTIONS(1913), 1, + anon_sym_SQUOTE, + ACTIONS(2343), 1, + anon_sym_LBRACK, + ACTIONS(2355), 1, + anon_sym_LPAREN, + ACTIONS(2359), 1, + sym_name_identifier, + STATE(577), 1, + sym_name_expression, + STATE(597), 1, + sym_subexpression, + STATE(600), 1, + sym_scoped_statement, + STATE(1439), 1, + aux_sym_name_expression_repeat1, + STATE(1769), 1, + aux_sym_name_expression_repeat2, + STATE(2209), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(2357), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1235), 2, + sym_extended_name, + sym_literal, + STATE(1250), 2, + sym_string_literal, + sym_char_literal, + STATE(601), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [58502] = 18, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(2373), 1, + anon_sym_match, + ACTIONS(2375), 1, + anon_sym_if, + ACTIONS(2377), 1, + anon_sym_do, + ACTIONS(2379), 1, + anon_sym_while, + ACTIONS(2381), 1, + anon_sym_for, + ACTIONS(2383), 1, + anon_sym_loop, + ACTIONS(2385), 1, + anon_sym_SEMI, + ACTIONS(2387), 1, + anon_sym_return, + ACTIONS(2497), 1, + anon_sym_RBRACE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(2369), 2, + anon_sym_const, + anon_sym_var, + ACTIONS(2389), 2, + anon_sym_break, + anon_sym_continue, + STATE(1120), 2, + sym_block_statement, + aux_sym_block_repeat1, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(1871), 3, + sym_variable_definition_statement, + sym_flow_control, + sym_prefixed_expression, + STATE(721), 6, + sym_match, + sym_condition, + sym_do_while_loop, + sym_while_loop, + sym_for_loop, + sym_loop_loop, + [58570] = 22, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1535), 1, + sym_float_number_literal, + ACTIONS(1537), 1, + sym_number_literal, + ACTIONS(1539), 1, + anon_sym_DQUOTE, + ACTIONS(1541), 1, + anon_sym_SQUOTE, + ACTIONS(2351), 1, + anon_sym_LBRACK, + ACTIONS(2499), 1, + anon_sym_LPAREN, + ACTIONS(2503), 1, + sym_name_identifier, + STATE(543), 1, + sym_name_expression, + STATE(649), 1, + sym_subexpression, + STATE(650), 1, + sym_scoped_statement, + STATE(1401), 1, + aux_sym_name_expression_repeat1, + STATE(1814), 1, + aux_sym_name_expression_repeat2, + STATE(2266), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(2501), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(981), 2, + sym_extended_name, + sym_literal, + STATE(1017), 2, + sym_string_literal, + sym_char_literal, + STATE(651), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [58646] = 22, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1427), 1, + sym_float_number_literal, + ACTIONS(1429), 1, + sym_number_literal, + ACTIONS(1431), 1, + anon_sym_DQUOTE, + ACTIONS(1433), 1, + anon_sym_SQUOTE, + ACTIONS(2473), 1, + anon_sym_LBRACK, + ACTIONS(2505), 1, + anon_sym_LPAREN, + ACTIONS(2509), 1, + sym_name_identifier, + STATE(537), 1, + sym_name_expression, + STATE(629), 1, + sym_scoped_statement, + STATE(640), 1, + sym_subexpression, + STATE(1392), 1, + aux_sym_name_expression_repeat1, + STATE(1816), 1, + aux_sym_name_expression_repeat2, + STATE(2257), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(2507), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(899), 2, + sym_string_literal, + sym_char_literal, + STATE(934), 2, + sym_extended_name, + sym_literal, + STATE(632), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [58722] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2093), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2095), 18, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [58762] = 22, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1067), 1, + sym_float_number_literal, + ACTIONS(1069), 1, + sym_number_literal, + ACTIONS(1071), 1, + anon_sym_DQUOTE, + ACTIONS(1073), 1, + anon_sym_SQUOTE, + ACTIONS(2511), 1, + anon_sym_LPAREN, + ACTIONS(2515), 1, + anon_sym_LBRACK, + ACTIONS(2517), 1, + sym_name_identifier, + STATE(440), 1, + sym_name_expression, + STATE(614), 1, + sym_scoped_statement, + STATE(617), 1, + sym_subexpression, + STATE(1434), 1, + aux_sym_name_expression_repeat1, + STATE(1819), 1, + aux_sym_name_expression_repeat2, + STATE(2234), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(2513), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(692), 2, + sym_string_literal, + sym_char_literal, + STATE(710), 2, + sym_extended_name, + sym_literal, + STATE(620), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [58838] = 22, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1107), 1, + sym_float_number_literal, + ACTIONS(1109), 1, + sym_number_literal, + ACTIONS(1111), 1, + anon_sym_DQUOTE, + ACTIONS(1113), 1, + anon_sym_SQUOTE, + ACTIONS(2343), 1, + anon_sym_LBRACK, + ACTIONS(2519), 1, + anon_sym_LPAREN, + ACTIONS(2523), 1, + sym_name_identifier, + STATE(476), 1, + sym_name_expression, + STATE(600), 1, + sym_scoped_statement, + STATE(1402), 1, + sym_subexpression, + STATE(1421), 1, + aux_sym_name_expression_repeat1, + STATE(1733), 1, + aux_sym_name_expression_repeat2, + STATE(2235), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(2521), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(705), 2, + sym_string_literal, + sym_char_literal, + STATE(738), 2, + sym_extended_name, + sym_literal, + STATE(601), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [58914] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2105), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2107), 18, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [58954] = 22, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(2303), 1, + sym_name_identifier, + ACTIONS(2307), 1, + sym_float_number_literal, + ACTIONS(2309), 1, + sym_number_literal, + ACTIONS(2311), 1, + anon_sym_DQUOTE, + ACTIONS(2313), 1, + anon_sym_SQUOTE, + ACTIONS(2343), 1, + anon_sym_LBRACK, + ACTIONS(2429), 1, + anon_sym_LPAREN, + STATE(600), 1, + sym_scoped_statement, + STATE(906), 1, + sym_name_expression, + STATE(1431), 1, + aux_sym_name_expression_repeat1, + STATE(1677), 1, + aux_sym_name_expression_repeat2, + STATE(2268), 1, + aux_sym_reference_expression_repeat1, + STATE(2419), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(2431), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1562), 2, + sym_string_literal, + sym_char_literal, + STATE(1660), 2, + sym_extended_name, + sym_literal, + STATE(601), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [59030] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(313), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2073), 18, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [59070] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2015), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2017), 19, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [59112] = 22, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(583), 1, + anon_sym_LBRACK, + ACTIONS(703), 1, + anon_sym_LPAREN, + ACTIONS(717), 1, + sym_float_number_literal, + ACTIONS(719), 1, + sym_number_literal, + ACTIONS(721), 1, + anon_sym_DQUOTE, + ACTIONS(723), 1, + anon_sym_SQUOTE, + ACTIONS(2365), 1, + sym_name_identifier, + STATE(565), 1, + sym_name_expression, + STATE(660), 1, + sym_subexpression, + STATE(661), 1, + sym_scoped_statement, + STATE(1435), 1, + aux_sym_name_expression_repeat1, + STATE(1796), 1, + aux_sym_name_expression_repeat2, + STATE(2223), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(705), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1252), 2, + sym_extended_name, + sym_literal, + STATE(1270), 2, + sym_string_literal, + sym_char_literal, + STATE(666), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [59188] = 22, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(725), 1, + anon_sym_LPAREN, + ACTIONS(739), 1, + sym_float_number_literal, + ACTIONS(741), 1, + sym_number_literal, + ACTIONS(743), 1, + anon_sym_DQUOTE, + ACTIONS(745), 1, + anon_sym_SQUOTE, + ACTIONS(2525), 1, + sym_name_identifier, + STATE(605), 1, + sym_subexpression, + STATE(609), 1, + sym_scoped_statement, + STATE(1347), 1, + sym_name_expression, + STATE(1399), 1, + aux_sym_name_expression_repeat1, + STATE(1808), 1, + aux_sym_name_expression_repeat2, + STATE(2262), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(727), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1980), 2, + sym_extended_name, + sym_literal, + STATE(2009), 2, + sym_string_literal, + sym_char_literal, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [59264] = 22, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1365), 1, + sym_float_number_literal, + ACTIONS(1367), 1, + sym_number_literal, + ACTIONS(1369), 1, + anon_sym_DQUOTE, + ACTIONS(1371), 1, + anon_sym_SQUOTE, + ACTIONS(2351), 1, + anon_sym_LBRACK, + ACTIONS(2527), 1, + anon_sym_LPAREN, + ACTIONS(2531), 1, + sym_name_identifier, + STATE(531), 1, + sym_name_expression, + STATE(649), 1, + sym_subexpression, + STATE(650), 1, + sym_scoped_statement, + STATE(1390), 1, + aux_sym_name_expression_repeat1, + STATE(1825), 1, + aux_sym_name_expression_repeat2, + STATE(2211), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(2529), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(863), 2, + sym_extended_name, + sym_literal, + STATE(902), 2, + sym_string_literal, + sym_char_literal, + STATE(651), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [59340] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2015), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2017), 19, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_elif, + anon_sym_else, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [59382] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2075), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2077), 18, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [59422] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2015), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2017), 19, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [59464] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(347), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2065), 18, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [59504] = 22, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(2139), 1, + sym_name_identifier, + ACTIONS(2143), 1, + sym_float_number_literal, + ACTIONS(2145), 1, + sym_number_literal, + ACTIONS(2147), 1, + anon_sym_DQUOTE, + ACTIONS(2149), 1, + anon_sym_SQUOTE, + ACTIONS(2515), 1, + anon_sym_LBRACK, + ACTIONS(2533), 1, + anon_sym_LPAREN, + STATE(614), 1, + sym_scoped_statement, + STATE(617), 1, + sym_subexpression, + STATE(740), 1, + sym_name_expression, + STATE(1407), 1, + aux_sym_name_expression_repeat1, + STATE(1666), 1, + aux_sym_name_expression_repeat2, + STATE(2245), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(2535), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1517), 2, + sym_string_literal, + sym_char_literal, + STATE(1543), 2, + sym_extended_name, + sym_literal, + STATE(620), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [59580] = 22, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1295), 1, + sym_float_number_literal, + ACTIONS(1297), 1, + sym_number_literal, + ACTIONS(1299), 1, + anon_sym_DQUOTE, + ACTIONS(1301), 1, + anon_sym_SQUOTE, + ACTIONS(2343), 1, + anon_sym_LBRACK, + ACTIONS(2537), 1, + anon_sym_LPAREN, + ACTIONS(2541), 1, + sym_name_identifier, + STATE(521), 1, + sym_name_expression, + STATE(600), 1, + sym_scoped_statement, + STATE(1416), 1, + aux_sym_name_expression_repeat1, + STATE(1480), 1, + sym_subexpression, + STATE(1758), 1, + aux_sym_name_expression_repeat2, + STATE(2220), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(2539), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(794), 2, + sym_string_literal, + sym_char_literal, + STATE(809), 2, + sym_extended_name, + sym_literal, + STATE(601), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [59656] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(513), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(515), 18, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_match, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [59696] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2061), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2063), 18, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [59736] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2057), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2059), 18, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [59776] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(513), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(515), 20, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [59816] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2015), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2017), 17, + anon_sym_const, + anon_sym_var, + anon_sym_match, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [59858] = 22, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(553), 1, + anon_sym_LBRACK, + ACTIONS(769), 1, + anon_sym_LPAREN, + ACTIONS(783), 1, + sym_float_number_literal, + ACTIONS(785), 1, + sym_number_literal, + ACTIONS(787), 1, + anon_sym_DQUOTE, + ACTIONS(789), 1, + anon_sym_SQUOTE, + ACTIONS(2543), 1, + sym_name_identifier, + STATE(526), 1, + sym_name_expression, + STATE(628), 1, + sym_subexpression, + STATE(639), 1, + sym_scoped_statement, + STATE(1414), 1, + aux_sym_name_expression_repeat1, + STATE(1811), 1, + aux_sym_name_expression_repeat2, + STATE(2244), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(771), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(860), 2, + sym_extended_name, + sym_literal, + STATE(878), 2, + sym_string_literal, + sym_char_literal, + STATE(641), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [59934] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2101), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2103), 18, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [59974] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2067), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2019), 18, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [60014] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2015), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2017), 17, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [60056] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2109), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2111), 20, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [60096] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(513), 1, + anon_sym_RPAREN, + ACTIONS(2481), 1, + sym_name_identifier, + ACTIONS(2483), 1, + sym_float_number_literal, + ACTIONS(2485), 1, + sym_number_literal, + ACTIONS(2487), 1, + anon_sym_DQUOTE, + ACTIONS(2489), 1, + anon_sym_SQUOTE, + ACTIONS(2545), 1, + anon_sym_LPAREN, + STATE(1420), 1, + aux_sym_name_expression_repeat1, + STATE(1720), 1, + sym_type_subexpression, + STATE(1807), 1, + aux_sym_name_expression_repeat2, + STATE(1897), 1, + sym_subexpression_token, + STATE(2331), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2547), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(2549), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1034), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1675), 2, + sym_string_literal, + sym_char_literal, + STATE(1732), 2, + sym_extended_name, + sym_literal, + STATE(1934), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(515), 3, + anon_sym_AMP, + anon_sym_PIPE, + sym_operator, + [60172] = 22, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(213), 1, + anon_sym_LPAREN, + ACTIONS(241), 1, + sym_float_number_literal, + ACTIONS(243), 1, + sym_number_literal, + ACTIONS(245), 1, + anon_sym_DQUOTE, + ACTIONS(247), 1, + anon_sym_SQUOTE, + ACTIONS(2551), 1, + sym_name_identifier, + STATE(566), 1, + sym_name_expression, + STATE(605), 1, + sym_subexpression, + STATE(609), 1, + sym_scoped_statement, + STATE(1406), 1, + aux_sym_name_expression_repeat1, + STATE(1761), 1, + aux_sym_name_expression_repeat2, + STATE(2260), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(229), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1286), 2, + sym_string_literal, + sym_char_literal, + STATE(1289), 2, + sym_extended_name, + sym_literal, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [60248] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(369), 1, + anon_sym_RPAREN, + ACTIONS(2481), 1, + sym_name_identifier, + ACTIONS(2483), 1, + sym_float_number_literal, + ACTIONS(2485), 1, + sym_number_literal, + ACTIONS(2487), 1, + anon_sym_DQUOTE, + ACTIONS(2489), 1, + anon_sym_SQUOTE, + ACTIONS(2545), 1, + anon_sym_LPAREN, + STATE(1420), 1, + aux_sym_name_expression_repeat1, + STATE(1720), 1, + sym_type_subexpression, + STATE(1807), 1, + aux_sym_name_expression_repeat2, + STATE(1897), 1, + sym_subexpression_token, + STATE(2331), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2547), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(2549), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1038), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1675), 2, + sym_string_literal, + sym_char_literal, + STATE(1732), 2, + sym_extended_name, + sym_literal, + STATE(1934), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(371), 3, + anon_sym_AMP, + anon_sym_PIPE, + sym_operator, + [60324] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(513), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(515), 18, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [60364] = 22, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1147), 1, + sym_float_number_literal, + ACTIONS(1149), 1, + sym_number_literal, + ACTIONS(1151), 1, + anon_sym_DQUOTE, + ACTIONS(1153), 1, + anon_sym_SQUOTE, + ACTIONS(2473), 1, + anon_sym_LBRACK, + ACTIONS(2553), 1, + anon_sym_LPAREN, + ACTIONS(2557), 1, + sym_name_identifier, + STATE(504), 1, + sym_name_expression, + STATE(629), 1, + sym_scoped_statement, + STATE(640), 1, + sym_subexpression, + STATE(1398), 1, + aux_sym_name_expression_repeat1, + STATE(1827), 1, + aux_sym_name_expression_repeat2, + STATE(2194), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(2555), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(742), 2, + sym_string_literal, + sym_char_literal, + STATE(777), 2, + sym_extended_name, + sym_literal, + STATE(632), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [60440] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2015), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2017), 19, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [60482] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(475), 1, + anon_sym_RPAREN, + ACTIONS(2559), 1, + anon_sym_LPAREN, + ACTIONS(2565), 1, + sym_name_identifier, + ACTIONS(2571), 1, + sym_float_number_literal, + ACTIONS(2574), 1, + sym_number_literal, + ACTIONS(2577), 1, + anon_sym_DQUOTE, + ACTIONS(2580), 1, + anon_sym_SQUOTE, + STATE(1420), 1, + aux_sym_name_expression_repeat1, + STATE(1720), 1, + sym_type_subexpression, + STATE(1807), 1, + aux_sym_name_expression_repeat2, + STATE(1897), 1, + sym_subexpression_token, + STATE(2331), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2562), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(2568), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1038), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1675), 2, + sym_string_literal, + sym_char_literal, + STATE(1732), 2, + sym_extended_name, + sym_literal, + STATE(1934), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(477), 3, + anon_sym_AMP, + anon_sym_PIPE, + sym_operator, + [60558] = 22, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(2219), 1, + sym_float_number_literal, + ACTIONS(2221), 1, + sym_number_literal, + ACTIONS(2223), 1, + anon_sym_DQUOTE, + ACTIONS(2225), 1, + anon_sym_SQUOTE, + ACTIONS(2343), 1, + anon_sym_LBRACK, + ACTIONS(2583), 1, + anon_sym_LPAREN, + ACTIONS(2587), 1, + sym_name_identifier, + STATE(600), 1, + sym_scoped_statement, + STATE(793), 1, + sym_name_expression, + STATE(1413), 1, + aux_sym_name_expression_repeat1, + STATE(1780), 1, + aux_sym_name_expression_repeat2, + STATE(2190), 1, + aux_sym_reference_expression_repeat1, + STATE(2278), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(2585), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1566), 2, + sym_string_literal, + sym_char_literal, + STATE(1573), 2, + sym_extended_name, + sym_literal, + STATE(601), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [60634] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(513), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(515), 20, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_elif, + anon_sym_else, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [60674] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2067), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2019), 20, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [60714] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2109), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2111), 20, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [60754] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2101), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2103), 20, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [60794] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2057), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2059), 20, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [60834] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2061), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2063), 20, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [60874] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2097), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2099), 17, + anon_sym_const, + anon_sym_var, + anon_sym_match, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [60916] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(513), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(515), 20, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [60956] = 22, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(553), 1, + anon_sym_LBRACK, + ACTIONS(945), 1, + anon_sym_LPAREN, + ACTIONS(959), 1, + sym_float_number_literal, + ACTIONS(961), 1, + sym_number_literal, + ACTIONS(963), 1, + anon_sym_DQUOTE, + ACTIONS(965), 1, + anon_sym_SQUOTE, + ACTIONS(2271), 1, + sym_name_identifier, + STATE(628), 1, + sym_subexpression, + STATE(639), 1, + sym_scoped_statement, + STATE(880), 1, + sym_name_expression, + STATE(1405), 1, + aux_sym_name_expression_repeat1, + STATE(1820), 1, + aux_sym_name_expression_repeat2, + STATE(2265), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(947), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1597), 2, + sym_extended_name, + sym_literal, + STATE(1609), 2, + sym_string_literal, + sym_char_literal, + STATE(641), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [61032] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2097), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2099), 17, + anon_sym_const, + anon_sym_var, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [61074] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(347), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2065), 20, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [61114] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(513), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(515), 20, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [61154] = 22, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(659), 1, + anon_sym_LPAREN, + ACTIONS(673), 1, + sym_float_number_literal, + ACTIONS(675), 1, + sym_number_literal, + ACTIONS(677), 1, + anon_sym_DQUOTE, + ACTIONS(679), 1, + anon_sym_SQUOTE, + ACTIONS(2589), 1, + sym_name_identifier, + STATE(605), 1, + sym_subexpression, + STATE(609), 1, + sym_scoped_statement, + STATE(1350), 1, + sym_name_expression, + STATE(1395), 1, + aux_sym_name_expression_repeat1, + STATE(1828), 1, + aux_sym_name_expression_repeat2, + STATE(2233), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(661), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1997), 2, + sym_string_literal, + sym_char_literal, + STATE(2002), 2, + sym_extended_name, + sym_literal, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [61230] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2113), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2109), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2111), 17, + anon_sym_const, + anon_sym_var, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [61272] = 22, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1381), 1, + sym_float_number_literal, + ACTIONS(1383), 1, + sym_number_literal, + ACTIONS(1385), 1, + anon_sym_DQUOTE, + ACTIONS(1387), 1, + anon_sym_SQUOTE, + ACTIONS(2343), 1, + anon_sym_LBRACK, + ACTIONS(2591), 1, + anon_sym_LPAREN, + ACTIONS(2595), 1, + sym_name_identifier, + STATE(534), 1, + sym_name_expression, + STATE(597), 1, + sym_subexpression, + STATE(600), 1, + sym_scoped_statement, + STATE(1404), 1, + aux_sym_name_expression_repeat1, + STATE(1834), 1, + aux_sym_name_expression_repeat2, + STATE(2224), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(2593), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(813), 2, + sym_extended_name, + sym_literal, + STATE(853), 2, + sym_string_literal, + sym_char_literal, + STATE(601), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [61348] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2079), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2081), 17, + anon_sym_const, + anon_sym_var, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [61390] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2079), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2081), 17, + anon_sym_const, + anon_sym_var, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [61432] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2075), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2077), 20, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [61472] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2113), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2109), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2111), 17, + anon_sym_const, + anon_sym_var, + anon_sym_match, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [61514] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2079), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2081), 17, + anon_sym_const, + anon_sym_var, + anon_sym_match, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [61556] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(347), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2065), 20, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [61596] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2085), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2087), 17, + anon_sym_const, + anon_sym_var, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [61638] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2079), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2081), 17, + anon_sym_const, + anon_sym_var, + anon_sym_match, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [61680] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2089), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2091), 18, + anon_sym_const, + anon_sym_var, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [61720] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2093), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2095), 18, + anon_sym_const, + anon_sym_var, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [61760] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2105), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2107), 18, + anon_sym_const, + anon_sym_var, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [61800] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(313), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2073), 18, + anon_sym_const, + anon_sym_var, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [61840] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2075), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2077), 18, + anon_sym_const, + anon_sym_var, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [61880] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(313), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2073), 20, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [61920] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(513), 1, + anon_sym_RPAREN, + ACTIONS(535), 1, + sym_float_number_literal, + ACTIONS(537), 1, + sym_number_literal, + ACTIONS(539), 1, + anon_sym_DQUOTE, + ACTIONS(541), 1, + anon_sym_SQUOTE, + ACTIONS(2597), 1, + anon_sym_LPAREN, + ACTIONS(2601), 1, + sym_name_identifier, + STATE(1388), 1, + aux_sym_name_expression_repeat1, + STATE(1670), 1, + sym_type_subexpression, + STATE(1713), 1, + aux_sym_name_expression_repeat2, + STATE(1896), 1, + sym_subexpression_token, + STATE(2333), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2599), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(2603), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1075), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1665), 2, + sym_extended_name, + sym_literal, + STATE(1805), 2, + sym_string_literal, + sym_char_literal, + STATE(1882), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(515), 3, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_operator, + [61996] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2109), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2111), 20, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_elif, + anon_sym_else, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [62036] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(347), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2065), 18, + anon_sym_const, + anon_sym_var, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [62076] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2061), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2063), 18, + anon_sym_const, + anon_sym_var, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [62116] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2105), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2107), 20, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [62156] = 22, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(381), 1, + sym_float_number_literal, + ACTIONS(383), 1, + sym_number_literal, + ACTIONS(385), 1, + anon_sym_DQUOTE, + ACTIONS(387), 1, + anon_sym_SQUOTE, + ACTIONS(2515), 1, + anon_sym_LBRACK, + ACTIONS(2605), 1, + anon_sym_LPAREN, + ACTIONS(2609), 1, + sym_name_identifier, + STATE(277), 1, + sym_name_expression, + STATE(614), 1, + sym_scoped_statement, + STATE(1377), 1, + sym_subexpression, + STATE(1412), 1, + aux_sym_name_expression_repeat1, + STATE(1785), 1, + aux_sym_name_expression_repeat2, + STATE(2254), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(2607), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(675), 2, + sym_string_literal, + sym_char_literal, + STATE(681), 2, + sym_extended_name, + sym_literal, + STATE(620), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [62232] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(369), 1, + anon_sym_RPAREN, + ACTIONS(535), 1, + sym_float_number_literal, + ACTIONS(537), 1, + sym_number_literal, + ACTIONS(539), 1, + anon_sym_DQUOTE, + ACTIONS(541), 1, + anon_sym_SQUOTE, + ACTIONS(2597), 1, + anon_sym_LPAREN, + ACTIONS(2601), 1, + sym_name_identifier, + STATE(1388), 1, + aux_sym_name_expression_repeat1, + STATE(1670), 1, + sym_type_subexpression, + STATE(1713), 1, + aux_sym_name_expression_repeat2, + STATE(1896), 1, + sym_subexpression_token, + STATE(2333), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2599), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(2603), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1081), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1665), 2, + sym_extended_name, + sym_literal, + STATE(1805), 2, + sym_string_literal, + sym_char_literal, + STATE(1882), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(371), 3, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_operator, + [62308] = 22, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(991), 1, + anon_sym_LPAREN, + ACTIONS(1005), 1, + sym_float_number_literal, + ACTIONS(1007), 1, + sym_number_literal, + ACTIONS(1009), 1, + anon_sym_DQUOTE, + ACTIONS(1011), 1, + anon_sym_SQUOTE, + ACTIONS(2611), 1, + sym_name_identifier, + STATE(558), 1, + sym_name_expression, + STATE(605), 1, + sym_subexpression, + STATE(609), 1, + sym_scoped_statement, + STATE(1400), 1, + aux_sym_name_expression_repeat1, + STATE(1831), 1, + aux_sym_name_expression_repeat2, + STATE(2239), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(993), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(968), 2, + sym_string_literal, + sym_char_literal, + STATE(980), 2, + sym_extended_name, + sym_literal, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [62384] = 22, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(627), 1, + sym_float_number_literal, + ACTIONS(629), 1, + sym_number_literal, + ACTIONS(631), 1, + anon_sym_DQUOTE, + ACTIONS(633), 1, + anon_sym_SQUOTE, + ACTIONS(2515), 1, + anon_sym_LBRACK, + ACTIONS(2613), 1, + anon_sym_LPAREN, + ACTIONS(2617), 1, + sym_name_identifier, + STATE(332), 1, + sym_name_expression, + STATE(614), 1, + sym_scoped_statement, + STATE(617), 1, + sym_subexpression, + STATE(1409), 1, + aux_sym_name_expression_repeat1, + STATE(1793), 1, + aux_sym_name_expression_repeat2, + STATE(2256), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(2615), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(720), 2, + sym_extended_name, + sym_literal, + STATE(734), 2, + sym_string_literal, + sym_char_literal, + STATE(620), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [62460] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2057), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2059), 18, + anon_sym_const, + anon_sym_var, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [62500] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2067), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2019), 20, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [62540] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2101), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2103), 18, + anon_sym_const, + anon_sym_var, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [62580] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(475), 1, + anon_sym_RPAREN, + ACTIONS(2619), 1, + anon_sym_LPAREN, + ACTIONS(2625), 1, + sym_name_identifier, + ACTIONS(2631), 1, + sym_float_number_literal, + ACTIONS(2634), 1, + sym_number_literal, + ACTIONS(2637), 1, + anon_sym_DQUOTE, + ACTIONS(2640), 1, + anon_sym_SQUOTE, + STATE(1388), 1, + aux_sym_name_expression_repeat1, + STATE(1670), 1, + sym_type_subexpression, + STATE(1713), 1, + aux_sym_name_expression_repeat2, + STATE(1896), 1, + sym_subexpression_token, + STATE(2333), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2622), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(2628), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1081), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1665), 2, + sym_extended_name, + sym_literal, + STATE(1805), 2, + sym_string_literal, + sym_char_literal, + STATE(1882), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(477), 3, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_operator, + [62656] = 22, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(381), 1, + sym_float_number_literal, + ACTIONS(383), 1, + sym_number_literal, + ACTIONS(385), 1, + anon_sym_DQUOTE, + ACTIONS(387), 1, + anon_sym_SQUOTE, + ACTIONS(2515), 1, + anon_sym_LBRACK, + ACTIONS(2605), 1, + anon_sym_LPAREN, + ACTIONS(2609), 1, + sym_name_identifier, + STATE(277), 1, + sym_name_expression, + STATE(614), 1, + sym_scoped_statement, + STATE(617), 1, + sym_subexpression, + STATE(1412), 1, + aux_sym_name_expression_repeat1, + STATE(1785), 1, + aux_sym_name_expression_repeat2, + STATE(2254), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(2607), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(675), 2, + sym_string_literal, + sym_char_literal, + STATE(681), 2, + sym_extended_name, + sym_literal, + STATE(620), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [62732] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2067), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2019), 18, + anon_sym_const, + anon_sym_var, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [62772] = 22, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(2219), 1, + sym_float_number_literal, + ACTIONS(2221), 1, + sym_number_literal, + ACTIONS(2223), 1, + anon_sym_DQUOTE, + ACTIONS(2225), 1, + anon_sym_SQUOTE, + ACTIONS(2343), 1, + anon_sym_LBRACK, + ACTIONS(2583), 1, + anon_sym_LPAREN, + ACTIONS(2587), 1, + sym_name_identifier, + STATE(597), 1, + sym_subexpression, + STATE(600), 1, + sym_scoped_statement, + STATE(793), 1, + sym_name_expression, + STATE(1413), 1, + aux_sym_name_expression_repeat1, + STATE(1780), 1, + aux_sym_name_expression_repeat2, + STATE(2190), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(2585), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1566), 2, + sym_string_literal, + sym_char_literal, + STATE(1573), 2, + sym_extended_name, + sym_literal, + STATE(601), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [62848] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2015), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2017), 19, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [62890] = 22, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1489), 1, + sym_float_number_literal, + ACTIONS(1491), 1, + sym_number_literal, + ACTIONS(1493), 1, + anon_sym_DQUOTE, + ACTIONS(1495), 1, + anon_sym_SQUOTE, + ACTIONS(2347), 1, + anon_sym_LPAREN, + ACTIONS(2351), 1, + anon_sym_LBRACK, + ACTIONS(2353), 1, + sym_name_identifier, + STATE(540), 1, + sym_name_expression, + STATE(650), 1, + sym_scoped_statement, + STATE(1423), 1, + aux_sym_name_expression_repeat1, + STATE(1555), 1, + sym_subexpression, + STATE(1792), 1, + aux_sym_name_expression_repeat2, + STATE(2250), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(2349), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1057), 2, + sym_string_literal, + sym_char_literal, + STATE(1147), 2, + sym_extended_name, + sym_literal, + STATE(651), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [62966] = 22, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(627), 1, + sym_float_number_literal, + ACTIONS(629), 1, + sym_number_literal, + ACTIONS(631), 1, + anon_sym_DQUOTE, + ACTIONS(633), 1, + anon_sym_SQUOTE, + ACTIONS(2515), 1, + anon_sym_LBRACK, + ACTIONS(2613), 1, + anon_sym_LPAREN, + ACTIONS(2617), 1, + sym_name_identifier, + STATE(332), 1, + sym_name_expression, + STATE(614), 1, + sym_scoped_statement, + STATE(1409), 1, + aux_sym_name_expression_repeat1, + STATE(1467), 1, + sym_subexpression, + STATE(1793), 1, + aux_sym_name_expression_repeat2, + STATE(2256), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(2615), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(720), 2, + sym_extended_name, + sym_literal, + STATE(734), 2, + sym_string_literal, + sym_char_literal, + STATE(620), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [63042] = 22, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(2343), 1, + anon_sym_LBRACK, + ACTIONS(2399), 1, + anon_sym_LPAREN, + ACTIONS(2403), 1, + sym_name_identifier, + ACTIONS(2405), 1, + sym_float_number_literal, ACTIONS(2407), 1, - anon_sym_LPAREN, - ACTIONS(2425), 1, - sym_name_identifier, - STATE(148), 1, - sym_name_superexpression, - STATE(462), 1, - sym_scoped_statement, - STATE(578), 1, - sym_literal, - STATE(1161), 1, + sym_number_literal, + ACTIONS(2409), 1, + anon_sym_DQUOTE, + ACTIONS(2411), 1, + anon_sym_SQUOTE, + STATE(597), 1, sym_subexpression, - STATE(1253), 1, - aux_sym_name_superexpression_repeat1, - STATE(1541), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, + STATE(600), 1, + sym_scoped_statement, + STATE(1285), 1, + sym_name_expression, + STATE(1393), 1, + aux_sym_name_expression_repeat1, + STATE(1790), 1, + aux_sym_name_expression_repeat2, + STATE(2214), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, sym_type_subexpression, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - ACTIONS(71), 2, + ACTIONS(169), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(610), 2, + ACTIONS(2401), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1869), 2, + sym_extended_name, + sym_literal, + STATE(1881), 2, sym_string_literal, sym_char_literal, - STATE(471), 3, + STATE(601), 5, sym_subexpression_token, sym_binary_operator_expression, + sym_reference_expression, sym_function_call_expression, - [73329] = 19, + sym_array_expression, + [63118] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2085), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2087), 17, + anon_sym_const, + anon_sym_var, + anon_sym_match, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [63160] = 22, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(1097), 1, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(681), 1, anon_sym_LPAREN, - ACTIONS(1257), 1, + ACTIONS(695), 1, sym_float_number_literal, - ACTIONS(1259), 1, + ACTIONS(697), 1, sym_number_literal, - ACTIONS(1261), 1, + ACTIONS(699), 1, anon_sym_DQUOTE, - ACTIONS(1263), 1, + ACTIONS(701), 1, anon_sym_SQUOTE, + ACTIONS(2643), 1, + sym_name_identifier, + STATE(605), 1, + sym_subexpression, + STATE(609), 1, + sym_scoped_statement, + STATE(1337), 1, + sym_name_expression, + STATE(1415), 1, + aux_sym_name_expression_repeat1, + STATE(1786), 1, + aux_sym_name_expression_repeat2, + STATE(2228), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(683), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1947), 2, + sym_string_literal, + sym_char_literal, + STATE(1957), 2, + sym_extended_name, + sym_literal, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [63236] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2061), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2063), 20, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [63276] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(347), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2065), 20, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [63316] = 22, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1295), 1, + sym_float_number_literal, + ACTIONS(1297), 1, + sym_number_literal, + ACTIONS(1299), 1, + anon_sym_DQUOTE, + ACTIONS(1301), 1, + anon_sym_SQUOTE, + ACTIONS(2343), 1, + anon_sym_LBRACK, + ACTIONS(2537), 1, + anon_sym_LPAREN, + ACTIONS(2541), 1, + sym_name_identifier, + STATE(521), 1, + sym_name_expression, + STATE(597), 1, + sym_subexpression, + STATE(600), 1, + sym_scoped_statement, + STATE(1416), 1, + aux_sym_name_expression_repeat1, + STATE(1758), 1, + aux_sym_name_expression_repeat2, + STATE(2220), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(2539), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(794), 2, + sym_string_literal, + sym_char_literal, + STATE(809), 2, + sym_extended_name, + sym_literal, + STATE(601), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [63392] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2093), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2095), 20, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [63432] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(313), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2073), 20, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [63472] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2105), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2107), 20, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [63512] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2093), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2095), 20, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [63552] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2089), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2091), 20, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [63592] = 22, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(2139), 1, + sym_name_identifier, + ACTIONS(2143), 1, + sym_float_number_literal, + ACTIONS(2145), 1, + sym_number_literal, + ACTIONS(2147), 1, + anon_sym_DQUOTE, + ACTIONS(2149), 1, + anon_sym_SQUOTE, + ACTIONS(2515), 1, + anon_sym_LBRACK, + ACTIONS(2533), 1, + anon_sym_LPAREN, + STATE(614), 1, + sym_scoped_statement, + STATE(740), 1, + sym_name_expression, + STATE(1407), 1, + aux_sym_name_expression_repeat1, + STATE(1666), 1, + aux_sym_name_expression_repeat2, + STATE(2196), 1, + sym_subexpression, + STATE(2245), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(2535), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1517), 2, + sym_string_literal, + sym_char_literal, + STATE(1543), 2, + sym_extended_name, + sym_literal, + STATE(620), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [63668] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2085), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2087), 19, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [63710] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2101), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2103), 20, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [63750] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2057), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2059), 20, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [63790] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2079), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2081), 19, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [63832] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2079), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2081), 19, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [63874] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2113), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2109), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2111), 19, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [63916] = 22, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(583), 1, + anon_sym_LBRACK, + ACTIONS(813), 1, + anon_sym_LPAREN, + ACTIONS(827), 1, + sym_float_number_literal, + ACTIONS(829), 1, + sym_number_literal, + ACTIONS(831), 1, + anon_sym_DQUOTE, + ACTIONS(833), 1, + anon_sym_SQUOTE, + ACTIONS(2413), 1, + sym_name_identifier, + STATE(547), 1, + sym_name_expression, + STATE(660), 1, + sym_subexpression, + STATE(661), 1, + sym_scoped_statement, + STATE(1453), 1, + aux_sym_name_expression_repeat1, + STATE(1763), 1, + aux_sym_name_expression_repeat2, + STATE(2204), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(815), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1108), 2, + sym_extended_name, + sym_literal, + STATE(1109), 2, + sym_string_literal, + sym_char_literal, + STATE(666), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [63992] = 22, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(529), 1, + anon_sym_LBRACK, + ACTIONS(791), 1, + anon_sym_LPAREN, + ACTIONS(805), 1, + sym_float_number_literal, + ACTIONS(807), 1, + sym_number_literal, + ACTIONS(809), 1, + anon_sym_DQUOTE, + ACTIONS(811), 1, + anon_sym_SQUOTE, + ACTIONS(2645), 1, + sym_name_identifier, + STATE(524), 1, + sym_name_expression, + STATE(643), 1, + sym_subexpression, + STATE(652), 1, + sym_scoped_statement, + STATE(1389), 1, + aux_sym_name_expression_repeat1, + STATE(1772), 1, + aux_sym_name_expression_repeat2, + STATE(2192), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(793), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(930), 2, + sym_string_literal, + sym_char_literal, + STATE(944), 2, + sym_extended_name, + sym_literal, + STATE(644), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [64068] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2097), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2099), 19, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [64110] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2075), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2077), 20, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [64150] = 22, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1443), 1, + sym_float_number_literal, + ACTIONS(1445), 1, + sym_number_literal, + ACTIONS(1447), 1, + anon_sym_DQUOTE, + ACTIONS(1449), 1, + anon_sym_SQUOTE, + ACTIONS(2469), 1, + anon_sym_LPAREN, + ACTIONS(2473), 1, + anon_sym_LBRACK, ACTIONS(2475), 1, sym_name_identifier, - STATE(351), 1, - sym_name_superexpression, - STATE(477), 1, + STATE(535), 1, + sym_name_expression, + STATE(629), 1, sym_scoped_statement, - STATE(487), 1, + STATE(1422), 1, + aux_sym_name_expression_repeat1, + STATE(1472), 1, sym_subexpression, - STATE(804), 1, - sym_literal, - STATE(1272), 1, - aux_sym_name_superexpression_repeat1, - STATE(1609), 1, - aux_sym_name_superexpression_repeat2, + STATE(1803), 1, + aux_sym_name_expression_repeat2, STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, sym_type_subexpression, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - ACTIONS(71), 2, + ACTIONS(169), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(805), 2, + ACTIONS(2471), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(807), 2, sym_string_literal, sym_char_literal, - STATE(476), 3, + STATE(835), 2, + sym_extended_name, + sym_literal, + STATE(632), 5, sym_subexpression_token, sym_binary_operator_expression, + sym_reference_expression, sym_function_call_expression, - [73392] = 19, + sym_array_expression, + [64226] = 22, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(99), 1, + ACTIONS(1381), 1, sym_float_number_literal, - ACTIONS(101), 1, + ACTIONS(1383), 1, sym_number_literal, - ACTIONS(103), 1, + ACTIONS(1385), 1, anon_sym_DQUOTE, - ACTIONS(105), 1, + ACTIONS(1387), 1, anon_sym_SQUOTE, - ACTIONS(2485), 1, + ACTIONS(2343), 1, + anon_sym_LBRACK, + ACTIONS(2591), 1, + anon_sym_LPAREN, + ACTIONS(2595), 1, sym_name_identifier, - STATE(254), 1, - sym_name_superexpression, - STATE(448), 1, - sym_subexpression, - STATE(450), 1, + STATE(534), 1, + sym_name_expression, + STATE(600), 1, sym_scoped_statement, - STATE(832), 1, - sym_literal, - STATE(1265), 1, - aux_sym_name_superexpression_repeat1, - STATE(1629), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, + STATE(1404), 1, + aux_sym_name_expression_repeat1, + STATE(1491), 1, + sym_subexpression, + STATE(1834), 1, + aux_sym_name_expression_repeat2, + STATE(2224), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, sym_type_subexpression, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - ACTIONS(71), 2, + ACTIONS(169), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(833), 2, - sym_string_literal, - sym_char_literal, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - [73455] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(252), 1, - sym_float_number_literal, - ACTIONS(254), 1, - sym_number_literal, - ACTIONS(256), 1, - anon_sym_DQUOTE, - ACTIONS(258), 1, - anon_sym_SQUOTE, - ACTIONS(2429), 1, - anon_sym_LPAREN, - ACTIONS(2487), 1, - sym_name_identifier, - STATE(123), 1, - sym_name_superexpression, - STATE(447), 1, - sym_scoped_statement, - STATE(452), 1, - sym_subexpression, - STATE(485), 1, + ACTIONS(2593), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(813), 2, + sym_extended_name, sym_literal, - STATE(1274), 1, - aux_sym_name_superexpression_repeat1, - STATE(1566), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(478), 2, + STATE(853), 2, sym_string_literal, sym_char_literal, - STATE(451), 3, + STATE(601), 5, sym_subexpression_token, sym_binary_operator_expression, + sym_reference_expression, sym_function_call_expression, - [73518] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(375), 1, - sym_float_number_literal, - ACTIONS(377), 1, - sym_number_literal, - ACTIONS(379), 1, - anon_sym_DQUOTE, - ACTIONS(381), 1, - anon_sym_SQUOTE, - ACTIONS(2429), 1, - anon_sym_LPAREN, - ACTIONS(2489), 1, - sym_name_identifier, - STATE(134), 1, - sym_name_superexpression, - STATE(447), 1, - sym_scoped_statement, - STATE(533), 1, - sym_literal, - STATE(1120), 1, - sym_subexpression, - STATE(1270), 1, - aux_sym_name_superexpression_repeat1, - STATE(1572), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(511), 2, - sym_string_literal, - sym_char_literal, - STATE(451), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - [73581] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(1010), 1, - sym_float_number_literal, - ACTIONS(1012), 1, - sym_number_literal, - ACTIONS(1014), 1, - anon_sym_DQUOTE, - ACTIONS(1016), 1, - anon_sym_SQUOTE, - ACTIONS(2491), 1, - sym_name_identifier, - STATE(448), 1, - sym_subexpression, - STATE(450), 1, - sym_scoped_statement, - STATE(1009), 1, - sym_name_superexpression, - STATE(1269), 1, - aux_sym_name_superexpression_repeat1, - STATE(1647), 1, - aux_sym_name_superexpression_repeat2, - STATE(1686), 1, - sym_literal, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1646), 2, - sym_string_literal, - sym_char_literal, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - [73644] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1097), 1, - anon_sym_LPAREN, - ACTIONS(1317), 1, - sym_float_number_literal, - ACTIONS(1319), 1, - sym_number_literal, - ACTIONS(1321), 1, - anon_sym_DQUOTE, - ACTIONS(1323), 1, - anon_sym_SQUOTE, - ACTIONS(2145), 1, - sym_name_identifier, - STATE(477), 1, - sym_scoped_statement, - STATE(988), 1, - sym_name_superexpression, - STATE(1283), 1, - aux_sym_name_superexpression_repeat1, - STATE(1448), 1, - sym_literal, - STATE(1655), 1, - aux_sym_name_superexpression_repeat2, - STATE(1998), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1449), 2, - sym_string_literal, - sym_char_literal, - STATE(476), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - [73707] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(252), 1, - sym_float_number_literal, - ACTIONS(254), 1, - sym_number_literal, - ACTIONS(256), 1, - anon_sym_DQUOTE, - ACTIONS(258), 1, - anon_sym_SQUOTE, - ACTIONS(2429), 1, - anon_sym_LPAREN, - ACTIONS(2487), 1, - sym_name_identifier, - STATE(123), 1, - sym_name_superexpression, - STATE(447), 1, - sym_scoped_statement, - STATE(485), 1, - sym_literal, - STATE(1092), 1, - sym_subexpression, - STATE(1274), 1, - aux_sym_name_superexpression_repeat1, - STATE(1566), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(478), 2, - sym_string_literal, - sym_char_literal, - STATE(451), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - [73770] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(1028), 1, - sym_float_number_literal, - ACTIONS(1030), 1, - sym_number_literal, - ACTIONS(1032), 1, - anon_sym_DQUOTE, - ACTIONS(1034), 1, - anon_sym_SQUOTE, - ACTIONS(2493), 1, - sym_name_identifier, - STATE(448), 1, - sym_subexpression, - STATE(450), 1, - sym_scoped_statement, - STATE(994), 1, - sym_name_superexpression, - STATE(1273), 1, - aux_sym_name_superexpression_repeat1, - STATE(1521), 1, - aux_sym_name_superexpression_repeat2, - STATE(1692), 1, - sym_literal, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1691), 2, - sym_string_literal, - sym_char_literal, - STATE(446), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - [73833] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2151), 1, - sym_name_identifier, - ACTIONS(2155), 1, - sym_float_number_literal, - ACTIONS(2157), 1, - sym_number_literal, - ACTIONS(2159), 1, - anon_sym_DQUOTE, - ACTIONS(2161), 1, - anon_sym_SQUOTE, - ACTIONS(2413), 1, - anon_sym_LPAREN, - STATE(445), 1, - sym_scoped_statement, - STATE(964), 1, - sym_name_superexpression, - STATE(1282), 1, - aux_sym_name_superexpression_repeat1, - STATE(1439), 1, - sym_literal, - STATE(1684), 1, - aux_sym_name_superexpression_repeat2, - STATE(1976), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1440), 2, - sym_string_literal, - sym_char_literal, - STATE(443), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - [73896] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(669), 1, - sym_float_number_literal, - ACTIONS(671), 1, - sym_number_literal, - ACTIONS(673), 1, - anon_sym_DQUOTE, - ACTIONS(675), 1, - anon_sym_SQUOTE, - ACTIONS(2407), 1, - anon_sym_LPAREN, - ACTIONS(2451), 1, - sym_name_identifier, - STATE(161), 1, - sym_name_superexpression, - STATE(462), 1, - sym_scoped_statement, - STATE(775), 1, - sym_literal, - STATE(1201), 1, - sym_subexpression, - STATE(1271), 1, - aux_sym_name_superexpression_repeat1, - STATE(1553), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(701), 2, - sym_string_literal, - sym_char_literal, - STATE(471), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - [73959] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(753), 1, - sym_float_number_literal, - ACTIONS(755), 1, - sym_number_literal, - ACTIONS(757), 1, - anon_sym_DQUOTE, - ACTIONS(759), 1, - anon_sym_SQUOTE, - ACTIONS(2413), 1, - anon_sym_LPAREN, - ACTIONS(2447), 1, - sym_name_identifier, - STATE(165), 1, - sym_name_superexpression, - STATE(442), 1, - sym_subexpression, - STATE(445), 1, - sym_scoped_statement, - STATE(781), 1, - sym_literal, - STATE(1309), 1, - aux_sym_name_superexpression_repeat1, - STATE(1635), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(752), 2, - sym_string_literal, - sym_char_literal, - STATE(443), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - [74022] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1789), 1, - sym_name_identifier, - ACTIONS(1793), 1, - sym_float_number_literal, - ACTIONS(1795), 1, - sym_number_literal, - ACTIONS(1797), 1, - anon_sym_DQUOTE, - ACTIONS(1799), 1, - anon_sym_SQUOTE, - ACTIONS(2429), 1, - anon_sym_LPAREN, - STATE(447), 1, - sym_scoped_statement, - STATE(766), 1, - sym_name_superexpression, - STATE(1255), 1, - aux_sym_name_superexpression_repeat1, - STATE(1311), 1, - sym_literal, - STATE(1563), 1, - aux_sym_name_superexpression_repeat2, - STATE(1816), 1, - sym_subexpression, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1335), 2, - sym_string_literal, - sym_char_literal, - STATE(451), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - [74085] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(937), 1, - anon_sym_LPAREN, - ACTIONS(1275), 1, - sym_float_number_literal, - ACTIONS(1277), 1, - sym_number_literal, - ACTIONS(1279), 1, - anon_sym_DQUOTE, - ACTIONS(1281), 1, - anon_sym_SQUOTE, - ACTIONS(1879), 1, - sym_name_identifier, - STATE(457), 1, - sym_subexpression, - STATE(460), 1, - sym_scoped_statement, - STATE(841), 1, - sym_name_superexpression, - STATE(1331), 1, - aux_sym_name_superexpression_repeat1, - STATE(1342), 1, - sym_literal, - STATE(1656), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1379), 2, - sym_string_literal, - sym_char_literal, - STATE(459), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - [74148] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(375), 1, - sym_float_number_literal, - ACTIONS(377), 1, - sym_number_literal, - ACTIONS(379), 1, - anon_sym_DQUOTE, - ACTIONS(381), 1, - anon_sym_SQUOTE, - ACTIONS(2429), 1, - anon_sym_LPAREN, - ACTIONS(2489), 1, - sym_name_identifier, - STATE(134), 1, - sym_name_superexpression, - STATE(447), 1, - sym_scoped_statement, - STATE(452), 1, - sym_subexpression, - STATE(533), 1, - sym_literal, - STATE(1270), 1, - aux_sym_name_superexpression_repeat1, - STATE(1572), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(511), 2, - sym_string_literal, - sym_char_literal, - STATE(451), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - [74211] = 19, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1865), 1, - sym_float_number_literal, - ACTIONS(1867), 1, - sym_number_literal, - ACTIONS(1869), 1, - anon_sym_DQUOTE, - ACTIONS(1871), 1, - anon_sym_SQUOTE, - ACTIONS(2413), 1, - anon_sym_LPAREN, - ACTIONS(2483), 1, - sym_name_identifier, - STATE(442), 1, - sym_subexpression, - STATE(445), 1, - sym_scoped_statement, - STATE(827), 1, - sym_name_superexpression, - STATE(1264), 1, - aux_sym_name_superexpression_repeat1, - STATE(1381), 1, - sym_literal, - STATE(1575), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1364), 2, - sym_string_literal, - sym_char_literal, - STATE(443), 3, - sym_subexpression_token, - sym_binary_operator_expression, - sym_function_call_expression, - [74274] = 8, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2497), 1, - anon_sym_COLON, - ACTIONS(2499), 1, - anon_sym_type, - ACTIONS(2501), 1, - anon_sym_LPAREN, - ACTIONS(2503), 1, - sym_abstract_type_identifier, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1095), 2, - sym_definition_parameter, - aux_sym_function_declaration_repeat1, - ACTIONS(2495), 14, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_EQ, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [74314] = 5, + sym_array_expression, + [64302] = 5, ACTIONS(3), 1, sym__line_comment, - ACTIONS(2509), 1, - sym_operator, + ACTIONS(2059), 1, + anon_sym_DOT, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(2507), 4, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - ACTIONS(2505), 15, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, + ACTIONS(2097), 8, anon_sym_RBRACE, - anon_sym_alias, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [74348] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2513), 1, - anon_sym_type, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2511), 19, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_COLON, - anon_sym_use, - anon_sym_EQ, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, anon_sym_LPAREN, - sym_abstract_type_identifier, - [74380] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2517), 1, - anon_sym_type, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2515), 19, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_COLON, - anon_sym_use, - anon_sym_EQ, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_LPAREN, - sym_abstract_type_identifier, - [74412] = 8, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2501), 1, - anon_sym_LPAREN, - ACTIONS(2503), 1, - sym_abstract_type_identifier, - ACTIONS(2521), 1, - anon_sym_COLON, - ACTIONS(2523), 1, - anon_sym_type, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1005), 2, - sym_definition_parameter, - aux_sym_function_declaration_repeat1, - ACTIONS(2519), 14, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_EQ, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [74452] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2529), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2525), 5, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_typeclass_identifier, + anon_sym_TILDE, + anon_sym_AT, sym_type_identifier, sym_abstract_type_identifier, - ACTIONS(2527), 14, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2099), 19, anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - sym_name_identifier, - [74486] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2533), 1, - anon_sym_type, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2531), 19, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, anon_sym_import, - anon_sym_COLON, - anon_sym_use, - anon_sym_EQ, anon_sym_alias, + anon_sym_type, + anon_sym_let, anon_sym_decl, anon_sym_def, anon_sym_struct, anon_sym_class, + anon_sym_basic, + anon_sym_abstract, anon_sym_typeclass, - anon_sym_LPAREN, - sym_abstract_type_identifier, - [74518] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2529), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2535), 5, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_typeclass_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - ACTIONS(2537), 14, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - sym_name_identifier, - [74552] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2541), 1, - anon_sym_AMP, - STATE(1099), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2539), 18, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_alias, - anon_sym_DASH_GT, anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [74586] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2546), 1, - anon_sym_AMP, - STATE(1099), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2544), 18, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_alias, anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [74620] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2550), 1, - anon_sym_type, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2548), 19, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_COLON, - anon_sym_use, - anon_sym_EQ, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_LPAREN, - sym_abstract_type_identifier, - [74652] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2546), 1, - anon_sym_AMP, - STATE(1100), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2552), 18, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [74686] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2529), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2554), 5, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_typeclass_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - ACTIONS(2556), 14, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, sym_name_identifier, - [74720] = 5, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [64344] = 4, ACTIONS(3), 1, sym__line_comment, - ACTIONS(2507), 1, - anon_sym_AMP, - ACTIONS(2558), 1, - sym_operator, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(2505), 17, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_alias, - anon_sym_match, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [74753] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2560), 1, - anon_sym_AMP, - STATE(1119), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2552), 17, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_alias, - anon_sym_match, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [74786] = 8, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2501), 1, + ACTIONS(2067), 8, + ts_builtin_sym_end, anon_sym_LPAREN, - ACTIONS(2503), 1, - sym_abstract_type_identifier, - ACTIONS(2523), 1, - anon_sym_type, - ACTIONS(2562), 1, - anon_sym_COLON, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1005), 2, - sym_definition_parameter, - aux_sym_function_declaration_repeat1, - ACTIONS(2519), 13, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_import, - anon_sym_use, - anon_sym_EQ, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [74825] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2564), 1, - anon_sym_AMP, - STATE(1110), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2552), 17, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [74858] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2529), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2554), 5, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_typeclass_identifier, + anon_sym_TILDE, + anon_sym_AT, sym_type_identifier, sym_abstract_type_identifier, - ACTIONS(2556), 13, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2019), 20, anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, + anon_sym_partition, anon_sym_use, + anon_sym_import, anon_sym_alias, + anon_sym_type, + anon_sym_let, anon_sym_decl, anon_sym_def, - anon_sym_type, anon_sym_struct, anon_sym_class, + anon_sym_basic, + anon_sym_abstract, anon_sym_typeclass, + anon_sym_AMP, + anon_sym_DOT, sym_name_identifier, - [74891] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2566), 1, - anon_sym_AMP, - STATE(1109), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2539), 17, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [74924] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2564), 1, - anon_sym_AMP, - STATE(1109), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2544), 17, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_alias, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [74957] = 5, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [64384] = 22, ACTIONS(3), 1, sym__line_comment, - ACTIONS(2569), 1, + ACTIONS(477), 1, sym_operator, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(2507), 3, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(2505), 15, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_alias, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [74990] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2529), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2535), 5, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_typeclass_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - ACTIONS(2537), 13, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - sym_name_identifier, - [75023] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2571), 5, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_typeclass_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - ACTIONS(2573), 14, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - sym_name_identifier, - [75054] = 7, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2579), 1, - anon_sym_LPAREN, - ACTIONS(2582), 1, - sym_name_identifier, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2575), 2, - ts_builtin_sym_end, - anon_sym_EQ, - STATE(1114), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - ACTIONS(2577), 13, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [75091] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2585), 1, - anon_sym_type, - ACTIONS(2587), 1, - anon_sym_AMP, - STATE(1115), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2539), 16, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_QMARK, - [75126] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2590), 1, - anon_sym_type, - ACTIONS(2592), 1, - anon_sym_AMP, - STATE(1115), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2544), 16, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_QMARK, - [75161] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2594), 1, - anon_sym_AMP, - STATE(1117), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2539), 17, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_alias, - anon_sym_match, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [75194] = 7, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2601), 1, - anon_sym_LPAREN, - ACTIONS(2603), 1, - sym_name_identifier, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2597), 2, - ts_builtin_sym_end, - anon_sym_EQ, - STATE(1114), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - ACTIONS(2599), 13, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [75231] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2560), 1, - anon_sym_AMP, - STATE(1117), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2544), 17, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_alias, - anon_sym_match, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [75264] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(2605), 1, - sym_operator, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(2507), 5, - anon_sym_DASH_GT, - anon_sym_type, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - ACTIONS(2505), 13, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [75297] = 7, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2601), 1, - anon_sym_LPAREN, - ACTIONS(2603), 1, - sym_name_identifier, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2607), 2, - ts_builtin_sym_end, - anon_sym_EQ, - STATE(1114), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - ACTIONS(2609), 13, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [75334] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(207), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(209), 5, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_typeclass_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - ACTIONS(211), 13, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - sym_name_identifier, - [75367] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(207), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(203), 5, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_typeclass_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - ACTIONS(205), 13, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - sym_name_identifier, - [75400] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2592), 1, - anon_sym_AMP, - ACTIONS(2611), 1, - anon_sym_type, - STATE(1116), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2552), 16, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_QMARK, - [75435] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2529), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2525), 5, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_typeclass_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - ACTIONS(2527), 13, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - sym_name_identifier, - [75468] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(1904), 5, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_typeclass_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - ACTIONS(1906), 14, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - sym_name_identifier, - [75499] = 8, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2499), 1, - anon_sym_type, - ACTIONS(2501), 1, - anon_sym_LPAREN, - ACTIONS(2503), 1, - sym_abstract_type_identifier, - ACTIONS(2613), 1, - anon_sym_COLON, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1106), 2, - sym_definition_parameter, - aux_sym_function_declaration_repeat1, - ACTIONS(2495), 13, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_import, - anon_sym_use, - anon_sym_EQ, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [75538] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(2615), 1, - sym_operator, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1523), 3, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_QMARK, - ACTIONS(1521), 15, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_alias, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [75571] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(1832), 5, - ts_builtin_sym_end, - anon_sym_LPAREN, - sym_typeclass_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - ACTIONS(1834), 14, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - sym_name_identifier, - [75602] = 7, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2617), 1, - anon_sym_LPAREN, - ACTIONS(2619), 1, - sym_name_identifier, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2607), 2, - anon_sym_RBRACE, - anon_sym_EQ, - STATE(1140), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - ACTIONS(2609), 12, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [75638] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2585), 1, - anon_sym_type, - ACTIONS(2621), 1, - anon_sym_AMP, - STATE(1131), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2539), 15, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_QMARK, - [75672] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2626), 1, - anon_sym_elif, - STATE(1132), 1, - aux_sym_condition_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2624), 16, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_alias, - anon_sym_match, - anon_sym_if, - anon_sym_else, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [75704] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(2629), 1, - sym_operator, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(2507), 4, - anon_sym_DASH_GT, - anon_sym_type, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(2505), 13, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [75736] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2633), 1, - anon_sym_DASH_GT, - ACTIONS(2635), 1, - anon_sym_QMARK, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2631), 16, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_alias, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [75768] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2611), 1, - anon_sym_type, - ACTIONS(2637), 1, - anon_sym_AMP, - STATE(1155), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2552), 15, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_elif, - anon_sym_else, - [75802] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2641), 1, - anon_sym_elif, - ACTIONS(2643), 1, - anon_sym_else, - STATE(1132), 1, - aux_sym_condition_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2639), 15, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_alias, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [75836] = 6, - ACTIONS(5), 1, - sym__doc_comment, ACTIONS(2647), 1, - anon_sym_type, - ACTIONS(2649), 1, - anon_sym_AMP, - STATE(1164), 1, - aux_sym_tuple_type_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2645), 15, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - [75870] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2590), 1, - anon_sym_type, - ACTIONS(2651), 1, - anon_sym_AMP, - STATE(1139), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2544), 15, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - [75904] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2585), 1, - anon_sym_type, + anon_sym_LPAREN, ACTIONS(2653), 1, - anon_sym_AMP, - STATE(1139), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2539), 15, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - [75938] = 7, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2656), 1, - anon_sym_LPAREN, + sym_name_identifier, ACTIONS(2659), 1, - sym_name_identifier, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2575), 2, - anon_sym_RBRACE, - anon_sym_EQ, - STATE(1140), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - ACTIONS(2577), 12, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [75974] = 7, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2617), 1, - anon_sym_LPAREN, - ACTIONS(2619), 1, - sym_name_identifier, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2597), 2, - anon_sym_RBRACE, - anon_sym_EQ, - STATE(1140), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - ACTIONS(2599), 12, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [76010] = 4, - ACTIONS(3), 1, - sym__line_comment, + sym_float_number_literal, ACTIONS(2662), 1, - sym_operator, + sym_number_literal, + ACTIONS(2665), 1, + anon_sym_DQUOTE, + ACTIONS(2668), 1, + anon_sym_SQUOTE, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(1731), 1, + sym_type_subexpression, + STATE(1902), 1, + sym_subexpression_token, + STATE(2386), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(1521), 17, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_alias, - anon_sym_match, - anon_sym_if, - anon_sym_elif, - anon_sym_else, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [76040] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(2664), 1, - sym_operator, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1523), 4, - anon_sym_DASH_GT, - anon_sym_type, - anon_sym_PIPE, - anon_sym_QMARK, - ACTIONS(1521), 13, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [76072] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2590), 1, - anon_sym_type, - ACTIONS(2666), 1, - anon_sym_AMP, - STATE(1131), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2544), 15, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_QMARK, - [76106] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2649), 1, - anon_sym_AMP, - ACTIONS(2670), 1, - anon_sym_type, - STATE(1166), 1, - aux_sym_tuple_type_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2668), 15, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - [76140] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2674), 1, - anon_sym_PIPE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1146), 2, - sym_match_case, - aux_sym_match_repeat1, - ACTIONS(2672), 15, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_alias, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [76172] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(2677), 1, - sym_operator, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(2507), 2, - anon_sym_type, - anon_sym_AMP, - ACTIONS(2505), 15, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_elif, - anon_sym_else, - [76204] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2681), 1, - anon_sym_type, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2679), 17, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_RPAREN, - anon_sym_PIPE, - [76234] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2571), 5, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_typeclass_identifier, + ACTIONS(2650), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(2656), 2, sym_type_identifier, sym_abstract_type_identifier, - ACTIONS(2573), 13, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - sym_name_identifier, - [76264] = 4, + STATE(1114), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(1874), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(475), 3, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_RBRACK, + [64460] = 22, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(1832), 5, - anon_sym_RBRACE, + ACTIONS(2343), 1, + anon_sym_LBRACK, + ACTIONS(2415), 1, anon_sym_LPAREN, - sym_typeclass_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - ACTIONS(1834), 13, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, + ACTIONS(2419), 1, sym_name_identifier, - [76294] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2685), 1, - anon_sym_type, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2683), 17, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_RPAREN, - anon_sym_PIPE, - [76324] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2689), 1, - anon_sym_type, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2687), 17, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_RPAREN, - anon_sym_PIPE, - [76354] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2641), 1, - anon_sym_elif, - ACTIONS(2693), 1, - anon_sym_else, - STATE(1136), 1, - aux_sym_condition_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2691), 15, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_alias, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [76388] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(1904), 5, - anon_sym_RBRACE, - anon_sym_LPAREN, - sym_typeclass_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - ACTIONS(1906), 13, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - sym_name_identifier, - [76418] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2590), 1, - anon_sym_type, - ACTIONS(2637), 1, - anon_sym_AMP, - STATE(1158), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2544), 15, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_elif, - anon_sym_else, - [76452] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2611), 1, - anon_sym_type, - ACTIONS(2651), 1, - anon_sym_AMP, - STATE(1138), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2552), 15, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - [76486] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2697), 1, - anon_sym_PIPE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1146), 2, - sym_match_case, - aux_sym_match_repeat1, - ACTIONS(2695), 15, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_alias, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [76518] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2585), 1, - anon_sym_type, - ACTIONS(2699), 1, - anon_sym_AMP, - STATE(1158), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2539), 15, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_elif, - anon_sym_else, - [76552] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2704), 1, - anon_sym_type, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2702), 17, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_RPAREN, - anon_sym_PIPE, - [76582] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2706), 1, - anon_sym_AMP, - STATE(1162), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2544), 16, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_alias, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [76614] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(2708), 1, - sym_operator, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(2507), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(2505), 15, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_alias, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [76646] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2710), 1, - anon_sym_AMP, - STATE(1162), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2539), 16, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_alias, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [76678] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(2713), 1, - sym_operator, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(2507), 5, - anon_sym_DASH_GT, - anon_sym_type, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - ACTIONS(2505), 12, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [76710] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2681), 1, - anon_sym_type, - ACTIONS(2715), 1, - anon_sym_AMP, - STATE(1164), 1, - aux_sym_tuple_type_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2679), 15, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - [76744] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(2718), 1, - sym_operator, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1523), 2, - anon_sym_DASH_GT, - anon_sym_PIPE, - ACTIONS(1521), 15, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_alias, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [76776] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2649), 1, - anon_sym_AMP, - ACTIONS(2722), 1, - anon_sym_type, - STATE(1164), 1, - aux_sym_tuple_type_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2720), 15, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - [76810] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2706), 1, - anon_sym_AMP, - STATE(1160), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2552), 16, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_alias, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [76842] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2724), 1, - anon_sym_type, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2399), 17, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_RPAREN, - anon_sym_PIPE, - [76872] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2611), 1, - anon_sym_type, - ACTIONS(2666), 1, - anon_sym_AMP, - STATE(1144), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2552), 15, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - anon_sym_QMARK, - [76906] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2728), 1, - anon_sym_type, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2726), 17, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - anon_sym_RPAREN, - anon_sym_PIPE, - [76936] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2590), 1, - anon_sym_type, - ACTIONS(2730), 1, - anon_sym_AMP, - STATE(1179), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2544), 14, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - [76969] = 7, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2732), 1, - anon_sym_type, - ACTIONS(2734), 1, - anon_sym_elif, - ACTIONS(2736), 1, - anon_sym_else, - STATE(1207), 1, - aux_sym_condition_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2639), 13, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [77004] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2590), 1, - anon_sym_type, - ACTIONS(2738), 1, - anon_sym_AMP, - STATE(1198), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2544), 14, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - [77037] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2742), 1, - anon_sym_type, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2740), 16, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - [77066] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(2744), 1, - sym_operator, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1523), 4, - anon_sym_DASH_GT, - anon_sym_type, - anon_sym_PIPE, - anon_sym_QMARK, - ACTIONS(1521), 12, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [77097] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2748), 1, - anon_sym_PIPE, - STATE(1176), 1, - aux_sym_variant_expression_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2746), 15, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_alias, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [77128] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2753), 1, - anon_sym_type, - ACTIONS(2755), 1, - anon_sym_PIPE, - STATE(1194), 1, - aux_sym_variant_type_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2751), 14, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [77161] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(2757), 1, - sym_operator, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(2507), 2, - anon_sym_type, - anon_sym_AMP, - ACTIONS(2505), 14, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_elif, - anon_sym_else, - [77192] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2585), 1, - anon_sym_type, - ACTIONS(2759), 1, - anon_sym_AMP, - STATE(1179), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2539), 14, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - [77225] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2764), 1, - anon_sym_type, - ACTIONS(2766), 1, - anon_sym_AMP, - STATE(1203), 1, - aux_sym_typeclass_definition_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2762), 14, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [77258] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2770), 1, - anon_sym_DASH_GT, - ACTIONS(2772), 1, - anon_sym_type, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2768), 15, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - [77289] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1657), 1, - anon_sym_type, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(1659), 16, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_COLON, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_DOT, - [77318] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2774), 1, - anon_sym_AMP, - STATE(1216), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2552), 15, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_alias, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [77349] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2585), 1, - anon_sym_type, - ACTIONS(2776), 1, - anon_sym_AMP, - STATE(1184), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2539), 14, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_elif, - anon_sym_else, - [77382] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2779), 3, - ts_builtin_sym_end, - anon_sym_EQ, - anon_sym_LPAREN, - ACTIONS(2781), 14, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - sym_name_identifier, - [77411] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2670), 1, - anon_sym_type, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2668), 16, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_RPAREN, - anon_sym_PIPE, - [77440] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2611), 1, - anon_sym_type, - ACTIONS(2783), 1, - anon_sym_AMP, - STATE(1189), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2552), 14, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_elif, - anon_sym_else, - [77473] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2611), 1, - anon_sym_type, - ACTIONS(2730), 1, - anon_sym_AMP, - STATE(1171), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2552), 14, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - [77506] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2590), 1, - anon_sym_type, - ACTIONS(2783), 1, - anon_sym_AMP, - STATE(1184), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2544), 14, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_elif, - anon_sym_else, - [77539] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1523), 1, - anon_sym_type, - ACTIONS(2785), 1, - sym_operator, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1521), 15, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_elif, - anon_sym_else, - [77570] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1523), 1, - anon_sym_PIPE, - ACTIONS(2787), 1, - sym_operator, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1521), 15, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_alias, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [77601] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2755), 1, - anon_sym_PIPE, - ACTIONS(2791), 1, - anon_sym_type, - STATE(1194), 1, - aux_sym_variant_type_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2789), 14, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [77634] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2611), 1, - anon_sym_type, - ACTIONS(2738), 1, - anon_sym_AMP, - STATE(1173), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2552), 14, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - [77667] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2670), 1, - anon_sym_type, - ACTIONS(2793), 1, - anon_sym_PIPE, - STATE(1194), 1, - aux_sym_variant_type_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2668), 14, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [77700] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2798), 1, - anon_sym_AMP, - STATE(1195), 1, - aux_sym_tuple_expression_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2796), 15, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_alias, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [77731] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2801), 3, - ts_builtin_sym_end, - anon_sym_EQ, - anon_sym_LPAREN, - ACTIONS(2803), 14, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - sym_name_identifier, - [77760] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(2805), 1, - sym_operator, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(2507), 4, - anon_sym_DASH_GT, - anon_sym_type, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(2505), 12, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [77791] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2585), 1, - anon_sym_type, - ACTIONS(2807), 1, - anon_sym_AMP, - STATE(1198), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2539), 14, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - [77824] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(2787), 1, - sym_operator, - ACTIONS(2810), 1, - anon_sym_PIPE, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(2746), 15, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_alias, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [77855] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2814), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2812), 16, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_alias, - anon_sym_PIPE, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [77884] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(2816), 1, - sym_operator, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(2507), 3, - anon_sym_type, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(2505), 13, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [77915] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(2818), 1, - sym_operator, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1523), 3, - anon_sym_DASH_GT, - anon_sym_type, - anon_sym_PIPE, - ACTIONS(1521), 13, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [77946] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2822), 1, - anon_sym_type, - ACTIONS(2824), 1, - anon_sym_AMP, - STATE(1203), 1, - aux_sym_typeclass_definition_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2820), 14, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [77979] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2827), 1, - anon_sym_AMP, - STATE(1204), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2539), 15, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_alias, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [78010] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(2830), 1, - anon_sym_AMP, - ACTIONS(2832), 1, - sym_operator, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(2796), 15, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_alias, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [78041] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2836), 1, - anon_sym_PIPE, - STATE(1176), 1, - aux_sym_variant_expression_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2834), 15, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_alias, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [78072] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2838), 1, - anon_sym_type, - ACTIONS(2840), 1, - anon_sym_elif, - STATE(1207), 1, - aux_sym_condition_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2624), 14, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_else, - [78105] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(2507), 1, - anon_sym_AMP, - ACTIONS(2832), 1, - sym_operator, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(2505), 15, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_alias, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [78136] = 17, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(181), 1, - sym_abstract_type_identifier, - ACTIONS(1714), 1, - anon_sym_LPAREN, - ACTIONS(2649), 1, - anon_sym_AMP, - ACTIONS(2755), 1, - anon_sym_PIPE, - ACTIONS(2843), 1, - anon_sym_DOT, - ACTIONS(2845), 1, - sym_type_identifier, - STATE(113), 1, - sym_type_expression, - STATE(1137), 1, - aux_sym_tuple_type_repeat1, - STATE(1177), 1, - aux_sym_variant_type_repeat1, - STATE(1322), 1, - sym_any_type, - STATE(1896), 1, - aux_sym_name_superexpression_repeat1, - STATE(1961), 1, - sym_type_identifier_definition, - STATE(2006), 1, - aux_sym_type_identifier_definition_repeat1, - STATE(2470), 1, + ACTIONS(2421), 1, + sym_float_number_literal, + ACTIONS(2423), 1, + sym_number_literal, + ACTIONS(2425), 1, + anon_sym_DQUOTE, + ACTIONS(2427), 1, + anon_sym_SQUOTE, + STATE(597), 1, + sym_subexpression, + STATE(600), 1, + sym_scoped_statement, + STATE(1293), 1, + sym_name_expression, + STATE(1440), 1, + aux_sym_name_expression_repeat1, + STATE(1744), 1, + aux_sym_name_expression_repeat2, + STATE(2207), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, sym_type_subexpression, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - STATE(1321), 3, - sym_tuple_type, - sym_variant_type, - sym_parametrized_type, - [78191] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2770), 1, - anon_sym_DASH_GT, - ACTIONS(2849), 1, - anon_sym_type, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2847), 15, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - [78222] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2853), 1, - anon_sym_type, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2851), 16, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_DASH_GT, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - [78251] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2855), 1, - anon_sym_type, - ACTIONS(2857), 1, - anon_sym_PIPE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1212), 2, - sym_match_case, - aux_sym_match_repeat1, - ACTIONS(2672), 13, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [78284] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2860), 1, - anon_sym_DASH_GT, - ACTIONS(2862), 1, - anon_sym_type, - ACTIONS(2864), 1, - anon_sym_QMARK, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2631), 14, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - [78317] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2770), 1, - anon_sym_DASH_GT, - ACTIONS(2868), 1, - anon_sym_type, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2866), 15, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - [78348] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2872), 1, - anon_sym_AMP, - STATE(1195), 1, - aux_sym_tuple_expression_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2870), 15, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_alias, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [78379] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2774), 1, - anon_sym_AMP, - STATE(1204), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2544), 15, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_alias, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [78410] = 7, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2734), 1, - anon_sym_elif, - ACTIONS(2874), 1, - anon_sym_type, - ACTIONS(2876), 1, - anon_sym_else, - STATE(1172), 1, - aux_sym_condition_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2691), 13, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [78445] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2878), 1, - anon_sym_type, - ACTIONS(2880), 1, - anon_sym_PIPE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1212), 2, - sym_match_case, - aux_sym_match_repeat1, - ACTIONS(2695), 13, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [78478] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2801), 3, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym_LPAREN, - ACTIONS(2803), 13, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_type, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - sym_name_identifier, - [78506] = 5, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(2417), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1855), 2, + sym_extended_name, + sym_literal, + STATE(1935), 2, + sym_string_literal, + sym_char_literal, + STATE(601), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [64536] = 5, ACTIONS(3), 1, sym__line_comment, - ACTIONS(2882), 1, - sym_operator, + ACTIONS(2113), 1, + anon_sym_DOT, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(2810), 2, - anon_sym_type, - anon_sym_PIPE, - ACTIONS(2746), 13, - ts_builtin_sym_end, + ACTIONS(2109), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2111), 19, anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, anon_sym_use, + anon_sym_import, anon_sym_alias, + anon_sym_type, + anon_sym_let, anon_sym_decl, anon_sym_def, anon_sym_struct, anon_sym_class, + anon_sym_basic, + anon_sym_abstract, anon_sym_typeclass, - [78536] = 5, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [64578] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(371), 1, + sym_operator, + ACTIONS(2671), 1, + anon_sym_LPAREN, + ACTIONS(2675), 1, + sym_name_identifier, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(1731), 1, + sym_type_subexpression, + STATE(1902), 1, + sym_subexpression_token, + STATE(2386), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2673), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(2677), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1114), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(1874), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(369), 3, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_RBRACK, + [64654] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2079), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2081), 19, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [64696] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2079), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2081), 19, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [64738] = 18, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(2682), 1, + anon_sym_LBRACE, + ACTIONS(2685), 1, + anon_sym_RBRACE, + ACTIONS(2687), 1, + anon_sym_match, + ACTIONS(2690), 1, + anon_sym_if, + ACTIONS(2693), 1, + anon_sym_do, + ACTIONS(2696), 1, + anon_sym_while, + ACTIONS(2699), 1, + anon_sym_for, + ACTIONS(2702), 1, + anon_sym_loop, + ACTIONS(2705), 1, + anon_sym_SEMI, + ACTIONS(2708), 1, + anon_sym_return, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(2679), 2, + anon_sym_const, + anon_sym_var, + ACTIONS(2711), 2, + anon_sym_break, + anon_sym_continue, + STATE(1120), 2, + sym_block_statement, + aux_sym_block_repeat1, + STATE(595), 3, + sym_block, + sym_return_expression, + sym_loop_control_expression, + STATE(1871), 3, + sym_variable_definition_statement, + sym_flow_control, + sym_prefixed_expression, + STATE(721), 6, + sym_match, + sym_condition, + sym_do_while_loop, + sym_while_loop, + sym_for_loop, + sym_loop_loop, + [64806] = 22, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(57), 1, + anon_sym_LBRACK, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(2675), 1, + sym_name_identifier, + STATE(605), 1, + sym_subexpression, + STATE(609), 1, + sym_scoped_statement, + STATE(1132), 1, + sym_name_expression, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(2205), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(49), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(607), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [64882] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2061), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2063), 20, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [64922] = 22, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(2255), 1, + sym_name_identifier, + ACTIONS(2259), 1, + sym_float_number_literal, + ACTIONS(2261), 1, + sym_number_literal, + ACTIONS(2263), 1, + anon_sym_DQUOTE, + ACTIONS(2265), 1, + anon_sym_SQUOTE, + ACTIONS(2473), 1, + anon_sym_LBRACK, + ACTIONS(2491), 1, + anon_sym_LPAREN, + STATE(629), 1, + sym_scoped_statement, + STATE(855), 1, + sym_name_expression, + STATE(1419), 1, + aux_sym_name_expression_repeat1, + STATE(1810), 1, + aux_sym_name_expression_repeat2, + STATE(2188), 1, + aux_sym_reference_expression_repeat1, + STATE(2308), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(2493), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1584), 2, + sym_string_literal, + sym_char_literal, + STATE(1595), 2, + sym_extended_name, + sym_literal, + STATE(632), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [64998] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2085), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2087), 19, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [65040] = 22, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1147), 1, + sym_float_number_literal, + ACTIONS(1149), 1, + sym_number_literal, + ACTIONS(1151), 1, + anon_sym_DQUOTE, + ACTIONS(1153), 1, + anon_sym_SQUOTE, + ACTIONS(2473), 1, + anon_sym_LBRACK, + ACTIONS(2553), 1, + anon_sym_LPAREN, + ACTIONS(2557), 1, + sym_name_identifier, + STATE(504), 1, + sym_name_expression, + STATE(629), 1, + sym_scoped_statement, + STATE(1398), 1, + aux_sym_name_expression_repeat1, + STATE(1456), 1, + sym_subexpression, + STATE(1827), 1, + aux_sym_name_expression_repeat2, + STATE(2194), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(2555), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(742), 2, + sym_string_literal, + sym_char_literal, + STATE(777), 2, + sym_extended_name, + sym_literal, + STATE(632), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [65116] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2089), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2091), 20, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [65156] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2093), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2095), 20, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [65196] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2105), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2107), 20, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [65236] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(313), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2073), 20, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [65276] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2075), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2077), 20, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [65316] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(513), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(515), 20, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [65356] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(515), 1, + sym_operator, + ACTIONS(2671), 1, + anon_sym_LPAREN, + ACTIONS(2675), 1, + sym_name_identifier, + STATE(1464), 1, + aux_sym_name_expression_repeat1, + STATE(1730), 1, + aux_sym_name_expression_repeat2, + STATE(1731), 1, + sym_type_subexpression, + STATE(1902), 1, + sym_subexpression_token, + STATE(2386), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2673), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(2677), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1117), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1727), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + STATE(1874), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(513), 3, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_RBRACK, + [65432] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2089), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2091), 18, + anon_sym_const, + anon_sym_var, + anon_sym_match, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [65472] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(347), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2065), 20, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [65512] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2061), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2063), 20, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [65552] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2109), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2111), 18, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_match, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [65592] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2093), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2095), 18, + anon_sym_const, + anon_sym_var, + anon_sym_match, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [65632] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(313), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2073), 20, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [65672] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2105), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2107), 18, + anon_sym_const, + anon_sym_var, + anon_sym_match, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [65712] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(313), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2073), 18, + anon_sym_const, + anon_sym_var, + anon_sym_match, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [65752] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2057), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2059), 20, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [65792] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2075), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2077), 18, + anon_sym_const, + anon_sym_var, + anon_sym_match, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [65832] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2101), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2103), 20, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [65872] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2105), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2107), 20, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [65912] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(513), 1, + anon_sym_RPAREN, + ACTIONS(933), 1, + sym_name_identifier, + ACTIONS(937), 1, + sym_float_number_literal, + ACTIONS(939), 1, + sym_number_literal, + ACTIONS(941), 1, + anon_sym_DQUOTE, + ACTIONS(943), 1, + anon_sym_SQUOTE, + ACTIONS(2714), 1, + anon_sym_LPAREN, + STATE(1465), 1, + aux_sym_name_expression_repeat1, + STATE(1707), 1, + aux_sym_name_expression_repeat2, + STATE(1724), 1, + sym_type_subexpression, + STATE(1894), 1, + sym_subexpression_token, + STATE(2326), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2716), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(2718), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1160), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1676), 2, + sym_string_literal, + sym_char_literal, + STATE(1791), 2, + sym_extended_name, + sym_literal, + STATE(1932), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(515), 3, + anon_sym_elif, + anon_sym_else, + sym_operator, + [65988] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2067), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2019), 20, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [66028] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2097), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2099), 19, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [66070] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2089), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2091), 20, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [66110] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(347), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2065), 18, + anon_sym_const, + anon_sym_var, + anon_sym_match, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [66150] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2113), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2109), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2111), 19, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [66192] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(513), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(515), 20, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_elif, + anon_sym_else, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [66232] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2093), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2095), 20, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [66272] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2079), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2081), 19, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [66314] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2079), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2081), 19, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [66356] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2067), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2019), 18, + anon_sym_const, + anon_sym_var, + anon_sym_match, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [66396] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(475), 1, + anon_sym_RPAREN, + ACTIONS(2720), 1, + anon_sym_LPAREN, + ACTIONS(2726), 1, + sym_name_identifier, + ACTIONS(2732), 1, + sym_float_number_literal, + ACTIONS(2735), 1, + sym_number_literal, + ACTIONS(2738), 1, + anon_sym_DQUOTE, + ACTIONS(2741), 1, + anon_sym_SQUOTE, + STATE(1465), 1, + aux_sym_name_expression_repeat1, + STATE(1707), 1, + aux_sym_name_expression_repeat2, + STATE(1724), 1, + sym_type_subexpression, + STATE(1894), 1, + sym_subexpression_token, + STATE(2326), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2723), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(2729), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1156), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1676), 2, + sym_string_literal, + sym_char_literal, + STATE(1791), 2, + sym_extended_name, + sym_literal, + STATE(1932), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(477), 3, + anon_sym_elif, + anon_sym_else, + sym_operator, + [66472] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2101), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2103), 18, + anon_sym_const, + anon_sym_var, + anon_sym_match, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [66512] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2015), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2017), 17, + anon_sym_const, + anon_sym_var, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [66554] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2057), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2059), 18, + anon_sym_const, + anon_sym_var, + anon_sym_match, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [66594] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(369), 1, + anon_sym_RPAREN, + ACTIONS(933), 1, + sym_name_identifier, + ACTIONS(937), 1, + sym_float_number_literal, + ACTIONS(939), 1, + sym_number_literal, + ACTIONS(941), 1, + anon_sym_DQUOTE, + ACTIONS(943), 1, + anon_sym_SQUOTE, + ACTIONS(2714), 1, + anon_sym_LPAREN, + STATE(1465), 1, + aux_sym_name_expression_repeat1, + STATE(1707), 1, + aux_sym_name_expression_repeat2, + STATE(1724), 1, + sym_type_subexpression, + STATE(1894), 1, + sym_subexpression_token, + STATE(2326), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2716), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(2718), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1156), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1676), 2, + sym_string_literal, + sym_char_literal, + STATE(1791), 2, + sym_extended_name, + sym_literal, + STATE(1932), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(371), 3, + anon_sym_elif, + anon_sym_else, + sym_operator, + [66670] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2085), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2087), 19, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [66712] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2089), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2091), 20, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [66752] = 22, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(2343), 1, + anon_sym_LBRACK, + ACTIONS(2433), 1, + anon_sym_LPAREN, + ACTIONS(2437), 1, + sym_name_identifier, + ACTIONS(2439), 1, + sym_float_number_literal, + ACTIONS(2441), 1, + sym_number_literal, + ACTIONS(2443), 1, + anon_sym_DQUOTE, + ACTIONS(2445), 1, + anon_sym_SQUOTE, + STATE(597), 1, + sym_subexpression, + STATE(600), 1, + sym_scoped_statement, + STATE(1295), 1, + sym_name_expression, + STATE(1447), 1, + aux_sym_name_expression_repeat1, + STATE(1723), 1, + aux_sym_name_expression_repeat2, + STATE(2222), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(2435), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1892), 2, + sym_string_literal, + sym_char_literal, + STATE(1928), 2, + sym_extended_name, + sym_literal, + STATE(601), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [66828] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2085), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2087), 19, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [66870] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2101), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2103), 20, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [66910] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2057), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2059), 20, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [66950] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2079), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2081), 19, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [66992] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2079), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2081), 19, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [67034] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2113), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2109), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2111), 19, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [67076] = 22, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(529), 1, + anon_sym_LBRACK, + ACTIONS(879), 1, + anon_sym_LPAREN, + ACTIONS(893), 1, + sym_float_number_literal, + ACTIONS(895), 1, + sym_number_literal, + ACTIONS(897), 1, + anon_sym_DQUOTE, + ACTIONS(899), 1, + anon_sym_SQUOTE, + ACTIONS(2744), 1, + sym_name_identifier, + STATE(559), 1, + sym_name_expression, + STATE(643), 1, + sym_subexpression, + STATE(652), 1, + sym_scoped_statement, + STATE(1417), 1, + aux_sym_name_expression_repeat1, + STATE(1741), 1, + aux_sym_name_expression_repeat2, + STATE(2226), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(881), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1112), 2, + sym_extended_name, + sym_literal, + STATE(1130), 2, + sym_string_literal, + sym_char_literal, + STATE(644), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [67152] = 22, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1557), 1, + sym_float_number_literal, + ACTIONS(1559), 1, + sym_number_literal, + ACTIONS(1561), 1, + anon_sym_DQUOTE, + ACTIONS(1563), 1, + anon_sym_SQUOTE, + ACTIONS(2343), 1, + anon_sym_LBRACK, + ACTIONS(2393), 1, + anon_sym_LPAREN, + ACTIONS(2397), 1, + sym_name_identifier, + STATE(561), 1, + sym_name_expression, + STATE(597), 1, + sym_subexpression, + STATE(600), 1, + sym_scoped_statement, + STATE(1429), 1, + aux_sym_name_expression_repeat1, + STATE(1679), 1, + aux_sym_name_expression_repeat2, + STATE(2251), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(2395), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1174), 2, + sym_extended_name, + sym_literal, + STATE(1175), 2, + sym_string_literal, + sym_char_literal, + STATE(601), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [67228] = 22, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1365), 1, + sym_float_number_literal, + ACTIONS(1367), 1, + sym_number_literal, + ACTIONS(1369), 1, + anon_sym_DQUOTE, + ACTIONS(1371), 1, + anon_sym_SQUOTE, + ACTIONS(2351), 1, + anon_sym_LBRACK, + ACTIONS(2527), 1, + anon_sym_LPAREN, + ACTIONS(2531), 1, + sym_name_identifier, + STATE(531), 1, + sym_name_expression, + STATE(650), 1, + sym_scoped_statement, + STATE(1390), 1, + aux_sym_name_expression_repeat1, + STATE(1471), 1, + sym_subexpression, + STATE(1825), 1, + aux_sym_name_expression_repeat2, + STATE(2211), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(2529), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(863), 2, + sym_extended_name, + sym_literal, + STATE(902), 2, + sym_string_literal, + sym_char_literal, + STATE(651), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [67304] = 22, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(2343), 1, + anon_sym_LBRACK, + ACTIONS(2449), 1, + anon_sym_LPAREN, + ACTIONS(2453), 1, + sym_name_identifier, + ACTIONS(2455), 1, + sym_float_number_literal, + ACTIONS(2457), 1, + sym_number_literal, + ACTIONS(2459), 1, + anon_sym_DQUOTE, + ACTIONS(2461), 1, + anon_sym_SQUOTE, + STATE(597), 1, + sym_subexpression, + STATE(600), 1, + sym_scoped_statement, + STATE(1273), 1, + sym_name_expression, + STATE(1444), 1, + aux_sym_name_expression_repeat1, + STATE(1693), 1, + aux_sym_name_expression_repeat2, + STATE(2237), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(2451), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1850), 2, + sym_string_literal, + sym_char_literal, + STATE(1888), 2, + sym_extended_name, + sym_literal, + STATE(601), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [67380] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2097), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2099), 19, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [67422] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2075), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2077), 20, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [67462] = 22, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1067), 1, + sym_float_number_literal, + ACTIONS(1069), 1, + sym_number_literal, + ACTIONS(1071), 1, + anon_sym_DQUOTE, + ACTIONS(1073), 1, + anon_sym_SQUOTE, + ACTIONS(2511), 1, + anon_sym_LPAREN, + ACTIONS(2515), 1, + anon_sym_LBRACK, + ACTIONS(2517), 1, + sym_name_identifier, + STATE(440), 1, + sym_name_expression, + STATE(614), 1, + sym_scoped_statement, + STATE(1391), 1, + sym_subexpression, + STATE(1434), 1, + aux_sym_name_expression_repeat1, + STATE(1819), 1, + aux_sym_name_expression_repeat2, + STATE(2234), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(2513), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(692), 2, + sym_string_literal, + sym_char_literal, + STATE(710), 2, + sym_extended_name, + sym_literal, + STATE(620), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [67538] = 22, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(553), 1, + anon_sym_LBRACK, + ACTIONS(901), 1, + anon_sym_LPAREN, + ACTIONS(915), 1, + sym_float_number_literal, + ACTIONS(917), 1, + sym_number_literal, + ACTIONS(919), 1, + anon_sym_DQUOTE, + ACTIONS(921), 1, + anon_sym_SQUOTE, + ACTIONS(2746), 1, + sym_name_identifier, + STATE(523), 1, + sym_name_expression, + STATE(628), 1, + sym_subexpression, + STATE(639), 1, + sym_scoped_statement, + STATE(1430), 1, + aux_sym_name_expression_repeat1, + STATE(1697), 1, + aux_sym_name_expression_repeat2, + STATE(2252), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(903), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(826), 2, + sym_string_literal, + sym_char_literal, + STATE(847), 2, + sym_extended_name, + sym_literal, + STATE(641), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [67614] = 22, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(2351), 1, + anon_sym_LBRACK, + ACTIONS(2477), 1, + anon_sym_LPAREN, + ACTIONS(2481), 1, + sym_name_identifier, + ACTIONS(2483), 1, + sym_float_number_literal, + ACTIONS(2485), 1, + sym_number_literal, + ACTIONS(2487), 1, + anon_sym_DQUOTE, + ACTIONS(2489), 1, + anon_sym_SQUOTE, + STATE(650), 1, + sym_scoped_statement, + STATE(1032), 1, + sym_name_expression, + STATE(1420), 1, + aux_sym_name_expression_repeat1, + STATE(1807), 1, + aux_sym_name_expression_repeat2, + STATE(2227), 1, + aux_sym_reference_expression_repeat1, + STATE(2370), 1, + sym_subexpression, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(2479), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1675), 2, + sym_string_literal, + sym_char_literal, + STATE(1732), 2, + sym_extended_name, + sym_literal, + STATE(651), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [67690] = 22, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1557), 1, + sym_float_number_literal, + ACTIONS(1559), 1, + sym_number_literal, + ACTIONS(1561), 1, + anon_sym_DQUOTE, + ACTIONS(1563), 1, + anon_sym_SQUOTE, + ACTIONS(2343), 1, + anon_sym_LBRACK, + ACTIONS(2393), 1, + anon_sym_LPAREN, + ACTIONS(2397), 1, + sym_name_identifier, + STATE(561), 1, + sym_name_expression, + STATE(600), 1, + sym_scoped_statement, + STATE(1429), 1, + aux_sym_name_expression_repeat1, + STATE(1538), 1, + sym_subexpression, + STATE(1679), 1, + aux_sym_name_expression_repeat2, + STATE(2251), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(2395), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1174), 2, + sym_extended_name, + sym_literal, + STATE(1175), 2, + sym_string_literal, + sym_char_literal, + STATE(601), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [67766] = 22, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1427), 1, + sym_float_number_literal, + ACTIONS(1429), 1, + sym_number_literal, + ACTIONS(1431), 1, + anon_sym_DQUOTE, + ACTIONS(1433), 1, + anon_sym_SQUOTE, + ACTIONS(2473), 1, + anon_sym_LBRACK, + ACTIONS(2505), 1, + anon_sym_LPAREN, + ACTIONS(2509), 1, + sym_name_identifier, + STATE(537), 1, + sym_name_expression, + STATE(629), 1, + sym_scoped_statement, + STATE(1392), 1, + aux_sym_name_expression_repeat1, + STATE(1497), 1, + sym_subexpression, + STATE(1816), 1, + aux_sym_name_expression_repeat2, + STATE(2257), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(2507), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(899), 2, + sym_string_literal, + sym_char_literal, + STATE(934), 2, + sym_extended_name, + sym_literal, + STATE(632), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [67842] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2061), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2063), 18, + anon_sym_const, + anon_sym_var, + anon_sym_match, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [67882] = 22, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(529), 1, + anon_sym_LBRACK, + ACTIONS(835), 1, + anon_sym_LPAREN, + ACTIONS(849), 1, + sym_float_number_literal, + ACTIONS(851), 1, + sym_number_literal, + ACTIONS(853), 1, + anon_sym_DQUOTE, + ACTIONS(855), 1, + anon_sym_SQUOTE, + ACTIONS(2748), 1, + sym_name_identifier, + STATE(553), 1, + sym_name_expression, + STATE(643), 1, + sym_subexpression, + STATE(652), 1, + sym_scoped_statement, + STATE(1426), 1, + aux_sym_name_expression_repeat1, + STATE(1690), 1, + aux_sym_name_expression_repeat2, + STATE(2263), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(837), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1049), 2, + sym_extended_name, + sym_literal, + STATE(1067), 2, + sym_string_literal, + sym_char_literal, + STATE(644), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [67958] = 22, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1535), 1, + sym_float_number_literal, + ACTIONS(1537), 1, + sym_number_literal, + ACTIONS(1539), 1, + anon_sym_DQUOTE, + ACTIONS(1541), 1, + anon_sym_SQUOTE, + ACTIONS(2351), 1, + anon_sym_LBRACK, + ACTIONS(2499), 1, + anon_sym_LPAREN, + ACTIONS(2503), 1, + sym_name_identifier, + STATE(543), 1, + sym_name_expression, + STATE(650), 1, + sym_scoped_statement, + STATE(1401), 1, + aux_sym_name_expression_repeat1, + STATE(1533), 1, + sym_subexpression, + STATE(1814), 1, + aux_sym_name_expression_repeat2, + STATE(2266), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(2501), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(981), 2, + sym_extended_name, + sym_literal, + STATE(1017), 2, + sym_string_literal, + sym_char_literal, + STATE(651), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [68034] = 22, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(519), 1, + anon_sym_LPAREN, + ACTIONS(529), 1, + anon_sym_LBRACK, + ACTIONS(535), 1, + sym_float_number_literal, + ACTIONS(537), 1, + sym_number_literal, + ACTIONS(539), 1, + anon_sym_DQUOTE, + ACTIONS(541), 1, + anon_sym_SQUOTE, + ACTIONS(2601), 1, + sym_name_identifier, + STATE(643), 1, + sym_subexpression, + STATE(652), 1, + sym_scoped_statement, + STATE(1069), 1, + sym_name_expression, + STATE(1388), 1, + aux_sym_name_expression_repeat1, + STATE(1713), 1, + aux_sym_name_expression_repeat2, + STATE(2271), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(521), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1665), 2, + sym_extended_name, + sym_literal, + STATE(1805), 2, + sym_string_literal, + sym_char_literal, + STATE(644), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [68110] = 22, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1107), 1, + sym_float_number_literal, + ACTIONS(1109), 1, + sym_number_literal, + ACTIONS(1111), 1, + anon_sym_DQUOTE, + ACTIONS(1113), 1, + anon_sym_SQUOTE, + ACTIONS(2343), 1, + anon_sym_LBRACK, + ACTIONS(2519), 1, + anon_sym_LPAREN, + ACTIONS(2523), 1, + sym_name_identifier, + STATE(476), 1, + sym_name_expression, + STATE(597), 1, + sym_subexpression, + STATE(600), 1, + sym_scoped_statement, + STATE(1421), 1, + aux_sym_name_expression_repeat1, + STATE(1733), 1, + aux_sym_name_expression_repeat2, + STATE(2235), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(2521), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(705), 2, + sym_string_literal, + sym_char_literal, + STATE(738), 2, + sym_extended_name, + sym_literal, + STATE(601), 5, + sym_subexpression_token, + sym_binary_operator_expression, + sym_reference_expression, + sym_function_call_expression, + sym_array_expression, + [68186] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(313), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2073), 19, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [68225] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2109), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2111), 19, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [68264] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(475), 1, + anon_sym_RPAREN, + ACTIONS(2750), 1, + anon_sym_LPAREN, + ACTIONS(2756), 1, + sym_name_identifier, + ACTIONS(2762), 1, + sym_float_number_literal, + ACTIONS(2765), 1, + sym_number_literal, + ACTIONS(2768), 1, + anon_sym_DQUOTE, + ACTIONS(2771), 1, + anon_sym_SQUOTE, + STATE(1438), 1, + aux_sym_name_expression_repeat1, + STATE(1829), 1, + aux_sym_name_expression_repeat2, + STATE(1916), 1, + sym_type_subexpression, + STATE(1958), 1, + sym_subexpression_token, + STATE(2384), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(477), 2, + anon_sym_PIPE, + sym_operator, + ACTIONS(2753), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(2759), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1188), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1859), 2, + sym_string_literal, + sym_char_literal, + STATE(1870), 2, + sym_extended_name, + sym_literal, + STATE(1998), 2, + sym_scoped_statement, + sym_name_expression, + [68339] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(369), 1, + anon_sym_RPAREN, + ACTIONS(589), 1, + sym_float_number_literal, + ACTIONS(591), 1, + sym_number_literal, + ACTIONS(593), 1, + anon_sym_DQUOTE, + ACTIONS(595), 1, + anon_sym_SQUOTE, + ACTIONS(2367), 1, + sym_name_identifier, + ACTIONS(2774), 1, + anon_sym_LPAREN, + STATE(1438), 1, + aux_sym_name_expression_repeat1, + STATE(1829), 1, + aux_sym_name_expression_repeat2, + STATE(1916), 1, + sym_type_subexpression, + STATE(1958), 1, + sym_subexpression_token, + STATE(2384), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(371), 2, + anon_sym_PIPE, + sym_operator, + ACTIONS(2776), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(2778), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1188), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1859), 2, + sym_string_literal, + sym_char_literal, + STATE(1870), 2, + sym_extended_name, + sym_literal, + STATE(1998), 2, + sym_scoped_statement, + sym_name_expression, + [68414] = 22, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(513), 1, + anon_sym_RPAREN, + ACTIONS(589), 1, + sym_float_number_literal, + ACTIONS(591), 1, + sym_number_literal, + ACTIONS(593), 1, + anon_sym_DQUOTE, + ACTIONS(595), 1, + anon_sym_SQUOTE, + ACTIONS(2367), 1, + sym_name_identifier, + ACTIONS(2774), 1, + anon_sym_LPAREN, + STATE(1438), 1, + aux_sym_name_expression_repeat1, + STATE(1829), 1, + aux_sym_name_expression_repeat2, + STATE(1916), 1, + sym_type_subexpression, + STATE(1958), 1, + sym_subexpression_token, + STATE(2384), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(515), 2, + anon_sym_PIPE, + sym_operator, + ACTIONS(2776), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(2778), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1189), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1859), 2, + sym_string_literal, + sym_char_literal, + STATE(1870), 2, + sym_extended_name, + sym_literal, + STATE(1998), 2, + sym_scoped_statement, + sym_name_expression, + [68489] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2097), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2099), 18, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [68530] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2113), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2109), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2111), 18, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [68571] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2079), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2081), 18, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [68612] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2079), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2081), 18, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [68653] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2085), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2087), 18, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [68694] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(513), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(515), 19, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [68733] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2089), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2091), 19, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [68772] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2093), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2095), 19, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [68811] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2105), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2107), 19, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [68850] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2075), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2077), 19, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [68889] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2097), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2099), 18, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [68930] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(347), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2065), 19, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [68969] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2061), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2063), 19, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [69008] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2113), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2109), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2111), 18, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [69049] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(513), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(515), 19, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [69088] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(513), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(515), 17, + anon_sym_const, + anon_sym_var, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [69127] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2015), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2017), 18, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [69168] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2109), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2111), 19, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [69207] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2079), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2081), 18, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [69248] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(513), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(515), 19, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [69287] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2057), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2059), 19, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [69326] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(513), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(515), 17, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [69365] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2101), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2103), 19, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [69404] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2085), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2087), 18, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [69445] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2067), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2019), 19, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [69484] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2089), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2091), 19, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [69523] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2093), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2095), 19, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [69562] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2105), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2107), 19, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [69601] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(313), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2073), 19, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [69640] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2075), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2077), 19, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [69679] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(347), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2065), 19, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [69718] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2061), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2063), 19, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [69757] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2109), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2111), 17, + anon_sym_const, + anon_sym_var, + anon_sym_match, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [69796] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2057), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2059), 19, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [69835] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2101), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2103), 19, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [69874] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2067), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2019), 19, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [69913] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2079), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2081), 18, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [69954] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2067), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2019), 19, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [69993] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2109), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2111), 19, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [70032] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2061), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2063), 19, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [70071] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(347), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2065), 19, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [70110] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2109), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2111), 19, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_PIPE, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [70149] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(313), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2073), 19, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [70188] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2015), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2017), 18, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [70229] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2097), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2099), 16, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [70270] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(513), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(515), 19, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [70309] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2113), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2109), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2111), 16, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [70350] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2079), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2081), 16, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [70391] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2079), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2081), 16, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [70432] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2105), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2107), 19, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [70471] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2015), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2017), 18, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [70512] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2093), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2095), 19, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [70551] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2085), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2087), 16, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [70592] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2109), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2111), 17, + anon_sym_const, + anon_sym_var, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [70631] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2089), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2091), 17, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [70670] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2093), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2095), 17, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [70709] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2105), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2107), 17, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [70748] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(313), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2073), 17, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [70787] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2089), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2091), 19, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [70826] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2075), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2077), 17, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [70865] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(513), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(515), 17, + anon_sym_const, + anon_sym_var, + anon_sym_match, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [70904] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2097), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2099), 16, + anon_sym_const, + anon_sym_var, + anon_sym_PIPE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [70945] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(347), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2065), 17, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [70984] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2061), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2063), 17, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [71023] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2113), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2109), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2111), 16, + anon_sym_const, + anon_sym_var, + anon_sym_PIPE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [71064] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2079), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2081), 16, + anon_sym_const, + anon_sym_var, + anon_sym_PIPE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [71105] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2085), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2087), 18, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [71146] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2101), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2103), 19, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [71185] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2079), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2081), 16, + anon_sym_const, + anon_sym_var, + anon_sym_PIPE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [71226] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2057), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2059), 17, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [71265] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2101), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2103), 17, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [71304] = 21, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2780), 1, + anon_sym_LPAREN, + ACTIONS(2786), 1, + sym_name_identifier, + ACTIONS(2792), 1, + sym_float_number_literal, + ACTIONS(2795), 1, + sym_number_literal, + ACTIONS(2798), 1, + anon_sym_DQUOTE, + ACTIONS(2801), 1, + anon_sym_SQUOTE, + STATE(1444), 1, + aux_sym_name_expression_repeat1, + STATE(1693), 1, + aux_sym_name_expression_repeat2, + STATE(1884), 1, + sym_type_subexpression, + STATE(1988), 1, + sym_subexpression_token, + STATE(2371), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2783), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(2789), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1262), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1850), 2, + sym_string_literal, + sym_char_literal, + STATE(1888), 2, + sym_extended_name, + sym_literal, + STATE(1963), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(477), 3, + anon_sym_AMP, + anon_sym_do, + sym_operator, + [71377] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2085), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2087), 16, + anon_sym_const, + anon_sym_var, + anon_sym_PIPE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [71418] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2067), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2019), 17, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [71457] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2089), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2091), 17, + anon_sym_const, + anon_sym_var, + anon_sym_PIPE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [71496] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2093), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2095), 17, + anon_sym_const, + anon_sym_var, + anon_sym_PIPE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [71535] = 21, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2455), 1, + sym_float_number_literal, + ACTIONS(2457), 1, + sym_number_literal, + ACTIONS(2459), 1, + anon_sym_DQUOTE, + ACTIONS(2461), 1, + anon_sym_SQUOTE, + ACTIONS(2804), 1, + anon_sym_LPAREN, + ACTIONS(2808), 1, + sym_name_identifier, + STATE(1444), 1, + aux_sym_name_expression_repeat1, + STATE(1693), 1, + aux_sym_name_expression_repeat2, + STATE(1884), 1, + sym_type_subexpression, + STATE(1988), 1, + sym_subexpression_token, + STATE(2371), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2806), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(2810), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1262), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1850), 2, + sym_string_literal, + sym_char_literal, + STATE(1888), 2, + sym_extended_name, + sym_literal, + STATE(1963), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(371), 3, + anon_sym_AMP, + anon_sym_do, + sym_operator, + [71608] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2105), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2107), 17, + anon_sym_const, + anon_sym_var, + anon_sym_PIPE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [71647] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(313), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2073), 17, + anon_sym_const, + anon_sym_var, + anon_sym_PIPE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [71686] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2075), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2077), 17, + anon_sym_const, + anon_sym_var, + anon_sym_PIPE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [71725] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(347), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2065), 17, + anon_sym_const, + anon_sym_var, + anon_sym_PIPE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [71764] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2061), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2063), 17, + anon_sym_const, + anon_sym_var, + anon_sym_PIPE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [71803] = 21, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2455), 1, + sym_float_number_literal, + ACTIONS(2457), 1, + sym_number_literal, + ACTIONS(2459), 1, + anon_sym_DQUOTE, + ACTIONS(2461), 1, + anon_sym_SQUOTE, + ACTIONS(2804), 1, + anon_sym_LPAREN, + ACTIONS(2808), 1, + sym_name_identifier, + STATE(1444), 1, + aux_sym_name_expression_repeat1, + STATE(1693), 1, + aux_sym_name_expression_repeat2, + STATE(1884), 1, + sym_type_subexpression, + STATE(1988), 1, + sym_subexpression_token, + STATE(2371), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2806), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(2810), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1267), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1850), 2, + sym_string_literal, + sym_char_literal, + STATE(1888), 2, + sym_extended_name, + sym_literal, + STATE(1963), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(515), 3, + anon_sym_AMP, + anon_sym_do, + sym_operator, + [71876] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(513), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(515), 19, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_elif, + anon_sym_else, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [71915] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2057), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2059), 17, + anon_sym_const, + anon_sym_var, + anon_sym_PIPE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [71954] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2101), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2103), 17, + anon_sym_const, + anon_sym_var, + anon_sym_PIPE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [71993] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2067), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2019), 17, + anon_sym_const, + anon_sym_var, + anon_sym_PIPE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [72032] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2109), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2111), 17, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [72071] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2057), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2059), 19, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [72110] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2109), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2111), 19, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_elif, + anon_sym_else, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [72149] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2079), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2081), 18, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [72190] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2015), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2017), 16, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [72231] = 21, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2812), 1, + anon_sym_LPAREN, + ACTIONS(2818), 1, + sym_name_identifier, + ACTIONS(2824), 1, + sym_float_number_literal, + ACTIONS(2827), 1, + sym_number_literal, + ACTIONS(2830), 1, + anon_sym_DQUOTE, + ACTIONS(2833), 1, + anon_sym_SQUOTE, + STATE(1447), 1, + aux_sym_name_expression_repeat1, + STATE(1723), 1, + aux_sym_name_expression_repeat2, + STATE(1839), 1, + sym_type_subexpression, + STATE(1950), 1, + sym_subexpression_token, + STATE(2382), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2815), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(2821), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1283), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1892), 2, + sym_string_literal, + sym_char_literal, + STATE(1928), 2, + sym_extended_name, + sym_literal, + STATE(2008), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(477), 3, + anon_sym_AMP, + anon_sym_while, + sym_operator, + [72304] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2079), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2081), 18, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [72345] = 21, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2405), 1, + sym_float_number_literal, + ACTIONS(2407), 1, + sym_number_literal, + ACTIONS(2409), 1, + anon_sym_DQUOTE, + ACTIONS(2411), 1, + anon_sym_SQUOTE, + ACTIONS(2836), 1, + anon_sym_LPAREN, + ACTIONS(2840), 1, + sym_name_identifier, + STATE(1393), 1, + aux_sym_name_expression_repeat1, + STATE(1790), 1, + aux_sym_name_expression_repeat2, + STATE(1864), 1, + sym_type_subexpression, + STATE(1960), 1, + sym_subexpression_token, + STATE(2385), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2838), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(2842), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1287), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1869), 2, + sym_extended_name, + sym_literal, + STATE(1881), 2, + sym_string_literal, + sym_char_literal, + STATE(1938), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(515), 3, + anon_sym_AMP, + anon_sym_with, + sym_operator, + [72418] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2075), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2077), 19, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [72457] = 21, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2405), 1, + sym_float_number_literal, + ACTIONS(2407), 1, + sym_number_literal, + ACTIONS(2409), 1, + anon_sym_DQUOTE, + ACTIONS(2411), 1, + anon_sym_SQUOTE, + ACTIONS(2836), 1, + anon_sym_LPAREN, + ACTIONS(2840), 1, + sym_name_identifier, + STATE(1393), 1, + aux_sym_name_expression_repeat1, + STATE(1790), 1, + aux_sym_name_expression_repeat2, + STATE(1864), 1, + sym_type_subexpression, + STATE(1960), 1, + sym_subexpression_token, + STATE(2385), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2838), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(2842), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1292), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1869), 2, + sym_extended_name, + sym_literal, + STATE(1881), 2, + sym_string_literal, + sym_char_literal, + STATE(1938), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(371), 3, + anon_sym_AMP, + anon_sym_with, + sym_operator, + [72530] = 21, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2439), 1, + sym_float_number_literal, + ACTIONS(2441), 1, + sym_number_literal, + ACTIONS(2443), 1, + anon_sym_DQUOTE, + ACTIONS(2445), 1, + anon_sym_SQUOTE, + ACTIONS(2844), 1, + anon_sym_LPAREN, + ACTIONS(2848), 1, + sym_name_identifier, + STATE(1447), 1, + aux_sym_name_expression_repeat1, + STATE(1723), 1, + aux_sym_name_expression_repeat2, + STATE(1839), 1, + sym_type_subexpression, + STATE(1950), 1, + sym_subexpression_token, + STATE(2382), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2846), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(2850), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1283), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1892), 2, + sym_string_literal, + sym_char_literal, + STATE(1928), 2, + sym_extended_name, + sym_literal, + STATE(2008), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(371), 3, + anon_sym_AMP, + anon_sym_while, + sym_operator, + [72603] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2097), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2099), 18, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [72644] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2113), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2109), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2111), 18, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [72685] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2015), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2017), 16, + anon_sym_const, + anon_sym_var, + anon_sym_PIPE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [72726] = 21, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2852), 1, + anon_sym_LPAREN, + ACTIONS(2858), 1, + sym_name_identifier, + ACTIONS(2864), 1, + sym_float_number_literal, + ACTIONS(2867), 1, + sym_number_literal, + ACTIONS(2870), 1, + anon_sym_DQUOTE, + ACTIONS(2873), 1, + anon_sym_SQUOTE, + STATE(1393), 1, + aux_sym_name_expression_repeat1, + STATE(1790), 1, + aux_sym_name_expression_repeat2, + STATE(1864), 1, + sym_type_subexpression, + STATE(1960), 1, + sym_subexpression_token, + STATE(2385), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2855), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(2861), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1292), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1869), 2, + sym_extended_name, + sym_literal, + STATE(1881), 2, + sym_string_literal, + sym_char_literal, + STATE(1938), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(477), 3, + anon_sym_AMP, + anon_sym_with, + sym_operator, + [72799] = 21, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2421), 1, + sym_float_number_literal, + ACTIONS(2423), 1, + sym_number_literal, + ACTIONS(2425), 1, + anon_sym_DQUOTE, + ACTIONS(2427), 1, + anon_sym_SQUOTE, + ACTIONS(2876), 1, + anon_sym_LPAREN, + ACTIONS(2880), 1, + sym_name_identifier, + STATE(1440), 1, + aux_sym_name_expression_repeat1, + STATE(1744), 1, + aux_sym_name_expression_repeat2, + STATE(1899), 1, + sym_type_subexpression, + STATE(2010), 1, + sym_subexpression_token, + STATE(2391), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2878), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(2882), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1294), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1855), 2, + sym_extended_name, + sym_literal, + STATE(1935), 2, + sym_string_literal, + sym_char_literal, + STATE(1979), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(515), 3, + anon_sym_AMP, + anon_sym_then, + sym_operator, + [72872] = 21, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2421), 1, + sym_float_number_literal, + ACTIONS(2423), 1, + sym_number_literal, + ACTIONS(2425), 1, + anon_sym_DQUOTE, + ACTIONS(2427), 1, + anon_sym_SQUOTE, + ACTIONS(2876), 1, + anon_sym_LPAREN, + ACTIONS(2880), 1, + sym_name_identifier, + STATE(1440), 1, + aux_sym_name_expression_repeat1, + STATE(1744), 1, + aux_sym_name_expression_repeat2, + STATE(1899), 1, + sym_type_subexpression, + STATE(2010), 1, + sym_subexpression_token, + STATE(2391), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2878), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(2882), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1296), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1855), 2, + sym_extended_name, + sym_literal, + STATE(1935), 2, + sym_string_literal, + sym_char_literal, + STATE(1979), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(371), 3, + anon_sym_AMP, + anon_sym_then, + sym_operator, + [72945] = 21, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2439), 1, + sym_float_number_literal, + ACTIONS(2441), 1, + sym_number_literal, + ACTIONS(2443), 1, + anon_sym_DQUOTE, + ACTIONS(2445), 1, + anon_sym_SQUOTE, + ACTIONS(2844), 1, + anon_sym_LPAREN, + ACTIONS(2848), 1, + sym_name_identifier, + STATE(1447), 1, + aux_sym_name_expression_repeat1, + STATE(1723), 1, + aux_sym_name_expression_repeat2, + STATE(1839), 1, + sym_type_subexpression, + STATE(1950), 1, + sym_subexpression_token, + STATE(2382), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2846), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(2850), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1288), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1892), 2, + sym_string_literal, + sym_char_literal, + STATE(1928), 2, + sym_extended_name, + sym_literal, + STATE(2008), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(515), 3, + anon_sym_AMP, + anon_sym_while, + sym_operator, + [73018] = 21, ACTIONS(3), 1, sym__line_comment, ACTIONS(2884), 1, - sym_operator, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(2507), 3, - anon_sym_type, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(2505), 12, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [78566] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2611), 1, - anon_sym_type, - ACTIONS(2886), 1, - anon_sym_AMP, - STATE(1225), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2552), 13, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [78598] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(2888), 1, - sym_operator, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(2507), 2, - anon_sym_type, - anon_sym_AMP, - ACTIONS(2505), 13, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [78628] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2890), 1, - anon_sym_DASH_GT, - ACTIONS(2892), 1, - anon_sym_type, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2812), 14, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - [78658] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2590), 1, - anon_sym_type, - ACTIONS(2886), 1, - anon_sym_AMP, - STATE(1249), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2544), 13, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [78690] = 7, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2732), 1, - anon_sym_type, - ACTIONS(2894), 1, - anon_sym_elif, - ACTIONS(2896), 1, - anon_sym_else, - STATE(1234), 1, - aux_sym_condition_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2639), 12, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [78724] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(2898), 1, - sym_operator, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1523), 3, - anon_sym_DASH_GT, - anon_sym_type, - anon_sym_PIPE, - ACTIONS(1521), 12, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [78754] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2779), 3, - anon_sym_RBRACE, - anon_sym_EQ, anon_sym_LPAREN, - ACTIONS(2781), 13, - anon_sym_namespace, + ACTIONS(2890), 1, + sym_name_identifier, + ACTIONS(2896), 1, + sym_float_number_literal, + ACTIONS(2899), 1, + sym_number_literal, + ACTIONS(2902), 1, + anon_sym_DQUOTE, + ACTIONS(2905), 1, + anon_sym_SQUOTE, + STATE(1440), 1, + aux_sym_name_expression_repeat1, + STATE(1744), 1, + aux_sym_name_expression_repeat2, + STATE(1899), 1, + sym_type_subexpression, + STATE(2010), 1, + sym_subexpression_token, + STATE(2391), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2887), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(2893), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1296), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1855), 2, + sym_extended_name, + sym_literal, + STATE(1935), 2, + sym_string_literal, + sym_char_literal, + STATE(1979), 2, + sym_scoped_statement, + sym_name_expression, + ACTIONS(477), 3, + anon_sym_AMP, + anon_sym_then, + sym_operator, + [73091] = 21, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2908), 1, + anon_sym_LPAREN, + ACTIONS(2914), 1, + sym_name_identifier, + ACTIONS(2920), 1, + sym_float_number_literal, + ACTIONS(2923), 1, + sym_number_literal, + ACTIONS(2926), 1, + anon_sym_DQUOTE, + ACTIONS(2929), 1, + anon_sym_SQUOTE, + STATE(1410), 1, + aux_sym_name_expression_repeat1, + STATE(1766), 1, + aux_sym_name_expression_repeat2, + STATE(1949), 1, + sym_type_subexpression, + STATE(2023), 1, + sym_subexpression_token, + STATE(2379), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(477), 2, + anon_sym_do, + sym_operator, + ACTIONS(2911), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(2917), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1297), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1940), 2, + sym_extended_name, + sym_literal, + STATE(1942), 2, + sym_string_literal, + sym_char_literal, + STATE(2015), 2, + sym_scoped_statement, + sym_name_expression, + [73163] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2079), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2081), 15, anon_sym_const, anon_sym_var, - anon_sym_import, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [73203] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2067), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2019), 16, + anon_sym_const, + anon_sym_var, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [73241] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2079), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2081), 17, + anon_sym_namespace, anon_sym_use, + anon_sym_import, anon_sym_alias, + anon_sym_type, + anon_sym_let, anon_sym_decl, anon_sym_def, - anon_sym_type, anon_sym_struct, anon_sym_class, + anon_sym_basic, + anon_sym_abstract, anon_sym_typeclass, sym_name_identifier, - [78782] = 4, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [73281] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2057), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2059), 16, + anon_sym_const, + anon_sym_var, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [73319] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2015), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2017), 15, + anon_sym_const, + anon_sym_var, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [73359] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2109), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2111), 16, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [73397] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(513), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(515), 18, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [73435] = 16, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(2822), 1, + ACTIONS(2932), 1, + ts_builtin_sym_end, + ACTIONS(2934), 1, + anon_sym_namespace, + ACTIONS(2937), 1, + anon_sym_partition, + ACTIONS(2940), 1, + anon_sym_use, + ACTIONS(2943), 1, + anon_sym_import, + ACTIONS(2949), 1, + anon_sym_type, + ACTIONS(2952), 1, + anon_sym_decl, + ACTIONS(2955), 1, + anon_sym_def, + ACTIONS(2964), 1, + anon_sym_typeclass, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(2946), 2, + anon_sym_alias, + anon_sym_let, + ACTIONS(2958), 2, + anon_sym_struct, + anon_sym_class, + ACTIONS(2961), 2, + anon_sym_basic, + anon_sym_abstract, + STATE(1305), 3, + sym_source_statement, + sym_partition, + aux_sym_source_file_repeat1, + STATE(1661), 8, + sym_namespace, + sym_import_statement, + sym_alias_definition_statement, + sym__function_declaration_statement, + sym_function_definition_statement, + sym_type_definition_statement, + sym_abstract_type_definition_statement, + sym_typeclass_definition_statement, + [73497] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2061), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2063), 16, + anon_sym_const, + anon_sym_var, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [73535] = 16, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(7), 1, + anon_sym_namespace, + ACTIONS(9), 1, + anon_sym_partition, + ACTIONS(11), 1, + anon_sym_use, + ACTIONS(13), 1, + anon_sym_import, + ACTIONS(17), 1, + anon_sym_type, + ACTIONS(19), 1, + anon_sym_decl, + ACTIONS(21), 1, + anon_sym_def, + ACTIONS(27), 1, + anon_sym_typeclass, + ACTIONS(2967), 1, + ts_builtin_sym_end, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(15), 2, + anon_sym_alias, + anon_sym_let, + ACTIONS(23), 2, + anon_sym_struct, + anon_sym_class, + ACTIONS(25), 2, + anon_sym_basic, + anon_sym_abstract, + STATE(1305), 3, + sym_source_statement, + sym_partition, + aux_sym_source_file_repeat1, + STATE(1661), 8, + sym_namespace, + sym_import_statement, + sym_alias_definition_statement, + sym__function_declaration_statement, + sym_function_definition_statement, + sym_type_definition_statement, + sym_abstract_type_definition_statement, + sym_typeclass_definition_statement, + [73597] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2109), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2111), 16, + anon_sym_const, + anon_sym_var, + anon_sym_PIPE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [73635] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2085), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2087), 17, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [73675] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(347), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2065), 16, + anon_sym_const, + anon_sym_var, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [73713] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2089), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2091), 18, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [73751] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(313), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2073), 16, + anon_sym_const, + anon_sym_var, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [73789] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2105), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2107), 16, + anon_sym_const, + anon_sym_var, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [73827] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2093), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2095), 16, + anon_sym_const, + anon_sym_var, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [73865] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2093), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2095), 18, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [73903] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2089), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2091), 16, + anon_sym_const, + anon_sym_var, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [73941] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2085), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2087), 15, + anon_sym_const, + anon_sym_var, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [73981] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2105), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2107), 18, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [74019] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(313), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2073), 18, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [74057] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2079), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2081), 17, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [74097] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2101), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2103), 16, + anon_sym_const, + anon_sym_var, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [74135] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(347), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2065), 18, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [74173] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2061), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2063), 18, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [74211] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2109), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2111), 18, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [74249] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2057), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2059), 18, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [74287] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(513), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(515), 18, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [74325] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2101), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2103), 18, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [74363] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2067), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2019), 18, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [74401] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2079), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2081), 15, + anon_sym_const, + anon_sym_var, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [74441] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2113), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2109), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2111), 15, + anon_sym_const, + anon_sym_var, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [74481] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(513), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(515), 16, + anon_sym_const, + anon_sym_var, + anon_sym_PIPE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [74519] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2109), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2111), 18, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [74557] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2015), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2017), 17, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [74597] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(513), 8, + ts_builtin_sym_end, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(515), 18, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [74635] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2113), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2109), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2111), 17, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [74675] = 21, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(607), 1, + sym_name_identifier, + ACTIONS(611), 1, + sym_float_number_literal, + ACTIONS(613), 1, + sym_number_literal, + ACTIONS(615), 1, + anon_sym_DQUOTE, + ACTIONS(617), 1, + anon_sym_SQUOTE, + ACTIONS(2969), 1, + anon_sym_LPAREN, + STATE(1410), 1, + aux_sym_name_expression_repeat1, + STATE(1766), 1, + aux_sym_name_expression_repeat2, + STATE(1949), 1, + sym_type_subexpression, + STATE(2023), 1, + sym_subexpression_token, + STATE(2379), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(371), 2, + anon_sym_do, + sym_operator, + ACTIONS(2971), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(2973), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1297), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1940), 2, + sym_extended_name, + sym_literal, + STATE(1942), 2, + sym_string_literal, + sym_char_literal, + STATE(2015), 2, + sym_scoped_statement, + sym_name_expression, + [74747] = 21, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(691), 1, + sym_name_identifier, + ACTIONS(695), 1, + sym_float_number_literal, + ACTIONS(697), 1, + sym_number_literal, + ACTIONS(699), 1, + anon_sym_DQUOTE, + ACTIONS(701), 1, + anon_sym_SQUOTE, + ACTIONS(2975), 1, + anon_sym_LPAREN, + STATE(1415), 1, + aux_sym_name_expression_repeat1, + STATE(1786), 1, + aux_sym_name_expression_repeat2, + STATE(1965), 1, + sym_type_subexpression, + STATE(2020), 1, + sym_subexpression_token, + STATE(2355), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(515), 2, + anon_sym_with, + sym_operator, + ACTIONS(2977), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(2979), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1342), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1947), 2, + sym_string_literal, + sym_char_literal, + STATE(1957), 2, + sym_extended_name, + sym_literal, + STATE(2022), 2, + sym_scoped_statement, + sym_name_expression, + [74819] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2097), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2099), 15, + anon_sym_const, + anon_sym_var, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [74859] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2075), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2077), 16, + anon_sym_const, + anon_sym_var, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [74897] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(513), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(515), 16, + anon_sym_const, + anon_sym_var, + anon_sym_AMP, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [74935] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2075), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2077), 18, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [74973] = 21, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(691), 1, + sym_name_identifier, + ACTIONS(695), 1, + sym_float_number_literal, + ACTIONS(697), 1, + sym_number_literal, + ACTIONS(699), 1, + anon_sym_DQUOTE, + ACTIONS(701), 1, + anon_sym_SQUOTE, + ACTIONS(2975), 1, + anon_sym_LPAREN, + STATE(1415), 1, + aux_sym_name_expression_repeat1, + STATE(1786), 1, + aux_sym_name_expression_repeat2, + STATE(1965), 1, + sym_type_subexpression, + STATE(2020), 1, + sym_subexpression_token, + STATE(2355), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(371), 2, + anon_sym_with, + sym_operator, + ACTIONS(2977), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(2979), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1349), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1947), 2, + sym_string_literal, + sym_char_literal, + STATE(1957), 2, + sym_extended_name, + sym_literal, + STATE(2022), 2, + sym_scoped_statement, + sym_name_expression, + [75045] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2097), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2099), 17, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [75085] = 21, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(607), 1, + sym_name_identifier, + ACTIONS(611), 1, + sym_float_number_literal, + ACTIONS(613), 1, + sym_number_literal, + ACTIONS(615), 1, + anon_sym_DQUOTE, + ACTIONS(617), 1, + anon_sym_SQUOTE, + ACTIONS(2969), 1, + anon_sym_LPAREN, + STATE(1410), 1, + aux_sym_name_expression_repeat1, + STATE(1766), 1, + aux_sym_name_expression_repeat2, + STATE(1949), 1, + sym_type_subexpression, + STATE(2023), 1, + sym_subexpression_token, + STATE(2379), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(515), 2, + anon_sym_do, + sym_operator, + ACTIONS(2971), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(2973), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1336), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1940), 2, + sym_extended_name, + sym_literal, + STATE(1942), 2, + sym_string_literal, + sym_char_literal, + STATE(2015), 2, + sym_scoped_statement, + sym_name_expression, + [75157] = 21, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2981), 1, + anon_sym_LPAREN, + ACTIONS(2987), 1, + sym_name_identifier, + ACTIONS(2993), 1, + sym_float_number_literal, + ACTIONS(2996), 1, + sym_number_literal, + ACTIONS(2999), 1, + anon_sym_DQUOTE, + ACTIONS(3002), 1, + anon_sym_SQUOTE, + STATE(1399), 1, + aux_sym_name_expression_repeat1, + STATE(1808), 1, + aux_sym_name_expression_repeat2, + STATE(1959), 1, + sym_type_subexpression, + STATE(2011), 1, + sym_subexpression_token, + STATE(2378), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(477), 2, + anon_sym_while, + sym_operator, + ACTIONS(2984), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(2990), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1345), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1980), 2, + sym_extended_name, + sym_literal, + STATE(2009), 2, + sym_string_literal, + sym_char_literal, + STATE(2018), 2, + sym_scoped_statement, + sym_name_expression, + [75229] = 21, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(735), 1, + sym_name_identifier, + ACTIONS(739), 1, + sym_float_number_literal, + ACTIONS(741), 1, + sym_number_literal, + ACTIONS(743), 1, + anon_sym_DQUOTE, + ACTIONS(745), 1, + anon_sym_SQUOTE, + ACTIONS(3005), 1, + anon_sym_LPAREN, + STATE(1399), 1, + aux_sym_name_expression_repeat1, + STATE(1808), 1, + aux_sym_name_expression_repeat2, + STATE(1959), 1, + sym_type_subexpression, + STATE(2011), 1, + sym_subexpression_token, + STATE(2378), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(371), 2, + anon_sym_while, + sym_operator, + ACTIONS(3007), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(3009), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1345), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1980), 2, + sym_extended_name, + sym_literal, + STATE(2009), 2, + sym_string_literal, + sym_char_literal, + STATE(2018), 2, + sym_scoped_statement, + sym_name_expression, + [75301] = 21, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(735), 1, + sym_name_identifier, + ACTIONS(739), 1, + sym_float_number_literal, + ACTIONS(741), 1, + sym_number_literal, + ACTIONS(743), 1, + anon_sym_DQUOTE, + ACTIONS(745), 1, + anon_sym_SQUOTE, + ACTIONS(3005), 1, + anon_sym_LPAREN, + STATE(1399), 1, + aux_sym_name_expression_repeat1, + STATE(1808), 1, + aux_sym_name_expression_repeat2, + STATE(1959), 1, + sym_type_subexpression, + STATE(2011), 1, + sym_subexpression_token, + STATE(2378), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(515), 2, + anon_sym_while, + sym_operator, + ACTIONS(3007), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(3009), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1346), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1980), 2, + sym_extended_name, + sym_literal, + STATE(2009), 2, + sym_string_literal, + sym_char_literal, + STATE(2018), 2, + sym_scoped_statement, + sym_name_expression, + [75373] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2109), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2111), 18, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [75411] = 21, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(3011), 1, + anon_sym_LPAREN, + ACTIONS(3017), 1, + sym_name_identifier, + ACTIONS(3023), 1, + sym_float_number_literal, + ACTIONS(3026), 1, + sym_number_literal, + ACTIONS(3029), 1, + anon_sym_DQUOTE, + ACTIONS(3032), 1, + anon_sym_SQUOTE, + STATE(1415), 1, + aux_sym_name_expression_repeat1, + STATE(1786), 1, + aux_sym_name_expression_repeat2, + STATE(1965), 1, + sym_type_subexpression, + STATE(2020), 1, + sym_subexpression_token, + STATE(2355), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(477), 2, + anon_sym_with, + sym_operator, + ACTIONS(3014), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(3020), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1349), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1947), 2, + sym_string_literal, + sym_char_literal, + STATE(1957), 2, + sym_extended_name, + sym_literal, + STATE(2022), 2, + sym_scoped_statement, + sym_name_expression, + [75483] = 21, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(669), 1, + sym_name_identifier, + ACTIONS(673), 1, + sym_float_number_literal, + ACTIONS(675), 1, + sym_number_literal, + ACTIONS(677), 1, + anon_sym_DQUOTE, + ACTIONS(679), 1, + anon_sym_SQUOTE, + ACTIONS(3035), 1, + anon_sym_LPAREN, + STATE(1395), 1, + aux_sym_name_expression_repeat1, + STATE(1828), 1, + aux_sym_name_expression_repeat2, + STATE(2006), 1, + sym_type_subexpression, + STATE(2012), 1, + sym_subexpression_token, + STATE(2344), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(515), 2, + anon_sym_then, + sym_operator, + ACTIONS(3037), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(3039), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1352), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1997), 2, + sym_string_literal, + sym_char_literal, + STATE(2002), 2, + sym_extended_name, + sym_literal, + STATE(2014), 2, + sym_scoped_statement, + sym_name_expression, + [75555] = 21, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(3041), 1, + anon_sym_LPAREN, + ACTIONS(3047), 1, + sym_name_identifier, + ACTIONS(3053), 1, + sym_float_number_literal, + ACTIONS(3056), 1, + sym_number_literal, + ACTIONS(3059), 1, + anon_sym_DQUOTE, + ACTIONS(3062), 1, + anon_sym_SQUOTE, + STATE(1395), 1, + aux_sym_name_expression_repeat1, + STATE(1828), 1, + aux_sym_name_expression_repeat2, + STATE(2006), 1, + sym_type_subexpression, + STATE(2012), 1, + sym_subexpression_token, + STATE(2344), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(477), 2, + anon_sym_then, + sym_operator, + ACTIONS(3044), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(3050), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1351), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1997), 2, + sym_string_literal, + sym_char_literal, + STATE(2002), 2, + sym_extended_name, + sym_literal, + STATE(2014), 2, + sym_scoped_statement, + sym_name_expression, + [75627] = 21, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(669), 1, + sym_name_identifier, + ACTIONS(673), 1, + sym_float_number_literal, + ACTIONS(675), 1, + sym_number_literal, + ACTIONS(677), 1, + anon_sym_DQUOTE, + ACTIONS(679), 1, + anon_sym_SQUOTE, + ACTIONS(3035), 1, + anon_sym_LPAREN, + STATE(1395), 1, + aux_sym_name_expression_repeat1, + STATE(1828), 1, + aux_sym_name_expression_repeat2, + STATE(2006), 1, + sym_type_subexpression, + STATE(2012), 1, + sym_subexpression_token, + STATE(2344), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(371), 2, + anon_sym_then, + sym_operator, + ACTIONS(3037), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(3039), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1351), 2, + sym_function_argument, + aux_sym_function_call_expression_repeat1, + STATE(1997), 2, + sym_string_literal, + sym_char_literal, + STATE(2002), 2, + sym_extended_name, + sym_literal, + STATE(2014), 2, + sym_scoped_statement, + sym_name_expression, + [75699] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2109), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2111), 17, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [75736] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(513), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(515), 15, + anon_sym_const, + anon_sym_var, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [75773] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(513), 8, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(515), 17, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [75810] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(313), 1, + anon_sym_DOT, + ACTIONS(319), 1, + anon_sym_type, + ACTIONS(321), 1, + anon_sym__, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3065), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(317), 20, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_DASH_GT, + sym_type_identifier, + sym_abstract_type_identifier, + [75853] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2109), 10, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2111), 15, + anon_sym_const, + anon_sym_var, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [75890] = 15, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(7), 1, + anon_sym_namespace, + ACTIONS(17), 1, + anon_sym_type, + ACTIONS(19), 1, + anon_sym_decl, + ACTIONS(27), 1, + anon_sym_typeclass, + ACTIONS(3067), 1, + anon_sym_use, + ACTIONS(3069), 1, + anon_sym_import, + ACTIONS(3071), 1, + anon_sym_def, + STATE(2540), 1, + sym_sources, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(15), 2, + anon_sym_alias, + anon_sym_let, + ACTIONS(23), 2, + anon_sym_struct, + anon_sym_class, + ACTIONS(25), 2, + anon_sym_basic, + anon_sym_abstract, + STATE(1362), 2, + sym_source_statement, + aux_sym_sources_repeat1, + STATE(1661), 8, + sym_namespace, + sym_import_statement, + sym_alias_definition_statement, + sym__function_declaration_statement, + sym_function_definition_statement, + sym_type_definition_statement, + sym_abstract_type_definition_statement, + sym_typeclass_definition_statement, + [75948] = 15, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(7), 1, + anon_sym_namespace, + ACTIONS(17), 1, + anon_sym_type, + ACTIONS(19), 1, + anon_sym_decl, + ACTIONS(27), 1, + anon_sym_typeclass, + ACTIONS(3067), 1, + anon_sym_use, + ACTIONS(3069), 1, + anon_sym_import, + ACTIONS(3071), 1, + anon_sym_def, + STATE(2890), 1, + sym_sources, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(15), 2, + anon_sym_alias, + anon_sym_let, + ACTIONS(23), 2, + anon_sym_struct, + anon_sym_class, + ACTIONS(25), 2, + anon_sym_basic, + anon_sym_abstract, + STATE(1362), 2, + sym_source_statement, + aux_sym_sources_repeat1, + STATE(1661), 8, + sym_namespace, + sym_import_statement, + sym_alias_definition_statement, + sym__function_declaration_statement, + sym_function_definition_statement, + sym_type_definition_statement, + sym_abstract_type_definition_statement, + sym_typeclass_definition_statement, + [76006] = 15, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(7), 1, + anon_sym_namespace, + ACTIONS(17), 1, + anon_sym_type, + ACTIONS(19), 1, + anon_sym_decl, + ACTIONS(27), 1, + anon_sym_typeclass, + ACTIONS(3067), 1, + anon_sym_use, + ACTIONS(3069), 1, + anon_sym_import, + ACTIONS(3071), 1, + anon_sym_def, + STATE(2557), 1, + sym_sources, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(15), 2, + anon_sym_alias, + anon_sym_let, + ACTIONS(23), 2, + anon_sym_struct, + anon_sym_class, + ACTIONS(25), 2, + anon_sym_basic, + anon_sym_abstract, + STATE(1362), 2, + sym_source_statement, + aux_sym_sources_repeat1, + STATE(1661), 8, + sym_namespace, + sym_import_statement, + sym_alias_definition_statement, + sym__function_declaration_statement, + sym_function_definition_statement, + sym_type_definition_statement, + sym_abstract_type_definition_statement, + sym_typeclass_definition_statement, + [76064] = 15, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3073), 1, + anon_sym_namespace, + ACTIONS(3076), 1, + anon_sym_RBRACE, + ACTIONS(3078), 1, + anon_sym_use, + ACTIONS(3081), 1, + anon_sym_import, + ACTIONS(3087), 1, + anon_sym_type, + ACTIONS(3090), 1, + anon_sym_decl, + ACTIONS(3093), 1, + anon_sym_def, + ACTIONS(3102), 1, + anon_sym_typeclass, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3084), 2, + anon_sym_alias, + anon_sym_let, + ACTIONS(3096), 2, + anon_sym_struct, + anon_sym_class, + ACTIONS(3099), 2, + anon_sym_basic, + anon_sym_abstract, + STATE(1361), 2, + sym_source_statement, + aux_sym_sources_repeat1, + STATE(1661), 8, + sym_namespace, + sym_import_statement, + sym_alias_definition_statement, + sym__function_declaration_statement, + sym_function_definition_statement, + sym_type_definition_statement, + sym_abstract_type_definition_statement, + sym_typeclass_definition_statement, + [76122] = 15, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(7), 1, + anon_sym_namespace, + ACTIONS(17), 1, + anon_sym_type, + ACTIONS(19), 1, + anon_sym_decl, + ACTIONS(27), 1, + anon_sym_typeclass, + ACTIONS(3067), 1, + anon_sym_use, + ACTIONS(3069), 1, + anon_sym_import, + ACTIONS(3071), 1, + anon_sym_def, + ACTIONS(3105), 1, + anon_sym_RBRACE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(15), 2, + anon_sym_alias, + anon_sym_let, + ACTIONS(23), 2, + anon_sym_struct, + anon_sym_class, + ACTIONS(25), 2, + anon_sym_basic, + anon_sym_abstract, + STATE(1361), 2, + sym_source_statement, + aux_sym_sources_repeat1, + STATE(1661), 8, + sym_namespace, + sym_import_statement, + sym_alias_definition_statement, + sym__function_declaration_statement, + sym_function_definition_statement, + sym_type_definition_statement, + sym_abstract_type_definition_statement, + sym_typeclass_definition_statement, + [76180] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3109), 1, anon_sym_type, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - ACTIONS(2820), 15, + ACTIONS(3107), 22, ts_builtin_sym_end, anon_sym_namespace, - anon_sym_const, - anon_sym_var, anon_sym_RBRACE, anon_sym_partition, - anon_sym_import, anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_AMP, - [78810] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(2888), 1, - sym_operator, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(2830), 2, - anon_sym_type, - anon_sym_AMP, - ACTIONS(2796), 13, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [78840] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2902), 1, anon_sym_EQ, - ACTIONS(2904), 1, - anon_sym_type, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2900), 14, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_partition, anon_sym_import, - anon_sym_use, anon_sym_alias, + anon_sym_let, + anon_sym_LT_DASH, anon_sym_decl, anon_sym_def, anon_sym_struct, anon_sym_class, + anon_sym_basic, + anon_sym_abstract, anon_sym_typeclass, - [78870] = 4, + anon_sym_AMP, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_in, + [76215] = 9, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3111), 1, + ts_builtin_sym_end, + ACTIONS(3115), 1, + anon_sym_LPAREN, + ACTIONS(3119), 1, + sym_name_identifier, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3117), 2, + sym_typeclass_identifier, + sym_type_identifier, + STATE(1366), 2, + sym_import_symbol, + aux_sym_import_statement_repeat1, + STATE(1452), 2, + sym__type_or_typeclass, + sym__name_or_operator, + ACTIONS(3113), 14, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [76260] = 9, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3115), 1, + anon_sym_LPAREN, + ACTIONS(3119), 1, + sym_name_identifier, + ACTIONS(3121), 1, + ts_builtin_sym_end, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3117), 2, + sym_typeclass_identifier, + sym_type_identifier, + STATE(1366), 2, + sym_import_symbol, + aux_sym_import_statement_repeat1, + STATE(1452), 2, + sym__type_or_typeclass, + sym__name_or_operator, + ACTIONS(3123), 14, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [76305] = 9, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3125), 1, + ts_builtin_sym_end, + ACTIONS(3129), 1, + anon_sym_LPAREN, + ACTIONS(3135), 1, + sym_name_identifier, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3132), 2, + sym_typeclass_identifier, + sym_type_identifier, + STATE(1366), 2, + sym_import_symbol, + aux_sym_import_statement_repeat1, + STATE(1452), 2, + sym__type_or_typeclass, + sym__name_or_operator, + ACTIONS(3127), 14, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [76350] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3140), 1, + anon_sym_type, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3138), 22, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_EQ, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_LT_DASH, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_in, + [76385] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3144), 1, + anon_sym_type, + ACTIONS(3146), 1, + anon_sym_LPAREN, + ACTIONS(3149), 1, + sym_abstract_type_identifier, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + STATE(1368), 2, + sym_definition_parameter, + aux_sym_function_declaration_repeat1, + ACTIONS(3142), 17, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_COLON, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_EQ, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [76425] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3152), 7, + ts_builtin_sym_end, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_LPAREN, + sym_typeclass_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(3154), 15, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + sym_name_identifier, + [76459] = 9, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3121), 1, + anon_sym_RBRACE, + ACTIONS(3156), 1, + anon_sym_LPAREN, + ACTIONS(3160), 1, + sym_name_identifier, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3158), 2, + sym_typeclass_identifier, + sym_type_identifier, + STATE(1372), 2, + sym_import_symbol, + aux_sym_import_statement_repeat1, + STATE(1493), 2, + sym__type_or_typeclass, + sym__name_or_operator, + ACTIONS(3123), 13, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [76503] = 9, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3111), 1, + anon_sym_RBRACE, + ACTIONS(3156), 1, + anon_sym_LPAREN, + ACTIONS(3160), 1, + sym_name_identifier, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3158), 2, + sym_typeclass_identifier, + sym_type_identifier, + STATE(1372), 2, + sym_import_symbol, + aux_sym_import_statement_repeat1, + STATE(1493), 2, + sym__type_or_typeclass, + sym__name_or_operator, + ACTIONS(3113), 13, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [76547] = 9, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3125), 1, + anon_sym_RBRACE, + ACTIONS(3162), 1, + anon_sym_LPAREN, + ACTIONS(3168), 1, + sym_name_identifier, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3165), 2, + sym_typeclass_identifier, + sym_type_identifier, + STATE(1372), 2, + sym_import_symbol, + aux_sym_import_statement_repeat1, + STATE(1493), 2, + sym__type_or_typeclass, + sym__name_or_operator, + ACTIONS(3127), 13, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [76591] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3173), 1, + anon_sym_type, + ACTIONS(3175), 1, + anon_sym_LPAREN, + ACTIONS(3177), 1, + sym_abstract_type_identifier, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + STATE(1374), 2, + sym_definition_parameter, + aux_sym_function_declaration_repeat1, + ACTIONS(3171), 16, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_EQ, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [76630] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3175), 1, + anon_sym_LPAREN, + ACTIONS(3177), 1, + sym_abstract_type_identifier, + ACTIONS(3181), 1, + anon_sym_type, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + STATE(1368), 2, + sym_definition_parameter, + aux_sym_function_declaration_repeat1, + ACTIONS(3179), 16, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_EQ, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [76669] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3185), 1, + anon_sym_type, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3183), 19, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_COLON, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_EQ, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_LPAREN, + sym_abstract_type_identifier, + [76701] = 20, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(63), 1, + sym_abstract_type_identifier, + ACTIONS(3187), 1, + anon_sym_AMP, + ACTIONS(3189), 1, + anon_sym_LPAREN, + ACTIONS(3191), 1, + anon_sym_PIPE, + ACTIONS(3193), 1, + anon_sym_DOT, + ACTIONS(3195), 1, + sym_type_identifier, + STATE(210), 1, + sym_type_expression, + STATE(1382), 1, + aux_sym_tuple_type_repeat1, + STATE(1394), 1, + aux_sym_variant_type_repeat1, + STATE(1560), 1, + sym_parametrized_type, + STATE(1627), 1, + sym_any_type, + STATE(2060), 1, + aux_sym_function_type_repeat1, + STATE(2297), 1, + aux_sym_name_expression_repeat1, + STATE(2390), 1, + sym_constructor, + STATE(2398), 1, + aux_sym_constructor_repeat1, + STATE(2573), 1, + sym_scoped_any_type, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + STATE(1628), 3, + sym_function_type, + sym_tuple_type, + sym_variant_type, + [76765] = 5, ACTIONS(3), 1, sym__line_comment, - ACTIONS(2906), 1, + ACTIONS(3201), 1, sym_operator, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(1521), 15, + ACTIONS(3199), 5, + anon_sym_type, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + ACTIONS(3197), 14, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [76799] = 20, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(63), 1, + sym_abstract_type_identifier, + ACTIONS(3189), 1, + anon_sym_LPAREN, + ACTIONS(3195), 1, + sym_type_identifier, + ACTIONS(3203), 1, + anon_sym_AMP, + ACTIONS(3205), 1, + anon_sym_PIPE, + ACTIONS(3207), 1, + anon_sym_DOT, + ACTIONS(3209), 1, + sym_operator, + STATE(210), 1, + sym_type_expression, + STATE(1382), 1, + aux_sym_tuple_type_repeat1, + STATE(1394), 1, + aux_sym_variant_type_repeat1, + STATE(2060), 1, + aux_sym_function_type_repeat1, + STATE(2297), 1, + aux_sym_name_expression_repeat1, + STATE(2390), 1, + sym_constructor, + STATE(2398), 1, + aux_sym_constructor_repeat1, + STATE(2487), 1, + sym_parametrized_type, + STATE(2573), 1, + sym_scoped_any_type, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + STATE(2640), 3, + sym_function_type, + sym_tuple_type, + sym_variant_type, + [76863] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3187), 1, + anon_sym_AMP, + ACTIONS(3213), 1, + anon_sym_type, + STATE(1380), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3211), 17, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_PIPE, + [76899] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3187), 1, + anon_sym_AMP, + ACTIONS(3217), 1, + anon_sym_type, + STATE(1385), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3215), 17, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_PIPE, + [76935] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3221), 1, + anon_sym_type, + ACTIONS(3223), 1, + anon_sym_AMP, + STATE(1381), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3219), 17, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + [76971] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3187), 1, + anon_sym_AMP, + ACTIONS(3228), 1, + anon_sym_type, + STATE(1385), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3226), 17, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_PIPE, + [77007] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3232), 1, + anon_sym_type, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3230), 19, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_COLON, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_EQ, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_LPAREN, + sym_abstract_type_identifier, + [77039] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3236), 1, + anon_sym_type, + ACTIONS(3238), 1, + anon_sym_AMP, + STATE(1386), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3234), 17, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + [77075] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3242), 1, + anon_sym_type, + ACTIONS(3244), 1, + anon_sym_AMP, + STATE(1385), 1, + aux_sym_tuple_type_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3240), 17, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_PIPE, + [77111] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3238), 1, + anon_sym_AMP, + ACTIONS(3249), 1, + anon_sym_type, + STATE(1381), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3247), 17, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + [77147] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3251), 1, + anon_sym_AMP, + STATE(1449), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3234), 17, anon_sym_const, anon_sym_var, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_alias, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, anon_sym_match, anon_sym_if, anon_sym_do, @@ -73327,470 +89046,398 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_return, anon_sym_break, anon_sym_continue, - [78898] = 6, + [77180] = 17, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(2611), 1, - anon_sym_type, - ACTIONS(2908), 1, - anon_sym_AMP, - STATE(1248), 1, - aux_sym_type_constructor_repeat1, + ACTIONS(535), 1, + sym_float_number_literal, + ACTIONS(537), 1, + sym_number_literal, + ACTIONS(539), 1, + anon_sym_DQUOTE, + ACTIONS(541), 1, + anon_sym_SQUOTE, + ACTIONS(2601), 1, + sym_name_identifier, + ACTIONS(3253), 1, + anon_sym_LPAREN, + STATE(1715), 1, + aux_sym_name_expression_repeat2, + STATE(2000), 1, + aux_sym_name_expression_repeat1, + STATE(2333), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - ACTIONS(2552), 13, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - [78930] = 6, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(2599), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1667), 2, + sym_extended_name, + sym_literal, + STATE(1805), 2, + sym_string_literal, + sym_char_literal, + [77237] = 17, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(2838), 1, - anon_sym_type, - ACTIONS(2910), 1, - anon_sym_elif, - STATE(1234), 1, - aux_sym_condition_repeat1, + ACTIONS(805), 1, + sym_float_number_literal, + ACTIONS(807), 1, + sym_number_literal, + ACTIONS(809), 1, + anon_sym_DQUOTE, + ACTIONS(811), 1, + anon_sym_SQUOTE, + ACTIONS(2645), 1, + sym_name_identifier, + ACTIONS(3255), 1, + anon_sym_LPAREN, + STATE(1768), 1, + aux_sym_name_expression_repeat2, + STATE(2000), 1, + aux_sym_name_expression_repeat1, + STATE(2394), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - ACTIONS(2624), 13, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_else, - [78962] = 5, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(1157), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(930), 2, + sym_string_literal, + sym_char_literal, + STATE(941), 2, + sym_extended_name, + sym_literal, + [77294] = 17, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1365), 1, + sym_float_number_literal, + ACTIONS(1367), 1, + sym_number_literal, + ACTIONS(1369), 1, + anon_sym_DQUOTE, + ACTIONS(1371), 1, + anon_sym_SQUOTE, + ACTIONS(2531), 1, + sym_name_identifier, + ACTIONS(3257), 1, + anon_sym_LPAREN, + STATE(1822), 1, + aux_sym_name_expression_repeat2, + STATE(2000), 1, + aux_sym_name_expression_repeat1, + STATE(2356), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(1359), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(868), 2, + sym_extended_name, + sym_literal, + STATE(902), 2, + sym_string_literal, + sym_char_literal, + [77351] = 5, ACTIONS(3), 1, sym__line_comment, - ACTIONS(2882), 1, + ACTIONS(3259), 1, sym_operator, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(1523), 2, + ACTIONS(3199), 5, anon_sym_type, + anon_sym_AMP, anon_sym_PIPE, - ACTIONS(1521), 13, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [78992] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2862), 1, - anon_sym_type, - ACTIONS(2913), 1, - anon_sym_DASH_GT, - ACTIONS(2915), 1, anon_sym_QMARK, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2631), 13, + anon_sym_DASH_GT, + ACTIONS(3197), 13, anon_sym_namespace, - anon_sym_const, - anon_sym_var, anon_sym_RBRACE, - anon_sym_import, anon_sym_use, + anon_sym_import, anon_sym_alias, + anon_sym_let, anon_sym_decl, anon_sym_def, anon_sym_struct, anon_sym_class, + anon_sym_basic, + anon_sym_abstract, anon_sym_typeclass, - anon_sym_PIPE, - [79024] = 6, + [77384] = 17, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(2917), 1, - anon_sym_type, - ACTIONS(2919), 1, - anon_sym_AMP, - STATE(1247), 1, - aux_sym_tuple_expression_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2870), 13, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [79056] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2855), 1, - anon_sym_type, - ACTIONS(2921), 1, - anon_sym_PIPE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1238), 2, - sym_match_case, - aux_sym_match_repeat1, - ACTIONS(2672), 12, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [79088] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2924), 1, - anon_sym_type, - ACTIONS(2926), 1, - anon_sym_PIPE, - STATE(1246), 1, - aux_sym_variant_expression_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2834), 13, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [79120] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2878), 1, - anon_sym_type, - ACTIONS(2928), 1, - anon_sym_PIPE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1238), 2, - sym_match_case, - aux_sym_match_repeat1, - ACTIONS(2695), 12, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [79152] = 17, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(59), 1, - sym_abstract_type_identifier, - ACTIONS(1714), 1, + ACTIONS(1427), 1, + sym_float_number_literal, + ACTIONS(1429), 1, + sym_number_literal, + ACTIONS(1431), 1, + anon_sym_DQUOTE, + ACTIONS(1433), 1, + anon_sym_SQUOTE, + ACTIONS(2509), 1, + sym_name_identifier, + ACTIONS(3261), 1, anon_sym_LPAREN, - ACTIONS(2843), 1, - anon_sym_DOT, - ACTIONS(2845), 1, - sym_type_identifier, - ACTIONS(2930), 1, - anon_sym_AMP, - ACTIONS(2932), 1, - anon_sym_PIPE, - STATE(1348), 1, - sym_type_expression, - STATE(1834), 1, - aux_sym_name_superexpression_repeat1, - STATE(1942), 1, - aux_sym_tuple_type_repeat1, - STATE(1946), 1, - sym_type_identifier_definition, - STATE(1991), 1, - aux_sym_variant_type_repeat1, - STATE(2006), 1, - aux_sym_type_identifier_definition_repeat1, - STATE(2419), 1, - sym_parametrized_type, - STATE(2470), 1, + STATE(1815), 1, + aux_sym_name_expression_repeat2, + STATE(2000), 1, + aux_sym_name_expression_repeat1, + STATE(2346), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, sym_type_subexpression, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - STATE(2058), 2, - sym_tuple_type, - sym_variant_type, - [79206] = 17, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(1421), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(899), 2, + sym_string_literal, + sym_char_literal, + STATE(926), 2, + sym_extended_name, + sym_literal, + [77441] = 17, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(59), 1, - sym_abstract_type_identifier, - ACTIONS(1714), 1, + ACTIONS(2403), 1, + sym_name_identifier, + ACTIONS(2405), 1, + sym_float_number_literal, + ACTIONS(2407), 1, + sym_number_literal, + ACTIONS(2409), 1, + anon_sym_DQUOTE, + ACTIONS(2411), 1, + anon_sym_SQUOTE, + ACTIONS(3263), 1, anon_sym_LPAREN, - ACTIONS(2843), 1, - anon_sym_DOT, - ACTIONS(2845), 1, - sym_type_identifier, - ACTIONS(2930), 1, - anon_sym_AMP, - ACTIONS(2932), 1, - anon_sym_PIPE, - STATE(1348), 1, - sym_type_expression, - STATE(1834), 1, - aux_sym_name_superexpression_repeat1, - STATE(1942), 1, - aux_sym_tuple_type_repeat1, - STATE(1946), 1, - sym_type_identifier_definition, - STATE(1991), 1, - aux_sym_variant_type_repeat1, - STATE(2006), 1, - aux_sym_type_identifier_definition_repeat1, - STATE(2419), 1, - sym_parametrized_type, - STATE(2470), 1, + STATE(1789), 1, + aux_sym_name_expression_repeat2, + STATE(2000), 1, + aux_sym_name_expression_repeat1, + STATE(2385), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, sym_type_subexpression, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - STATE(2115), 2, - sym_tuple_type, - sym_variant_type, - [79260] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1523), 1, - anon_sym_type, - ACTIONS(2934), 1, - sym_operator, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1521), 14, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_elif, - anon_sym_else, - [79290] = 7, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(2838), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1861), 2, + sym_extended_name, + sym_literal, + STATE(1881), 2, + sym_string_literal, + sym_char_literal, + [77498] = 6, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(2874), 1, - anon_sym_type, - ACTIONS(2894), 1, - anon_sym_elif, - ACTIONS(2936), 1, - anon_sym_else, - STATE(1226), 1, - aux_sym_condition_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2691), 12, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [79324] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2585), 1, - anon_sym_type, - ACTIONS(2938), 1, - anon_sym_AMP, - STATE(1245), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2539), 13, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, + ACTIONS(3191), 1, anon_sym_PIPE, - [79356] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2810), 1, + ACTIONS(3267), 1, anon_sym_type, - ACTIONS(2941), 1, - anon_sym_PIPE, - STATE(1246), 1, - aux_sym_variant_expression_repeat1, + STATE(1460), 1, + aux_sym_variant_type_repeat1, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - ACTIONS(2746), 13, + ACTIONS(3265), 16, ts_builtin_sym_end, anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [79388] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2830), 1, - anon_sym_type, - ACTIONS(2944), 1, - anon_sym_AMP, - STATE(1247), 1, - aux_sym_tuple_expression_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2796), 13, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [79420] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2590), 1, - anon_sym_type, - ACTIONS(2908), 1, - anon_sym_AMP, - STATE(1245), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2544), 13, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, anon_sym_RBRACE, - anon_sym_import, + anon_sym_partition, anon_sym_use, + anon_sym_import, anon_sym_alias, + anon_sym_let, anon_sym_decl, anon_sym_def, anon_sym_struct, anon_sym_class, + anon_sym_basic, + anon_sym_abstract, anon_sym_typeclass, - anon_sym_PIPE, - [79452] = 6, + anon_sym_RPAREN, + [77533] = 17, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(2585), 1, - anon_sym_type, - ACTIONS(2947), 1, - anon_sym_AMP, - STATE(1249), 1, - aux_sym_type_constructor_repeat1, + ACTIONS(673), 1, + sym_float_number_literal, + ACTIONS(675), 1, + sym_number_literal, + ACTIONS(677), 1, + anon_sym_DQUOTE, + ACTIONS(679), 1, + anon_sym_SQUOTE, + ACTIONS(2589), 1, + sym_name_identifier, + ACTIONS(3269), 1, + anon_sym_LPAREN, + STATE(1725), 1, + aux_sym_name_expression_repeat2, + STATE(2000), 1, + aux_sym_name_expression_repeat1, + STATE(2344), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - ACTIONS(2539), 13, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(3037), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1997), 2, + sym_string_literal, + sym_char_literal, + STATE(2005), 2, + sym_extended_name, + sym_literal, + [77590] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3273), 1, + anon_sym_type, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3271), 18, ts_builtin_sym_end, anon_sym_namespace, - anon_sym_const, - anon_sym_var, + anon_sym_RBRACE, anon_sym_partition, - anon_sym_import, anon_sym_use, + anon_sym_EQ, + anon_sym_import, anon_sym_alias, + anon_sym_let, anon_sym_decl, anon_sym_def, anon_sym_struct, anon_sym_class, + anon_sym_basic, + anon_sym_abstract, anon_sym_typeclass, - [79484] = 15, + anon_sym_LPAREN, + sym_abstract_type_identifier, + [77621] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3277), 1, + anon_sym_type, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3275), 18, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_RPAREN, + anon_sym_PIPE, + [77652] = 17, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1147), 1, + sym_float_number_literal, + ACTIONS(1149), 1, + sym_number_literal, + ACTIONS(1151), 1, + anon_sym_DQUOTE, + ACTIONS(1153), 1, + anon_sym_SQUOTE, + ACTIONS(2557), 1, + sym_name_identifier, + ACTIONS(3279), 1, + anon_sym_LPAREN, + STATE(1826), 1, + aux_sym_name_expression_repeat2, + STATE(2000), 1, + aux_sym_name_expression_repeat1, + STATE(2365), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(1141), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(742), 2, + sym_string_literal, + sym_char_literal, + STATE(764), 2, + sym_extended_name, + sym_literal, + [77709] = 17, ACTIONS(5), 1, sym__doc_comment, ACTIONS(739), 1, @@ -73801,3463 +89448,5129 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, ACTIONS(745), 1, anon_sym_SQUOTE, - ACTIONS(2950), 1, - anon_sym_LPAREN, - ACTIONS(2952), 1, + ACTIONS(2525), 1, sym_name_identifier, - STATE(676), 1, - sym_literal, - STATE(1616), 1, - aux_sym_name_superexpression_repeat1, - STATE(1672), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, + ACTIONS(3281), 1, + anon_sym_LPAREN, + STATE(1801), 1, + aux_sym_name_expression_repeat2, + STATE(2000), 1, + aux_sym_name_expression_repeat1, + STATE(2378), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, sym_type_subexpression, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - ACTIONS(71), 2, + ACTIONS(169), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(687), 2, - sym_string_literal, - sym_char_literal, - [79533] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1615), 7, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1617), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [79562] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2892), 1, - anon_sym_type, - ACTIONS(2954), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2812), 13, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - anon_sym_PIPE, - [79591] = 15, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(585), 1, - sym_float_number_literal, - ACTIONS(587), 1, - sym_number_literal, - ACTIONS(589), 1, - anon_sym_DQUOTE, - ACTIONS(591), 1, - anon_sym_SQUOTE, - ACTIONS(2950), 1, - anon_sym_LPAREN, - ACTIONS(2956), 1, - sym_name_identifier, - STATE(593), 1, + ACTIONS(3007), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1987), 2, + sym_extended_name, sym_literal, - STATE(1540), 1, - aux_sym_name_superexpression_repeat2, - STATE(1616), 1, - aux_sym_name_superexpression_repeat1, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(610), 2, + STATE(2009), 2, sym_string_literal, sym_char_literal, - [79640] = 4, + [77766] = 17, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(2960), 1, - anon_sym_type, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2958), 14, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [79667] = 15, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1793), 1, + ACTIONS(1005), 1, sym_float_number_literal, - ACTIONS(1795), 1, + ACTIONS(1007), 1, sym_number_literal, - ACTIONS(1797), 1, + ACTIONS(1009), 1, anon_sym_DQUOTE, - ACTIONS(1799), 1, + ACTIONS(1011), 1, anon_sym_SQUOTE, - ACTIONS(2950), 1, - anon_sym_LPAREN, - ACTIONS(2962), 1, - sym_name_identifier, - STATE(1251), 1, - sym_literal, - STATE(1562), 1, - aux_sym_name_superexpression_repeat2, - STATE(1616), 1, - aux_sym_name_superexpression_repeat1, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1335), 2, - sym_string_literal, - sym_char_literal, - [79716] = 15, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(319), 1, - sym_float_number_literal, - ACTIONS(321), 1, - sym_number_literal, - ACTIONS(323), 1, - anon_sym_DQUOTE, - ACTIONS(325), 1, - anon_sym_SQUOTE, - ACTIONS(2950), 1, - anon_sym_LPAREN, - ACTIONS(2964), 1, - sym_name_identifier, - STATE(532), 1, - sym_literal, - STATE(1577), 1, - aux_sym_name_superexpression_repeat2, - STATE(1616), 1, - aux_sym_name_superexpression_repeat1, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(539), 2, - sym_string_literal, - sym_char_literal, - [79765] = 15, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2006), 1, - sym_float_number_literal, - ACTIONS(2008), 1, - sym_number_literal, - ACTIONS(2010), 1, - anon_sym_DQUOTE, - ACTIONS(2012), 1, - anon_sym_SQUOTE, - ACTIONS(2950), 1, - anon_sym_LPAREN, - ACTIONS(2966), 1, - sym_name_identifier, - STATE(1394), 1, - sym_literal, - STATE(1535), 1, - aux_sym_name_superexpression_repeat2, - STATE(1616), 1, - aux_sym_name_superexpression_repeat1, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1385), 2, - sym_string_literal, - sym_char_literal, - [79814] = 15, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(978), 1, - sym_float_number_literal, - ACTIONS(980), 1, - sym_number_literal, - ACTIONS(982), 1, - anon_sym_DQUOTE, - ACTIONS(984), 1, - anon_sym_SQUOTE, - ACTIONS(2950), 1, - anon_sym_LPAREN, - ACTIONS(2968), 1, - sym_name_identifier, - STATE(1616), 1, - aux_sym_name_superexpression_repeat1, - STATE(1682), 1, - aux_sym_name_superexpression_repeat2, - STATE(1685), 1, - sym_literal, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1554), 2, - sym_string_literal, - sym_char_literal, - [79863] = 15, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1950), 1, - sym_float_number_literal, - ACTIONS(1952), 1, - sym_number_literal, - ACTIONS(1954), 1, - anon_sym_DQUOTE, - ACTIONS(1956), 1, - anon_sym_SQUOTE, - ACTIONS(2950), 1, - anon_sym_LPAREN, - ACTIONS(2970), 1, - sym_name_identifier, - STATE(1363), 1, - sym_literal, - STATE(1526), 1, - aux_sym_name_superexpression_repeat2, - STATE(1616), 1, - aux_sym_name_superexpression_repeat1, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1347), 2, - sym_string_literal, - sym_char_literal, - [79912] = 15, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(767), 1, - sym_float_number_literal, - ACTIONS(769), 1, - sym_number_literal, - ACTIONS(771), 1, - anon_sym_DQUOTE, - ACTIONS(773), 1, - anon_sym_SQUOTE, - ACTIONS(2950), 1, - anon_sym_LPAREN, - ACTIONS(2972), 1, - sym_name_identifier, - STATE(774), 1, - sym_literal, - STATE(1557), 1, - aux_sym_name_superexpression_repeat2, - STATE(1616), 1, - aux_sym_name_superexpression_repeat1, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(772), 2, - sym_string_literal, - sym_char_literal, - [79961] = 15, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1081), 1, - sym_float_number_literal, - ACTIONS(1083), 1, - sym_number_literal, - ACTIONS(1085), 1, - anon_sym_DQUOTE, - ACTIONS(1087), 1, - anon_sym_SQUOTE, - ACTIONS(2950), 1, - anon_sym_LPAREN, - ACTIONS(2974), 1, - sym_name_identifier, - STATE(873), 1, - sym_literal, - STATE(1586), 1, - aux_sym_name_superexpression_repeat2, - STATE(1616), 1, - aux_sym_name_superexpression_repeat1, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(848), 2, - sym_string_literal, - sym_char_literal, - [80010] = 15, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(992), 1, - sym_float_number_literal, - ACTIONS(994), 1, - sym_number_literal, - ACTIONS(996), 1, - anon_sym_DQUOTE, - ACTIONS(998), 1, - anon_sym_SQUOTE, - ACTIONS(2950), 1, - anon_sym_LPAREN, - ACTIONS(2976), 1, - sym_name_identifier, - STATE(891), 1, - sym_literal, - STATE(1529), 1, - aux_sym_name_superexpression_repeat2, - STATE(1616), 1, - aux_sym_name_superexpression_repeat1, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(855), 2, - sym_string_literal, - sym_char_literal, - [80059] = 15, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(655), 1, - sym_float_number_literal, - ACTIONS(657), 1, - sym_number_literal, - ACTIONS(659), 1, - anon_sym_DQUOTE, - ACTIONS(661), 1, - anon_sym_SQUOTE, - ACTIONS(2950), 1, - anon_sym_LPAREN, - ACTIONS(2978), 1, - sym_name_identifier, - STATE(694), 1, - sym_literal, - STATE(1523), 1, - aux_sym_name_superexpression_repeat2, - STATE(1616), 1, - aux_sym_name_superexpression_repeat1, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(736), 2, - sym_string_literal, - sym_char_literal, - [80108] = 15, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1865), 1, - sym_float_number_literal, - ACTIONS(1867), 1, - sym_number_literal, - ACTIONS(1869), 1, - anon_sym_DQUOTE, - ACTIONS(1871), 1, - anon_sym_SQUOTE, - ACTIONS(2950), 1, - anon_sym_LPAREN, - ACTIONS(2980), 1, - sym_name_identifier, - STATE(1377), 1, - sym_literal, - STATE(1574), 1, - aux_sym_name_superexpression_repeat2, - STATE(1616), 1, - aux_sym_name_superexpression_repeat1, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1364), 2, - sym_string_literal, - sym_char_literal, - [80157] = 15, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(99), 1, - sym_float_number_literal, - ACTIONS(101), 1, - sym_number_literal, - ACTIONS(103), 1, - anon_sym_DQUOTE, - ACTIONS(105), 1, - anon_sym_SQUOTE, - ACTIONS(2950), 1, - anon_sym_LPAREN, - ACTIONS(2982), 1, - sym_name_identifier, - STATE(835), 1, - sym_literal, - STATE(1616), 1, - aux_sym_name_superexpression_repeat1, - STATE(1665), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(833), 2, - sym_string_literal, - sym_char_literal, - [80206] = 15, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(270), 1, - sym_float_number_literal, - ACTIONS(272), 1, - sym_number_literal, - ACTIONS(274), 1, - anon_sym_DQUOTE, - ACTIONS(276), 1, - anon_sym_SQUOTE, - ACTIONS(2950), 1, - anon_sym_LPAREN, - ACTIONS(2984), 1, - sym_name_identifier, - STATE(517), 1, - sym_literal, - STATE(1538), 1, - aux_sym_name_superexpression_repeat2, - STATE(1616), 1, - aux_sym_name_superexpression_repeat1, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(504), 2, - sym_string_literal, - sym_char_literal, - [80255] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(2986), 1, - sym_operator, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1523), 2, - anon_sym_type, - anon_sym_PIPE, - ACTIONS(1521), 12, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [80284] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1503), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1499), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1501), 7, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [80313] = 15, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1010), 1, - sym_float_number_literal, - ACTIONS(1012), 1, - sym_number_literal, - ACTIONS(1014), 1, - anon_sym_DQUOTE, - ACTIONS(1016), 1, - anon_sym_SQUOTE, - ACTIONS(2950), 1, - anon_sym_LPAREN, - ACTIONS(2988), 1, - sym_name_identifier, - STATE(1616), 1, - aux_sym_name_superexpression_repeat1, - STATE(1659), 1, - sym_literal, - STATE(1660), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1646), 2, - sym_string_literal, - sym_char_literal, - [80362] = 15, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(375), 1, - sym_float_number_literal, - ACTIONS(377), 1, - sym_number_literal, - ACTIONS(379), 1, - anon_sym_DQUOTE, - ACTIONS(381), 1, - anon_sym_SQUOTE, - ACTIONS(2950), 1, - anon_sym_LPAREN, - ACTIONS(2990), 1, - sym_name_identifier, - STATE(525), 1, - sym_literal, - STATE(1571), 1, - aux_sym_name_superexpression_repeat2, - STATE(1616), 1, - aux_sym_name_superexpression_repeat1, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(511), 2, - sym_string_literal, - sym_char_literal, - [80411] = 15, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(669), 1, - sym_float_number_literal, - ACTIONS(671), 1, - sym_number_literal, - ACTIONS(673), 1, - anon_sym_DQUOTE, - ACTIONS(675), 1, - anon_sym_SQUOTE, - ACTIONS(2950), 1, - anon_sym_LPAREN, - ACTIONS(2992), 1, - sym_name_identifier, - STATE(740), 1, - sym_literal, - STATE(1552), 1, - aux_sym_name_superexpression_repeat2, - STATE(1616), 1, - aux_sym_name_superexpression_repeat1, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(701), 2, - sym_string_literal, - sym_char_literal, - [80460] = 15, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1257), 1, - sym_float_number_literal, - ACTIONS(1259), 1, - sym_number_literal, - ACTIONS(1261), 1, - anon_sym_DQUOTE, - ACTIONS(1263), 1, - anon_sym_SQUOTE, - ACTIONS(2950), 1, - anon_sym_LPAREN, - ACTIONS(2994), 1, - sym_name_identifier, - STATE(810), 1, - sym_literal, - STATE(1610), 1, - aux_sym_name_superexpression_repeat2, - STATE(1616), 1, - aux_sym_name_superexpression_repeat1, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(805), 2, - sym_string_literal, - sym_char_literal, - [80509] = 15, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1028), 1, - sym_float_number_literal, - ACTIONS(1030), 1, - sym_number_literal, - ACTIONS(1032), 1, - anon_sym_DQUOTE, - ACTIONS(1034), 1, - anon_sym_SQUOTE, - ACTIONS(2950), 1, - anon_sym_LPAREN, - ACTIONS(2996), 1, - sym_name_identifier, - STATE(1532), 1, - sym_literal, - STATE(1533), 1, - aux_sym_name_superexpression_repeat2, - STATE(1616), 1, - aux_sym_name_superexpression_repeat1, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1691), 2, - sym_string_literal, - sym_char_literal, - [80558] = 15, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(252), 1, - sym_float_number_literal, - ACTIONS(254), 1, - sym_number_literal, - ACTIONS(256), 1, - anon_sym_DQUOTE, - ACTIONS(258), 1, - anon_sym_SQUOTE, - ACTIONS(2950), 1, - anon_sym_LPAREN, - ACTIONS(2998), 1, - sym_name_identifier, - STATE(481), 1, - sym_literal, - STATE(1565), 1, - aux_sym_name_superexpression_repeat2, - STATE(1616), 1, - aux_sym_name_superexpression_repeat1, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(478), 2, - sym_string_literal, - sym_char_literal, - [80607] = 15, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1377), 1, - sym_float_number_literal, - ACTIONS(1379), 1, - sym_number_literal, - ACTIONS(1381), 1, - anon_sym_DQUOTE, - ACTIONS(1383), 1, - anon_sym_SQUOTE, - ACTIONS(2950), 1, - anon_sym_LPAREN, - ACTIONS(3000), 1, - sym_name_identifier, - STATE(794), 1, - sym_literal, - STATE(1607), 1, - aux_sym_name_superexpression_repeat2, - STATE(1616), 1, - aux_sym_name_superexpression_repeat1, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(788), 2, - sym_string_literal, - sym_char_literal, - [80656] = 15, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(487), 1, - sym_float_number_literal, - ACTIONS(489), 1, - sym_number_literal, - ACTIONS(491), 1, - anon_sym_DQUOTE, - ACTIONS(493), 1, - anon_sym_SQUOTE, - ACTIONS(2950), 1, - anon_sym_LPAREN, - ACTIONS(3002), 1, - sym_name_identifier, - STATE(628), 1, - sym_literal, - STATE(1547), 1, - aux_sym_name_superexpression_repeat2, - STATE(1616), 1, - aux_sym_name_superexpression_repeat1, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(592), 2, - sym_string_literal, - sym_char_literal, - [80705] = 15, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2190), 1, - sym_float_number_literal, - ACTIONS(2192), 1, - sym_number_literal, - ACTIONS(2194), 1, - anon_sym_DQUOTE, - ACTIONS(2196), 1, - anon_sym_SQUOTE, - ACTIONS(2950), 1, - anon_sym_LPAREN, - ACTIONS(3004), 1, - sym_name_identifier, - STATE(1502), 1, - sym_literal, - STATE(1616), 1, - aux_sym_name_superexpression_repeat1, - STATE(1648), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1512), 2, - sym_string_literal, - sym_char_literal, - [80754] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3008), 1, - anon_sym_type, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(3006), 14, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [80781] = 15, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(536), 1, - sym_float_number_literal, - ACTIONS(538), 1, - sym_number_literal, - ACTIONS(540), 1, - anon_sym_DQUOTE, - ACTIONS(542), 1, - anon_sym_SQUOTE, - ACTIONS(2950), 1, - anon_sym_LPAREN, - ACTIONS(3010), 1, - sym_name_identifier, - STATE(635), 1, - sym_literal, - STATE(1593), 1, - aux_sym_name_superexpression_repeat2, - STATE(1616), 1, - aux_sym_name_superexpression_repeat1, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(650), 2, - sym_string_literal, - sym_char_literal, - [80830] = 6, - ACTIONS(5), 1, - sym__doc_comment, ACTIONS(2611), 1, - anon_sym_type, - ACTIONS(3012), 1, - anon_sym_AMP, - STATE(1307), 1, - aux_sym_type_constructor_repeat1, + sym_name_identifier, + ACTIONS(3283), 1, + anon_sym_LPAREN, + STATE(1832), 1, + aux_sym_name_expression_repeat2, + STATE(2000), 1, + aux_sym_name_expression_repeat1, + STATE(2381), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - ACTIONS(2552), 12, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [80861] = 5, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(1477), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(968), 2, + sym_string_literal, + sym_char_literal, + STATE(978), 2, + sym_extended_name, + sym_literal, + [77823] = 17, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1535), 1, + sym_float_number_literal, + ACTIONS(1537), 1, + sym_number_literal, + ACTIONS(1539), 1, + anon_sym_DQUOTE, + ACTIONS(1541), 1, + anon_sym_SQUOTE, + ACTIONS(2503), 1, + sym_name_identifier, + ACTIONS(3285), 1, + anon_sym_LPAREN, + STATE(1813), 1, + aux_sym_name_expression_repeat2, + STATE(2000), 1, + aux_sym_name_expression_repeat1, + STATE(2332), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(1529), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(985), 2, + sym_extended_name, + sym_literal, + STATE(1017), 2, + sym_string_literal, + sym_char_literal, + [77880] = 5, ACTIONS(3), 1, sym__line_comment, - ACTIONS(3014), 1, + ACTIONS(3287), 1, sym_operator, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(2507), 2, + ACTIONS(3199), 2, anon_sym_type, anon_sym_AMP, - ACTIONS(2505), 12, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [80890] = 15, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2155), 1, - sym_float_number_literal, - ACTIONS(2157), 1, - sym_number_literal, - ACTIONS(2159), 1, - anon_sym_DQUOTE, - ACTIONS(2161), 1, - anon_sym_SQUOTE, - ACTIONS(2950), 1, - anon_sym_LPAREN, - ACTIONS(3016), 1, - sym_name_identifier, - STATE(1442), 1, - sym_literal, - STATE(1616), 1, - aux_sym_name_superexpression_repeat1, - STATE(1676), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1440), 2, - sym_string_literal, - sym_char_literal, - [80939] = 15, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1317), 1, - sym_float_number_literal, - ACTIONS(1319), 1, - sym_number_literal, - ACTIONS(1321), 1, - anon_sym_DQUOTE, - ACTIONS(1323), 1, - anon_sym_SQUOTE, - ACTIONS(2950), 1, - anon_sym_LPAREN, - ACTIONS(3018), 1, - sym_name_identifier, - STATE(1451), 1, - sym_literal, - STATE(1616), 1, - aux_sym_name_superexpression_repeat1, - STATE(1651), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1449), 2, - sym_string_literal, - sym_char_literal, - [80988] = 15, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(133), 1, - sym_float_number_literal, - ACTIONS(135), 1, - sym_number_literal, - ACTIONS(137), 1, - anon_sym_DQUOTE, - ACTIONS(139), 1, - anon_sym_SQUOTE, - ACTIONS(2950), 1, - anon_sym_LPAREN, - ACTIONS(3020), 1, - sym_name_identifier, - STATE(976), 1, - sym_literal, - STATE(1616), 1, - aux_sym_name_superexpression_repeat1, - STATE(1628), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(959), 2, - sym_string_literal, - sym_char_literal, - [81037] = 15, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1192), 1, - sym_float_number_literal, - ACTIONS(1194), 1, - sym_number_literal, - ACTIONS(1196), 1, - anon_sym_DQUOTE, - ACTIONS(1198), 1, - anon_sym_SQUOTE, - ACTIONS(2950), 1, - anon_sym_LPAREN, - ACTIONS(3022), 1, - sym_name_identifier, - STATE(1408), 1, - sym_literal, - STATE(1596), 1, - aux_sym_name_superexpression_repeat2, - STATE(1616), 1, - aux_sym_name_superexpression_repeat1, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1403), 2, - sym_string_literal, - sym_char_literal, - [81086] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2917), 1, - anon_sym_type, - ACTIONS(3024), 1, - anon_sym_AMP, - STATE(1292), 1, - aux_sym_tuple_expression_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2870), 12, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [81117] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2924), 1, - anon_sym_type, - ACTIONS(3026), 1, - anon_sym_PIPE, - STATE(1293), 1, - aux_sym_variant_expression_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2834), 12, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [81148] = 15, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(599), 1, - sym_float_number_literal, - ACTIONS(601), 1, - sym_number_literal, - ACTIONS(603), 1, - anon_sym_DQUOTE, - ACTIONS(605), 1, - anon_sym_SQUOTE, - ACTIONS(2950), 1, - anon_sym_LPAREN, - ACTIONS(3028), 1, - sym_name_identifier, - STATE(562), 1, - sym_literal, - STATE(1601), 1, - aux_sym_name_superexpression_repeat2, - STATE(1616), 1, - aux_sym_name_superexpression_repeat1, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(591), 2, - sym_string_literal, - sym_char_literal, - [81197] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(3014), 1, - sym_operator, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(2830), 2, - anon_sym_type, - anon_sym_AMP, - ACTIONS(2796), 12, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [81226] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(2986), 1, - sym_operator, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(2810), 2, - anon_sym_type, - anon_sym_PIPE, - ACTIONS(2746), 12, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [81255] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(3030), 15, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_alias, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [81280] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2830), 1, - anon_sym_type, - ACTIONS(3032), 1, - anon_sym_AMP, - STATE(1292), 1, - aux_sym_tuple_expression_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2796), 12, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [81311] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2810), 1, - anon_sym_type, - ACTIONS(3035), 1, - anon_sym_PIPE, - STATE(1293), 1, - aux_sym_variant_expression_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2746), 12, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [81342] = 15, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1458), 1, - sym_float_number_literal, - ACTIONS(1460), 1, - sym_number_literal, - ACTIONS(1462), 1, - anon_sym_DQUOTE, - ACTIONS(1464), 1, - anon_sym_SQUOTE, - ACTIONS(2950), 1, - anon_sym_LPAREN, - ACTIONS(3038), 1, - sym_name_identifier, - STATE(937), 1, - sym_literal, - STATE(1531), 1, - aux_sym_name_superexpression_repeat2, - STATE(1616), 1, - aux_sym_name_superexpression_repeat1, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(947), 2, - sym_string_literal, - sym_char_literal, - [81391] = 15, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1109), 1, - sym_float_number_literal, - ACTIONS(1111), 1, - sym_number_literal, - ACTIONS(1113), 1, - anon_sym_DQUOTE, - ACTIONS(1115), 1, - anon_sym_SQUOTE, - ACTIONS(2950), 1, - anon_sym_LPAREN, - ACTIONS(3040), 1, - sym_name_identifier, - STATE(895), 1, - sym_literal, - STATE(1550), 1, - aux_sym_name_superexpression_repeat2, - STATE(1616), 1, - aux_sym_name_superexpression_repeat1, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(929), 2, - sym_string_literal, - sym_char_literal, - [81440] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(3042), 15, - anon_sym_const, - anon_sym_var, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_alias, - anon_sym_match, - anon_sym_if, - anon_sym_do, - anon_sym_while, - anon_sym_for, - anon_sym_loop, - anon_sym_SEMI, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - [81465] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3046), 1, - anon_sym_type, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(3044), 14, + ACTIONS(3197), 16, ts_builtin_sym_end, anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, anon_sym_partition, - anon_sym_import, anon_sym_use, + anon_sym_import, anon_sym_alias, + anon_sym_let, anon_sym_decl, anon_sym_def, anon_sym_struct, anon_sym_class, + anon_sym_basic, + anon_sym_abstract, anon_sym_typeclass, - [81492] = 5, + anon_sym_elif, + anon_sym_else, + [77913] = 4, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(3050), 1, - anon_sym_COLON, - ACTIONS(3052), 1, + ACTIONS(3291), 1, anon_sym_type, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - ACTIONS(3048), 13, + ACTIONS(3289), 18, ts_builtin_sym_end, anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [81521] = 15, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2260), 1, - sym_float_number_literal, - ACTIONS(2262), 1, - sym_number_literal, - ACTIONS(2264), 1, - anon_sym_DQUOTE, - ACTIONS(2266), 1, - anon_sym_SQUOTE, - ACTIONS(2950), 1, - anon_sym_LPAREN, - ACTIONS(3054), 1, - sym_name_identifier, - STATE(1499), 1, - sym_literal, - STATE(1616), 1, - aux_sym_name_superexpression_repeat1, - STATE(1632), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1511), 2, - sym_string_literal, - sym_char_literal, - [81570] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3058), 1, - anon_sym_type, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(3056), 14, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, anon_sym_RBRACE, anon_sym_partition, - anon_sym_import, anon_sym_use, + anon_sym_import, anon_sym_alias, + anon_sym_let, anon_sym_decl, anon_sym_def, anon_sym_struct, anon_sym_class, + anon_sym_basic, + anon_sym_abstract, anon_sym_typeclass, - [81597] = 15, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1046), 1, - sym_float_number_literal, - ACTIONS(1048), 1, - sym_number_literal, - ACTIONS(1050), 1, - anon_sym_DQUOTE, - ACTIONS(1052), 1, - anon_sym_SQUOTE, - ACTIONS(2950), 1, - anon_sym_LPAREN, - ACTIONS(3060), 1, - sym_name_identifier, - STATE(1413), 1, - sym_literal, - STATE(1592), 1, - aux_sym_name_superexpression_repeat2, - STATE(1616), 1, - aux_sym_name_superexpression_repeat1, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1421), 2, - sym_string_literal, - sym_char_literal, - [81646] = 15, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1127), 1, - sym_float_number_literal, - ACTIONS(1129), 1, - sym_number_literal, - ACTIONS(1131), 1, - anon_sym_DQUOTE, - ACTIONS(1133), 1, - anon_sym_SQUOTE, - ACTIONS(2950), 1, - anon_sym_LPAREN, - ACTIONS(3062), 1, - sym_name_identifier, - STATE(1522), 1, - sym_literal, - STATE(1616), 1, - aux_sym_name_superexpression_repeat1, - STATE(1626), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1619), 2, - sym_string_literal, - sym_char_literal, - [81695] = 15, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(501), 1, - sym_float_number_literal, - ACTIONS(503), 1, - sym_number_literal, - ACTIONS(505), 1, - anon_sym_DQUOTE, - ACTIONS(507), 1, - anon_sym_SQUOTE, - ACTIONS(2950), 1, - anon_sym_LPAREN, - ACTIONS(3064), 1, - sym_name_identifier, - STATE(639), 1, - sym_literal, - STATE(1614), 1, - aux_sym_name_superexpression_repeat2, - STATE(1616), 1, - aux_sym_name_superexpression_repeat1, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(565), 2, - sym_string_literal, - sym_char_literal, - [81744] = 15, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(802), 1, - sym_float_number_literal, - ACTIONS(804), 1, - sym_number_literal, - ACTIONS(806), 1, - anon_sym_DQUOTE, - ACTIONS(808), 1, - anon_sym_SQUOTE, - ACTIONS(2950), 1, - anon_sym_LPAREN, - ACTIONS(3066), 1, - sym_name_identifier, - STATE(748), 1, - sym_literal, - STATE(1612), 1, - aux_sym_name_superexpression_repeat2, - STATE(1616), 1, - aux_sym_name_superexpression_repeat1, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(722), 2, - sym_string_literal, - sym_char_literal, - [81793] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2585), 1, - anon_sym_type, - ACTIONS(3068), 1, anon_sym_AMP, - STATE(1305), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2539), 12, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [81824] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1523), 1, - anon_sym_type, - ACTIONS(3071), 1, - sym_operator, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1521), 13, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [81853] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2590), 1, - anon_sym_type, - ACTIONS(3012), 1, - anon_sym_AMP, - STATE(1305), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2544), 12, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [81884] = 15, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - ACTIONS(2950), 1, - anon_sym_LPAREN, - ACTIONS(3073), 1, - sym_name_identifier, - STATE(1580), 1, - sym_literal, - STATE(1584), 1, - aux_sym_name_superexpression_repeat2, - STATE(1616), 1, - aux_sym_name_superexpression_repeat1, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(3075), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - [81933] = 15, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(753), 1, - sym_float_number_literal, - ACTIONS(755), 1, - sym_number_literal, - ACTIONS(757), 1, - anon_sym_DQUOTE, - ACTIONS(759), 1, - anon_sym_SQUOTE, - ACTIONS(2950), 1, - anon_sym_LPAREN, - ACTIONS(3077), 1, - sym_name_identifier, - STATE(763), 1, - sym_literal, - STATE(1616), 1, - aux_sym_name_superexpression_repeat1, - STATE(1636), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(752), 2, - sym_string_literal, - sym_char_literal, - [81982] = 15, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(816), 1, - sym_float_number_literal, - ACTIONS(818), 1, - sym_number_literal, - ACTIONS(820), 1, - anon_sym_DQUOTE, - ACTIONS(822), 1, - anon_sym_SQUOTE, - ACTIONS(2950), 1, - anon_sym_LPAREN, - ACTIONS(3079), 1, - sym_name_identifier, - STATE(743), 1, - sym_literal, - STATE(1616), 1, - aux_sym_name_superexpression_repeat1, - STATE(1658), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(729), 2, - sym_string_literal, - sym_char_literal, - [82031] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1647), 7, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1649), 7, - anon_sym_LPAREN, anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [82060] = 15, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(284), 1, - sym_float_number_literal, - ACTIONS(286), 1, - sym_number_literal, - ACTIONS(288), 1, - anon_sym_DQUOTE, - ACTIONS(290), 1, - anon_sym_SQUOTE, - ACTIONS(2950), 1, - anon_sym_LPAREN, - ACTIONS(3081), 1, - sym_name_identifier, - STATE(491), 1, - sym_literal, - STATE(1616), 1, - aux_sym_name_superexpression_repeat1, - STATE(1680), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(520), 2, - sym_string_literal, - sym_char_literal, - [82109] = 15, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(452), 1, - sym_float_number_literal, - ACTIONS(454), 1, - sym_number_literal, - ACTIONS(456), 1, - anon_sym_DQUOTE, - ACTIONS(458), 1, - anon_sym_SQUOTE, - ACTIONS(2950), 1, - anon_sym_LPAREN, - ACTIONS(3083), 1, - sym_name_identifier, - STATE(640), 1, - sym_literal, - STATE(1570), 1, - aux_sym_name_superexpression_repeat2, - STATE(1616), 1, - aux_sym_name_superexpression_repeat1, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(634), 2, - sym_string_literal, - sym_char_literal, - [82158] = 15, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(69), 1, - anon_sym_SQUOTE, - ACTIONS(2950), 1, - anon_sym_LPAREN, - ACTIONS(3073), 1, - sym_name_identifier, - STATE(1580), 1, - sym_literal, - STATE(1584), 1, - aux_sym_name_superexpression_repeat2, - STATE(1616), 1, - aux_sym_name_superexpression_repeat1, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - [82207] = 15, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2204), 1, - sym_float_number_literal, - ACTIONS(2206), 1, - sym_number_literal, - ACTIONS(2208), 1, - anon_sym_DQUOTE, - ACTIONS(2210), 1, - anon_sym_SQUOTE, - ACTIONS(2950), 1, - anon_sym_LPAREN, - ACTIONS(3085), 1, - sym_name_identifier, - STATE(1480), 1, - sym_literal, - STATE(1616), 1, - aux_sym_name_superexpression_repeat1, - STATE(1666), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1505), 2, - sym_string_literal, - sym_char_literal, - [82256] = 15, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(683), 1, - sym_float_number_literal, - ACTIONS(685), 1, - sym_number_literal, - ACTIONS(687), 1, - anon_sym_DQUOTE, - ACTIONS(689), 1, - anon_sym_SQUOTE, - ACTIONS(2950), 1, - anon_sym_LPAREN, - ACTIONS(3087), 1, - sym_name_identifier, - STATE(667), 1, - sym_literal, - STATE(1616), 1, - aux_sym_name_superexpression_repeat1, - STATE(1687), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(679), 2, - sym_string_literal, - sym_char_literal, - [82305] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1655), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1651), 7, - anon_sym_DASH_GT, - anon_sym_AMP, anon_sym_PIPE, - anon_sym_QMARK, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1653), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [82334] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1625), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1503), 8, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_DOT, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [82361] = 15, + [77944] = 17, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(2135), 1, + ACTIONS(1381), 1, sym_float_number_literal, - ACTIONS(2137), 1, + ACTIONS(1383), 1, sym_number_literal, + ACTIONS(1385), 1, + anon_sym_DQUOTE, + ACTIONS(1387), 1, + anon_sym_SQUOTE, + ACTIONS(2595), 1, + sym_name_identifier, + ACTIONS(3293), 1, + anon_sym_LPAREN, + STATE(1830), 1, + aux_sym_name_expression_repeat2, + STATE(2000), 1, + aux_sym_name_expression_repeat1, + STATE(2375), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(1375), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(836), 2, + sym_extended_name, + sym_literal, + STATE(853), 2, + sym_string_literal, + sym_char_literal, + [78001] = 17, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(959), 1, + sym_float_number_literal, + ACTIONS(961), 1, + sym_number_literal, + ACTIONS(963), 1, + anon_sym_DQUOTE, + ACTIONS(965), 1, + anon_sym_SQUOTE, + ACTIONS(2271), 1, + sym_name_identifier, + ACTIONS(3295), 1, + anon_sym_LPAREN, + STATE(1821), 1, + aux_sym_name_expression_repeat2, + STATE(2000), 1, + aux_sym_name_expression_repeat1, + STATE(2361), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(2269), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1601), 2, + sym_extended_name, + sym_literal, + STATE(1609), 2, + sym_string_literal, + sym_char_literal, + [78058] = 17, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(241), 1, + sym_float_number_literal, + ACTIONS(243), 1, + sym_number_literal, + ACTIONS(245), 1, + anon_sym_DQUOTE, + ACTIONS(247), 1, + anon_sym_SQUOTE, + ACTIONS(2551), 1, + sym_name_identifier, + ACTIONS(3297), 1, + anon_sym_LPAREN, + STATE(1833), 1, + aux_sym_name_expression_repeat2, + STATE(2000), 1, + aux_sym_name_expression_repeat1, + STATE(2374), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(1747), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1284), 2, + sym_extended_name, + sym_literal, + STATE(1286), 2, + sym_string_literal, + sym_char_literal, + [78115] = 17, + ACTIONS(5), 1, + sym__doc_comment, ACTIONS(2139), 1, - anon_sym_DQUOTE, - ACTIONS(2141), 1, - anon_sym_SQUOTE, - ACTIONS(2950), 1, - anon_sym_LPAREN, - ACTIONS(3089), 1, sym_name_identifier, - STATE(1468), 1, - sym_literal, - STATE(1616), 1, - aux_sym_name_superexpression_repeat1, - STATE(1695), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1473), 2, - sym_string_literal, - sym_char_literal, - [82410] = 15, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(550), 1, + ACTIONS(2143), 1, sym_float_number_literal, - ACTIONS(552), 1, + ACTIONS(2145), 1, sym_number_literal, - ACTIONS(554), 1, + ACTIONS(2147), 1, anon_sym_DQUOTE, - ACTIONS(556), 1, + ACTIONS(2149), 1, anon_sym_SQUOTE, - ACTIONS(2950), 1, + ACTIONS(3299), 1, anon_sym_LPAREN, - ACTIONS(3091), 1, - sym_name_identifier, - STATE(573), 1, - sym_literal, - STATE(1544), 1, - aux_sym_name_superexpression_repeat2, - STATE(1616), 1, - aux_sym_name_superexpression_repeat1, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, + STATE(1838), 1, + aux_sym_name_expression_repeat2, + STATE(2000), 1, + aux_sym_name_expression_repeat1, + STATE(2387), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, sym_type_subexpression, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - ACTIONS(71), 2, + ACTIONS(169), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(585), 2, + ACTIONS(2137), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1517), 2, sym_string_literal, sym_char_literal, - [82459] = 4, + STATE(1535), 2, + sym_extended_name, + sym_literal, + [78172] = 5, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(3095), 1, + ACTIONS(3303), 1, anon_sym_type, + ACTIONS(3305), 1, + anon_sym_DASH_GT, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - ACTIONS(3093), 14, + ACTIONS(3301), 17, ts_builtin_sym_end, anon_sym_namespace, - anon_sym_const, - anon_sym_var, anon_sym_RBRACE, anon_sym_partition, - anon_sym_import, anon_sym_use, + anon_sym_import, anon_sym_alias, + anon_sym_let, anon_sym_decl, anon_sym_def, anon_sym_struct, anon_sym_class, + anon_sym_basic, + anon_sym_abstract, anon_sym_typeclass, - [82486] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3099), 1, - anon_sym_type, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(3097), 14, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [82513] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(201), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1631), 8, - anon_sym_DASH_GT, anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_DOT, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [82540] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1623), 7, - anon_sym_LPAREN, anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1621), 8, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_DOT, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [82567] = 4, + [78205] = 17, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(3103), 1, - anon_sym_type, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(3101), 14, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [82594] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(207), 7, + ACTIONS(627), 1, + sym_float_number_literal, + ACTIONS(629), 1, + sym_number_literal, + ACTIONS(631), 1, + anon_sym_DQUOTE, + ACTIONS(633), 1, + anon_sym_SQUOTE, + ACTIONS(2617), 1, + sym_name_identifier, + ACTIONS(3307), 1, anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1633), 8, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_DOT, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [82621] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3107), 1, - anon_sym_type, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(3105), 14, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_RBRACE, - anon_sym_partition, - anon_sym_import, - anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [82648] = 15, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1231), 1, - sym_float_number_literal, - ACTIONS(1233), 1, - sym_number_literal, - ACTIONS(1235), 1, - anon_sym_DQUOTE, - ACTIONS(1237), 1, - anon_sym_SQUOTE, - ACTIONS(2950), 1, - anon_sym_LPAREN, - ACTIONS(3109), 1, - sym_name_identifier, - STATE(866), 1, - sym_literal, - STATE(1556), 1, - aux_sym_name_superexpression_repeat2, - STATE(1616), 1, - aux_sym_name_superexpression_repeat1, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, + STATE(1795), 1, + aux_sym_name_expression_repeat2, + STATE(2000), 1, + aux_sym_name_expression_repeat1, + STATE(2325), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, sym_type_subexpression, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - ACTIONS(71), 2, + ACTIONS(169), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(877), 2, + ACTIONS(621), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(734), 2, sym_string_literal, sym_char_literal, - [82697] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1639), 7, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1641), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [82726] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1637), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1635), 8, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_DOT, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [82753] = 15, + STATE(776), 2, + sym_extended_name, + sym_literal, + [78262] = 17, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(1275), 1, + ACTIONS(611), 1, sym_float_number_literal, - ACTIONS(1277), 1, + ACTIONS(613), 1, sym_number_literal, - ACTIONS(1279), 1, + ACTIONS(615), 1, anon_sym_DQUOTE, - ACTIONS(1281), 1, + ACTIONS(617), 1, anon_sym_SQUOTE, - ACTIONS(2950), 1, - anon_sym_LPAREN, - ACTIONS(3111), 1, + ACTIONS(2495), 1, sym_name_identifier, - STATE(1360), 1, - sym_literal, - STATE(1616), 1, - aux_sym_name_superexpression_repeat1, - STATE(1652), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, + ACTIONS(3309), 1, + anon_sym_LPAREN, + STATE(1748), 1, + aux_sym_name_expression_repeat2, + STATE(2000), 1, + aux_sym_name_expression_repeat1, + STATE(2379), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, sym_type_subexpression, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - ACTIONS(71), 2, + ACTIONS(169), 2, sym_type_identifier, sym_abstract_type_identifier, - STATE(1379), 2, + ACTIONS(2971), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1942), 2, sym_string_literal, sym_char_literal, - [82802] = 4, + STATE(1951), 2, + sym_extended_name, + sym_literal, + [78319] = 17, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(3115), 1, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(2675), 1, + sym_name_identifier, + ACTIONS(3311), 1, + anon_sym_LPAREN, + STATE(1736), 1, + aux_sym_name_expression_repeat2, + STATE(2000), 1, + aux_sym_name_expression_repeat1, + STATE(2386), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(2673), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(3313), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(1735), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + [78376] = 17, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(381), 1, + sym_float_number_literal, + ACTIONS(383), 1, + sym_number_literal, + ACTIONS(385), 1, + anon_sym_DQUOTE, + ACTIONS(387), 1, + anon_sym_SQUOTE, + ACTIONS(2609), 1, + sym_name_identifier, + ACTIONS(3315), 1, + anon_sym_LPAREN, + STATE(1787), 1, + aux_sym_name_expression_repeat2, + STATE(2000), 1, + aux_sym_name_expression_repeat1, + STATE(2383), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(375), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(675), 2, + sym_string_literal, + sym_char_literal, + STATE(684), 2, + sym_extended_name, + sym_literal, + [78433] = 17, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(2219), 1, + sym_float_number_literal, + ACTIONS(2221), 1, + sym_number_literal, + ACTIONS(2223), 1, + anon_sym_DQUOTE, + ACTIONS(2225), 1, + anon_sym_SQUOTE, + ACTIONS(2587), 1, + sym_name_identifier, + ACTIONS(3317), 1, + anon_sym_LPAREN, + STATE(1782), 1, + aux_sym_name_expression_repeat2, + STATE(2000), 1, + aux_sym_name_expression_repeat1, + STATE(2368), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(2213), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1566), 2, + sym_string_literal, + sym_char_literal, + STATE(1574), 2, + sym_extended_name, + sym_literal, + [78490] = 17, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(783), 1, + sym_float_number_literal, + ACTIONS(785), 1, + sym_number_literal, + ACTIONS(787), 1, + anon_sym_DQUOTE, + ACTIONS(789), 1, + anon_sym_SQUOTE, + ACTIONS(2543), 1, + sym_name_identifier, + ACTIONS(3319), 1, + anon_sym_LPAREN, + STATE(1812), 1, + aux_sym_name_expression_repeat2, + STATE(2000), 1, + aux_sym_name_expression_repeat1, + STATE(2324), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(1235), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(866), 2, + sym_extended_name, + sym_literal, + STATE(878), 2, + sym_string_literal, + sym_char_literal, + [78547] = 17, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(695), 1, + sym_float_number_literal, + ACTIONS(697), 1, + sym_number_literal, + ACTIONS(699), 1, + anon_sym_DQUOTE, + ACTIONS(701), 1, + anon_sym_SQUOTE, + ACTIONS(2643), 1, + sym_name_identifier, + ACTIONS(3321), 1, + anon_sym_LPAREN, + STATE(1794), 1, + aux_sym_name_expression_repeat2, + STATE(2000), 1, + aux_sym_name_expression_repeat1, + STATE(2355), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(2977), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1947), 2, + sym_string_literal, + sym_char_literal, + STATE(1974), 2, + sym_extended_name, + sym_literal, + [78604] = 17, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1295), 1, + sym_float_number_literal, + ACTIONS(1297), 1, + sym_number_literal, + ACTIONS(1299), 1, + anon_sym_DQUOTE, + ACTIONS(1301), 1, + anon_sym_SQUOTE, + ACTIONS(2541), 1, + sym_name_identifier, + ACTIONS(3323), 1, + anon_sym_LPAREN, + STATE(1760), 1, + aux_sym_name_expression_repeat2, + STATE(2000), 1, + aux_sym_name_expression_repeat1, + STATE(2353), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(1289), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(794), 2, + sym_string_literal, + sym_char_literal, + STATE(805), 2, + sym_extended_name, + sym_literal, + [78661] = 17, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(893), 1, + sym_float_number_literal, + ACTIONS(895), 1, + sym_number_literal, + ACTIONS(897), 1, + anon_sym_DQUOTE, + ACTIONS(899), 1, + anon_sym_SQUOTE, + ACTIONS(2744), 1, + sym_name_identifier, + ACTIONS(3325), 1, + anon_sym_LPAREN, + STATE(1745), 1, + aux_sym_name_expression_repeat2, + STATE(2000), 1, + aux_sym_name_expression_repeat1, + STATE(2338), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(1591), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1118), 2, + sym_extended_name, + sym_literal, + STATE(1130), 2, + sym_string_literal, + sym_char_literal, + [78718] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3329), 1, anon_sym_type, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - ACTIONS(3113), 14, + ACTIONS(3327), 18, ts_builtin_sym_end, anon_sym_namespace, - anon_sym_const, - anon_sym_var, anon_sym_RBRACE, anon_sym_partition, - anon_sym_import, anon_sym_use, - anon_sym_alias, - anon_sym_decl, - anon_sym_def, - anon_sym_struct, - anon_sym_class, - anon_sym_typeclass, - [82829] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1659), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1657), 8, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_DOT, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [82856] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1615), 7, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1617), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [82885] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1629), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1627), 8, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_DOT, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [82912] = 15, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(167), 1, - sym_float_number_literal, - ACTIONS(169), 1, - sym_number_literal, - ACTIONS(171), 1, - anon_sym_DQUOTE, - ACTIONS(173), 1, - anon_sym_SQUOTE, - ACTIONS(2950), 1, - anon_sym_LPAREN, - ACTIONS(3117), 1, - sym_name_identifier, - STATE(905), 1, - sym_literal, - STATE(1542), 1, - aux_sym_name_superexpression_repeat2, - STATE(1616), 1, - aux_sym_name_superexpression_repeat1, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(899), 2, - sym_string_literal, - sym_char_literal, - [82961] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(201), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1631), 7, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_DOT, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [82987] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1615), 6, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1617), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [83015] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1621), 7, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_DOT, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1623), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [83041] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1503), 7, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_DOT, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1625), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [83067] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(207), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1633), 7, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_DOT, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [83093] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1647), 6, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_QMARK, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1649), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [83121] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(260), 7, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(262), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [83147] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1651), 7, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1653), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [83173] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1657), 7, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_DOT, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1659), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [83199] = 9, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(179), 1, - anon_sym_LPAREN, - STATE(120), 1, - sym_type_expression, - STATE(1834), 1, - aux_sym_name_superexpression_repeat1, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1371), 2, - sym_type_parameter, - aux_sym_parametrized_type_repeat1, - ACTIONS(183), 6, anon_sym_EQ, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_QMARK, - [83235] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1627), 7, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_DOT, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1629), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [83261] = 9, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(179), 1, - anon_sym_LPAREN, - STATE(120), 1, - sym_type_expression, - STATE(1834), 1, - aux_sym_name_superexpression_repeat1, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1346), 2, - sym_type_parameter, - aux_sym_parametrized_type_repeat1, - ACTIONS(175), 6, - anon_sym_EQ, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_QMARK, - [83297] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(201), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1631), 7, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_DOT, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [83323] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3121), 1, - anon_sym_type, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(3119), 13, - ts_builtin_sym_end, - anon_sym_namespace, - anon_sym_const, - anon_sym_var, - anon_sym_partition, anon_sym_import, - anon_sym_use, anon_sym_alias, + anon_sym_let, anon_sym_decl, anon_sym_def, anon_sym_struct, anon_sym_class, + anon_sym_basic, + anon_sym_abstract, anon_sym_typeclass, + anon_sym_LPAREN, + sym_abstract_type_identifier, + [78749] = 17, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(2255), 1, + sym_name_identifier, + ACTIONS(2259), 1, + sym_float_number_literal, + ACTIONS(2261), 1, + sym_number_literal, + ACTIONS(2263), 1, + anon_sym_DQUOTE, + ACTIONS(2265), 1, + anon_sym_SQUOTE, + ACTIONS(3331), 1, + anon_sym_LPAREN, + STATE(1809), 1, + aux_sym_name_expression_repeat2, + STATE(2000), 1, + aux_sym_name_expression_repeat1, + STATE(2349), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(2253), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1584), 2, + sym_string_literal, + sym_char_literal, + STATE(1592), 2, + sym_extended_name, + sym_literal, + [78806] = 17, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(2481), 1, + sym_name_identifier, + ACTIONS(2483), 1, + sym_float_number_literal, + ACTIONS(2485), 1, + sym_number_literal, + ACTIONS(2487), 1, + anon_sym_DQUOTE, + ACTIONS(2489), 1, + anon_sym_SQUOTE, + ACTIONS(3333), 1, + anon_sym_LPAREN, + STATE(1806), 1, + aux_sym_name_expression_repeat2, + STATE(2000), 1, + aux_sym_name_expression_repeat1, + STATE(2331), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(2547), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1675), 2, + sym_string_literal, + sym_char_literal, + STATE(1719), 2, + sym_extended_name, + sym_literal, + [78863] = 17, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1107), 1, + sym_float_number_literal, + ACTIONS(1109), 1, + sym_number_literal, + ACTIONS(1111), 1, + anon_sym_DQUOTE, + ACTIONS(1113), 1, + anon_sym_SQUOTE, + ACTIONS(2523), 1, + sym_name_identifier, + ACTIONS(3335), 1, + anon_sym_LPAREN, + STATE(1734), 1, + aux_sym_name_expression_repeat2, + STATE(2000), 1, + aux_sym_name_expression_repeat1, + STATE(2345), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(1101), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(705), 2, + sym_string_literal, + sym_char_literal, + STATE(730), 2, + sym_extended_name, + sym_literal, + [78920] = 17, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1443), 1, + sym_float_number_literal, + ACTIONS(1445), 1, + sym_number_literal, + ACTIONS(1447), 1, + anon_sym_DQUOTE, + ACTIONS(1449), 1, + anon_sym_SQUOTE, + ACTIONS(2475), 1, + sym_name_identifier, + ACTIONS(3337), 1, + anon_sym_LPAREN, + STATE(1802), 1, + aux_sym_name_expression_repeat2, + STATE(2000), 1, + aux_sym_name_expression_repeat1, + STATE(2330), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(1437), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(807), 2, + sym_string_literal, + sym_char_literal, + STATE(830), 2, + sym_extended_name, + sym_literal, + [78977] = 17, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1489), 1, + sym_float_number_literal, + ACTIONS(1491), 1, + sym_number_literal, + ACTIONS(1493), 1, + anon_sym_DQUOTE, + ACTIONS(1495), 1, + anon_sym_SQUOTE, + ACTIONS(2353), 1, + sym_name_identifier, + ACTIONS(3339), 1, + anon_sym_LPAREN, + STATE(1788), 1, + aux_sym_name_expression_repeat2, + STATE(2000), 1, + aux_sym_name_expression_repeat1, + STATE(2329), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(1483), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1057), 2, + sym_string_literal, + sym_char_literal, + STATE(1153), 2, + sym_extended_name, + sym_literal, + [79034] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3236), 1, + anon_sym_type, + ACTIONS(3341), 1, + anon_sym_AMP, + STATE(1466), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3234), 16, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + [79069] = 17, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(281), 1, + sym_float_number_literal, + ACTIONS(283), 1, + sym_number_literal, + ACTIONS(285), 1, + anon_sym_DQUOTE, + ACTIONS(287), 1, + anon_sym_SQUOTE, + ACTIONS(2463), 1, + sym_name_identifier, + ACTIONS(3343), 1, + anon_sym_LPAREN, + STATE(1702), 1, + aux_sym_name_expression_repeat2, + STATE(2000), 1, + aux_sym_name_expression_repeat1, + STATE(2335), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(1947), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1329), 2, + sym_extended_name, + sym_literal, + STATE(1339), 2, + sym_string_literal, + sym_char_literal, + [79126] = 17, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(849), 1, + sym_float_number_literal, + ACTIONS(851), 1, + sym_number_literal, + ACTIONS(853), 1, + anon_sym_DQUOTE, + ACTIONS(855), 1, + anon_sym_SQUOTE, + ACTIONS(2748), 1, + sym_name_identifier, + ACTIONS(3345), 1, + anon_sym_LPAREN, + STATE(1678), 1, + aux_sym_name_expression_repeat2, + STATE(2000), 1, + aux_sym_name_expression_repeat1, + STATE(2343), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(1645), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1055), 2, + sym_extended_name, + sym_literal, + STATE(1067), 2, + sym_string_literal, + sym_char_literal, + [79183] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3349), 1, + anon_sym_type, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3347), 18, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_EQ, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_LPAREN, + sym_abstract_type_identifier, + [79214] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(3351), 1, + sym_operator, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2005), 4, + anon_sym_type, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + ACTIONS(2003), 14, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [79247] = 17, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1557), 1, + sym_float_number_literal, + ACTIONS(1559), 1, + sym_number_literal, + ACTIONS(1561), 1, + anon_sym_DQUOTE, + ACTIONS(1563), 1, + anon_sym_SQUOTE, + ACTIONS(2397), 1, + sym_name_identifier, + ACTIONS(3353), 1, + anon_sym_LPAREN, + STATE(1704), 1, + aux_sym_name_expression_repeat2, + STATE(2000), 1, + aux_sym_name_expression_repeat1, + STATE(2358), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(1551), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1168), 2, + sym_extended_name, + sym_literal, + STATE(1175), 2, + sym_string_literal, + sym_char_literal, + [79304] = 17, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(915), 1, + sym_float_number_literal, + ACTIONS(917), 1, + sym_number_literal, + ACTIONS(919), 1, + anon_sym_DQUOTE, + ACTIONS(921), 1, + anon_sym_SQUOTE, + ACTIONS(2746), 1, + sym_name_identifier, + ACTIONS(3355), 1, + anon_sym_LPAREN, + STATE(1696), 1, + aux_sym_name_expression_repeat2, + STATE(2000), 1, + aux_sym_name_expression_repeat1, + STATE(2364), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(1329), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(826), 2, + sym_string_literal, + sym_char_literal, + STATE(841), 2, + sym_extended_name, + sym_literal, + [79361] = 17, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(2303), 1, + sym_name_identifier, + ACTIONS(2307), 1, + sym_float_number_literal, + ACTIONS(2309), 1, + sym_number_literal, + ACTIONS(2311), 1, + anon_sym_DQUOTE, + ACTIONS(2313), 1, + anon_sym_SQUOTE, + ACTIONS(3357), 1, + anon_sym_LPAREN, + STATE(1668), 1, + aux_sym_name_expression_repeat2, + STATE(2000), 1, + aux_sym_name_expression_repeat1, + STATE(2350), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(2301), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1562), 2, + sym_string_literal, + sym_char_literal, + STATE(1654), 2, + sym_extended_name, + sym_literal, + [79418] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3361), 1, + anon_sym_type, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3359), 18, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_RPAREN, + anon_sym_PIPE, + [79449] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3249), 1, + anon_sym_type, + ACTIONS(3363), 1, + anon_sym_AMP, + STATE(1437), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3247), 16, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_elif, + anon_sym_else, + [79484] = 17, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1067), 1, + sym_float_number_literal, + ACTIONS(1069), 1, + sym_number_literal, + ACTIONS(1071), 1, + anon_sym_DQUOTE, + ACTIONS(1073), 1, + anon_sym_SQUOTE, + ACTIONS(2517), 1, + sym_name_identifier, + ACTIONS(3365), 1, + anon_sym_LPAREN, + STATE(1817), 1, + aux_sym_name_expression_repeat2, + STATE(2000), 1, + aux_sym_name_expression_repeat1, + STATE(2354), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(1061), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(692), 2, + sym_string_literal, + sym_char_literal, + STATE(698), 2, + sym_extended_name, + sym_literal, + [79541] = 17, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(717), 1, + sym_float_number_literal, + ACTIONS(719), 1, + sym_number_literal, + ACTIONS(721), 1, + anon_sym_DQUOTE, + ACTIONS(723), 1, + anon_sym_SQUOTE, + ACTIONS(2365), 1, + sym_name_identifier, + ACTIONS(3367), 1, + anon_sym_LPAREN, + STATE(1798), 1, + aux_sym_name_expression_repeat2, + STATE(2000), 1, + aux_sym_name_expression_repeat1, + STATE(2348), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(1753), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1256), 2, + sym_extended_name, + sym_literal, + STATE(1270), 2, + sym_string_literal, + sym_char_literal, + [79598] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3236), 1, + anon_sym_type, + ACTIONS(3369), 1, + anon_sym_AMP, + STATE(1457), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3234), 16, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_DASH_GT, + [79633] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3221), 1, + anon_sym_type, + ACTIONS(3371), 1, + anon_sym_AMP, + STATE(1437), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3219), 16, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_elif, + anon_sym_else, + [79668] = 17, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(589), 1, + sym_float_number_literal, + ACTIONS(591), 1, + sym_number_literal, + ACTIONS(593), 1, + anon_sym_DQUOTE, + ACTIONS(595), 1, + anon_sym_SQUOTE, + ACTIONS(2367), 1, + sym_name_identifier, + ACTIONS(3374), 1, + anon_sym_LPAREN, + STATE(1781), 1, + aux_sym_name_expression_repeat2, + STATE(2000), 1, + aux_sym_name_expression_repeat1, + STATE(2384), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(2776), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1859), 2, + sym_string_literal, + sym_char_literal, + STATE(1917), 2, + sym_extended_name, + sym_literal, + [79725] = 17, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1907), 1, + sym_float_number_literal, + ACTIONS(1909), 1, + sym_number_literal, + ACTIONS(1911), 1, + anon_sym_DQUOTE, + ACTIONS(1913), 1, + anon_sym_SQUOTE, + ACTIONS(2359), 1, + sym_name_identifier, + ACTIONS(3376), 1, + anon_sym_LPAREN, + STATE(1771), 1, + aux_sym_name_expression_repeat2, + STATE(2000), 1, + aux_sym_name_expression_repeat1, + STATE(2334), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(1901), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1238), 2, + sym_extended_name, + sym_literal, + STATE(1250), 2, + sym_string_literal, + sym_char_literal, + [79782] = 17, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(2419), 1, + sym_name_identifier, + ACTIONS(2421), 1, + sym_float_number_literal, + ACTIONS(2423), 1, + sym_number_literal, + ACTIONS(2425), 1, + anon_sym_DQUOTE, + ACTIONS(2427), 1, + anon_sym_SQUOTE, + ACTIONS(3378), 1, + anon_sym_LPAREN, + STATE(1742), 1, + aux_sym_name_expression_repeat2, + STATE(2000), 1, + aux_sym_name_expression_repeat1, + STATE(2391), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(2878), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1877), 2, + sym_extended_name, + sym_literal, + STATE(1935), 2, + sym_string_literal, + sym_char_literal, + [79839] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3242), 1, + anon_sym_type, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3240), 18, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_RPAREN, + anon_sym_PIPE, + [79870] = 19, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(63), 1, + sym_abstract_type_identifier, + ACTIONS(3187), 1, + anon_sym_AMP, + ACTIONS(3189), 1, + anon_sym_LPAREN, + ACTIONS(3191), 1, + anon_sym_PIPE, + ACTIONS(3193), 1, + anon_sym_DOT, + ACTIONS(3195), 1, + sym_type_identifier, + STATE(210), 1, + sym_type_expression, + STATE(1382), 1, + aux_sym_tuple_type_repeat1, + STATE(1394), 1, + aux_sym_variant_type_repeat1, + STATE(2060), 1, + aux_sym_function_type_repeat1, + STATE(2297), 1, + aux_sym_name_expression_repeat1, + STATE(2390), 1, + sym_constructor, + STATE(2398), 1, + aux_sym_constructor_repeat1, + STATE(2487), 1, + sym_parametrized_type, + STATE(2573), 1, + sym_scoped_any_type, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + STATE(2640), 3, + sym_function_type, + sym_tuple_type, + sym_variant_type, + [79931] = 17, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(201), 1, + sym_float_number_literal, + ACTIONS(203), 1, + sym_number_literal, + ACTIONS(205), 1, + anon_sym_DQUOTE, + ACTIONS(207), 1, + anon_sym_SQUOTE, + ACTIONS(2361), 1, + sym_name_identifier, + ACTIONS(3380), 1, + anon_sym_LPAREN, + STATE(1774), 1, + aux_sym_name_expression_repeat2, + STATE(2000), 1, + aux_sym_name_expression_repeat1, + STATE(2393), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(1941), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1320), 2, + sym_extended_name, + sym_literal, + STATE(1341), 2, + sym_string_literal, + sym_char_literal, + [79988] = 17, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(2453), 1, + sym_name_identifier, + ACTIONS(2455), 1, + sym_float_number_literal, + ACTIONS(2457), 1, + sym_number_literal, + ACTIONS(2459), 1, + anon_sym_DQUOTE, + ACTIONS(2461), 1, + anon_sym_SQUOTE, + ACTIONS(3382), 1, + anon_sym_LPAREN, + STATE(1691), 1, + aux_sym_name_expression_repeat2, + STATE(2000), 1, + aux_sym_name_expression_repeat1, + STATE(2371), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(2806), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1850), 2, + sym_string_literal, + sym_char_literal, + STATE(1880), 2, + sym_extended_name, + sym_literal, + [80045] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3384), 1, + anon_sym_type, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3065), 18, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_RPAREN, + anon_sym_PIPE, + [80076] = 17, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(871), 1, + sym_float_number_literal, + ACTIONS(873), 1, + sym_number_literal, + ACTIONS(875), 1, + anon_sym_DQUOTE, + ACTIONS(877), 1, + anon_sym_SQUOTE, + ACTIONS(2391), 1, + sym_name_identifier, + ACTIONS(3386), 1, + anon_sym_LPAREN, + STATE(1686), 1, + aux_sym_name_expression_repeat2, + STATE(2000), 1, + aux_sym_name_expression_repeat1, + STATE(2372), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(1415), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(907), 2, + sym_string_literal, + sym_char_literal, + STATE(927), 2, + sym_extended_name, + sym_literal, + [80133] = 17, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(2437), 1, + sym_name_identifier, + ACTIONS(2439), 1, + sym_float_number_literal, + ACTIONS(2441), 1, + sym_number_literal, + ACTIONS(2443), 1, + anon_sym_DQUOTE, + ACTIONS(2445), 1, + anon_sym_SQUOTE, + ACTIONS(3388), 1, + anon_sym_LPAREN, + STATE(1721), 1, + aux_sym_name_expression_repeat2, + STATE(2000), 1, + aux_sym_name_expression_repeat1, + STATE(2382), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(2846), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1892), 2, + sym_string_literal, + sym_char_literal, + STATE(1914), 2, + sym_extended_name, + sym_literal, + [80190] = 17, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1891), 1, + sym_float_number_literal, + ACTIONS(1893), 1, + sym_number_literal, + ACTIONS(1895), 1, + anon_sym_DQUOTE, + ACTIONS(1897), 1, + anon_sym_SQUOTE, + ACTIONS(2345), 1, + sym_name_identifier, + ACTIONS(3390), 1, + anon_sym_LPAREN, + STATE(1767), 1, + aux_sym_name_expression_repeat2, + STATE(2000), 1, + aux_sym_name_expression_repeat1, + STATE(2357), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(1885), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1193), 2, + sym_extended_name, + sym_literal, + STATE(1200), 2, + sym_string_literal, + sym_char_literal, + [80247] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3251), 1, + anon_sym_AMP, + STATE(1450), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3247), 17, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [80280] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3392), 1, + anon_sym_AMP, + STATE(1450), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3219), 17, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [80313] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3191), 1, + anon_sym_PIPE, + ACTIONS(3397), 1, + anon_sym_type, + STATE(1460), 1, + aux_sym_variant_type_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3395), 16, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + [80348] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3399), 4, + ts_builtin_sym_end, + anon_sym_LPAREN, + sym_typeclass_identifier, + sym_type_identifier, + ACTIONS(3401), 15, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + sym_name_identifier, + [80379] = 17, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(827), 1, + sym_float_number_literal, + ACTIONS(829), 1, + sym_number_literal, + ACTIONS(831), 1, + anon_sym_DQUOTE, + ACTIONS(833), 1, + anon_sym_SQUOTE, + ACTIONS(2413), 1, + sym_name_identifier, + ACTIONS(3403), 1, + anon_sym_LPAREN, + STATE(1776), 1, + aux_sym_name_expression_repeat2, + STATE(2000), 1, + aux_sym_name_expression_repeat1, + STATE(2389), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(1545), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1104), 2, + sym_extended_name, + sym_literal, + STATE(1109), 2, + sym_string_literal, + sym_char_literal, + [80436] = 17, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(559), 1, + sym_float_number_literal, + ACTIONS(561), 1, + sym_number_literal, + ACTIONS(563), 1, + anon_sym_DQUOTE, + ACTIONS(565), 1, + anon_sym_SQUOTE, + ACTIONS(2467), 1, + sym_name_identifier, + ACTIONS(3405), 1, + anon_sym_LPAREN, + STATE(1740), 1, + aux_sym_name_expression_repeat2, + STATE(2000), 1, + aux_sym_name_expression_repeat1, + STATE(2327), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(569), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(761), 2, + sym_string_literal, + sym_char_literal, + STATE(772), 2, + sym_extended_name, + sym_literal, + [80493] = 17, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1051), 1, + sym_float_number_literal, + ACTIONS(1053), 1, + sym_number_literal, + ACTIONS(1055), 1, + anon_sym_DQUOTE, + ACTIONS(1057), 1, + anon_sym_SQUOTE, + ACTIONS(2363), 1, + sym_name_identifier, + ACTIONS(3407), 1, + anon_sym_LPAREN, + STATE(1703), 1, + aux_sym_name_expression_repeat2, + STATE(2000), 1, + aux_sym_name_expression_repeat1, + STATE(2337), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(1759), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1209), 2, + sym_extended_name, + sym_literal, + STATE(1220), 2, + sym_string_literal, + sym_char_literal, + [80550] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(3409), 1, + sym_operator, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(3199), 4, + anon_sym_type, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + ACTIONS(3197), 14, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [80583] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3249), 1, + anon_sym_type, + ACTIONS(3369), 1, + anon_sym_AMP, + STATE(1458), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3247), 16, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_DASH_GT, + [80618] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3221), 1, + anon_sym_type, + ACTIONS(3411), 1, + anon_sym_AMP, + STATE(1458), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3219), 16, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_DASH_GT, + [80653] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3236), 1, + anon_sym_type, + ACTIONS(3363), 1, + anon_sym_AMP, + STATE(1433), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3234), 16, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_elif, + anon_sym_else, + [80688] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3213), 1, + anon_sym_type, + ACTIONS(3414), 1, + anon_sym_PIPE, + STATE(1460), 1, + aux_sym_variant_type_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3211), 16, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + [80723] = 17, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(761), 1, + sym_float_number_literal, + ACTIONS(763), 1, + sym_number_literal, + ACTIONS(765), 1, + anon_sym_DQUOTE, + ACTIONS(767), 1, + anon_sym_SQUOTE, + ACTIONS(2447), 1, + sym_name_identifier, + ACTIONS(3417), 1, + anon_sym_LPAREN, + STATE(1683), 1, + aux_sym_name_expression_repeat2, + STATE(2000), 1, + aux_sym_name_expression_repeat1, + STATE(2367), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(1523), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1059), 2, + sym_extended_name, + sym_literal, + STATE(1142), 2, + sym_string_literal, + sym_char_literal, + [80780] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3421), 1, + anon_sym_type, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3419), 18, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + anon_sym_RPAREN, + anon_sym_PIPE, + [80811] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3221), 1, + anon_sym_type, + ACTIONS(3423), 1, + anon_sym_AMP, + STATE(1463), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3219), 16, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + [80846] = 17, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(73), 1, + anon_sym_SQUOTE, + ACTIONS(2675), 1, + sym_name_identifier, + ACTIONS(3311), 1, + anon_sym_LPAREN, + STATE(1736), 1, + aux_sym_name_expression_repeat2, + STATE(2000), 1, + aux_sym_name_expression_repeat1, + STATE(2386), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(2673), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1735), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + [80903] = 17, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(937), 1, + sym_float_number_literal, + ACTIONS(939), 1, + sym_number_literal, + ACTIONS(941), 1, + anon_sym_DQUOTE, + ACTIONS(943), 1, + anon_sym_SQUOTE, + ACTIONS(2465), 1, + sym_name_identifier, + ACTIONS(3426), 1, + anon_sym_LPAREN, + STATE(1709), 1, + aux_sym_name_expression_repeat2, + STATE(2000), 1, + aux_sym_name_expression_repeat1, + STATE(2326), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(2716), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1676), 2, + sym_string_literal, + sym_char_literal, + STATE(1722), 2, + sym_extended_name, + sym_literal, + [80960] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3249), 1, + anon_sym_type, + ACTIONS(3341), 1, + anon_sym_AMP, + STATE(1463), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3247), 16, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + [80995] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(3428), 1, + sym_operator, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(3199), 4, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + ACTIONS(3197), 14, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [81028] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3236), 1, + anon_sym_type, + ACTIONS(3430), 1, + anon_sym_AMP, + STATE(1484), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3234), 15, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + [81062] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3432), 1, + anon_sym_AMP, + STATE(1470), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3247), 16, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [81094] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3434), 1, + anon_sym_AMP, + STATE(1470), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3219), 16, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [81126] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(3437), 1, + sym_operator, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(3199), 3, + anon_sym_type, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(3197), 14, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [81158] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(3439), 1, + sym_operator, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(3199), 4, + anon_sym_type, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + ACTIONS(3197), 13, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [81190] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3236), 1, + anon_sym_type, + ACTIONS(3441), 1, + anon_sym_AMP, + STATE(1478), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3234), 15, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_DASH_GT, + [81224] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3445), 1, + anon_sym_type, + ACTIONS(3447), 1, + anon_sym_AMP, + STATE(1492), 1, + aux_sym_typeclass_definition_statement_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3443), 15, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [81258] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3451), 1, + anon_sym_type, + ACTIONS(3453), 1, + anon_sym_PIPE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + STATE(1487), 2, + sym_match_case, + aux_sym_match_repeat1, + ACTIONS(3449), 14, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [81292] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(3455), 1, + sym_operator, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2005), 3, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + ACTIONS(2003), 14, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [81324] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3459), 1, + anon_sym_type, + ACTIONS(3461), 1, + anon_sym_elif, + ACTIONS(3463), 1, + anon_sym_else, + STATE(1488), 1, + aux_sym_condition_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3457), 14, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [81360] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3249), 1, + anon_sym_type, + ACTIONS(3441), 1, + anon_sym_AMP, + STATE(1479), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3247), 15, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_DASH_GT, + [81394] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3221), 1, + anon_sym_type, + ACTIONS(3465), 1, + anon_sym_AMP, + STATE(1479), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3219), 15, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + anon_sym_DASH_GT, + [81428] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(3199), 1, + anon_sym_AMP, + ACTIONS(3468), 1, + sym_operator, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(3197), 16, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_match, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [81460] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3221), 1, + anon_sym_type, + ACTIONS(3470), 1, + anon_sym_AMP, + STATE(1481), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3219), 15, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + [81494] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3475), 1, + anon_sym_type, + ACTIONS(3477), 1, + anon_sym_QMARK, + ACTIONS(3479), 1, + anon_sym_DASH_GT, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3473), 15, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + [81528] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(2107), 1, + anon_sym_type, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(2105), 17, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_COLON, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_DOT, + [81558] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3249), 1, + anon_sym_type, + ACTIONS(3430), 1, + anon_sym_AMP, + STATE(1481), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3247), 15, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + [81592] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3481), 1, + anon_sym_AMP, + STATE(1499), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3234), 16, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_match, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [81624] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3221), 1, + anon_sym_type, + ACTIONS(3483), 1, + anon_sym_AMP, + STATE(1486), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3219), 15, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_elif, + anon_sym_else, + [81658] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3488), 1, + anon_sym_type, + ACTIONS(3490), 1, + anon_sym_PIPE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + STATE(1487), 2, + sym_match_case, + aux_sym_match_repeat1, + ACTIONS(3486), 14, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [81692] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3461), 1, + anon_sym_elif, + ACTIONS(3495), 1, + anon_sym_type, + ACTIONS(3497), 1, + anon_sym_else, + STATE(1490), 1, + aux_sym_condition_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3493), 14, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [81728] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3249), 1, + anon_sym_type, + ACTIONS(3499), 1, + anon_sym_AMP, + STATE(1486), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3247), 15, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_elif, + anon_sym_else, + [81762] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3503), 1, + anon_sym_type, + ACTIONS(3505), 1, + anon_sym_elif, + STATE(1490), 1, + aux_sym_condition_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3501), 15, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_else, + [81796] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(3508), 1, + sym_operator, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(3199), 2, + anon_sym_type, + anon_sym_AMP, + ACTIONS(3197), 15, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_elif, + anon_sym_else, + [81828] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3512), 1, + anon_sym_type, + ACTIONS(3514), 1, + anon_sym_AMP, + STATE(1492), 1, + aux_sym_typeclass_definition_statement_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3510), 15, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [81862] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3399), 4, + anon_sym_RBRACE, + anon_sym_LPAREN, + sym_typeclass_identifier, + sym_type_identifier, + ACTIONS(3401), 14, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + sym_name_identifier, + [81892] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3213), 1, + anon_sym_type, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3211), 17, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_RPAREN, + anon_sym_PIPE, + [81922] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3432), 1, + anon_sym_AMP, + STATE(1469), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3234), 16, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [81954] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(3517), 1, + sym_operator, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2005), 4, + anon_sym_type, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + ACTIONS(2003), 13, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [81986] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(3519), 1, + sym_operator, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(3199), 3, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + ACTIONS(3197), 14, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [82018] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3521), 1, + anon_sym_AMP, + STATE(1498), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3219), 16, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_match, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [82050] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3481), 1, + anon_sym_AMP, + STATE(1498), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3247), 16, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_match, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [82082] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2005), 1, + anon_sym_type, + ACTIONS(3524), 1, + sym_operator, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2003), 16, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_elif, + anon_sym_else, + [82114] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(3526), 1, + sym_operator, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2005), 3, + anon_sym_type, + anon_sym_PIPE, + anon_sym_DASH_GT, + ACTIONS(2003), 14, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [82146] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3236), 1, + anon_sym_type, + ACTIONS(3499), 1, + anon_sym_AMP, + STATE(1489), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3234), 15, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_elif, + anon_sym_else, + [82180] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3152), 4, + anon_sym_RBRACE, + anon_sym_LPAREN, + sym_typeclass_identifier, + sym_type_identifier, + ACTIONS(3154), 14, + anon_sym_namespace, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_type, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + sym_name_identifier, + [82210] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3530), 1, + anon_sym_type, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3528), 16, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + [82239] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2019), 8, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2067), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [82268] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2087), 7, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2085), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [82299] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2091), 8, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2089), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [82328] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3475), 1, + anon_sym_type, + ACTIONS(3532), 1, + anon_sym_QMARK, + ACTIONS(3534), 1, + anon_sym_DASH_GT, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3473), 14, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + [82361] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2095), 8, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2093), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [82390] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2107), 8, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2105), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [82419] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2073), 8, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(313), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [82448] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3536), 1, + anon_sym_PIPE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + STATE(1515), 2, + sym_match_case, + aux_sym_match_repeat1, + ACTIONS(3449), 14, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [82479] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3538), 1, + anon_sym_elif, + ACTIONS(3540), 1, + anon_sym_else, + STATE(1516), 1, + aux_sym_condition_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3457), 14, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [82512] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(3542), 1, + sym_operator, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2005), 2, + anon_sym_PIPE, + anon_sym_DASH_GT, + ACTIONS(2003), 14, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [82543] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3544), 1, + anon_sym_PIPE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + STATE(1515), 2, + sym_match_case, + aux_sym_match_repeat1, + ACTIONS(3486), 14, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [82574] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3538), 1, + anon_sym_elif, + ACTIONS(3547), 1, + anon_sym_else, + STATE(1524), 1, + aux_sym_condition_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3493), 14, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [82607] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2077), 8, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2075), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [82636] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3549), 1, + anon_sym_AMP, + STATE(1554), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3247), 15, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_PIPE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [82667] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(3551), 1, + sym_operator, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2003), 16, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_match, + anon_sym_if, + anon_sym_elif, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [82696] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3503), 1, + anon_sym_type, + ACTIONS(3553), 1, + anon_sym_elif, + STATE(1520), 1, + aux_sym_condition_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3501), 14, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_else, + [82729] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2081), 7, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2079), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [82760] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3558), 1, + anon_sym_type, + ACTIONS(3560), 1, + anon_sym_PIPE, + STATE(1522), 1, + aux_sym_variant_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3556), 14, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [82793] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3565), 1, + anon_sym_type, + ACTIONS(3567), 1, + anon_sym_AMP, + STATE(1523), 1, + aux_sym_tuple_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3563), 14, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [82826] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3570), 1, + anon_sym_elif, + STATE(1524), 1, + aux_sym_condition_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3501), 15, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_match, + anon_sym_if, + anon_sym_else, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [82857] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2065), 8, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(347), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [82886] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3575), 1, + anon_sym_type, + ACTIONS(3577), 1, + anon_sym_AMP, + STATE(1523), 1, + aux_sym_tuple_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3573), 14, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [82919] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2063), 8, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2061), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [82948] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3581), 1, + anon_sym_type, + ACTIONS(3583), 1, + anon_sym_PIPE, + STATE(1522), 1, + aux_sym_variant_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3579), 14, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [82981] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3587), 1, + anon_sym_EQ, + ACTIONS(3589), 1, + anon_sym_type, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3585), 15, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [83012] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3236), 1, + anon_sym_type, + ACTIONS(3591), 1, + anon_sym_AMP, + STATE(1559), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3234), 14, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [83045] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2059), 8, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2057), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [83074] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2103), 8, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2101), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [83103] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(3593), 1, + sym_operator, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(3199), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(3197), 14, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [83134] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(3595), 1, + sym_operator, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(3558), 2, + anon_sym_type, + anon_sym_PIPE, + ACTIONS(3556), 14, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [83165] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2081), 7, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2079), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [83196] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3599), 1, + anon_sym_type, + ACTIONS(3601), 1, + anon_sym_DASH_GT, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3597), 15, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + [83227] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(3603), 1, + sym_operator, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(3565), 2, + anon_sym_type, + anon_sym_AMP, + ACTIONS(3563), 14, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [83258] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(3603), 1, + sym_operator, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(3199), 2, + anon_sym_type, + anon_sym_AMP, + ACTIONS(3197), 14, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [83289] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2017), 7, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2015), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [83320] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3607), 1, + anon_sym_type, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3605), 16, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, [83349] = 5, ACTIONS(3), 1, sym__line_comment, - ACTIONS(1619), 1, + ACTIONS(2113), 1, anon_sym_DOT, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(1639), 6, - anon_sym_DASH_GT, + ACTIONS(2111), 7, + anon_sym_AMP, anon_sym_PIPE, anon_sym_QMARK, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1641), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [83377] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(207), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1633), 7, anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_DOT, sym_operator, sym_number_literal, anon_sym_SQUOTE, - [83403] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1625), 6, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1503), 8, - anon_sym_AMP, - anon_sym_elif, - anon_sym_else, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [83429] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1621), 7, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_DOT, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1623), 7, + ACTIONS(2109), 9, anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, sym_name_identifier, sym_type_identifier, sym_abstract_type_identifier, sym_float_number_literal, anon_sym_DQUOTE, - [83455] = 4, + [83380] = 5, ACTIONS(3), 1, sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1623), 6, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1621), 8, - anon_sym_AMP, - anon_sym_elif, - anon_sym_else, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [83481] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1639), 6, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1641), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [83509] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1503), 7, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_DOT, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1625), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [83535] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1635), 7, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_DOT, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1637), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [83561] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1637), 6, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1635), 8, - anon_sym_AMP, - anon_sym_elif, - anon_sym_else, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [83587] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1615), 6, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_QMARK, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1617), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [83615] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1503), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1499), 6, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1501), 7, - anon_sym_AMP, - anon_sym_elif, - anon_sym_else, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [83643] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1659), 6, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1657), 8, - anon_sym_AMP, - anon_sym_elif, - anon_sym_else, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [83669] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1615), 6, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1617), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [83697] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1629), 6, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1627), 8, - anon_sym_AMP, - anon_sym_elif, - anon_sym_else, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [83723] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1657), 7, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_DOT, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1659), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [83749] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1523), 1, + ACTIONS(2005), 1, anon_sym_type, - ACTIONS(3123), 1, + ACTIONS(3609), 1, sym_operator, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(1521), 12, + ACTIONS(2003), 15, anon_sym_namespace, - anon_sym_const, - anon_sym_var, anon_sym_RBRACE, - anon_sym_import, anon_sym_use, + anon_sym_import, anon_sym_alias, + anon_sym_let, anon_sym_decl, anon_sym_def, anon_sym_struct, anon_sym_class, + anon_sym_basic, + anon_sym_abstract, anon_sym_typeclass, - [83777] = 5, + anon_sym_elif, + anon_sym_else, + [83411] = 5, ACTIONS(3), 1, sym__line_comment, - ACTIONS(1503), 1, + ACTIONS(2059), 1, anon_sym_DOT, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(1501), 6, - anon_sym_DASH_GT, + ACTIONS(2099), 7, anon_sym_AMP, anon_sym_PIPE, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1499), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [83805] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1615), 6, - anon_sym_DASH_GT, - anon_sym_PIPE, anon_sym_QMARK, + anon_sym_DASH_GT, sym_operator, sym_number_literal, anon_sym_SQUOTE, - ACTIONS(1617), 7, + ACTIONS(2097), 9, anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, sym_name_identifier, sym_type_identifier, sym_abstract_type_identifier, sym_float_number_literal, anon_sym_DQUOTE, - [83833] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(201), 6, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1631), 8, - anon_sym_AMP, - anon_sym_elif, - anon_sym_else, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [83859] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(207), 6, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1633), 8, - anon_sym_AMP, - anon_sym_elif, - anon_sym_else, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [83885] = 9, + [83442] = 6, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(191), 1, - anon_sym_LPAREN, - STATE(120), 1, - sym_type_expression, - STATE(1834), 1, - aux_sym_name_superexpression_repeat1, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(3125), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1371), 2, - sym_type_parameter, - aux_sym_parametrized_type_repeat1, - ACTIONS(187), 6, - anon_sym_EQ, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_QMARK, - [83921] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1641), 6, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1639), 7, - anon_sym_AMP, - anon_sym_elif, - anon_sym_else, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [83949] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1655), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1651), 6, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1653), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [83977] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3052), 1, + ACTIONS(3221), 1, anon_sym_type, - ACTIONS(3128), 1, - anon_sym_COLON, + ACTIONS(3611), 1, + anon_sym_AMP, + STATE(1544), 1, + aux_sym_type_constructor_repeat1, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - ACTIONS(3048), 12, + ACTIONS(3219), 14, anon_sym_namespace, - anon_sym_const, - anon_sym_var, anon_sym_RBRACE, - anon_sym_import, anon_sym_use, + anon_sym_import, anon_sym_alias, + anon_sym_let, anon_sym_decl, anon_sym_def, anon_sym_struct, anon_sym_class, + anon_sym_basic, + anon_sym_abstract, anon_sym_typeclass, - [84005] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1655), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1651), 6, - anon_sym_DASH_GT, anon_sym_PIPE, + [83475] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3221), 1, + anon_sym_type, + ACTIONS(3614), 1, + anon_sym_AMP, + STATE(1545), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3219), 14, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [83508] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3249), 1, + anon_sym_type, + ACTIONS(3617), 1, + anon_sym_AMP, + STATE(1544), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3247), 14, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + [83541] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3619), 1, anon_sym_QMARK, + ACTIONS(3621), 1, + anon_sym_DASH_GT, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3473), 15, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_PIPE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [83572] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3512), 1, + anon_sym_type, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3510), 16, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_AMP, + [83601] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3495), 1, + anon_sym_type, + ACTIONS(3623), 1, + anon_sym_elif, + ACTIONS(3625), 1, + anon_sym_else, + STATE(1520), 1, + aux_sym_condition_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3493), 13, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [83636] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3488), 1, + anon_sym_type, + ACTIONS(3627), 1, + anon_sym_PIPE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + STATE(1550), 2, + sym_match_case, + aux_sym_match_repeat1, + ACTIONS(3486), 13, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [83669] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3459), 1, + anon_sym_type, + ACTIONS(3623), 1, + anon_sym_elif, + ACTIONS(3630), 1, + anon_sym_else, + STATE(1549), 1, + aux_sym_condition_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3457), 13, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [83704] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3451), 1, + anon_sym_type, + ACTIONS(3632), 1, + anon_sym_PIPE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + STATE(1550), 2, + sym_match_case, + aux_sym_match_repeat1, + ACTIONS(3449), 13, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [83737] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3549), 1, + anon_sym_AMP, + STATE(1518), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3234), 15, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_PIPE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [83768] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3634), 1, + anon_sym_AMP, + STATE(1554), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3219), 15, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_PIPE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [83799] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(3637), 1, + sym_operator, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(3199), 3, + anon_sym_type, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(3197), 13, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [83830] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3236), 1, + anon_sym_type, + ACTIONS(3617), 1, + anon_sym_AMP, + STATE(1546), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3234), 14, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + [83863] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(3595), 1, + sym_operator, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2005), 2, + anon_sym_type, + anon_sym_PIPE, + ACTIONS(2003), 14, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [83894] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(3639), 1, + sym_operator, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2005), 3, + anon_sym_type, + anon_sym_PIPE, + anon_sym_DASH_GT, + ACTIONS(2003), 13, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [83925] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3249), 1, + anon_sym_type, + ACTIONS(3591), 1, + anon_sym_AMP, + STATE(1545), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3247), 14, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [83958] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3107), 1, + anon_sym_DASH_GT, + ACTIONS(3643), 1, + anon_sym_type, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3641), 15, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [83989] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3645), 1, + anon_sym_PIPE, + STATE(1561), 1, + aux_sym_variant_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3556), 14, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [84019] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2077), 5, + anon_sym_AMP, + anon_sym_DOT, sym_operator, sym_number_literal, anon_sym_SQUOTE, - ACTIONS(1653), 7, + ACTIONS(2075), 11, anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + anon_sym_RBRACK, sym_name_identifier, sym_type_identifier, sym_abstract_type_identifier, sym_float_number_literal, anon_sym_DQUOTE, - [84033] = 5, + [84047] = 4, ACTIONS(3), 1, sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(1617), 6, + ACTIONS(313), 8, anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, sym_type_identifier, sym_abstract_type_identifier, sym_float_number_literal, anon_sym_DQUOTE, - ACTIONS(1615), 7, + ACTIONS(2073), 8, + anon_sym_AMP, + anon_sym_elif, + anon_sym_else, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [84075] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3565), 1, + anon_sym_type, + ACTIONS(3648), 1, + anon_sym_AMP, + STATE(1564), 1, + aux_sym_tuple_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3563), 13, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [84107] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3558), 1, + anon_sym_type, + ACTIONS(3651), 1, + anon_sym_PIPE, + STATE(1565), 1, + aux_sym_variant_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3556), 13, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [84139] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2075), 8, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2077), 8, + anon_sym_AMP, + anon_sym_elif, + anon_sym_else, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [84167] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2019), 7, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2067), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [84195] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3656), 1, + anon_sym_type, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3654), 15, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [84223] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2113), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2111), 7, anon_sym_AMP, anon_sym_elif, anon_sym_else, @@ -77265,161 +94578,11 @@ static const uint16_t ts_small_parse_table[] = { sym_operator, sym_number_literal, anon_sym_SQUOTE, - [84061] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 6, + ACTIONS(2109), 8, anon_sym_LPAREN, anon_sym_RPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 7, - anon_sym_AMP, - anon_sym_elif, - anon_sym_else, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [84089] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1655), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 6, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 7, - anon_sym_AMP, - anon_sym_elif, - anon_sym_else, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [84117] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1627), 7, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_QMARK, - anon_sym_DOT, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1629), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [84143] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1503), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1501), 6, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_QMARK, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1499), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [84171] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1649), 6, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1647), 7, - anon_sym_AMP, - anon_sym_elif, - anon_sym_else, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [84199] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1647), 6, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1649), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [84227] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1635), 7, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_DOT, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1637), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, + anon_sym_TILDE, + anon_sym_AT, sym_type_identifier, sym_abstract_type_identifier, sym_float_number_literal, @@ -77430,166 +94593,168 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(1657), 6, + ACTIONS(2107), 7, anon_sym_AMP, anon_sym_PIPE, - anon_sym_DOT, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1659), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [84278] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1627), 6, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_DOT, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1629), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [84303] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1651), 6, anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_QMARK, + anon_sym_DOT, sym_operator, sym_number_literal, anon_sym_SQUOTE, - ACTIONS(1653), 7, + ACTIONS(2105), 9, anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, sym_name_identifier, sym_type_identifier, sym_abstract_type_identifier, sym_float_number_literal, anon_sym_DQUOTE, - [84328] = 4, + [84281] = 4, ACTIONS(3), 1, sym__line_comment, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(260), 6, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_QMARK, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(262), 7, + ACTIONS(347), 8, anon_sym_LPAREN, anon_sym_RPAREN, - sym_name_identifier, + anon_sym_TILDE, + anon_sym_AT, sym_type_identifier, sym_abstract_type_identifier, sym_float_number_literal, anon_sym_DQUOTE, - [84353] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1631), 6, + ACTIONS(2065), 8, anon_sym_AMP, - anon_sym_PIPE, + anon_sym_elif, + anon_sym_else, anon_sym_DOT, + sym_name_identifier, sym_operator, sym_number_literal, anon_sym_SQUOTE, - ACTIONS(201), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [84378] = 4, + [84309] = 4, ACTIONS(3), 1, sym__line_comment, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(1633), 6, + ACTIONS(2061), 8, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2063), 8, anon_sym_AMP, - anon_sym_PIPE, + anon_sym_elif, + anon_sym_else, anon_sym_DOT, + sym_name_identifier, sym_operator, sym_number_literal, anon_sym_SQUOTE, - ACTIONS(207), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [84403] = 5, + [84337] = 5, ACTIONS(3), 1, sym__line_comment, - ACTIONS(1619), 1, + ACTIONS(2059), 1, anon_sym_DOT, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(1639), 5, + ACTIONS(2099), 7, anon_sym_AMP, - anon_sym_PIPE, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1641), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [84430] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1615), 6, anon_sym_elif, anon_sym_else, sym_name_identifier, sym_operator, sym_number_literal, anon_sym_SQUOTE, - ACTIONS(1617), 6, + ACTIONS(2097), 8, anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [84367] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2081), 7, + anon_sym_AMP, + anon_sym_elif, + anon_sym_else, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2079), 8, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [84397] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2087), 7, + anon_sym_AMP, + anon_sym_elif, + anon_sym_else, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2085), 8, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [84427] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2081), 7, + anon_sym_AMP, + anon_sym_elif, + anon_sym_else, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2079), 8, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, sym_type_identifier, sym_abstract_type_identifier, sym_float_number_literal, @@ -77600,15190 +94765,18831 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(1651), 6, + ACTIONS(2103), 7, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1653), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [84482] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1615), 5, - anon_sym_AMP, - anon_sym_PIPE, sym_operator, sym_number_literal, anon_sym_SQUOTE, - ACTIONS(1617), 7, + ACTIONS(2101), 9, anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, sym_name_identifier, sym_type_identifier, sym_abstract_type_identifier, sym_float_number_literal, anon_sym_DQUOTE, - [84509] = 5, + [84485] = 4, ACTIONS(3), 1, sym__line_comment, - ACTIONS(1635), 1, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2059), 7, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1615), 5, - anon_sym_AMP, - anon_sym_PIPE, sym_operator, sym_number_literal, anon_sym_SQUOTE, - ACTIONS(1617), 7, + ACTIONS(2057), 9, anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, sym_name_identifier, sym_type_identifier, sym_abstract_type_identifier, sym_float_number_literal, anon_sym_DQUOTE, - [84536] = 4, + [84513] = 4, ACTIONS(3), 1, sym__line_comment, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(1653), 6, + ACTIONS(2089), 8, anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, sym_type_identifier, sym_abstract_type_identifier, sym_float_number_literal, anon_sym_DQUOTE, - ACTIONS(1651), 7, + ACTIONS(2091), 8, anon_sym_AMP, anon_sym_elif, anon_sym_else, + anon_sym_DOT, sym_name_identifier, sym_operator, sym_number_literal, anon_sym_SQUOTE, - [84561] = 11, + [84541] = 6, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(1714), 1, - anon_sym_LPAREN, - ACTIONS(1781), 1, - sym_typeclass_identifier, - ACTIONS(3130), 1, - sym_name_identifier, - STATE(1758), 1, - aux_sym_name_superexpression_repeat1, - STATE(2028), 1, - aux_sym_name_expression_repeat1, - STATE(2470), 1, - sym_type_subexpression, + ACTIONS(3236), 1, + anon_sym_type, + ACTIONS(3658), 1, + anon_sym_AMP, + STATE(1653), 1, + aux_sym_type_constructor_repeat1, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - ACTIONS(1785), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(747), 2, - sym_import_symbol, - aux_sym_import_statement_repeat1, - STATE(1149), 3, - sym_name_expression, - sym_type_expression, - sym_typeclass_expression, - [84600] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1655), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1651), 5, - anon_sym_AMP, - anon_sym_PIPE, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1653), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [84627] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1503), 6, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_DOT, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1625), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [84652] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1637), 6, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1635), 7, - anon_sym_elif, - anon_sym_else, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [84677] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1621), 6, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_DOT, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1623), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [84702] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1635), 6, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_DOT, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1637), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [84727] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1657), 6, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_DOT, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1659), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [84752] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1627), 6, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_DOT, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1629), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [84777] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1631), 6, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_DOT, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(201), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [84802] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1633), 6, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_DOT, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(207), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [84827] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1639), 5, - anon_sym_DASH_GT, - anon_sym_PIPE, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1641), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [84854] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1615), 5, - anon_sym_DASH_GT, - anon_sym_PIPE, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1617), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [84881] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1615), 5, - anon_sym_DASH_GT, - anon_sym_PIPE, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1617), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [84908] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1655), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1651), 5, - anon_sym_DASH_GT, - anon_sym_PIPE, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1653), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [84935] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1647), 5, - anon_sym_DASH_GT, - anon_sym_PIPE, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1649), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [84962] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1647), 6, - anon_sym_elif, - anon_sym_else, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1649), 6, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [84989] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1655), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1651), 6, - anon_sym_elif, - anon_sym_else, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1653), 6, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [85016] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1615), 6, - anon_sym_elif, - anon_sym_else, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1617), 6, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [85043] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(262), 6, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(260), 7, - anon_sym_AMP, - anon_sym_elif, - anon_sym_else, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [85068] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(260), 6, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(262), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [85093] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1503), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1501), 5, - anon_sym_AMP, - anon_sym_PIPE, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1499), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [85120] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1639), 6, - anon_sym_elif, - anon_sym_else, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1641), 6, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [85147] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(207), 6, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1633), 7, - anon_sym_elif, - anon_sym_else, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [85172] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1647), 5, - anon_sym_AMP, - anon_sym_PIPE, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1649), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [85199] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(201), 6, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1631), 7, - anon_sym_elif, - anon_sym_else, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [85224] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1629), 6, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1627), 7, - anon_sym_elif, - anon_sym_else, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [85249] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1659), 6, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1657), 7, - anon_sym_elif, - anon_sym_else, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [85274] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1635), 6, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_DOT, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1637), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [85299] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1503), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1501), 5, - anon_sym_DASH_GT, - anon_sym_PIPE, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1499), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [85326] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1623), 6, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1621), 7, - anon_sym_elif, - anon_sym_else, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [85351] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1625), 6, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1503), 7, - anon_sym_elif, - anon_sym_else, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [85376] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1621), 6, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_DOT, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1623), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [85401] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1503), 6, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_DOT, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1625), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [85426] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1503), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1499), 6, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1501), 6, - anon_sym_elif, - anon_sym_else, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [85453] = 11, + ACTIONS(3234), 13, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [84573] = 5, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(1714), 1, - anon_sym_LPAREN, - ACTIONS(1716), 1, - sym_typeclass_identifier, - ACTIONS(3132), 1, - sym_name_identifier, - STATE(1755), 1, - aux_sym_name_superexpression_repeat1, - STATE(2032), 1, - aux_sym_name_expression_repeat1, - STATE(2470), 1, - sym_type_subexpression, + ACTIONS(3660), 1, + anon_sym_AMP, + STATE(1657), 1, + aux_sym_type_constructor_repeat1, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(576), 2, - sym_import_symbol, - aux_sym_import_statement_repeat1, - STATE(1113), 3, - sym_name_expression, - sym_type_expression, - sym_typeclass_expression, - [85492] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1657), 5, - anon_sym_AMP, - anon_sym_DOT, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1659), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [85516] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1641), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1639), 6, - anon_sym_AMP, - anon_sym_while, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [85542] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3134), 1, - anon_sym_LPAREN, - ACTIONS(3136), 1, - sym_typeclass_identifier, - STATE(113), 1, - sym_type_expression, - STATE(838), 1, - sym_typeclass_expression, - STATE(1214), 1, - sym_function_declartation_type, - STATE(1434), 1, - aux_sym_function_declaration_repeat2, - STATE(1811), 1, - aux_sym_name_superexpression_repeat1, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(181), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1174), 2, - sym_parametrized_type, - sym_parametrized_typeclass, - [85582] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3138), 1, - anon_sym_LPAREN, - ACTIONS(3141), 1, - sym_typeclass_identifier, - STATE(1348), 1, - sym_type_expression, - STATE(1434), 1, - aux_sym_function_declaration_repeat2, - STATE(1703), 1, - sym_typeclass_expression, - STATE(1805), 1, - aux_sym_name_superexpression_repeat1, - STATE(2061), 1, - sym_function_declartation_type, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(3144), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1174), 2, - sym_parametrized_type, - sym_parametrized_typeclass, - [85622] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3134), 1, - anon_sym_LPAREN, - ACTIONS(3136), 1, - sym_typeclass_identifier, - STATE(113), 1, - sym_type_expression, - STATE(838), 1, - sym_typeclass_expression, - STATE(1181), 1, - sym_function_declartation_type, - STATE(1433), 1, - aux_sym_function_declaration_repeat2, - STATE(1811), 1, - aux_sym_name_superexpression_repeat1, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(181), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1174), 2, - sym_parametrized_type, - sym_parametrized_typeclass, - [85662] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3134), 1, - anon_sym_LPAREN, - ACTIONS(3136), 1, - sym_typeclass_identifier, - STATE(113), 1, - sym_type_expression, - STATE(838), 1, - sym_typeclass_expression, - STATE(1181), 1, - sym_function_declartation_type, - STATE(1434), 1, - aux_sym_function_declaration_repeat2, - STATE(1811), 1, - aux_sym_name_superexpression_repeat1, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(181), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1174), 2, - sym_parametrized_type, - sym_parametrized_typeclass, - [85702] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3136), 1, - sym_typeclass_identifier, - ACTIONS(3147), 1, - anon_sym_LPAREN, - STATE(1094), 1, - sym_typeclass_expression, - STATE(1785), 1, - sym_annotated_type, - STATE(1805), 1, - aux_sym_name_superexpression_repeat1, - STATE(1809), 1, - sym_annotated_typeclass, - STATE(1835), 1, - sym_type_expression, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(2205), 2, - sym_defined_type, - sym_defined_typeclass, - [85742] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3134), 1, - anon_sym_LPAREN, - ACTIONS(3136), 1, - sym_typeclass_identifier, - STATE(113), 1, - sym_type_expression, - STATE(838), 1, - sym_typeclass_expression, - STATE(1210), 1, - sym_function_declartation_type, - STATE(1436), 1, - aux_sym_function_declaration_repeat2, - STATE(1811), 1, - aux_sym_name_superexpression_repeat1, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(181), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1174), 2, - sym_parametrized_type, - sym_parametrized_typeclass, - [85782] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1647), 4, - anon_sym_AMP, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1649), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [85808] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1627), 5, - anon_sym_AMP, - anon_sym_DOT, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1629), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [85832] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1655), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1651), 4, - anon_sym_AMP, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1653), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [85858] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1615), 4, - anon_sym_AMP, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1617), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [85884] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1615), 4, - anon_sym_AMP, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1617), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [85910] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1621), 5, - anon_sym_AMP, - anon_sym_DOT, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1623), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [85934] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1639), 4, - anon_sym_AMP, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1641), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [85960] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1633), 5, - anon_sym_AMP, - anon_sym_DOT, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(207), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [85984] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1631), 5, - anon_sym_AMP, - anon_sym_DOT, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(201), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [86008] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1647), 4, - anon_sym_PIPE, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1649), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [86034] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1627), 5, - anon_sym_PIPE, - anon_sym_DOT, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1629), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [86058] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1655), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1651), 4, - anon_sym_PIPE, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1653), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [86084] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1615), 4, - anon_sym_PIPE, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1617), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [86110] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1635), 5, - anon_sym_AMP, - anon_sym_DOT, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1637), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [86134] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1615), 4, - anon_sym_PIPE, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1617), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [86160] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1621), 5, - anon_sym_PIPE, - anon_sym_DOT, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1623), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [86184] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1503), 5, - anon_sym_AMP, - anon_sym_DOT, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1625), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [86208] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1633), 5, - anon_sym_PIPE, - anon_sym_DOT, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(207), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [86232] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1631), 5, - anon_sym_PIPE, - anon_sym_DOT, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(201), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [86256] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1657), 5, - anon_sym_PIPE, - anon_sym_DOT, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1659), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [86280] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1635), 5, - anon_sym_PIPE, - anon_sym_DOT, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1637), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [86304] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1503), 5, - anon_sym_PIPE, - anon_sym_DOT, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1625), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [86328] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1503), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1501), 4, - anon_sym_AMP, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1499), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [86354] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1503), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1501), 4, - anon_sym_PIPE, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1499), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [86380] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1651), 6, - anon_sym_elif, - anon_sym_else, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1653), 6, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [86404] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1639), 4, - anon_sym_PIPE, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1641), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [86430] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1649), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1647), 6, - anon_sym_AMP, - anon_sym_with, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [86456] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(260), 6, - anon_sym_elif, - anon_sym_else, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(262), 6, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [86480] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1655), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 6, - anon_sym_AMP, - anon_sym_with, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [86506] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 6, - anon_sym_AMP, - anon_sym_with, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [86532] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 6, - anon_sym_AMP, - anon_sym_with, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [86558] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1641), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1639), 6, - anon_sym_AMP, - anon_sym_with, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [86584] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(207), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1633), 7, - anon_sym_AMP, - anon_sym_with, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [86608] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(201), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1631), 7, - anon_sym_AMP, - anon_sym_with, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [86632] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1629), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1627), 7, - anon_sym_AMP, - anon_sym_with, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [86656] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1637), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1635), 7, - anon_sym_AMP, - anon_sym_with, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [86680] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1623), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1621), 7, - anon_sym_AMP, - anon_sym_with, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [86704] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1625), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1503), 7, - anon_sym_AMP, - anon_sym_with, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [86728] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1649), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1647), 6, - anon_sym_AMP, - anon_sym_then, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [86754] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(260), 5, - anon_sym_AMP, - anon_sym_PIPE, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(262), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [86778] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1655), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 6, - anon_sym_AMP, - anon_sym_then, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [86804] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 6, - anon_sym_AMP, - anon_sym_then, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [86830] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 6, - anon_sym_AMP, - anon_sym_then, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [86856] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1641), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1639), 6, - anon_sym_AMP, - anon_sym_then, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [86882] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(207), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1633), 7, - anon_sym_AMP, - anon_sym_then, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [86906] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(201), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1631), 7, - anon_sym_AMP, - anon_sym_then, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [86930] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1651), 5, - anon_sym_AMP, - anon_sym_PIPE, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1653), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [86954] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1649), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1647), 6, - anon_sym_AMP, - anon_sym_while, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [86980] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1623), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1621), 7, - anon_sym_AMP, - anon_sym_then, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [87004] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1623), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1621), 7, - anon_sym_AMP, - anon_sym_while, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [87028] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(260), 5, - anon_sym_DASH_GT, - anon_sym_PIPE, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(262), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [87052] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 6, - anon_sym_AMP, + ACTIONS(3234), 14, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_match, + anon_sym_if, anon_sym_do, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [87078] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1503), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1499), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1501), 6, - anon_sym_AMP, - anon_sym_do, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [87104] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1637), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1635), 7, - anon_sym_AMP, anon_sym_while, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [87128] = 5, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [84603] = 4, ACTIONS(3), 1, sym__line_comment, - ACTIONS(1503), 1, - anon_sym_DOT, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(1499), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1501), 6, + ACTIONS(2063), 7, anon_sym_AMP, - anon_sym_while, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [87154] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1659), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1657), 7, - anon_sym_AMP, - anon_sym_with, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [87178] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 6, - anon_sym_AMP, - anon_sym_while, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [87204] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1503), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1499), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1501), 6, - anon_sym_AMP, - anon_sym_then, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [87230] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1637), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1635), 7, - anon_sym_AMP, - anon_sym_then, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [87254] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1651), 5, - anon_sym_DASH_GT, anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_DOT, sym_operator, sym_number_literal, anon_sym_SQUOTE, - ACTIONS(1653), 7, + ACTIONS(2061), 9, anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, sym_name_identifier, sym_type_identifier, sym_abstract_type_identifier, sym_float_number_literal, anon_sym_DQUOTE, - [87278] = 5, + [84631] = 4, ACTIONS(3), 1, sym__line_comment, - ACTIONS(1635), 1, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2065), 7, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(347), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [84659] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2077), 7, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2075), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [84687] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2073), 7, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(313), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [84715] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2095), 7, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2093), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [84743] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2019), 5, + anon_sym_AMP, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2067), 11, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + anon_sym_RBRACK, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [84771] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2091), 7, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2089), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [84799] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, anon_sym_DOT, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(1617), 5, + ACTIONS(2087), 6, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2085), 9, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, sym_type_identifier, sym_abstract_type_identifier, sym_float_number_literal, anon_sym_DQUOTE, - ACTIONS(1615), 6, + [84829] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2017), 6, anon_sym_AMP, - anon_sym_do, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2015), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [84859] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2081), 6, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2079), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [84889] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2081), 6, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2079), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [84919] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2057), 8, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2059), 8, + anon_sym_AMP, + anon_sym_elif, + anon_sym_else, + anon_sym_DOT, sym_name_identifier, sym_operator, sym_number_literal, anon_sym_SQUOTE, + [84947] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2113), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2111), 6, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2109), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [84977] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2099), 6, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2097), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [85007] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2059), 5, + anon_sym_AMP, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2057), 11, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + anon_sym_RBRACK, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [85035] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2099), 6, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2097), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [85065] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2101), 8, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2103), 8, + anon_sym_AMP, + anon_sym_elif, + anon_sym_else, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [85093] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2093), 8, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2095), 8, + anon_sym_AMP, + anon_sym_elif, + anon_sym_else, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [85121] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2113), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2111), 6, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2109), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [85151] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2081), 6, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2079), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [85181] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2081), 6, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2079), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [85211] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(3662), 1, + sym_operator, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(3558), 2, + anon_sym_type, + anon_sym_PIPE, + ACTIONS(3556), 13, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [85241] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2087), 6, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2085), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [85271] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2091), 7, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2089), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [85299] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2095), 7, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2093), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [85327] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2063), 5, + anon_sym_AMP, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2061), 11, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + anon_sym_RBRACK, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [85355] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2107), 7, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2105), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [85383] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2077), 7, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2075), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [85411] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3664), 1, + anon_sym_AMP, + STATE(1619), 1, + aux_sym_tuple_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3573), 14, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [85441] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3666), 1, + anon_sym_PIPE, + STATE(1561), 1, + aux_sym_variant_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3579), 14, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [85471] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2065), 5, + anon_sym_AMP, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(347), 11, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + anon_sym_RBRACK, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [85499] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(515), 7, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(513), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [85527] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3670), 1, + anon_sym_COLON, + ACTIONS(3672), 1, + anon_sym_type, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3668), 14, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [85557] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2073), 7, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(313), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [85585] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2063), 7, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2061), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [85613] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2059), 7, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2057), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [85641] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2103), 7, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2101), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [85669] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3674), 1, + anon_sym_AMP, + STATE(1619), 1, + aux_sym_tuple_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3563), 14, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [85699] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2105), 8, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2107), 8, + anon_sym_AMP, + anon_sym_elif, + anon_sym_else, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [85727] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2019), 7, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2067), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [85755] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3679), 1, + anon_sym_type, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3677), 15, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [85783] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3683), 1, + anon_sym_type, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3681), 15, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [85811] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3687), 1, + anon_sym_type, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3685), 15, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [85839] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2017), 6, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2015), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [85869] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2111), 7, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2109), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [85897] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3691), 1, + anon_sym_type, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3689), 15, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [85925] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3643), 1, + anon_sym_type, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3641), 15, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [85953] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2017), 7, + anon_sym_AMP, + anon_sym_elif, + anon_sym_else, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2015), 8, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [85983] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(3693), 1, + sym_operator, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(3565), 2, + anon_sym_type, + anon_sym_AMP, + ACTIONS(3563), 13, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [86013] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3697), 1, + anon_sym_type, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3695), 15, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [86041] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2005), 1, + anon_sym_type, + ACTIONS(3699), 1, + sym_operator, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2003), 14, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [86071] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3581), 1, + anon_sym_type, + ACTIONS(3701), 1, + anon_sym_PIPE, + STATE(1565), 1, + aux_sym_variant_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3579), 13, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [86103] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3575), 1, + anon_sym_type, + ACTIONS(3703), 1, + anon_sym_AMP, + STATE(1564), 1, + aux_sym_tuple_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3573), 13, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [86135] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3707), 1, + anon_sym_type, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3705), 15, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [86163] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2073), 5, + anon_sym_AMP, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(313), 11, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + anon_sym_RBRACK, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [86191] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2107), 5, + anon_sym_AMP, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2105), 11, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + anon_sym_RBRACK, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [86219] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2095), 5, + anon_sym_AMP, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2093), 11, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + anon_sym_RBRACK, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [86247] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2091), 5, + anon_sym_AMP, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2089), 11, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + anon_sym_RBRACK, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [86275] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3709), 1, + anon_sym_DASH_GT, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3597), 15, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_PIPE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [86303] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2087), 4, + anon_sym_AMP, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2085), 11, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + anon_sym_RBRACK, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [86333] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2103), 5, + anon_sym_AMP, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2101), 11, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + anon_sym_RBRACK, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [86361] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(3662), 1, + sym_operator, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2005), 2, + anon_sym_type, + anon_sym_PIPE, + ACTIONS(2003), 13, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [86391] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(3565), 1, + anon_sym_AMP, + ACTIONS(3711), 1, + sym_operator, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(3563), 14, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [86421] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(3558), 1, + anon_sym_PIPE, + ACTIONS(3713), 1, + sym_operator, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(3556), 14, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [86451] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2017), 4, + anon_sym_AMP, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2015), 11, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + anon_sym_RBRACK, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [86481] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3599), 1, + anon_sym_type, + ACTIONS(3715), 1, + anon_sym_DASH_GT, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3597), 14, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + anon_sym_PIPE, + [86511] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3719), 1, + anon_sym_type, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3717), 15, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [86539] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(3693), 1, + sym_operator, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(3199), 2, + anon_sym_type, + anon_sym_AMP, + ACTIONS(3197), 13, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [86569] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3221), 1, + anon_sym_type, + ACTIONS(3721), 1, + anon_sym_AMP, + STATE(1650), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3219), 13, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [86601] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2081), 4, + anon_sym_AMP, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2079), 11, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + anon_sym_RBRACK, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [86631] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2065), 7, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(347), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [86659] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3249), 1, + anon_sym_type, + ACTIONS(3658), 1, + anon_sym_AMP, + STATE(1650), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3247), 13, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [86691] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2081), 4, + anon_sym_AMP, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2079), 11, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + anon_sym_RBRACK, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [86721] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2113), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2111), 4, + anon_sym_AMP, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2109), 11, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + anon_sym_RBRACK, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [86751] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3724), 1, + anon_sym_AMP, + STATE(1656), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3219), 14, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [86781] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3660), 1, + anon_sym_AMP, + STATE(1656), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3247), 14, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [86811] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3729), 1, + anon_sym_COLON, + ACTIONS(3731), 1, + anon_sym_type, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3727), 14, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [86841] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(3199), 1, + anon_sym_AMP, + ACTIONS(3711), 1, + sym_operator, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(3197), 14, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [86871] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2099), 4, + anon_sym_AMP, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2097), 11, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + anon_sym_RBRACK, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [86901] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3735), 1, + anon_sym_type, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3733), 15, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [86929] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2019), 8, + anon_sym_AMP, + anon_sym_elif, + anon_sym_else, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2067), 8, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [86957] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3739), 1, + anon_sym_type, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3737), 15, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [86985] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2005), 1, + anon_sym_PIPE, + ACTIONS(3713), 1, + sym_operator, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2003), 14, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [87015] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2099), 5, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2097), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [87044] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(2139), 1, + sym_name_identifier, + ACTIONS(2143), 1, + sym_float_number_literal, + ACTIONS(2145), 1, + sym_number_literal, + ACTIONS(2147), 1, + anon_sym_DQUOTE, + ACTIONS(3741), 1, + anon_sym_LPAREN, + ACTIONS(3743), 1, + anon_sym_SQUOTE, + STATE(1521), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2387), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(2137), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1517), 2, + sym_string_literal, + sym_char_literal, + STATE(1531), 2, + sym_extended_name, + sym_literal, + [87091] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2081), 5, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2079), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [87120] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(2303), 1, + sym_name_identifier, + ACTIONS(2307), 1, + sym_float_number_literal, + ACTIONS(2309), 1, + sym_number_literal, + ACTIONS(2311), 1, + anon_sym_DQUOTE, + ACTIONS(3745), 1, + anon_sym_LPAREN, + ACTIONS(3747), 1, + anon_sym_SQUOTE, + STATE(1641), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2350), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(2301), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1562), 2, + sym_string_literal, + sym_char_literal, + STATE(1596), 2, + sym_extended_name, + sym_literal, + [87167] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2111), 4, + anon_sym_AMP, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2109), 11, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + anon_sym_RBRACK, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [87194] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2113), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2111), 5, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2109), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [87223] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2063), 7, + anon_sym_elif, + anon_sym_else, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2061), 8, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [87250] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2065), 7, + anon_sym_elif, + anon_sym_else, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(347), 8, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [87277] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2073), 6, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(313), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, [87304] = 4, ACTIONS(3), 1, sym__line_comment, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(1625), 5, + ACTIONS(2107), 6, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2105), 9, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, sym_type_identifier, sym_abstract_type_identifier, sym_float_number_literal, anon_sym_DQUOTE, - ACTIONS(1503), 7, - anon_sym_AMP, - anon_sym_do, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [87328] = 4, + [87331] = 4, ACTIONS(3), 1, sym__line_comment, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(1623), 5, + ACTIONS(2077), 6, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2075), 9, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, sym_type_identifier, sym_abstract_type_identifier, sym_float_number_literal, anon_sym_DQUOTE, - ACTIONS(1621), 7, - anon_sym_AMP, - anon_sym_do, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [87352] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1617), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1615), 6, - anon_sym_AMP, - anon_sym_while, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [87378] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1655), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 6, - anon_sym_AMP, - anon_sym_while, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [87404] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1655), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 6, - anon_sym_AMP, - anon_sym_do, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [87430] = 4, + [87358] = 4, ACTIONS(3), 1, sym__line_comment, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(1629), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1627), 7, - anon_sym_AMP, - anon_sym_then, + ACTIONS(2077), 7, + anon_sym_elif, + anon_sym_else, anon_sym_DOT, sym_name_identifier, sym_operator, sym_number_literal, anon_sym_SQUOTE, - [87454] = 4, + ACTIONS(2075), 8, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [87385] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(2303), 1, + sym_name_identifier, + ACTIONS(2307), 1, + sym_float_number_literal, + ACTIONS(2309), 1, + sym_number_literal, + ACTIONS(2311), 1, + anon_sym_DQUOTE, + ACTIONS(3745), 1, + anon_sym_LPAREN, + ACTIONS(3747), 1, + anon_sym_SQUOTE, + STATE(1651), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2350), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(2301), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1562), 2, + sym_string_literal, + sym_char_literal, + STATE(1596), 2, + sym_extended_name, + sym_literal, + [87432] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(849), 1, + sym_float_number_literal, + ACTIONS(851), 1, + sym_number_literal, + ACTIONS(853), 1, + anon_sym_DQUOTE, + ACTIONS(2748), 1, + sym_name_identifier, + ACTIONS(3749), 1, + anon_sym_LPAREN, + ACTIONS(3751), 1, + anon_sym_SQUOTE, + STATE(1061), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2343), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(1645), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1067), 2, + sym_string_literal, + sym_char_literal, + STATE(1078), 2, + sym_extended_name, + sym_literal, + [87479] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1557), 1, + sym_float_number_literal, + ACTIONS(1559), 1, + sym_number_literal, + ACTIONS(1561), 1, + anon_sym_DQUOTE, + ACTIONS(2397), 1, + sym_name_identifier, + ACTIONS(3753), 1, + anon_sym_LPAREN, + ACTIONS(3755), 1, + anon_sym_SQUOTE, + STATE(1167), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2358), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(1551), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1166), 2, + sym_extended_name, + sym_literal, + STATE(1175), 2, + sym_string_literal, + sym_char_literal, + [87526] = 4, ACTIONS(3), 1, sym__line_comment, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(1659), 5, + ACTIONS(2065), 6, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(347), 9, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, sym_type_identifier, sym_abstract_type_identifier, sym_float_number_literal, anon_sym_DQUOTE, - ACTIONS(1657), 7, - anon_sym_AMP, - anon_sym_then, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [87478] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1503), 1, - anon_sym_DOT, - ACTIONS(5), 2, + [87553] = 14, + ACTIONS(5), 1, sym__doc_comment, - sym__block_comment, - ACTIONS(1499), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, + ACTIONS(761), 1, sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1501), 6, - anon_sym_AMP, - anon_sym_with, - sym_name_identifier, - sym_operator, + ACTIONS(763), 1, sym_number_literal, + ACTIONS(765), 1, + anon_sym_DQUOTE, + ACTIONS(2447), 1, + sym_name_identifier, + ACTIONS(3757), 1, + anon_sym_LPAREN, + ACTIONS(3759), 1, anon_sym_SQUOTE, - [87504] = 4, - ACTIONS(3), 1, + STATE(1062), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2367), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, sym__block_comment, - ACTIONS(1637), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1635), 7, - anon_sym_AMP, - anon_sym_do, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [87528] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1659), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1657), 7, - anon_sym_AMP, - anon_sym_do, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [87552] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1659), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1657), 7, - anon_sym_AMP, - anon_sym_while, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [87576] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1629), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1627), 7, - anon_sym_AMP, - anon_sym_do, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, + ACTIONS(1523), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1142), 2, + sym_string_literal, + sym_char_literal, + STATE(1159), 2, + sym_extended_name, + sym_literal, [87600] = 4, ACTIONS(3), 1, sym__line_comment, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(1629), 5, + ACTIONS(2095), 6, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2093), 9, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, sym_type_identifier, sym_abstract_type_identifier, sym_float_number_literal, anon_sym_DQUOTE, - ACTIONS(1627), 7, - anon_sym_AMP, - anon_sym_while, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [87624] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, + [87627] = 14, + ACTIONS(5), 1, sym__doc_comment, - sym__block_comment, - ACTIONS(1649), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, + ACTIONS(761), 1, sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1647), 6, - anon_sym_AMP, - anon_sym_do, - sym_name_identifier, - sym_operator, + ACTIONS(763), 1, sym_number_literal, + ACTIONS(765), 1, + anon_sym_DQUOTE, + ACTIONS(2447), 1, + sym_name_identifier, + ACTIONS(3757), 1, + anon_sym_LPAREN, + ACTIONS(3759), 1, anon_sym_SQUOTE, - [87650] = 4, - ACTIONS(3), 1, + STATE(1089), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2367), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, sym__block_comment, - ACTIONS(201), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1631), 7, - anon_sym_AMP, - anon_sym_do, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, + ACTIONS(1523), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1142), 2, + sym_string_literal, + sym_char_literal, + STATE(1159), 2, + sym_extended_name, + sym_literal, [87674] = 4, ACTIONS(3), 1, sym__line_comment, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(207), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1633), 7, - anon_sym_AMP, - anon_sym_do, + ACTIONS(2073), 7, + anon_sym_elif, + anon_sym_else, anon_sym_DOT, sym_name_identifier, sym_operator, sym_number_literal, anon_sym_SQUOTE, - [87698] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1625), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1503), 7, - anon_sym_AMP, - anon_sym_while, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [87722] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(201), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1631), 7, - anon_sym_AMP, - anon_sym_while, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [87746] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1641), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1639), 6, - anon_sym_AMP, - anon_sym_do, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [87772] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(207), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1633), 7, - anon_sym_AMP, - anon_sym_while, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [87796] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1625), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1503), 7, - anon_sym_AMP, - anon_sym_then, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [87820] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1028), 1, - sym_float_number_literal, - ACTIONS(1030), 1, - sym_number_literal, - ACTIONS(1032), 1, - anon_sym_DQUOTE, - ACTIONS(3149), 1, - anon_sym_LPAREN, - ACTIONS(3151), 1, - sym_name_identifier, - ACTIONS(3153), 1, - anon_sym_SQUOTE, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - STATE(1564), 1, - sym_literal, - STATE(1567), 1, - sym_name_subsuperexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1691), 2, - sym_string_literal, - sym_char_literal, - [87859] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1615), 5, - anon_sym_with, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1617), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [87884] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(655), 1, - sym_float_number_literal, - ACTIONS(657), 1, - sym_number_literal, - ACTIONS(659), 1, - anon_sym_DQUOTE, - ACTIONS(3155), 1, - anon_sym_LPAREN, - ACTIONS(3157), 1, - sym_name_identifier, - ACTIONS(3159), 1, - anon_sym_SQUOTE, - STATE(723), 1, - sym_literal, - STATE(765), 1, - sym_name_subsuperexpression, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(736), 2, - sym_string_literal, - sym_char_literal, - [87923] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(655), 1, - sym_float_number_literal, - ACTIONS(657), 1, - sym_number_literal, - ACTIONS(659), 1, - anon_sym_DQUOTE, - ACTIONS(3155), 1, - anon_sym_LPAREN, - ACTIONS(3157), 1, - sym_name_identifier, - ACTIONS(3159), 1, - anon_sym_SQUOTE, - STATE(719), 1, - sym_name_subsuperexpression, - STATE(723), 1, - sym_literal, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(736), 2, - sym_string_literal, - sym_char_literal, - [87962] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(262), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(260), 6, - anon_sym_AMP, - anon_sym_do, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [87985] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1950), 1, - sym_float_number_literal, - ACTIONS(1952), 1, - sym_number_literal, - ACTIONS(1954), 1, - anon_sym_DQUOTE, - ACTIONS(3161), 1, - anon_sym_LPAREN, - ACTIONS(3163), 1, - sym_name_identifier, - ACTIONS(3165), 1, - anon_sym_SQUOTE, - STATE(1356), 1, - sym_name_subsuperexpression, - STATE(1383), 1, - sym_literal, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1347), 2, - sym_string_literal, - sym_char_literal, - [88024] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1950), 1, - sym_float_number_literal, - ACTIONS(1952), 1, - sym_number_literal, - ACTIONS(1954), 1, - anon_sym_DQUOTE, - ACTIONS(3161), 1, - anon_sym_LPAREN, - ACTIONS(3163), 1, - sym_name_identifier, - ACTIONS(3165), 1, - anon_sym_SQUOTE, - STATE(1338), 1, - sym_name_subsuperexpression, - STATE(1383), 1, - sym_literal, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1347), 2, - sym_string_literal, - sym_char_literal, - [88063] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(262), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(260), 6, - anon_sym_AMP, - anon_sym_then, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [88086] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(992), 1, - sym_float_number_literal, - ACTIONS(994), 1, - sym_number_literal, - ACTIONS(996), 1, - anon_sym_DQUOTE, - ACTIONS(3167), 1, - anon_sym_LPAREN, - ACTIONS(3169), 1, - sym_name_identifier, - ACTIONS(3171), 1, - anon_sym_SQUOTE, - STATE(803), 1, - sym_name_subsuperexpression, - STATE(825), 1, - sym_literal, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(855), 2, - sym_string_literal, - sym_char_literal, - [88125] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1458), 1, - sym_float_number_literal, - ACTIONS(1460), 1, - sym_number_literal, - ACTIONS(1462), 1, - anon_sym_DQUOTE, - ACTIONS(3173), 1, - anon_sym_LPAREN, - ACTIONS(3175), 1, - sym_name_identifier, - ACTIONS(3177), 1, - anon_sym_SQUOTE, - STATE(927), 1, - sym_name_subsuperexpression, - STATE(939), 1, - sym_literal, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(947), 2, - sym_string_literal, - sym_char_literal, - [88164] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1458), 1, - sym_float_number_literal, - ACTIONS(1460), 1, - sym_number_literal, - ACTIONS(1462), 1, - anon_sym_DQUOTE, - ACTIONS(3173), 1, - anon_sym_LPAREN, - ACTIONS(3175), 1, - sym_name_identifier, - ACTIONS(3177), 1, - anon_sym_SQUOTE, - STATE(896), 1, - sym_name_subsuperexpression, - STATE(939), 1, - sym_literal, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(947), 2, - sym_string_literal, - sym_char_literal, - [88203] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1615), 5, - anon_sym_do, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1617), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [88228] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1028), 1, - sym_float_number_literal, - ACTIONS(1030), 1, - sym_number_literal, - ACTIONS(1032), 1, - anon_sym_DQUOTE, - ACTIONS(3149), 1, - anon_sym_LPAREN, - ACTIONS(3151), 1, - sym_name_identifier, - ACTIONS(3153), 1, - anon_sym_SQUOTE, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - STATE(1564), 1, - sym_literal, - STATE(1581), 1, - sym_name_subsuperexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1691), 2, - sym_string_literal, - sym_char_literal, - [88267] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(262), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(260), 6, - anon_sym_AMP, - anon_sym_with, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [88290] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2006), 1, - sym_float_number_literal, - ACTIONS(2008), 1, - sym_number_literal, - ACTIONS(2010), 1, - anon_sym_DQUOTE, - ACTIONS(3179), 1, - anon_sym_LPAREN, - ACTIONS(3181), 1, - sym_name_identifier, - ACTIONS(3183), 1, - anon_sym_SQUOTE, - STATE(1390), 1, - sym_name_subsuperexpression, - STATE(1423), 1, - sym_literal, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1385), 2, - sym_string_literal, - sym_char_literal, - [88329] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2006), 1, - sym_float_number_literal, - ACTIONS(2008), 1, - sym_number_literal, - ACTIONS(2010), 1, - anon_sym_DQUOTE, - ACTIONS(3179), 1, - anon_sym_LPAREN, - ACTIONS(3181), 1, - sym_name_identifier, - ACTIONS(3183), 1, - anon_sym_SQUOTE, - STATE(1393), 1, - sym_name_subsuperexpression, - STATE(1423), 1, - sym_literal, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1385), 2, - sym_string_literal, - sym_char_literal, - [88368] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3185), 1, - anon_sym_LPAREN, - ACTIONS(3188), 1, - sym_name_identifier, - ACTIONS(3191), 1, - sym_float_number_literal, - ACTIONS(3194), 1, - sym_number_literal, - ACTIONS(3197), 1, - anon_sym_DQUOTE, - ACTIONS(3200), 1, - anon_sym_SQUOTE, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - STATE(2248), 1, - sym_name_subsuperexpression, - STATE(2400), 1, - sym_literal, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(2475), 2, - sym_string_literal, - sym_char_literal, - [88407] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(270), 1, - sym_float_number_literal, - ACTIONS(272), 1, - sym_number_literal, - ACTIONS(274), 1, - anon_sym_DQUOTE, - ACTIONS(3203), 1, - anon_sym_LPAREN, - ACTIONS(3205), 1, - sym_name_identifier, - ACTIONS(3207), 1, - anon_sym_SQUOTE, - STATE(500), 1, - sym_literal, - STATE(510), 1, - sym_name_subsuperexpression, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(504), 2, - sym_string_literal, - sym_char_literal, - [88446] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(270), 1, - sym_float_number_literal, - ACTIONS(272), 1, - sym_number_literal, - ACTIONS(274), 1, - anon_sym_DQUOTE, - ACTIONS(3203), 1, - anon_sym_LPAREN, - ACTIONS(3205), 1, - sym_name_identifier, - ACTIONS(3207), 1, - anon_sym_SQUOTE, - STATE(500), 1, - sym_literal, - STATE(515), 1, - sym_name_subsuperexpression, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(504), 2, - sym_string_literal, - sym_char_literal, - [88485] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(585), 1, - sym_float_number_literal, - ACTIONS(587), 1, - sym_number_literal, - ACTIONS(589), 1, - anon_sym_DQUOTE, - ACTIONS(3209), 1, - anon_sym_LPAREN, - ACTIONS(3211), 1, - sym_name_identifier, - ACTIONS(3213), 1, - anon_sym_SQUOTE, - STATE(600), 1, - sym_name_subsuperexpression, - STATE(620), 1, - sym_literal, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(610), 2, - sym_string_literal, - sym_char_literal, - [88524] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(585), 1, - sym_float_number_literal, - ACTIONS(587), 1, - sym_number_literal, - ACTIONS(589), 1, - anon_sym_DQUOTE, - ACTIONS(3209), 1, - anon_sym_LPAREN, - ACTIONS(3211), 1, - sym_name_identifier, - ACTIONS(3213), 1, - anon_sym_SQUOTE, - STATE(595), 1, - sym_name_subsuperexpression, - STATE(620), 1, - sym_literal, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(610), 2, - sym_string_literal, - sym_char_literal, - [88563] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(167), 1, - sym_float_number_literal, - ACTIONS(169), 1, - sym_number_literal, - ACTIONS(171), 1, - anon_sym_DQUOTE, - ACTIONS(3215), 1, - anon_sym_LPAREN, - ACTIONS(3217), 1, - sym_name_identifier, - ACTIONS(3219), 1, - anon_sym_SQUOTE, - STATE(906), 1, - sym_literal, - STATE(909), 1, - sym_name_subsuperexpression, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(899), 2, - sym_string_literal, - sym_char_literal, - [88602] = 11, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(175), 1, - anon_sym_RPAREN, - ACTIONS(179), 1, - anon_sym_LPAREN, - ACTIONS(3221), 1, - anon_sym_COLON, - STATE(120), 1, - sym_type_expression, - STATE(1834), 1, - aux_sym_name_superexpression_repeat1, - STATE(2328), 1, - sym__type_annotations, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1346), 2, - sym_type_parameter, - aux_sym_parametrized_type_repeat1, - [88639] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(550), 1, - sym_float_number_literal, - ACTIONS(552), 1, - sym_number_literal, - ACTIONS(554), 1, - anon_sym_DQUOTE, - ACTIONS(3223), 1, - anon_sym_LPAREN, - ACTIONS(3225), 1, - sym_name_identifier, - ACTIONS(3227), 1, - anon_sym_SQUOTE, - STATE(563), 1, - sym_name_subsuperexpression, - STATE(594), 1, - sym_literal, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(585), 2, - sym_string_literal, - sym_char_literal, - [88678] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(550), 1, - sym_float_number_literal, - ACTIONS(552), 1, - sym_number_literal, - ACTIONS(554), 1, - anon_sym_DQUOTE, - ACTIONS(3223), 1, - anon_sym_LPAREN, - ACTIONS(3225), 1, - sym_name_identifier, - ACTIONS(3227), 1, - anon_sym_SQUOTE, - STATE(556), 1, - sym_name_subsuperexpression, - STATE(594), 1, - sym_literal, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(585), 2, - sym_string_literal, - sym_char_literal, - [88717] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 6, - anon_sym_AMP, - anon_sym_do, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [88740] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(487), 1, - sym_float_number_literal, - ACTIONS(489), 1, - sym_number_literal, - ACTIONS(491), 1, - anon_sym_DQUOTE, - ACTIONS(3229), 1, - anon_sym_LPAREN, - ACTIONS(3231), 1, - sym_name_identifier, - ACTIONS(3233), 1, - anon_sym_SQUOTE, - STATE(555), 1, - sym_literal, - STATE(617), 1, - sym_name_subsuperexpression, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(592), 2, - sym_string_literal, - sym_char_literal, - [88779] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 6, - anon_sym_AMP, - anon_sym_while, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [88802] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1109), 1, - sym_float_number_literal, - ACTIONS(1111), 1, - sym_number_literal, - ACTIONS(1113), 1, - anon_sym_DQUOTE, - ACTIONS(3235), 1, - anon_sym_LPAREN, - ACTIONS(3237), 1, - sym_name_identifier, - ACTIONS(3239), 1, - anon_sym_SQUOTE, - STATE(926), 1, - sym_literal, - STATE(938), 1, - sym_name_subsuperexpression, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(929), 2, - sym_string_literal, - sym_char_literal, - [88841] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1109), 1, - sym_float_number_literal, - ACTIONS(1111), 1, - sym_number_literal, - ACTIONS(1113), 1, - anon_sym_DQUOTE, - ACTIONS(3235), 1, - anon_sym_LPAREN, - ACTIONS(3237), 1, - sym_name_identifier, - ACTIONS(3239), 1, - anon_sym_SQUOTE, - STATE(926), 1, - sym_literal, - STATE(933), 1, - sym_name_subsuperexpression, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(929), 2, - sym_string_literal, - sym_char_literal, - [88880] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(487), 1, - sym_float_number_literal, - ACTIONS(489), 1, - sym_number_literal, - ACTIONS(491), 1, - anon_sym_DQUOTE, - ACTIONS(3229), 1, - anon_sym_LPAREN, - ACTIONS(3231), 1, - sym_name_identifier, - ACTIONS(3233), 1, - anon_sym_SQUOTE, - STATE(555), 1, - sym_literal, - STATE(624), 1, - sym_name_subsuperexpression, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(592), 2, - sym_string_literal, - sym_char_literal, - [88919] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(669), 1, - sym_float_number_literal, - ACTIONS(671), 1, - sym_number_literal, - ACTIONS(673), 1, - anon_sym_DQUOTE, - ACTIONS(3241), 1, - anon_sym_LPAREN, - ACTIONS(3243), 1, - sym_name_identifier, - ACTIONS(3245), 1, - anon_sym_SQUOTE, - STATE(716), 1, - sym_name_subsuperexpression, - STATE(767), 1, - sym_literal, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(701), 2, - sym_string_literal, - sym_char_literal, - [88958] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(669), 1, - sym_float_number_literal, - ACTIONS(671), 1, - sym_number_literal, - ACTIONS(673), 1, - anon_sym_DQUOTE, - ACTIONS(3241), 1, - anon_sym_LPAREN, - ACTIONS(3243), 1, - sym_name_identifier, - ACTIONS(3245), 1, - anon_sym_SQUOTE, - STATE(731), 1, - sym_name_subsuperexpression, - STATE(767), 1, - sym_literal, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(701), 2, - sym_string_literal, - sym_char_literal, - [88997] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1629), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1627), 6, - anon_sym_while, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [89020] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1647), 3, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1649), 7, + ACTIONS(313), 8, anon_sym_LPAREN, anon_sym_RPAREN, - sym_name_identifier, + anon_sym_TILDE, + anon_sym_AT, sym_type_identifier, sym_abstract_type_identifier, sym_float_number_literal, anon_sym_DQUOTE, - [89045] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1231), 1, - sym_float_number_literal, - ACTIONS(1233), 1, - sym_number_literal, - ACTIONS(1235), 1, - anon_sym_DQUOTE, - ACTIONS(3247), 1, - anon_sym_LPAREN, - ACTIONS(3249), 1, - sym_name_identifier, - ACTIONS(3251), 1, - anon_sym_SQUOTE, - STATE(872), 1, - sym_name_subsuperexpression, - STATE(886), 1, - sym_literal, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(877), 2, - sym_string_literal, - sym_char_literal, - [89084] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(767), 1, - sym_float_number_literal, - ACTIONS(769), 1, - sym_number_literal, - ACTIONS(771), 1, - anon_sym_DQUOTE, - ACTIONS(3253), 1, - anon_sym_LPAREN, - ACTIONS(3255), 1, - sym_name_identifier, - ACTIONS(3257), 1, - anon_sym_SQUOTE, - STATE(738), 1, - sym_literal, - STATE(780), 1, - sym_name_subsuperexpression, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(772), 2, - sym_string_literal, - sym_char_literal, - [89123] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(767), 1, - sym_float_number_literal, - ACTIONS(769), 1, - sym_number_literal, - ACTIONS(771), 1, - anon_sym_DQUOTE, - ACTIONS(3253), 1, - anon_sym_LPAREN, - ACTIONS(3255), 1, - sym_name_identifier, - ACTIONS(3257), 1, - anon_sym_SQUOTE, - STATE(738), 1, - sym_literal, - STATE(776), 1, - sym_name_subsuperexpression, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(772), 2, - sym_string_literal, - sym_char_literal, - [89162] = 4, + [87701] = 4, ACTIONS(3), 1, sym__line_comment, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(1627), 4, + ACTIONS(2107), 7, + anon_sym_elif, + anon_sym_else, anon_sym_DOT, + sym_name_identifier, sym_operator, sym_number_literal, anon_sym_SQUOTE, - ACTIONS(1629), 7, + ACTIONS(2105), 8, anon_sym_LPAREN, anon_sym_RPAREN, - sym_name_identifier, + anon_sym_TILDE, + anon_sym_AT, sym_type_identifier, sym_abstract_type_identifier, sym_float_number_literal, anon_sym_DQUOTE, - [89185] = 12, + [87728] = 14, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(1231), 1, + ACTIONS(871), 1, sym_float_number_literal, - ACTIONS(1233), 1, + ACTIONS(873), 1, sym_number_literal, - ACTIONS(1235), 1, + ACTIONS(875), 1, anon_sym_DQUOTE, - ACTIONS(3247), 1, - anon_sym_LPAREN, - ACTIONS(3249), 1, + ACTIONS(2391), 1, sym_name_identifier, - ACTIONS(3251), 1, + ACTIONS(3761), 1, + anon_sym_LPAREN, + ACTIONS(3763), 1, anon_sym_SQUOTE, - STATE(868), 1, - sym_name_subsuperexpression, - STATE(886), 1, - sym_literal, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, + STATE(921), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2372), 1, + aux_sym_reference_expression_repeat1, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - STATE(877), 2, - sym_string_literal, - sym_char_literal, - [89224] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(3259), 1, - anon_sym_LPAREN, - ACTIONS(3261), 1, - sym_name_identifier, - ACTIONS(3263), 1, - anon_sym_SQUOTE, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - STATE(1585), 1, + ACTIONS(1415), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(888), 2, + sym_extended_name, sym_literal, - STATE(1589), 1, - sym_name_subsuperexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1559), 2, + STATE(907), 2, sym_string_literal, sym_char_literal, - [89263] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1793), 1, - sym_float_number_literal, - ACTIONS(1795), 1, - sym_number_literal, - ACTIONS(1797), 1, - anon_sym_DQUOTE, - ACTIONS(3265), 1, - anon_sym_LPAREN, - ACTIONS(3267), 1, - sym_name_identifier, - ACTIONS(3269), 1, - anon_sym_SQUOTE, - STATE(1329), 1, - sym_name_subsuperexpression, - STATE(1330), 1, - sym_literal, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1335), 2, - sym_string_literal, - sym_char_literal, - [89302] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1793), 1, - sym_float_number_literal, - ACTIONS(1795), 1, - sym_number_literal, - ACTIONS(1797), 1, - anon_sym_DQUOTE, - ACTIONS(3265), 1, - anon_sym_LPAREN, - ACTIONS(3267), 1, - sym_name_identifier, - ACTIONS(3269), 1, - anon_sym_SQUOTE, - STATE(1330), 1, - sym_literal, - STATE(1334), 1, - sym_name_subsuperexpression, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1335), 2, - sym_string_literal, - sym_char_literal, - [89341] = 4, + [87775] = 4, ACTIONS(3), 1, sym__line_comment, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(1637), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1635), 6, - anon_sym_do, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [89364] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(252), 1, - sym_float_number_literal, - ACTIONS(254), 1, - sym_number_literal, - ACTIONS(256), 1, - anon_sym_DQUOTE, - ACTIONS(3271), 1, - anon_sym_LPAREN, - ACTIONS(3273), 1, - sym_name_identifier, - ACTIONS(3275), 1, - anon_sym_SQUOTE, - STATE(482), 1, - sym_literal, - STATE(483), 1, - sym_name_subsuperexpression, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(478), 2, - sym_string_literal, - sym_char_literal, - [89403] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(252), 1, - sym_float_number_literal, - ACTIONS(254), 1, - sym_number_literal, - ACTIONS(256), 1, - anon_sym_DQUOTE, - ACTIONS(3271), 1, - anon_sym_LPAREN, - ACTIONS(3273), 1, - sym_name_identifier, - ACTIONS(3275), 1, - anon_sym_SQUOTE, - STATE(473), 1, - sym_name_subsuperexpression, - STATE(482), 1, - sym_literal, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(478), 2, - sym_string_literal, - sym_char_literal, - [89442] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1615), 5, - anon_sym_do, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1617), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [89467] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1503), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1499), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1501), 5, - anon_sym_with, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [89492] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(452), 1, - sym_float_number_literal, - ACTIONS(454), 1, - sym_number_literal, - ACTIONS(456), 1, - anon_sym_DQUOTE, - ACTIONS(3277), 1, - anon_sym_LPAREN, - ACTIONS(3279), 1, - sym_name_identifier, - ACTIONS(3281), 1, - anon_sym_SQUOTE, - STATE(559), 1, - sym_literal, - STATE(641), 1, - sym_name_subsuperexpression, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(634), 2, - sym_string_literal, - sym_char_literal, - [89531] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(452), 1, - sym_float_number_literal, - ACTIONS(454), 1, - sym_number_literal, - ACTIONS(456), 1, - anon_sym_DQUOTE, - ACTIONS(3277), 1, - anon_sym_LPAREN, - ACTIONS(3279), 1, - sym_name_identifier, - ACTIONS(3281), 1, - anon_sym_SQUOTE, - STATE(559), 1, - sym_literal, - STATE(644), 1, - sym_name_subsuperexpression, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(634), 2, - sym_string_literal, - sym_char_literal, - [89570] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(375), 1, - sym_float_number_literal, - ACTIONS(377), 1, - sym_number_literal, - ACTIONS(379), 1, - anon_sym_DQUOTE, - ACTIONS(3283), 1, - anon_sym_LPAREN, - ACTIONS(3285), 1, - sym_name_identifier, - ACTIONS(3287), 1, - anon_sym_SQUOTE, - STATE(493), 1, - sym_literal, - STATE(519), 1, - sym_name_subsuperexpression, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(511), 2, - sym_string_literal, - sym_char_literal, - [89609] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(375), 1, - sym_float_number_literal, - ACTIONS(377), 1, - sym_number_literal, - ACTIONS(379), 1, - anon_sym_DQUOTE, - ACTIONS(3283), 1, - anon_sym_LPAREN, - ACTIONS(3285), 1, - sym_name_identifier, - ACTIONS(3287), 1, - anon_sym_SQUOTE, - STATE(493), 1, - sym_literal, - STATE(523), 1, - sym_name_subsuperexpression, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(511), 2, - sym_string_literal, - sym_char_literal, - [89648] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 6, + ACTIONS(2063), 6, anon_sym_AMP, - anon_sym_then, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [89671] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1865), 1, - sym_float_number_literal, - ACTIONS(1867), 1, - sym_number_literal, - ACTIONS(1869), 1, - anon_sym_DQUOTE, - ACTIONS(3289), 1, - anon_sym_LPAREN, - ACTIONS(3291), 1, - sym_name_identifier, - ACTIONS(3293), 1, - anon_sym_SQUOTE, - STATE(1359), 1, - sym_literal, - STATE(1372), 1, - sym_name_subsuperexpression, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1364), 2, - sym_string_literal, - sym_char_literal, - [89710] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1865), 1, - sym_float_number_literal, - ACTIONS(1867), 1, - sym_number_literal, - ACTIONS(1869), 1, - anon_sym_DQUOTE, - ACTIONS(3289), 1, - anon_sym_LPAREN, - ACTIONS(3291), 1, - sym_name_identifier, - ACTIONS(3293), 1, - anon_sym_SQUOTE, - STATE(1359), 1, - sym_literal, - STATE(1376), 1, - sym_name_subsuperexpression, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1364), 2, - sym_string_literal, - sym_char_literal, - [89749] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1623), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1621), 6, - anon_sym_do, + anon_sym_PIPE, anon_sym_DOT, - sym_name_identifier, sym_operator, sym_number_literal, anon_sym_SQUOTE, - [89772] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(319), 1, - sym_float_number_literal, - ACTIONS(321), 1, - sym_number_literal, - ACTIONS(323), 1, - anon_sym_DQUOTE, - ACTIONS(3295), 1, - anon_sym_LPAREN, - ACTIONS(3297), 1, - sym_name_identifier, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - STATE(543), 1, - sym_literal, - STATE(545), 1, - sym_name_subsuperexpression, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(539), 2, - sym_string_literal, - sym_char_literal, - [89811] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(319), 1, - sym_float_number_literal, - ACTIONS(321), 1, - sym_number_literal, - ACTIONS(323), 1, - anon_sym_DQUOTE, - ACTIONS(3295), 1, - anon_sym_LPAREN, - ACTIONS(3297), 1, - sym_name_identifier, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - STATE(534), 1, - sym_name_subsuperexpression, - STATE(543), 1, - sym_literal, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(539), 2, - sym_string_literal, - sym_char_literal, - [89850] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1655), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1651), 3, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1653), 7, + ACTIONS(2061), 9, anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, sym_name_identifier, sym_type_identifier, sym_abstract_type_identifier, sym_float_number_literal, anon_sym_DQUOTE, - [89875] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1615), 3, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1617), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [89900] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1639), 5, - anon_sym_do, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1641), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [89925] = 12, + [87802] = 14, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(167), 1, + ACTIONS(871), 1, sym_float_number_literal, - ACTIONS(169), 1, + ACTIONS(873), 1, sym_number_literal, - ACTIONS(171), 1, + ACTIONS(875), 1, anon_sym_DQUOTE, - ACTIONS(3215), 1, - anon_sym_LPAREN, - ACTIONS(3217), 1, + ACTIONS(2391), 1, sym_name_identifier, - ACTIONS(3219), 1, + ACTIONS(3761), 1, + anon_sym_LPAREN, + ACTIONS(3763), 1, anon_sym_SQUOTE, - STATE(906), 1, - sym_literal, - STATE(907), 1, - sym_name_subsuperexpression, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, + STATE(922), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2372), 1, + aux_sym_reference_expression_repeat1, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - STATE(899), 2, + ACTIONS(1415), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(888), 2, + sym_extended_name, + sym_literal, + STATE(907), 2, sym_string_literal, sym_char_literal, - [89964] = 4, + [87849] = 5, ACTIONS(3), 1, sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(262), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(260), 6, + ACTIONS(2087), 5, anon_sym_AMP, - anon_sym_while, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [89987] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(63), 1, - sym_float_number_literal, - ACTIONS(65), 1, - sym_number_literal, - ACTIONS(67), 1, - anon_sym_DQUOTE, - ACTIONS(3259), 1, - anon_sym_LPAREN, - ACTIONS(3261), 1, - sym_name_identifier, - ACTIONS(3263), 1, - anon_sym_SQUOTE, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - STATE(1585), 1, - sym_literal, - STATE(1599), 1, - sym_name_subsuperexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1559), 2, - sym_string_literal, - sym_char_literal, - [90026] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1635), 4, - anon_sym_DOT, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1637), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [90049] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1081), 1, - sym_float_number_literal, - ACTIONS(1083), 1, - sym_number_literal, - ACTIONS(1085), 1, - anon_sym_DQUOTE, - ACTIONS(3301), 1, - anon_sym_LPAREN, - ACTIONS(3303), 1, - sym_name_identifier, - ACTIONS(3305), 1, - anon_sym_SQUOTE, - STATE(831), 1, - sym_literal, - STATE(862), 1, - sym_name_subsuperexpression, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(848), 2, - sym_string_literal, - sym_char_literal, - [90088] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1653), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1651), 6, - anon_sym_AMP, - anon_sym_with, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [90111] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1081), 1, - sym_float_number_literal, - ACTIONS(1083), 1, - sym_number_literal, - ACTIONS(1085), 1, - anon_sym_DQUOTE, - ACTIONS(3301), 1, - anon_sym_LPAREN, - ACTIONS(3303), 1, - sym_name_identifier, - ACTIONS(3305), 1, - anon_sym_SQUOTE, - STATE(831), 1, - sym_literal, - STATE(867), 1, - sym_name_subsuperexpression, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(848), 2, - sym_string_literal, - sym_char_literal, - [90150] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1615), 3, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1617), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [90175] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1625), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1503), 6, - anon_sym_while, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [90198] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1046), 1, - sym_float_number_literal, - ACTIONS(1048), 1, - sym_number_literal, - ACTIONS(1050), 1, - anon_sym_DQUOTE, - ACTIONS(3307), 1, - anon_sym_LPAREN, - ACTIONS(3309), 1, - sym_name_identifier, - ACTIONS(3311), 1, - anon_sym_SQUOTE, - STATE(1391), 1, - sym_name_subsuperexpression, - STATE(1399), 1, - sym_literal, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1421), 2, - sym_string_literal, - sym_char_literal, - [90237] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1046), 1, - sym_float_number_literal, - ACTIONS(1048), 1, - sym_number_literal, - ACTIONS(1050), 1, - anon_sym_DQUOTE, - ACTIONS(3307), 1, - anon_sym_LPAREN, - ACTIONS(3309), 1, - sym_name_identifier, - ACTIONS(3311), 1, - anon_sym_SQUOTE, - STATE(1399), 1, - sym_literal, - STATE(1417), 1, - sym_name_subsuperexpression, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1421), 2, - sym_string_literal, - sym_char_literal, - [90276] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(536), 1, - sym_float_number_literal, - ACTIONS(538), 1, - sym_number_literal, - ACTIONS(540), 1, - anon_sym_DQUOTE, - ACTIONS(3313), 1, - anon_sym_LPAREN, - ACTIONS(3315), 1, - sym_name_identifier, - ACTIONS(3317), 1, - anon_sym_SQUOTE, - STATE(636), 1, - sym_literal, - STATE(654), 1, - sym_name_subsuperexpression, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(650), 2, - sym_string_literal, - sym_char_literal, - [90315] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(536), 1, - sym_float_number_literal, - ACTIONS(538), 1, - sym_number_literal, - ACTIONS(540), 1, - anon_sym_DQUOTE, - ACTIONS(3313), 1, - anon_sym_LPAREN, - ACTIONS(3315), 1, - sym_name_identifier, - ACTIONS(3317), 1, - anon_sym_SQUOTE, - STATE(636), 1, - sym_literal, - STATE(657), 1, - sym_name_subsuperexpression, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(650), 2, - sym_string_literal, - sym_char_literal, - [90354] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(207), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1633), 6, - anon_sym_do, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [90377] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1192), 1, - sym_float_number_literal, - ACTIONS(1194), 1, - sym_number_literal, - ACTIONS(1196), 1, - anon_sym_DQUOTE, - ACTIONS(3319), 1, - anon_sym_LPAREN, - ACTIONS(3321), 1, - sym_name_identifier, - ACTIONS(3323), 1, - anon_sym_SQUOTE, - STATE(1401), 1, - sym_literal, - STATE(1406), 1, - sym_name_subsuperexpression, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1403), 2, - sym_string_literal, - sym_char_literal, - [90416] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1192), 1, - sym_float_number_literal, - ACTIONS(1194), 1, - sym_number_literal, - ACTIONS(1196), 1, - anon_sym_DQUOTE, - ACTIONS(3319), 1, - anon_sym_LPAREN, - ACTIONS(3321), 1, - sym_name_identifier, - ACTIONS(3323), 1, - anon_sym_SQUOTE, - STATE(1401), 1, - sym_literal, - STATE(1407), 1, - sym_name_subsuperexpression, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1403), 2, - sym_string_literal, - sym_char_literal, - [90455] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1621), 4, - anon_sym_DOT, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1623), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [90478] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1639), 3, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1641), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [90503] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(201), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1631), 6, - anon_sym_do, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [90526] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(599), 1, - sym_float_number_literal, - ACTIONS(601), 1, - sym_number_literal, - ACTIONS(603), 1, - anon_sym_DQUOTE, - ACTIONS(3325), 1, - anon_sym_LPAREN, - ACTIONS(3327), 1, - sym_name_identifier, - ACTIONS(3329), 1, - anon_sym_SQUOTE, - STATE(548), 1, - sym_literal, - STATE(579), 1, - sym_name_subsuperexpression, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(591), 2, - sym_string_literal, - sym_char_literal, - [90565] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(599), 1, - sym_float_number_literal, - ACTIONS(601), 1, - sym_number_literal, - ACTIONS(603), 1, - anon_sym_DQUOTE, - ACTIONS(3325), 1, - anon_sym_LPAREN, - ACTIONS(3327), 1, - sym_name_identifier, - ACTIONS(3329), 1, - anon_sym_SQUOTE, - STATE(548), 1, - sym_literal, - STATE(568), 1, - sym_name_subsuperexpression, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(591), 2, - sym_string_literal, - sym_char_literal, - [90604] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1633), 4, - anon_sym_DOT, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(207), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [90627] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1631), 4, - anon_sym_DOT, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(201), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [90650] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1377), 1, - sym_float_number_literal, - ACTIONS(1379), 1, - sym_number_literal, - ACTIONS(1381), 1, - anon_sym_DQUOTE, - ACTIONS(3331), 1, - anon_sym_LPAREN, - ACTIONS(3333), 1, - sym_name_identifier, - ACTIONS(3335), 1, - anon_sym_SQUOTE, - STATE(796), 1, - sym_literal, - STATE(829), 1, - sym_name_subsuperexpression, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(788), 2, - sym_string_literal, - sym_char_literal, - [90689] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1657), 4, - anon_sym_DOT, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1659), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [90712] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1377), 1, - sym_float_number_literal, - ACTIONS(1379), 1, - sym_number_literal, - ACTIONS(1381), 1, - anon_sym_DQUOTE, - ACTIONS(3331), 1, - anon_sym_LPAREN, - ACTIONS(3333), 1, - sym_name_identifier, - ACTIONS(3335), 1, - anon_sym_SQUOTE, - STATE(796), 1, - sym_literal, - STATE(799), 1, - sym_name_subsuperexpression, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(788), 2, - sym_string_literal, - sym_char_literal, - [90751] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1503), 4, - anon_sym_DOT, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1625), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [90774] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1257), 1, - sym_float_number_literal, - ACTIONS(1259), 1, - sym_number_literal, - ACTIONS(1261), 1, - anon_sym_DQUOTE, - ACTIONS(3337), 1, - anon_sym_LPAREN, - ACTIONS(3339), 1, - sym_name_identifier, - ACTIONS(3341), 1, - anon_sym_SQUOTE, - STATE(811), 1, - sym_literal, - STATE(812), 1, - sym_name_subsuperexpression, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(805), 2, - sym_string_literal, - sym_char_literal, - [90813] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1257), 1, - sym_float_number_literal, - ACTIONS(1259), 1, - sym_number_literal, - ACTIONS(1261), 1, - anon_sym_DQUOTE, - ACTIONS(3337), 1, - anon_sym_LPAREN, - ACTIONS(3339), 1, - sym_name_identifier, - ACTIONS(3341), 1, - anon_sym_SQUOTE, - STATE(811), 1, - sym_literal, - STATE(814), 1, - sym_name_subsuperexpression, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(805), 2, - sym_string_literal, - sym_char_literal, - [90852] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(260), 4, anon_sym_PIPE, sym_operator, sym_number_literal, anon_sym_SQUOTE, - ACTIONS(262), 7, + ACTIONS(2085), 9, anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, sym_name_identifier, sym_type_identifier, sym_abstract_type_identifier, sym_float_number_literal, anon_sym_DQUOTE, - [90875] = 12, + [87878] = 14, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(802), 1, + ACTIONS(849), 1, sym_float_number_literal, - ACTIONS(804), 1, + ACTIONS(851), 1, sym_number_literal, - ACTIONS(806), 1, + ACTIONS(853), 1, anon_sym_DQUOTE, - ACTIONS(3343), 1, - anon_sym_LPAREN, - ACTIONS(3345), 1, + ACTIONS(2748), 1, sym_name_identifier, - ACTIONS(3347), 1, + ACTIONS(3749), 1, + anon_sym_LPAREN, + ACTIONS(3751), 1, anon_sym_SQUOTE, - STATE(711), 1, - sym_literal, - STATE(734), 1, - sym_name_subsuperexpression, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, + STATE(1056), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2343), 1, + aux_sym_reference_expression_repeat1, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - STATE(722), 2, + ACTIONS(1645), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1067), 2, sym_string_literal, sym_char_literal, - [90914] = 12, + STATE(1078), 2, + sym_extended_name, + sym_literal, + [87925] = 14, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(501), 1, - sym_float_number_literal, - ACTIONS(503), 1, - sym_number_literal, - ACTIONS(505), 1, - anon_sym_DQUOTE, - ACTIONS(3349), 1, - anon_sym_LPAREN, - ACTIONS(3351), 1, + ACTIONS(2453), 1, sym_name_identifier, - ACTIONS(3353), 1, + ACTIONS(2455), 1, + sym_float_number_literal, + ACTIONS(2457), 1, + sym_number_literal, + ACTIONS(2459), 1, + anon_sym_DQUOTE, + ACTIONS(3765), 1, + anon_sym_LPAREN, + ACTIONS(3767), 1, anon_sym_SQUOTE, - STATE(551), 1, - sym_literal, - STATE(603), 1, - sym_name_subsuperexpression, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(1862), 1, + sym_name_subexpression, + STATE(2371), 1, + aux_sym_reference_expression_repeat1, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - STATE(565), 2, + ACTIONS(2806), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1848), 2, + sym_extended_name, + sym_literal, + STATE(1850), 2, sym_string_literal, sym_char_literal, - [90953] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(501), 1, - sym_float_number_literal, - ACTIONS(503), 1, - sym_number_literal, - ACTIONS(505), 1, - anon_sym_DQUOTE, - ACTIONS(3349), 1, - anon_sym_LPAREN, - ACTIONS(3351), 1, - sym_name_identifier, - ACTIONS(3353), 1, - anon_sym_SQUOTE, - STATE(551), 1, - sym_literal, - STATE(572), 1, - sym_name_subsuperexpression, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(565), 2, - sym_string_literal, - sym_char_literal, - [90992] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(802), 1, - sym_float_number_literal, - ACTIONS(804), 1, - sym_number_literal, - ACTIONS(806), 1, - anon_sym_DQUOTE, - ACTIONS(3343), 1, - anon_sym_LPAREN, - ACTIONS(3345), 1, - sym_name_identifier, - ACTIONS(3347), 1, - anon_sym_SQUOTE, - STATE(711), 1, - sym_literal, - STATE(746), 1, - sym_name_subsuperexpression, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(722), 2, - sym_string_literal, - sym_char_literal, - [91031] = 8, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3355), 1, - anon_sym_LPAREN, - STATE(1616), 1, - aux_sym_name_superexpression_repeat1, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(3360), 2, - sym_type_identifier, - sym_abstract_type_identifier, - ACTIONS(3363), 2, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(3358), 4, - sym_typeclass_identifier, - sym_name_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [91062] = 4, + [87972] = 4, ACTIONS(3), 1, sym__line_comment, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(260), 4, + ACTIONS(2095), 7, + anon_sym_elif, + anon_sym_else, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2093), 8, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [87999] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(2453), 1, + sym_name_identifier, + ACTIONS(2455), 1, + sym_float_number_literal, + ACTIONS(2457), 1, + sym_number_literal, + ACTIONS(2459), 1, + anon_sym_DQUOTE, + ACTIONS(3765), 1, + anon_sym_LPAREN, + ACTIONS(3767), 1, + anon_sym_SQUOTE, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(1878), 1, + sym_name_subexpression, + STATE(2371), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(2806), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1848), 2, + sym_extended_name, + sym_literal, + STATE(1850), 2, + sym_string_literal, + sym_char_literal, + [88046] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2091), 7, + anon_sym_elif, + anon_sym_else, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2089), 8, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [88073] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2111), 7, + anon_sym_AMP, + anon_sym_elif, + anon_sym_else, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2109), 8, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [88100] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(915), 1, + sym_float_number_literal, + ACTIONS(917), 1, + sym_number_literal, + ACTIONS(919), 1, + anon_sym_DQUOTE, + ACTIONS(2746), 1, + sym_name_identifier, + ACTIONS(3769), 1, + anon_sym_LPAREN, + ACTIONS(3771), 1, + anon_sym_SQUOTE, + STATE(837), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2364), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(1329), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(820), 2, + sym_extended_name, + sym_literal, + STATE(826), 2, + sym_string_literal, + sym_char_literal, + [88147] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(915), 1, + sym_float_number_literal, + ACTIONS(917), 1, + sym_number_literal, + ACTIONS(919), 1, + anon_sym_DQUOTE, + ACTIONS(2746), 1, + sym_name_identifier, + ACTIONS(3769), 1, + anon_sym_LPAREN, + ACTIONS(3771), 1, + anon_sym_SQUOTE, + STATE(840), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2364), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(1329), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(820), 2, + sym_extended_name, + sym_literal, + STATE(826), 2, + sym_string_literal, + sym_char_literal, + [88194] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2059), 6, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2057), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [88221] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2103), 6, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2101), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [88248] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2019), 6, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2067), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [88275] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(515), 4, anon_sym_AMP, sym_operator, sym_number_literal, anon_sym_SQUOTE, - ACTIONS(262), 7, + ACTIONS(513), 11, anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + anon_sym_RBRACK, sym_name_identifier, sym_type_identifier, sym_abstract_type_identifier, sym_float_number_literal, anon_sym_DQUOTE, - [91085] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, + [88302] = 14, + ACTIONS(5), 1, sym__doc_comment, - sym__block_comment, - ACTIONS(1647), 5, - anon_sym_with, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1649), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, + ACTIONS(281), 1, sym_float_number_literal, + ACTIONS(283), 1, + sym_number_literal, + ACTIONS(285), 1, anon_sym_DQUOTE, - [91110] = 4, + ACTIONS(2463), 1, + sym_name_identifier, + ACTIONS(3773), 1, + anon_sym_LPAREN, + ACTIONS(3775), 1, + anon_sym_SQUOTE, + STATE(1317), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2335), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(1947), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1301), 2, + sym_extended_name, + sym_literal, + STATE(1339), 2, + sym_string_literal, + sym_char_literal, + [88349] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1051), 1, + sym_float_number_literal, + ACTIONS(1053), 1, + sym_number_literal, + ACTIONS(1055), 1, + anon_sym_DQUOTE, + ACTIONS(2363), 1, + sym_name_identifier, + ACTIONS(3777), 1, + anon_sym_LPAREN, + ACTIONS(3779), 1, + anon_sym_SQUOTE, + STATE(1214), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2337), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(1759), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1220), 2, + sym_string_literal, + sym_char_literal, + STATE(1224), 2, + sym_extended_name, + sym_literal, + [88396] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1557), 1, + sym_float_number_literal, + ACTIONS(1559), 1, + sym_number_literal, + ACTIONS(1561), 1, + anon_sym_DQUOTE, + ACTIONS(2397), 1, + sym_name_identifier, + ACTIONS(3753), 1, + anon_sym_LPAREN, + ACTIONS(3755), 1, + anon_sym_SQUOTE, + STATE(1164), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2358), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(1551), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1166), 2, + sym_extended_name, + sym_literal, + STATE(1175), 2, + sym_string_literal, + sym_char_literal, + [88443] = 4, ACTIONS(3), 1, sym__line_comment, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(1629), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1627), 6, - anon_sym_with, + ACTIONS(2019), 7, + anon_sym_elif, + anon_sym_else, anon_sym_DOT, sym_name_identifier, sym_operator, sym_number_literal, anon_sym_SQUOTE, - [91133] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(978), 1, - sym_float_number_literal, - ACTIONS(980), 1, - sym_number_literal, - ACTIONS(982), 1, - anon_sym_DQUOTE, - ACTIONS(3365), 1, - anon_sym_LPAREN, - ACTIONS(3367), 1, - sym_name_identifier, - ACTIONS(3369), 1, - anon_sym_SQUOTE, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - STATE(1678), 1, - sym_name_subsuperexpression, - STATE(1681), 1, - sym_literal, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1554), 2, - sym_string_literal, - sym_char_literal, - [91172] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1655), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1651), 5, - anon_sym_while, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1653), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [91197] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1127), 1, - sym_float_number_literal, - ACTIONS(1129), 1, - sym_number_literal, - ACTIONS(1131), 1, - anon_sym_DQUOTE, - ACTIONS(3371), 1, - anon_sym_LPAREN, - ACTIONS(3373), 1, - sym_name_identifier, - ACTIONS(3375), 1, - anon_sym_SQUOTE, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - STATE(1627), 1, - sym_literal, - STATE(1634), 1, - sym_name_subsuperexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1619), 2, - sym_string_literal, - sym_char_literal, - [91236] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1659), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1657), 6, - anon_sym_then, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [91259] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1655), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1651), 5, - anon_sym_with, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1653), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [91284] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1625), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1503), 6, - anon_sym_then, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [91307] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1127), 1, - sym_float_number_literal, - ACTIONS(1129), 1, - sym_number_literal, - ACTIONS(1131), 1, - anon_sym_DQUOTE, - ACTIONS(3371), 1, - anon_sym_LPAREN, - ACTIONS(3373), 1, - sym_name_identifier, - ACTIONS(3375), 1, - anon_sym_SQUOTE, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - STATE(1627), 1, - sym_literal, - STATE(1640), 1, - sym_name_subsuperexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1619), 2, - sym_string_literal, - sym_char_literal, - [91346] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1637), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1635), 6, - anon_sym_with, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [91369] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(133), 1, - sym_float_number_literal, - ACTIONS(135), 1, - sym_number_literal, - ACTIONS(137), 1, - anon_sym_DQUOTE, - ACTIONS(3377), 1, - anon_sym_LPAREN, - ACTIONS(3379), 1, - sym_name_identifier, - ACTIONS(3381), 1, - anon_sym_SQUOTE, - STATE(955), 1, - sym_literal, - STATE(990), 1, - sym_name_subsuperexpression, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(959), 2, - sym_string_literal, - sym_char_literal, - [91408] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(99), 1, - sym_float_number_literal, - ACTIONS(101), 1, - sym_number_literal, - ACTIONS(103), 1, - anon_sym_DQUOTE, - ACTIONS(3383), 1, - anon_sym_LPAREN, - ACTIONS(3385), 1, - sym_name_identifier, - ACTIONS(3387), 1, - anon_sym_SQUOTE, - STATE(836), 1, - sym_name_subsuperexpression, - STATE(849), 1, - sym_literal, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(833), 2, - sym_string_literal, - sym_char_literal, - [91447] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(133), 1, - sym_float_number_literal, - ACTIONS(135), 1, - sym_number_literal, - ACTIONS(137), 1, - anon_sym_DQUOTE, - ACTIONS(3377), 1, - anon_sym_LPAREN, - ACTIONS(3379), 1, - sym_name_identifier, - ACTIONS(3381), 1, - anon_sym_SQUOTE, - STATE(955), 1, - sym_literal, - STATE(991), 1, - sym_name_subsuperexpression, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(959), 2, - sym_string_literal, - sym_char_literal, - [91486] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1659), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1657), 6, - anon_sym_do, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [91509] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2260), 1, - sym_float_number_literal, - ACTIONS(2262), 1, - sym_number_literal, - ACTIONS(2264), 1, - anon_sym_DQUOTE, - ACTIONS(3389), 1, - anon_sym_LPAREN, - ACTIONS(3391), 1, - sym_name_identifier, - ACTIONS(3393), 1, - anon_sym_SQUOTE, - STATE(1508), 1, - sym_literal, - STATE(1518), 1, - sym_name_subsuperexpression, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1511), 2, - sym_string_literal, - sym_char_literal, - [91548] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2260), 1, - sym_float_number_literal, - ACTIONS(2262), 1, - sym_number_literal, - ACTIONS(2264), 1, - anon_sym_DQUOTE, - ACTIONS(3389), 1, - anon_sym_LPAREN, - ACTIONS(3391), 1, - sym_name_identifier, - ACTIONS(3393), 1, - anon_sym_SQUOTE, - STATE(1490), 1, - sym_name_subsuperexpression, - STATE(1508), 1, - sym_literal, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1511), 2, - sym_string_literal, - sym_char_literal, - [91587] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1615), 5, - anon_sym_with, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1617), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [91612] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(753), 1, - sym_float_number_literal, - ACTIONS(755), 1, - sym_number_literal, - ACTIONS(757), 1, - anon_sym_DQUOTE, - ACTIONS(3395), 1, - anon_sym_LPAREN, - ACTIONS(3397), 1, - sym_name_identifier, - ACTIONS(3399), 1, - anon_sym_SQUOTE, - STATE(742), 1, - sym_literal, - STATE(761), 1, - sym_name_subsuperexpression, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(752), 2, - sym_string_literal, - sym_char_literal, - [91651] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(753), 1, - sym_float_number_literal, - ACTIONS(755), 1, - sym_number_literal, - ACTIONS(757), 1, - anon_sym_DQUOTE, - ACTIONS(3395), 1, - anon_sym_LPAREN, - ACTIONS(3397), 1, - sym_name_identifier, - ACTIONS(3399), 1, - anon_sym_SQUOTE, - STATE(742), 1, - sym_literal, - STATE(758), 1, - sym_name_subsuperexpression, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(752), 2, - sym_string_literal, - sym_char_literal, - [91690] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1503), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1501), 3, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1499), 7, + ACTIONS(2067), 8, anon_sym_LPAREN, anon_sym_RPAREN, - sym_name_identifier, + anon_sym_TILDE, + anon_sym_AT, sym_type_identifier, sym_abstract_type_identifier, sym_float_number_literal, anon_sym_DQUOTE, - [91715] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1623), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1621), 6, - anon_sym_with, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [91738] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1655), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1651), 5, - anon_sym_do, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1653), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [91763] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1639), 5, - anon_sym_with, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1641), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [91788] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(207), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1633), 6, - anon_sym_with, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [91811] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1503), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1499), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1501), 5, - anon_sym_do, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [91836] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(201), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1631), 6, - anon_sym_with, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [91859] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(207), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1633), 6, - anon_sym_while, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [91882] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(201), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1631), 6, - anon_sym_while, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [91905] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1629), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1627), 6, - anon_sym_then, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [91928] = 12, + [88470] = 14, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(1010), 1, + ACTIONS(1051), 1, sym_float_number_literal, - ACTIONS(1012), 1, + ACTIONS(1053), 1, sym_number_literal, - ACTIONS(1014), 1, + ACTIONS(1055), 1, anon_sym_DQUOTE, - ACTIONS(3401), 1, - anon_sym_LPAREN, - ACTIONS(3403), 1, + ACTIONS(2363), 1, sym_name_identifier, - ACTIONS(3405), 1, + ACTIONS(3777), 1, + anon_sym_LPAREN, + ACTIONS(3779), 1, anon_sym_SQUOTE, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - STATE(1661), 1, - sym_literal, - STATE(1662), 1, - sym_name_subsuperexpression, + STATE(1227), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2337), 1, + aux_sym_reference_expression_repeat1, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - STATE(1646), 2, + ACTIONS(1759), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1220), 2, sym_string_literal, sym_char_literal, - [91967] = 12, + STATE(1224), 2, + sym_extended_name, + sym_literal, + [88517] = 14, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(2190), 1, + ACTIONS(937), 1, sym_float_number_literal, - ACTIONS(2192), 1, + ACTIONS(939), 1, sym_number_literal, - ACTIONS(2194), 1, + ACTIONS(941), 1, anon_sym_DQUOTE, - ACTIONS(3407), 1, - anon_sym_LPAREN, - ACTIONS(3409), 1, + ACTIONS(2465), 1, sym_name_identifier, - ACTIONS(3411), 1, + ACTIONS(3781), 1, + anon_sym_LPAREN, + ACTIONS(3783), 1, anon_sym_SQUOTE, - STATE(1432), 1, - sym_name_subsuperexpression, - STATE(1492), 1, - sym_literal, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, + STATE(1716), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2326), 1, + aux_sym_reference_expression_repeat1, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - STATE(1512), 2, + ACTIONS(2716), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1676), 2, sym_string_literal, sym_char_literal, - [92006] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2190), 1, - sym_float_number_literal, - ACTIONS(2192), 1, - sym_number_literal, - ACTIONS(2194), 1, - anon_sym_DQUOTE, - ACTIONS(3407), 1, - anon_sym_LPAREN, - ACTIONS(3409), 1, - sym_name_identifier, - ACTIONS(3411), 1, - anon_sym_SQUOTE, - STATE(1492), 1, + STATE(1710), 2, + sym_extended_name, sym_literal, - STATE(1495), 1, - sym_name_subsuperexpression, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1512), 2, - sym_string_literal, - sym_char_literal, - [92045] = 4, + [88564] = 4, ACTIONS(3), 1, sym__line_comment, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(1659), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1657), 6, - anon_sym_with, + ACTIONS(2103), 7, + anon_sym_elif, + anon_sym_else, anon_sym_DOT, sym_name_identifier, sym_operator, sym_number_literal, anon_sym_SQUOTE, - [92068] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1317), 1, - sym_float_number_literal, - ACTIONS(1319), 1, - sym_number_literal, - ACTIONS(1321), 1, - anon_sym_DQUOTE, - ACTIONS(3413), 1, - anon_sym_LPAREN, - ACTIONS(3415), 1, - sym_name_identifier, - ACTIONS(3417), 1, - anon_sym_SQUOTE, - STATE(1459), 1, - sym_literal, - STATE(1464), 1, - sym_name_subsuperexpression, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1449), 2, - sym_string_literal, - sym_char_literal, - [92107] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1275), 1, - sym_float_number_literal, - ACTIONS(1277), 1, - sym_number_literal, - ACTIONS(1279), 1, - anon_sym_DQUOTE, - ACTIONS(3419), 1, - anon_sym_LPAREN, - ACTIONS(3421), 1, - sym_name_identifier, - ACTIONS(3423), 1, - anon_sym_SQUOTE, - STATE(1351), 1, - sym_name_subsuperexpression, - STATE(1358), 1, - sym_literal, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1379), 2, - sym_string_literal, - sym_char_literal, - [92146] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1655), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1651), 5, - anon_sym_then, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1653), 5, + ACTIONS(2101), 8, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, sym_type_identifier, sym_abstract_type_identifier, sym_float_number_literal, anon_sym_DQUOTE, - [92171] = 4, + [88591] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(937), 1, + sym_float_number_literal, + ACTIONS(939), 1, + sym_number_literal, + ACTIONS(941), 1, + anon_sym_DQUOTE, + ACTIONS(2465), 1, + sym_name_identifier, + ACTIONS(3781), 1, + anon_sym_LPAREN, + ACTIONS(3783), 1, + anon_sym_SQUOTE, + STATE(1726), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2326), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(2716), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1676), 2, + sym_string_literal, + sym_char_literal, + STATE(1710), 2, + sym_extended_name, + sym_literal, + [88638] = 4, ACTIONS(3), 1, sym__line_comment, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(1651), 4, + ACTIONS(2059), 7, + anon_sym_elif, + anon_sym_else, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2057), 8, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [88665] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2091), 6, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2089), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [88692] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(201), 1, + sym_float_number_literal, + ACTIONS(203), 1, + sym_number_literal, + ACTIONS(205), 1, + anon_sym_DQUOTE, + ACTIONS(2361), 1, + sym_name_identifier, + ACTIONS(3785), 1, + anon_sym_LPAREN, + ACTIONS(3787), 1, + anon_sym_SQUOTE, + STATE(1300), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2393), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(1941), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1325), 2, + sym_extended_name, + sym_literal, + STATE(1341), 2, + sym_string_literal, + sym_char_literal, + [88739] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(535), 1, + sym_float_number_literal, + ACTIONS(537), 1, + sym_number_literal, + ACTIONS(539), 1, + anon_sym_DQUOTE, + ACTIONS(2601), 1, + sym_name_identifier, + ACTIONS(3789), 1, + anon_sym_LPAREN, + ACTIONS(3791), 1, + anon_sym_SQUOTE, + STATE(1755), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2333), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(2599), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1805), 2, + sym_string_literal, + sym_char_literal, + STATE(1836), 2, + sym_extended_name, + sym_literal, + [88786] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(281), 1, + sym_float_number_literal, + ACTIONS(283), 1, + sym_number_literal, + ACTIONS(285), 1, + anon_sym_DQUOTE, + ACTIONS(2463), 1, + sym_name_identifier, + ACTIONS(3773), 1, + anon_sym_LPAREN, + ACTIONS(3775), 1, + anon_sym_SQUOTE, + STATE(1298), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2335), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(1947), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1301), 2, + sym_extended_name, + sym_literal, + STATE(1339), 2, + sym_string_literal, + sym_char_literal, + [88833] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(535), 1, + sym_float_number_literal, + ACTIONS(537), 1, + sym_number_literal, + ACTIONS(539), 1, + anon_sym_DQUOTE, + ACTIONS(2601), 1, + sym_name_identifier, + ACTIONS(3789), 1, + anon_sym_LPAREN, + ACTIONS(3791), 1, + anon_sym_SQUOTE, + STATE(1728), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2333), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(2599), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1805), 2, + sym_string_literal, + sym_char_literal, + STATE(1836), 2, + sym_extended_name, + sym_literal, + [88880] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2081), 6, + anon_sym_elif, + anon_sym_else, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2079), 8, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [88909] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2081), 5, + anon_sym_AMP, anon_sym_PIPE, sym_operator, sym_number_literal, anon_sym_SQUOTE, - ACTIONS(1653), 7, + ACTIONS(2079), 9, anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, sym_name_identifier, sym_type_identifier, sym_abstract_type_identifier, sym_float_number_literal, anon_sym_DQUOTE, - [92194] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1317), 1, - sym_float_number_literal, - ACTIONS(1319), 1, - sym_number_literal, - ACTIONS(1321), 1, - anon_sym_DQUOTE, - ACTIONS(3413), 1, - anon_sym_LPAREN, - ACTIONS(3415), 1, - sym_name_identifier, - ACTIONS(3417), 1, - anon_sym_SQUOTE, - STATE(1453), 1, - sym_name_subsuperexpression, - STATE(1459), 1, - sym_literal, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1449), 2, - sym_string_literal, - sym_char_literal, - [92233] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1275), 1, - sym_float_number_literal, - ACTIONS(1277), 1, - sym_number_literal, - ACTIONS(1279), 1, - anon_sym_DQUOTE, - ACTIONS(3419), 1, - anon_sym_LPAREN, - ACTIONS(3421), 1, - sym_name_identifier, - ACTIONS(3423), 1, - anon_sym_SQUOTE, - STATE(1358), 1, - sym_literal, - STATE(1368), 1, - sym_name_subsuperexpression, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1379), 2, - sym_string_literal, - sym_char_literal, - [92272] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(816), 1, - sym_float_number_literal, - ACTIONS(818), 1, - sym_number_literal, - ACTIONS(820), 1, - anon_sym_DQUOTE, - ACTIONS(3425), 1, - anon_sym_LPAREN, - ACTIONS(3427), 1, - sym_name_identifier, - ACTIONS(3429), 1, - anon_sym_SQUOTE, - STATE(710), 1, - sym_literal, - STATE(741), 1, - sym_name_subsuperexpression, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(729), 2, - sym_string_literal, - sym_char_literal, - [92311] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(816), 1, - sym_float_number_literal, - ACTIONS(818), 1, - sym_number_literal, - ACTIONS(820), 1, - anon_sym_DQUOTE, - ACTIONS(3425), 1, - anon_sym_LPAREN, - ACTIONS(3427), 1, - sym_name_identifier, - ACTIONS(3429), 1, - anon_sym_SQUOTE, - STATE(710), 1, - sym_literal, - STATE(737), 1, - sym_name_subsuperexpression, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(729), 2, - sym_string_literal, - sym_char_literal, - [92350] = 5, + [88938] = 4, ACTIONS(3), 1, sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, + ACTIONS(3793), 1, + sym_operator, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(1615), 5, - anon_sym_then, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1617), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [92375] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1010), 1, - sym_float_number_literal, - ACTIONS(1012), 1, - sym_number_literal, - ACTIONS(1014), 1, - anon_sym_DQUOTE, - ACTIONS(3401), 1, - anon_sym_LPAREN, - ACTIONS(3403), 1, - sym_name_identifier, - ACTIONS(3405), 1, - anon_sym_SQUOTE, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - STATE(1661), 1, - sym_literal, - STATE(1664), 1, - sym_name_subsuperexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1646), 2, - sym_string_literal, - sym_char_literal, - [92414] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1637), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1635), 6, - anon_sym_then, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [92437] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1615), 5, - anon_sym_then, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1617), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [92462] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1623), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1621), 6, - anon_sym_then, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [92485] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1639), 5, - anon_sym_then, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1641), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [92510] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(99), 1, - sym_float_number_literal, - ACTIONS(101), 1, - sym_number_literal, - ACTIONS(103), 1, - anon_sym_DQUOTE, - ACTIONS(3383), 1, - anon_sym_LPAREN, - ACTIONS(3385), 1, - sym_name_identifier, - ACTIONS(3387), 1, - anon_sym_SQUOTE, - STATE(839), 1, - sym_name_subsuperexpression, - STATE(849), 1, - sym_literal, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(833), 2, - sym_string_literal, - sym_char_literal, - [92549] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2204), 1, - sym_float_number_literal, - ACTIONS(2206), 1, - sym_number_literal, - ACTIONS(2208), 1, - anon_sym_DQUOTE, - ACTIONS(3431), 1, - anon_sym_LPAREN, - ACTIONS(3433), 1, - sym_name_identifier, - ACTIONS(3435), 1, - anon_sym_SQUOTE, - STATE(1482), 1, - sym_name_subsuperexpression, - STATE(1497), 1, - sym_literal, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1505), 2, - sym_string_literal, - sym_char_literal, - [92588] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2204), 1, - sym_float_number_literal, - ACTIONS(2206), 1, - sym_number_literal, - ACTIONS(2208), 1, - anon_sym_DQUOTE, - ACTIONS(3431), 1, - anon_sym_LPAREN, - ACTIONS(3433), 1, - sym_name_identifier, - ACTIONS(3435), 1, - anon_sym_SQUOTE, - STATE(1481), 1, - sym_name_subsuperexpression, - STATE(1497), 1, - sym_literal, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1505), 2, - sym_string_literal, - sym_char_literal, - [92627] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1625), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1503), 6, - anon_sym_with, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [92650] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(207), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1633), 6, - anon_sym_then, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [92673] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(201), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1631), 6, - anon_sym_then, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [92696] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1647), 5, - anon_sym_while, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1649), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [92721] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(739), 1, - sym_float_number_literal, - ACTIONS(741), 1, - sym_number_literal, - ACTIONS(743), 1, - anon_sym_DQUOTE, - ACTIONS(3437), 1, - anon_sym_LPAREN, - ACTIONS(3439), 1, - sym_name_identifier, - ACTIONS(3441), 1, - anon_sym_SQUOTE, - STATE(682), 1, - sym_name_subsuperexpression, - STATE(696), 1, - sym_literal, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(687), 2, - sym_string_literal, - sym_char_literal, - [92760] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(739), 1, - sym_float_number_literal, - ACTIONS(741), 1, - sym_number_literal, - ACTIONS(743), 1, - anon_sym_DQUOTE, - ACTIONS(3437), 1, - anon_sym_LPAREN, - ACTIONS(3439), 1, - sym_name_identifier, - ACTIONS(3441), 1, - anon_sym_SQUOTE, - STATE(678), 1, - sym_name_subsuperexpression, - STATE(696), 1, - sym_literal, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(687), 2, - sym_string_literal, - sym_char_literal, - [92799] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1503), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1499), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1501), 5, - anon_sym_while, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [92824] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1639), 5, - anon_sym_while, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1641), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [92849] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2155), 1, - sym_float_number_literal, - ACTIONS(2157), 1, - sym_number_literal, - ACTIONS(2159), 1, - anon_sym_DQUOTE, - ACTIONS(3443), 1, - anon_sym_LPAREN, - ACTIONS(3445), 1, - sym_name_identifier, - ACTIONS(3447), 1, - anon_sym_SQUOTE, - STATE(1445), 1, - sym_name_subsuperexpression, - STATE(1452), 1, - sym_literal, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1440), 2, - sym_string_literal, - sym_char_literal, - [92888] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1623), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1621), 6, - anon_sym_while, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [92911] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1619), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1615), 5, - anon_sym_while, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1617), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [92936] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(284), 1, - sym_float_number_literal, - ACTIONS(286), 1, - sym_number_literal, - ACTIONS(288), 1, - anon_sym_DQUOTE, - ACTIONS(3449), 1, - anon_sym_LPAREN, - ACTIONS(3451), 1, - sym_name_identifier, - ACTIONS(3453), 1, - anon_sym_SQUOTE, - STATE(496), 1, - sym_name_subsuperexpression, - STATE(538), 1, - sym_literal, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(520), 2, - sym_string_literal, - sym_char_literal, - [92975] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(284), 1, - sym_float_number_literal, - ACTIONS(286), 1, - sym_number_literal, - ACTIONS(288), 1, - anon_sym_DQUOTE, - ACTIONS(3449), 1, - anon_sym_LPAREN, - ACTIONS(3451), 1, - sym_name_identifier, - ACTIONS(3453), 1, - anon_sym_SQUOTE, - STATE(502), 1, - sym_name_subsuperexpression, - STATE(538), 1, - sym_literal, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(520), 2, - sym_string_literal, - sym_char_literal, - [93014] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1637), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1635), 6, - anon_sym_while, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [93037] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(978), 1, - sym_float_number_literal, - ACTIONS(980), 1, - sym_number_literal, - ACTIONS(982), 1, - anon_sym_DQUOTE, - ACTIONS(3365), 1, - anon_sym_LPAREN, - ACTIONS(3367), 1, - sym_name_identifier, - ACTIONS(3369), 1, - anon_sym_SQUOTE, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - STATE(1675), 1, - sym_name_subsuperexpression, - STATE(1681), 1, - sym_literal, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1554), 2, - sym_string_literal, - sym_char_literal, - [93076] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1651), 4, - anon_sym_AMP, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1653), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [93099] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2155), 1, - sym_float_number_literal, - ACTIONS(2157), 1, - sym_number_literal, - ACTIONS(2159), 1, - anon_sym_DQUOTE, - ACTIONS(3443), 1, - anon_sym_LPAREN, - ACTIONS(3445), 1, - sym_name_identifier, - ACTIONS(3447), 1, - anon_sym_SQUOTE, - STATE(1443), 1, - sym_name_subsuperexpression, - STATE(1452), 1, - sym_literal, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1440), 2, - sym_string_literal, - sym_char_literal, - [93138] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1615), 5, - anon_sym_while, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1617), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [93163] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1647), 5, - anon_sym_then, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1649), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [93188] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(683), 1, - sym_float_number_literal, - ACTIONS(685), 1, - sym_number_literal, - ACTIONS(687), 1, - anon_sym_DQUOTE, - ACTIONS(3455), 1, - anon_sym_LPAREN, - ACTIONS(3457), 1, - sym_name_identifier, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - STATE(672), 1, - sym_name_subsuperexpression, - STATE(689), 1, - sym_literal, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(679), 2, - sym_string_literal, - sym_char_literal, - [93227] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1659), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1657), 6, - anon_sym_while, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [93250] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(992), 1, - sym_float_number_literal, - ACTIONS(994), 1, - sym_number_literal, - ACTIONS(996), 1, - anon_sym_DQUOTE, - ACTIONS(3167), 1, - anon_sym_LPAREN, - ACTIONS(3169), 1, - sym_name_identifier, - ACTIONS(3171), 1, - anon_sym_SQUOTE, - STATE(825), 1, - sym_literal, - STATE(893), 1, - sym_name_subsuperexpression, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(855), 2, - sym_string_literal, - sym_char_literal, - [93289] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1503), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1499), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1501), 5, - anon_sym_then, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [93314] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1629), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1627), 6, - anon_sym_do, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [93337] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1635), 1, - anon_sym_DOT, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1647), 5, - anon_sym_do, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1649), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [93362] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1625), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - ACTIONS(1503), 6, - anon_sym_do, - anon_sym_DOT, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - [93385] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2135), 1, - sym_float_number_literal, - ACTIONS(2137), 1, - sym_number_literal, - ACTIONS(2139), 1, - anon_sym_DQUOTE, - ACTIONS(3461), 1, - anon_sym_LPAREN, - ACTIONS(3463), 1, - sym_name_identifier, - ACTIONS(3465), 1, - anon_sym_SQUOTE, - STATE(1469), 1, - sym_name_subsuperexpression, - STATE(1474), 1, - sym_literal, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1473), 2, - sym_string_literal, - sym_char_literal, - [93424] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2135), 1, - sym_float_number_literal, - ACTIONS(2137), 1, - sym_number_literal, - ACTIONS(2139), 1, - anon_sym_DQUOTE, - ACTIONS(3461), 1, - anon_sym_LPAREN, - ACTIONS(3463), 1, - sym_name_identifier, - ACTIONS(3465), 1, - anon_sym_SQUOTE, - STATE(1470), 1, - sym_name_subsuperexpression, - STATE(1474), 1, - sym_literal, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1473), 2, - sym_string_literal, - sym_char_literal, - [93463] = 12, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(683), 1, - sym_float_number_literal, - ACTIONS(685), 1, - sym_number_literal, - ACTIONS(687), 1, - anon_sym_DQUOTE, - ACTIONS(3455), 1, - anon_sym_LPAREN, - ACTIONS(3457), 1, - sym_name_identifier, - ACTIONS(3459), 1, - anon_sym_SQUOTE, - STATE(668), 1, - sym_name_subsuperexpression, - STATE(689), 1, - sym_literal, - STATE(1537), 1, - aux_sym_name_superexpression_repeat2, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(679), 2, - sym_string_literal, - sym_char_literal, - [93502] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1651), 5, - anon_sym_while, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1653), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [93524] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(260), 5, - anon_sym_with, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(262), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [93546] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1651), 5, - anon_sym_do, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1653), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [93568] = 11, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1714), 1, - anon_sym_LPAREN, - ACTIONS(3136), 1, - sym_typeclass_identifier, - STATE(1348), 1, - sym_type_expression, - STATE(1703), 1, - sym_typeclass_expression, - STATE(1805), 1, - aux_sym_name_superexpression_repeat1, - STATE(2091), 1, - sym_parametrized_typeclass, - STATE(2419), 1, - sym_parametrized_type, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - [93604] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(260), 5, - anon_sym_do, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(262), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [93626] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1651), 5, - anon_sym_then, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1653), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [93648] = 9, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(179), 1, - anon_sym_LPAREN, - STATE(120), 1, - sym_type_expression, - STATE(1834), 1, - aux_sym_name_superexpression_repeat1, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - ACTIONS(1873), 2, - anon_sym_DASH_GT, - anon_sym_RPAREN, - STATE(1709), 2, - sym_type_parameter, - aux_sym_parametrized_type_repeat1, - [93680] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1651), 3, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(1653), 7, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [93702] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(260), 5, - anon_sym_while, - sym_name_identifier, - sym_operator, - sym_number_literal, - anon_sym_SQUOTE, - ACTIONS(262), 5, - anon_sym_LPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - [93724] = 10, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3469), 1, - anon_sym_LPAREN, - STATE(1785), 1, - sym_annotated_type, - STATE(1834), 1, - aux_sym_name_superexpression_repeat1, - STATE(1835), 1, - sym_type_expression, - STATE(2470), 1, - sym_type_subexpression, - STATE(2484), 1, - sym_defined_type, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - ACTIONS(3467), 2, + ACTIONS(2003), 14, anon_sym_const, anon_sym_var, - [93758] = 4, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [88965] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2081), 5, + anon_sym_AMP, + anon_sym_PIPE, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2079), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [88994] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2113), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2111), 5, + anon_sym_AMP, + anon_sym_PIPE, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2109), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [89023] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(2437), 1, + sym_name_identifier, + ACTIONS(2439), 1, + sym_float_number_literal, + ACTIONS(2441), 1, + sym_number_literal, + ACTIONS(2443), 1, + anon_sym_DQUOTE, + ACTIONS(3795), 1, + anon_sym_LPAREN, + ACTIONS(3797), 1, + anon_sym_SQUOTE, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(1905), 1, + sym_name_subexpression, + STATE(2382), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(2846), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1872), 2, + sym_extended_name, + sym_literal, + STATE(1892), 2, + sym_string_literal, + sym_char_literal, + [89070] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2081), 6, + anon_sym_elif, + anon_sym_else, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2079), 8, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [89099] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(2437), 1, + sym_name_identifier, + ACTIONS(2439), 1, + sym_float_number_literal, + ACTIONS(2441), 1, + sym_number_literal, + ACTIONS(2443), 1, + anon_sym_DQUOTE, + ACTIONS(3795), 1, + anon_sym_LPAREN, + ACTIONS(3797), 1, + anon_sym_SQUOTE, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(1913), 1, + sym_name_subexpression, + STATE(2382), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(2846), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1872), 2, + sym_extended_name, + sym_literal, + STATE(1892), 2, + sym_string_literal, + sym_char_literal, + [89146] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2113), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2111), 6, + anon_sym_elif, + anon_sym_else, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2109), 8, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [89175] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(673), 1, + sym_float_number_literal, + ACTIONS(675), 1, + sym_number_literal, + ACTIONS(677), 1, + anon_sym_DQUOTE, + ACTIONS(2589), 1, + sym_name_identifier, + ACTIONS(3799), 1, + anon_sym_LPAREN, + ACTIONS(3801), 1, + anon_sym_SQUOTE, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(1961), 1, + sym_name_subexpression, + STATE(2344), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3037), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1973), 2, + sym_extended_name, + sym_literal, + STATE(1997), 2, + sym_string_literal, + sym_char_literal, + [89222] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2087), 6, + anon_sym_elif, + anon_sym_else, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2085), 8, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [89251] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2099), 3, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2097), 11, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + anon_sym_RBRACK, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [89280] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2087), 5, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2085), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [89309] = 4, ACTIONS(3), 1, sym__line_comment, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(1651), 5, + ACTIONS(515), 7, + anon_sym_AMP, + anon_sym_elif, + anon_sym_else, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(513), 8, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [89336] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(2675), 1, + sym_name_identifier, + ACTIONS(3803), 1, + anon_sym_LPAREN, + ACTIONS(3805), 1, + anon_sym_SQUOTE, + STATE(1737), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2386), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(2673), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1739), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + [89383] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2113), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2111), 3, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2109), 11, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + anon_sym_RBRACK, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [89412] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2099), 5, + anon_sym_AMP, + anon_sym_PIPE, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2097), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [89441] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1107), 1, + sym_float_number_literal, + ACTIONS(1109), 1, + sym_number_literal, + ACTIONS(1111), 1, + anon_sym_DQUOTE, + ACTIONS(2523), 1, + sym_name_identifier, + ACTIONS(3807), 1, + anon_sym_LPAREN, + ACTIONS(3809), 1, + anon_sym_SQUOTE, + STATE(729), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2345), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(1101), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(690), 2, + sym_extended_name, + sym_literal, + STATE(705), 2, + sym_string_literal, + sym_char_literal, + [89488] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1107), 1, + sym_float_number_literal, + ACTIONS(1109), 1, + sym_number_literal, + ACTIONS(1111), 1, + anon_sym_DQUOTE, + ACTIONS(2523), 1, + sym_name_identifier, + ACTIONS(3807), 1, + anon_sym_LPAREN, + ACTIONS(3809), 1, + anon_sym_SQUOTE, + STATE(686), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2345), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(1101), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(690), 2, + sym_extended_name, + sym_literal, + STATE(705), 2, + sym_string_literal, + sym_char_literal, + [89535] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2081), 3, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2079), 11, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + anon_sym_RBRACK, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [89564] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(67), 1, + sym_float_number_literal, + ACTIONS(69), 1, + sym_number_literal, + ACTIONS(71), 1, + anon_sym_DQUOTE, + ACTIONS(2675), 1, + sym_name_identifier, + ACTIONS(3803), 1, + anon_sym_LPAREN, + ACTIONS(3805), 1, + anon_sym_SQUOTE, + STATE(1746), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2386), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(2673), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1739), 2, + sym_extended_name, + sym_literal, + STATE(1823), 2, + sym_string_literal, + sym_char_literal, + [89611] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2081), 3, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2079), 11, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + anon_sym_RBRACK, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [89640] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(559), 1, + sym_float_number_literal, + ACTIONS(561), 1, + sym_number_literal, + ACTIONS(563), 1, + anon_sym_DQUOTE, + ACTIONS(2467), 1, + sym_name_identifier, + ACTIONS(3811), 1, + anon_sym_LPAREN, + ACTIONS(3813), 1, + anon_sym_SQUOTE, + STATE(771), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2327), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(569), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(752), 2, + sym_extended_name, + sym_literal, + STATE(761), 2, + sym_string_literal, + sym_char_literal, + [89687] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2059), 4, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2057), 11, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + anon_sym_RBRACK, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [89714] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(559), 1, + sym_float_number_literal, + ACTIONS(561), 1, + sym_number_literal, + ACTIONS(563), 1, + anon_sym_DQUOTE, + ACTIONS(2467), 1, + sym_name_identifier, + ACTIONS(3811), 1, + anon_sym_LPAREN, + ACTIONS(3813), 1, + anon_sym_SQUOTE, + STATE(768), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2327), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(569), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(752), 2, + sym_extended_name, + sym_literal, + STATE(761), 2, + sym_string_literal, + sym_char_literal, + [89761] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(893), 1, + sym_float_number_literal, + ACTIONS(895), 1, + sym_number_literal, + ACTIONS(897), 1, + anon_sym_DQUOTE, + ACTIONS(2744), 1, + sym_name_identifier, + ACTIONS(3815), 1, + anon_sym_LPAREN, + ACTIONS(3817), 1, + anon_sym_SQUOTE, + STATE(1119), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2338), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(1591), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1130), 2, + sym_string_literal, + sym_char_literal, + STATE(1141), 2, + sym_extended_name, + sym_literal, + [89808] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(2419), 1, + sym_name_identifier, + ACTIONS(2421), 1, + sym_float_number_literal, + ACTIONS(2423), 1, + sym_number_literal, + ACTIONS(2425), 1, + anon_sym_DQUOTE, + ACTIONS(3819), 1, + anon_sym_LPAREN, + ACTIONS(3821), 1, + anon_sym_SQUOTE, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(1920), 1, + sym_name_subexpression, + STATE(2391), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(2878), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1911), 2, + sym_extended_name, + sym_literal, + STATE(1935), 2, + sym_string_literal, + sym_char_literal, + [89855] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2103), 4, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2101), 11, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + anon_sym_RBRACK, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [89882] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(2419), 1, + sym_name_identifier, + ACTIONS(2421), 1, + sym_float_number_literal, + ACTIONS(2423), 1, + sym_number_literal, + ACTIONS(2425), 1, + anon_sym_DQUOTE, + ACTIONS(3819), 1, + anon_sym_LPAREN, + ACTIONS(3821), 1, + anon_sym_SQUOTE, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(1918), 1, + sym_name_subexpression, + STATE(2391), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(2878), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1911), 2, + sym_extended_name, + sym_literal, + STATE(1935), 2, + sym_string_literal, + sym_char_literal, + [89929] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(893), 1, + sym_float_number_literal, + ACTIONS(895), 1, + sym_number_literal, + ACTIONS(897), 1, + anon_sym_DQUOTE, + ACTIONS(2744), 1, + sym_name_identifier, + ACTIONS(3815), 1, + anon_sym_LPAREN, + ACTIONS(3817), 1, + anon_sym_SQUOTE, + STATE(1124), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2338), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(1591), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1130), 2, + sym_string_literal, + sym_char_literal, + STATE(1141), 2, + sym_extended_name, + sym_literal, + [89976] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2087), 3, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2085), 11, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + anon_sym_RBRACK, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [90005] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(515), 6, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(513), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [90032] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(611), 1, + sym_float_number_literal, + ACTIONS(613), 1, + sym_number_literal, + ACTIONS(615), 1, + anon_sym_DQUOTE, + ACTIONS(2495), 1, + sym_name_identifier, + ACTIONS(3823), 1, + anon_sym_LPAREN, + ACTIONS(3825), 1, + anon_sym_SQUOTE, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(1967), 1, + sym_name_subexpression, + STATE(2379), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(2971), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1942), 2, + sym_string_literal, + sym_char_literal, + STATE(1955), 2, + sym_extended_name, + sym_literal, + [90079] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2005), 1, + anon_sym_type, + ACTIONS(3827), 1, + sym_operator, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2003), 13, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [90108] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2091), 4, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2089), 11, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + anon_sym_RBRACK, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [90135] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2095), 4, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2093), 11, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + anon_sym_RBRACK, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [90162] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2065), 6, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(347), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [90189] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2091), 6, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2089), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [90216] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2095), 6, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2093), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [90243] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2081), 5, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2079), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [90272] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2107), 4, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2105), 11, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + anon_sym_RBRACK, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [90299] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2073), 4, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(313), 11, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + anon_sym_RBRACK, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [90326] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1295), 1, + sym_float_number_literal, + ACTIONS(1297), 1, + sym_number_literal, + ACTIONS(1299), 1, + anon_sym_DQUOTE, + ACTIONS(2541), 1, + sym_name_identifier, + ACTIONS(3829), 1, + anon_sym_LPAREN, + ACTIONS(3831), 1, + anon_sym_SQUOTE, + STATE(804), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2353), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(1289), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(789), 2, + sym_extended_name, + sym_literal, + STATE(794), 2, + sym_string_literal, + sym_char_literal, + [90373] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1891), 1, + sym_float_number_literal, + ACTIONS(1893), 1, + sym_number_literal, + ACTIONS(1895), 1, + anon_sym_DQUOTE, + ACTIONS(2345), 1, + sym_name_identifier, + ACTIONS(3833), 1, + anon_sym_LPAREN, + ACTIONS(3835), 1, + anon_sym_SQUOTE, + STATE(1194), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2357), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(1885), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1200), 2, + sym_string_literal, + sym_char_literal, + STATE(1211), 2, + sym_extended_name, + sym_literal, + [90420] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1295), 1, + sym_float_number_literal, + ACTIONS(1297), 1, + sym_number_literal, + ACTIONS(1299), 1, + anon_sym_DQUOTE, + ACTIONS(2541), 1, + sym_name_identifier, + ACTIONS(3829), 1, + anon_sym_LPAREN, + ACTIONS(3831), 1, + anon_sym_SQUOTE, + STATE(801), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2353), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(1289), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(789), 2, + sym_extended_name, + sym_literal, + STATE(794), 2, + sym_string_literal, + sym_char_literal, + [90467] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(241), 1, + sym_float_number_literal, + ACTIONS(243), 1, + sym_number_literal, + ACTIONS(245), 1, + anon_sym_DQUOTE, + ACTIONS(2551), 1, + sym_name_identifier, + ACTIONS(3837), 1, + anon_sym_LPAREN, + ACTIONS(3839), 1, + anon_sym_SQUOTE, + STATE(1281), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2374), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(1747), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1279), 2, + sym_extended_name, + sym_literal, + STATE(1286), 2, + sym_string_literal, + sym_char_literal, + [90514] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2017), 5, + anon_sym_AMP, + anon_sym_PIPE, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2015), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [90543] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(827), 1, + sym_float_number_literal, + ACTIONS(829), 1, + sym_number_literal, + ACTIONS(831), 1, + anon_sym_DQUOTE, + ACTIONS(2413), 1, + sym_name_identifier, + ACTIONS(3841), 1, + anon_sym_LPAREN, + ACTIONS(3843), 1, + anon_sym_SQUOTE, + STATE(1103), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2389), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(1545), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1102), 2, + sym_extended_name, + sym_literal, + STATE(1109), 2, + sym_string_literal, + sym_char_literal, + [90590] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2065), 4, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(347), 11, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + anon_sym_RBRACK, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [90617] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2111), 6, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2109), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [90644] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(611), 1, + sym_float_number_literal, + ACTIONS(613), 1, + sym_number_literal, + ACTIONS(615), 1, + anon_sym_DQUOTE, + ACTIONS(2495), 1, + sym_name_identifier, + ACTIONS(3823), 1, + anon_sym_LPAREN, + ACTIONS(3825), 1, + anon_sym_SQUOTE, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(1953), 1, + sym_name_subexpression, + STATE(2379), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(2971), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1942), 2, + sym_string_literal, + sym_char_literal, + STATE(1955), 2, + sym_extended_name, + sym_literal, + [90691] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1891), 1, + sym_float_number_literal, + ACTIONS(1893), 1, + sym_number_literal, + ACTIONS(1895), 1, + anon_sym_DQUOTE, + ACTIONS(2345), 1, + sym_name_identifier, + ACTIONS(3833), 1, + anon_sym_LPAREN, + ACTIONS(3835), 1, + anon_sym_SQUOTE, + STATE(1195), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2357), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(1885), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1200), 2, + sym_string_literal, + sym_char_literal, + STATE(1211), 2, + sym_extended_name, + sym_literal, + [90738] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(805), 1, + sym_float_number_literal, + ACTIONS(807), 1, + sym_number_literal, + ACTIONS(809), 1, + anon_sym_DQUOTE, + ACTIONS(2645), 1, + sym_name_identifier, + ACTIONS(3845), 1, + anon_sym_LPAREN, + ACTIONS(3847), 1, + anon_sym_SQUOTE, + STATE(938), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2394), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(1157), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(916), 2, + sym_extended_name, + sym_literal, + STATE(930), 2, + sym_string_literal, + sym_char_literal, + [90785] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1907), 1, + sym_float_number_literal, + ACTIONS(1909), 1, + sym_number_literal, + ACTIONS(1911), 1, + anon_sym_DQUOTE, + ACTIONS(2359), 1, + sym_name_identifier, + ACTIONS(3849), 1, + anon_sym_LPAREN, + ACTIONS(3851), 1, + anon_sym_SQUOTE, + STATE(1239), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2334), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(1901), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1250), 2, + sym_string_literal, + sym_char_literal, + STATE(1260), 2, + sym_extended_name, + sym_literal, + [90832] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2063), 4, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2061), 11, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + anon_sym_RBRACK, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [90859] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1907), 1, + sym_float_number_literal, + ACTIONS(1909), 1, + sym_number_literal, + ACTIONS(1911), 1, + anon_sym_DQUOTE, + ACTIONS(2359), 1, + sym_name_identifier, + ACTIONS(3849), 1, + anon_sym_LPAREN, + ACTIONS(3851), 1, + anon_sym_SQUOTE, + STATE(1243), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2334), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(1901), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1250), 2, + sym_string_literal, + sym_char_literal, + STATE(1260), 2, + sym_extended_name, + sym_literal, + [90906] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(805), 1, + sym_float_number_literal, + ACTIONS(807), 1, + sym_number_literal, + ACTIONS(809), 1, + anon_sym_DQUOTE, + ACTIONS(2645), 1, + sym_name_identifier, + ACTIONS(3845), 1, + anon_sym_LPAREN, + ACTIONS(3847), 1, + anon_sym_SQUOTE, + STATE(940), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2394), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(1157), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(916), 2, + sym_extended_name, + sym_literal, + STATE(930), 2, + sym_string_literal, + sym_char_literal, + [90953] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2017), 5, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2015), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [90982] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(201), 1, + sym_float_number_literal, + ACTIONS(203), 1, + sym_number_literal, + ACTIONS(205), 1, + anon_sym_DQUOTE, + ACTIONS(2361), 1, + sym_name_identifier, + ACTIONS(3785), 1, + anon_sym_LPAREN, + ACTIONS(3787), 1, + anon_sym_SQUOTE, + STATE(1309), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2393), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(1941), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1325), 2, + sym_extended_name, + sym_literal, + STATE(1341), 2, + sym_string_literal, + sym_char_literal, + [91029] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3731), 1, + anon_sym_type, + ACTIONS(3853), 1, + anon_sym_COLON, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3727), 13, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [91058] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(827), 1, + sym_float_number_literal, + ACTIONS(829), 1, + sym_number_literal, + ACTIONS(831), 1, + anon_sym_DQUOTE, + ACTIONS(2413), 1, + sym_name_identifier, + ACTIONS(3841), 1, + anon_sym_LPAREN, + ACTIONS(3843), 1, + anon_sym_SQUOTE, + STATE(1100), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2389), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(1545), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1102), 2, + sym_extended_name, + sym_literal, + STATE(1109), 2, + sym_string_literal, + sym_char_literal, + [91105] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2017), 6, + anon_sym_elif, + anon_sym_else, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2015), 8, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [91134] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2019), 4, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2067), 11, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + anon_sym_RBRACK, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [91161] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2111), 6, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2109), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [91188] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(2219), 1, + sym_float_number_literal, + ACTIONS(2221), 1, + sym_number_literal, + ACTIONS(2223), 1, + anon_sym_DQUOTE, + ACTIONS(2587), 1, + sym_name_identifier, + ACTIONS(3855), 1, + anon_sym_LPAREN, + ACTIONS(3857), 1, + anon_sym_SQUOTE, + STATE(1576), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2368), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(2213), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1566), 2, + sym_string_literal, + sym_char_literal, + STATE(1593), 2, + sym_extended_name, + sym_literal, + [91235] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(589), 1, + sym_float_number_literal, + ACTIONS(591), 1, + sym_number_literal, + ACTIONS(593), 1, + anon_sym_DQUOTE, + ACTIONS(2367), 1, + sym_name_identifier, + ACTIONS(3859), 1, + anon_sym_LPAREN, + ACTIONS(3861), 1, + anon_sym_SQUOTE, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(1909), 1, + sym_name_subexpression, + STATE(2384), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(2776), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1859), 2, + sym_string_literal, + sym_char_literal, + STATE(1875), 2, + sym_extended_name, + sym_literal, + [91282] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(2219), 1, + sym_float_number_literal, + ACTIONS(2221), 1, + sym_number_literal, + ACTIONS(2223), 1, + anon_sym_DQUOTE, + ACTIONS(2587), 1, + sym_name_identifier, + ACTIONS(3855), 1, + anon_sym_LPAREN, + ACTIONS(3857), 1, + anon_sym_SQUOTE, + STATE(1575), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2368), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(2213), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1566), 2, + sym_string_literal, + sym_char_literal, + STATE(1593), 2, + sym_extended_name, + sym_literal, + [91329] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2107), 6, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2105), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [91356] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2103), 6, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2101), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [91383] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(381), 1, + sym_float_number_literal, + ACTIONS(383), 1, + sym_number_literal, + ACTIONS(385), 1, + anon_sym_DQUOTE, + ACTIONS(2609), 1, + sym_name_identifier, + ACTIONS(3863), 1, + anon_sym_LPAREN, + ACTIONS(3865), 1, + anon_sym_SQUOTE, + STATE(676), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2383), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(375), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(669), 2, + sym_extended_name, + sym_literal, + STATE(675), 2, + sym_string_literal, + sym_char_literal, + [91430] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(695), 1, + sym_float_number_literal, + ACTIONS(697), 1, + sym_number_literal, + ACTIONS(699), 1, + anon_sym_DQUOTE, + ACTIONS(2643), 1, + sym_name_identifier, + ACTIONS(3867), 1, + anon_sym_LPAREN, + ACTIONS(3869), 1, + anon_sym_SQUOTE, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(1975), 1, + sym_name_subexpression, + STATE(2355), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(2977), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1947), 2, + sym_string_literal, + sym_char_literal, + STATE(1976), 2, + sym_extended_name, + sym_literal, + [91477] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(381), 1, + sym_float_number_literal, + ACTIONS(383), 1, + sym_number_literal, + ACTIONS(385), 1, + anon_sym_DQUOTE, + ACTIONS(2609), 1, + sym_name_identifier, + ACTIONS(3863), 1, + anon_sym_LPAREN, + ACTIONS(3865), 1, + anon_sym_SQUOTE, + STATE(677), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2383), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(375), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(669), 2, + sym_extended_name, + sym_literal, + STATE(675), 2, + sym_string_literal, + sym_char_literal, + [91524] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1489), 1, + sym_float_number_literal, + ACTIONS(1491), 1, + sym_number_literal, + ACTIONS(1493), 1, + anon_sym_DQUOTE, + ACTIONS(2353), 1, + sym_name_identifier, + ACTIONS(3871), 1, + anon_sym_LPAREN, + ACTIONS(3873), 1, + anon_sym_SQUOTE, + STATE(1161), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2329), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(1483), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1044), 2, + sym_extended_name, + sym_literal, + STATE(1057), 2, + sym_string_literal, + sym_char_literal, + [91571] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(2403), 1, + sym_name_identifier, + ACTIONS(2405), 1, + sym_float_number_literal, + ACTIONS(2407), 1, + sym_number_literal, + ACTIONS(2409), 1, + anon_sym_DQUOTE, + ACTIONS(3875), 1, + anon_sym_LPAREN, + ACTIONS(3877), 1, + anon_sym_SQUOTE, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(1854), 1, + sym_name_subexpression, + STATE(2385), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(2838), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1842), 2, + sym_extended_name, + sym_literal, + STATE(1881), 2, + sym_string_literal, + sym_char_literal, + [91618] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(2403), 1, + sym_name_identifier, + ACTIONS(2405), 1, + sym_float_number_literal, + ACTIONS(2407), 1, + sym_number_literal, + ACTIONS(2409), 1, + anon_sym_DQUOTE, + ACTIONS(3875), 1, + anon_sym_LPAREN, + ACTIONS(3877), 1, + anon_sym_SQUOTE, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(1860), 1, + sym_name_subexpression, + STATE(2385), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(2838), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1842), 2, + sym_extended_name, + sym_literal, + STATE(1881), 2, + sym_string_literal, + sym_char_literal, + [91665] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2099), 6, + anon_sym_elif, + anon_sym_else, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2097), 8, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [91694] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1489), 1, + sym_float_number_literal, + ACTIONS(1491), 1, + sym_number_literal, + ACTIONS(1493), 1, + anon_sym_DQUOTE, + ACTIONS(2353), 1, + sym_name_identifier, + ACTIONS(3871), 1, + anon_sym_LPAREN, + ACTIONS(3873), 1, + anon_sym_SQUOTE, + STATE(1154), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2329), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(1483), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1044), 2, + sym_extended_name, + sym_literal, + STATE(1057), 2, + sym_string_literal, + sym_char_literal, + [91741] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(627), 1, + sym_float_number_literal, + ACTIONS(629), 1, + sym_number_literal, + ACTIONS(631), 1, + anon_sym_DQUOTE, + ACTIONS(2617), 1, + sym_name_identifier, + ACTIONS(3879), 1, + anon_sym_LPAREN, + ACTIONS(3881), 1, + anon_sym_SQUOTE, + STATE(716), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2325), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(621), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(734), 2, + sym_string_literal, + sym_char_literal, + STATE(754), 2, + sym_extended_name, + sym_literal, + [91788] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(695), 1, + sym_float_number_literal, + ACTIONS(697), 1, + sym_number_literal, + ACTIONS(699), 1, + anon_sym_DQUOTE, + ACTIONS(2643), 1, + sym_name_identifier, + ACTIONS(3867), 1, + anon_sym_LPAREN, + ACTIONS(3869), 1, + anon_sym_SQUOTE, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(1983), 1, + sym_name_subexpression, + STATE(2355), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(2977), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1947), 2, + sym_string_literal, + sym_char_literal, + STATE(1976), 2, + sym_extended_name, + sym_literal, + [91835] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(627), 1, + sym_float_number_literal, + ACTIONS(629), 1, + sym_number_literal, + ACTIONS(631), 1, + anon_sym_DQUOTE, + ACTIONS(2617), 1, + sym_name_identifier, + ACTIONS(3879), 1, + anon_sym_LPAREN, + ACTIONS(3881), 1, + anon_sym_SQUOTE, + STATE(703), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2325), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(621), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(734), 2, + sym_string_literal, + sym_char_literal, + STATE(754), 2, + sym_extended_name, + sym_literal, + [91882] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(717), 1, + sym_float_number_literal, + ACTIONS(719), 1, + sym_number_literal, + ACTIONS(721), 1, + anon_sym_DQUOTE, + ACTIONS(2365), 1, + sym_name_identifier, + ACTIONS(3883), 1, + anon_sym_LPAREN, + ACTIONS(3885), 1, + anon_sym_SQUOTE, + STATE(1259), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2348), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(1753), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1270), 2, + sym_string_literal, + sym_char_literal, + STATE(1275), 2, + sym_extended_name, + sym_literal, + [91929] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2019), 6, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2067), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [91956] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(717), 1, + sym_float_number_literal, + ACTIONS(719), 1, + sym_number_literal, + ACTIONS(721), 1, + anon_sym_DQUOTE, + ACTIONS(2365), 1, + sym_name_identifier, + ACTIONS(3883), 1, + anon_sym_LPAREN, + ACTIONS(3885), 1, + anon_sym_SQUOTE, + STATE(1263), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2348), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(1753), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1270), 2, + sym_string_literal, + sym_char_literal, + STATE(1275), 2, + sym_extended_name, + sym_literal, + [92003] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2073), 6, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(313), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [92030] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3889), 1, + anon_sym_type, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3887), 14, + ts_builtin_sym_end, + anon_sym_namespace, + anon_sym_partition, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [92057] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(739), 1, + sym_float_number_literal, + ACTIONS(741), 1, + sym_number_literal, + ACTIONS(743), 1, + anon_sym_DQUOTE, + ACTIONS(2525), 1, + sym_name_identifier, + ACTIONS(3891), 1, + anon_sym_LPAREN, + ACTIONS(3893), 1, + anon_sym_SQUOTE, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(1966), 1, + sym_name_subexpression, + STATE(2378), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3007), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1972), 2, + sym_extended_name, + sym_literal, + STATE(2009), 2, + sym_string_literal, + sym_char_literal, + [92104] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1443), 1, + sym_float_number_literal, + ACTIONS(1445), 1, + sym_number_literal, + ACTIONS(1447), 1, + anon_sym_DQUOTE, + ACTIONS(2475), 1, + sym_name_identifier, + ACTIONS(3895), 1, + anon_sym_LPAREN, + ACTIONS(3897), 1, + anon_sym_SQUOTE, + STATE(822), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2330), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(1437), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(783), 2, + sym_extended_name, + sym_literal, + STATE(807), 2, + sym_string_literal, + sym_char_literal, + [92151] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1443), 1, + sym_float_number_literal, + ACTIONS(1445), 1, + sym_number_literal, + ACTIONS(1447), 1, + anon_sym_DQUOTE, + ACTIONS(2475), 1, + sym_name_identifier, + ACTIONS(3895), 1, + anon_sym_LPAREN, + ACTIONS(3897), 1, + anon_sym_SQUOTE, + STATE(827), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2330), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(1437), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(783), 2, + sym_extended_name, + sym_literal, + STATE(807), 2, + sym_string_literal, + sym_char_literal, + [92198] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(515), 6, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(513), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [92225] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2077), 6, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2075), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [92252] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(2481), 1, + sym_name_identifier, + ACTIONS(2483), 1, + sym_float_number_literal, + ACTIONS(2485), 1, + sym_number_literal, + ACTIONS(2487), 1, + anon_sym_DQUOTE, + ACTIONS(3899), 1, + anon_sym_LPAREN, + ACTIONS(3901), 1, + anon_sym_SQUOTE, + STATE(1689), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2331), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(2547), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1675), 2, + sym_string_literal, + sym_char_literal, + STATE(1698), 2, + sym_extended_name, + sym_literal, + [92299] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(2481), 1, + sym_name_identifier, + ACTIONS(2483), 1, + sym_float_number_literal, + ACTIONS(2485), 1, + sym_number_literal, + ACTIONS(2487), 1, + anon_sym_DQUOTE, + ACTIONS(3899), 1, + anon_sym_LPAREN, + ACTIONS(3901), 1, + anon_sym_SQUOTE, + STATE(1717), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2331), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(2547), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1675), 2, + sym_string_literal, + sym_char_literal, + STATE(1698), 2, + sym_extended_name, + sym_literal, + [92346] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(739), 1, + sym_float_number_literal, + ACTIONS(741), 1, + sym_number_literal, + ACTIONS(743), 1, + anon_sym_DQUOTE, + ACTIONS(2525), 1, + sym_name_identifier, + ACTIONS(3891), 1, + anon_sym_LPAREN, + ACTIONS(3893), 1, + anon_sym_SQUOTE, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(1977), 1, + sym_name_subexpression, + STATE(2378), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3007), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1972), 2, + sym_extended_name, + sym_literal, + STATE(2009), 2, + sym_string_literal, + sym_char_literal, + [92393] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(2255), 1, + sym_name_identifier, + ACTIONS(2259), 1, + sym_float_number_literal, + ACTIONS(2261), 1, + sym_number_literal, + ACTIONS(2263), 1, + anon_sym_DQUOTE, + ACTIONS(3903), 1, + anon_sym_LPAREN, + ACTIONS(3905), 1, + anon_sym_SQUOTE, + STATE(1589), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2349), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(2253), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1578), 2, + sym_extended_name, + sym_literal, + STATE(1584), 2, + sym_string_literal, + sym_char_literal, + [92440] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(2255), 1, + sym_name_identifier, + ACTIONS(2259), 1, + sym_float_number_literal, + ACTIONS(2261), 1, + sym_number_literal, + ACTIONS(2263), 1, + anon_sym_DQUOTE, + ACTIONS(3903), 1, + anon_sym_LPAREN, + ACTIONS(3905), 1, + anon_sym_SQUOTE, + STATE(1591), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2349), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(2253), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1578), 2, + sym_extended_name, + sym_literal, + STATE(1584), 2, + sym_string_literal, + sym_char_literal, + [92487] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(783), 1, + sym_float_number_literal, + ACTIONS(785), 1, + sym_number_literal, + ACTIONS(787), 1, + anon_sym_DQUOTE, + ACTIONS(2543), 1, + sym_name_identifier, + ACTIONS(3907), 1, + anon_sym_LPAREN, + ACTIONS(3909), 1, + anon_sym_SQUOTE, + STATE(867), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2324), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(1235), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(878), 2, + sym_string_literal, + sym_char_literal, + STATE(889), 2, + sym_extended_name, + sym_literal, + [92534] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(783), 1, + sym_float_number_literal, + ACTIONS(785), 1, + sym_number_literal, + ACTIONS(787), 1, + anon_sym_DQUOTE, + ACTIONS(2543), 1, + sym_name_identifier, + ACTIONS(3907), 1, + anon_sym_LPAREN, + ACTIONS(3909), 1, + anon_sym_SQUOTE, + STATE(872), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2324), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(1235), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(878), 2, + sym_string_literal, + sym_char_literal, + STATE(889), 2, + sym_extended_name, + sym_literal, + [92581] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1535), 1, + sym_float_number_literal, + ACTIONS(1537), 1, + sym_number_literal, + ACTIONS(1539), 1, + anon_sym_DQUOTE, + ACTIONS(2503), 1, + sym_name_identifier, + ACTIONS(3911), 1, + anon_sym_LPAREN, + ACTIONS(3913), 1, + anon_sym_SQUOTE, + STATE(991), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2332), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(1529), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1017), 2, + sym_string_literal, + sym_char_literal, + STATE(1024), 2, + sym_extended_name, + sym_literal, + [92628] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1535), 1, + sym_float_number_literal, + ACTIONS(1537), 1, + sym_number_literal, + ACTIONS(1539), 1, + anon_sym_DQUOTE, + ACTIONS(2503), 1, + sym_name_identifier, + ACTIONS(3911), 1, + anon_sym_LPAREN, + ACTIONS(3913), 1, + anon_sym_SQUOTE, + STATE(987), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2332), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(1529), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1017), 2, + sym_string_literal, + sym_char_literal, + STATE(1024), 2, + sym_extended_name, + sym_literal, + [92675] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1427), 1, + sym_float_number_literal, + ACTIONS(1429), 1, + sym_number_literal, + ACTIONS(1431), 1, + anon_sym_DQUOTE, + ACTIONS(2509), 1, + sym_name_identifier, + ACTIONS(3915), 1, + anon_sym_LPAREN, + ACTIONS(3917), 1, + anon_sym_SQUOTE, + STATE(911), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2346), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(1421), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(884), 2, + sym_extended_name, + sym_literal, + STATE(899), 2, + sym_string_literal, + sym_char_literal, + [92722] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1427), 1, + sym_float_number_literal, + ACTIONS(1429), 1, + sym_number_literal, + ACTIONS(1431), 1, + anon_sym_DQUOTE, + ACTIONS(2509), 1, + sym_name_identifier, + ACTIONS(3915), 1, + anon_sym_LPAREN, + ACTIONS(3917), 1, + anon_sym_SQUOTE, + STATE(923), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2346), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(1421), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(884), 2, + sym_extended_name, + sym_literal, + STATE(899), 2, + sym_string_literal, + sym_char_literal, + [92769] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1067), 1, + sym_float_number_literal, + ACTIONS(1069), 1, + sym_number_literal, + ACTIONS(1071), 1, + anon_sym_DQUOTE, + ACTIONS(2517), 1, + sym_name_identifier, + ACTIONS(3919), 1, + anon_sym_LPAREN, + ACTIONS(3921), 1, + anon_sym_SQUOTE, + STATE(689), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2354), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(1061), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(692), 2, + sym_string_literal, + sym_char_literal, + STATE(699), 2, + sym_extended_name, + sym_literal, + [92816] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2017), 3, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2015), 11, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + anon_sym_RBRACK, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [92845] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1067), 1, + sym_float_number_literal, + ACTIONS(1069), 1, + sym_number_literal, + ACTIONS(1071), 1, + anon_sym_DQUOTE, + ACTIONS(2517), 1, + sym_name_identifier, + ACTIONS(3919), 1, + anon_sym_LPAREN, + ACTIONS(3921), 1, + anon_sym_SQUOTE, + STATE(694), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2354), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(1061), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(692), 2, + sym_string_literal, + sym_char_literal, + STATE(699), 2, + sym_extended_name, + sym_literal, + [92892] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(959), 1, + sym_float_number_literal, + ACTIONS(961), 1, + sym_number_literal, + ACTIONS(963), 1, + anon_sym_DQUOTE, + ACTIONS(2271), 1, + sym_name_identifier, + ACTIONS(3923), 1, + anon_sym_LPAREN, + ACTIONS(3925), 1, + anon_sym_SQUOTE, + STATE(1602), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2361), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(2269), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1609), 2, + sym_string_literal, + sym_char_literal, + STATE(1617), 2, + sym_extended_name, + sym_literal, + [92939] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(959), 1, + sym_float_number_literal, + ACTIONS(961), 1, + sym_number_literal, + ACTIONS(963), 1, + anon_sym_DQUOTE, + ACTIONS(2271), 1, + sym_name_identifier, + ACTIONS(3923), 1, + anon_sym_LPAREN, + ACTIONS(3925), 1, + anon_sym_SQUOTE, + STATE(1604), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2361), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(2269), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1609), 2, + sym_string_literal, + sym_char_literal, + STATE(1617), 2, + sym_extended_name, + sym_literal, + [92986] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1365), 1, + sym_float_number_literal, + ACTIONS(1367), 1, + sym_number_literal, + ACTIONS(1369), 1, + anon_sym_DQUOTE, + ACTIONS(2531), 1, + sym_name_identifier, + ACTIONS(3927), 1, + anon_sym_LPAREN, + ACTIONS(3929), 1, + anon_sym_SQUOTE, + STATE(885), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2356), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(1359), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(902), 2, + sym_string_literal, + sym_char_literal, + STATE(929), 2, + sym_extended_name, + sym_literal, + [93033] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2077), 4, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2075), 11, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + anon_sym_RBRACK, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [93060] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3672), 1, + anon_sym_type, + ACTIONS(3931), 1, + anon_sym_COLON, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3668), 13, + anon_sym_namespace, + anon_sym_RBRACE, + anon_sym_use, + anon_sym_import, + anon_sym_alias, + anon_sym_let, + anon_sym_decl, + anon_sym_def, + anon_sym_struct, + anon_sym_class, + anon_sym_basic, + anon_sym_abstract, + anon_sym_typeclass, + [93089] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1365), 1, + sym_float_number_literal, + ACTIONS(1367), 1, + sym_number_literal, + ACTIONS(1369), 1, + anon_sym_DQUOTE, + ACTIONS(2531), 1, + sym_name_identifier, + ACTIONS(3927), 1, + anon_sym_LPAREN, + ACTIONS(3929), 1, + anon_sym_SQUOTE, + STATE(870), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2356), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(1359), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(902), 2, + sym_string_literal, + sym_char_literal, + STATE(929), 2, + sym_extended_name, + sym_literal, + [93136] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1147), 1, + sym_float_number_literal, + ACTIONS(1149), 1, + sym_number_literal, + ACTIONS(1151), 1, + anon_sym_DQUOTE, + ACTIONS(2557), 1, + sym_name_identifier, + ACTIONS(3933), 1, + anon_sym_LPAREN, + ACTIONS(3935), 1, + anon_sym_SQUOTE, + STATE(753), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2365), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(1141), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(687), 2, + sym_extended_name, + sym_literal, + STATE(742), 2, + sym_string_literal, + sym_char_literal, + [93183] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1147), 1, + sym_float_number_literal, + ACTIONS(1149), 1, + sym_number_literal, + ACTIONS(1151), 1, + anon_sym_DQUOTE, + ACTIONS(2557), 1, + sym_name_identifier, + ACTIONS(3933), 1, + anon_sym_LPAREN, + ACTIONS(3935), 1, + anon_sym_SQUOTE, + STATE(759), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2365), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(1141), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(687), 2, + sym_extended_name, + sym_literal, + STATE(742), 2, + sym_string_literal, + sym_char_literal, + [93230] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(673), 1, + sym_float_number_literal, + ACTIONS(675), 1, + sym_number_literal, + ACTIONS(677), 1, + anon_sym_DQUOTE, + ACTIONS(2589), 1, + sym_name_identifier, + ACTIONS(3799), 1, + anon_sym_LPAREN, + ACTIONS(3801), 1, + anon_sym_SQUOTE, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(1978), 1, + sym_name_subexpression, + STATE(2344), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3037), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1973), 2, + sym_extended_name, + sym_literal, + STATE(1997), 2, + sym_string_literal, + sym_char_literal, + [93277] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(589), 1, + sym_float_number_literal, + ACTIONS(591), 1, + sym_number_literal, + ACTIONS(593), 1, + anon_sym_DQUOTE, + ACTIONS(2367), 1, + sym_name_identifier, + ACTIONS(3859), 1, + anon_sym_LPAREN, + ACTIONS(3861), 1, + anon_sym_SQUOTE, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(1923), 1, + sym_name_subexpression, + STATE(2384), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(2776), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1859), 2, + sym_string_literal, + sym_char_literal, + STATE(1875), 2, + sym_extended_name, + sym_literal, + [93324] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1381), 1, + sym_float_number_literal, + ACTIONS(1383), 1, + sym_number_literal, + ACTIONS(1385), 1, + anon_sym_DQUOTE, + ACTIONS(2595), 1, + sym_name_identifier, + ACTIONS(3937), 1, + anon_sym_LPAREN, + ACTIONS(3939), 1, + anon_sym_SQUOTE, + STATE(844), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2375), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(1375), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(853), 2, + sym_string_literal, + sym_char_literal, + STATE(858), 2, + sym_extended_name, + sym_literal, + [93371] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1005), 1, + sym_float_number_literal, + ACTIONS(1007), 1, + sym_number_literal, + ACTIONS(1009), 1, + anon_sym_DQUOTE, + ACTIONS(2611), 1, + sym_name_identifier, + ACTIONS(3941), 1, + anon_sym_LPAREN, + ACTIONS(3943), 1, + anon_sym_SQUOTE, + STATE(975), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2381), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(1477), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(961), 2, + sym_extended_name, + sym_literal, + STATE(968), 2, + sym_string_literal, + sym_char_literal, + [93418] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1005), 1, + sym_float_number_literal, + ACTIONS(1007), 1, + sym_number_literal, + ACTIONS(1009), 1, + anon_sym_DQUOTE, + ACTIONS(2611), 1, + sym_name_identifier, + ACTIONS(3941), 1, + anon_sym_LPAREN, + ACTIONS(3943), 1, + anon_sym_SQUOTE, + STATE(974), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2381), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(1477), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(961), 2, + sym_extended_name, + sym_literal, + STATE(968), 2, + sym_string_literal, + sym_char_literal, + [93465] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(241), 1, + sym_float_number_literal, + ACTIONS(243), 1, + sym_number_literal, + ACTIONS(245), 1, + anon_sym_DQUOTE, + ACTIONS(2551), 1, + sym_name_identifier, + ACTIONS(3837), 1, + anon_sym_LPAREN, + ACTIONS(3839), 1, + anon_sym_SQUOTE, + STATE(1257), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2374), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(1747), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1279), 2, + sym_extended_name, + sym_literal, + STATE(1286), 2, + sym_string_literal, + sym_char_literal, + [93512] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(1381), 1, + sym_float_number_literal, + ACTIONS(1383), 1, + sym_number_literal, + ACTIONS(1385), 1, + anon_sym_DQUOTE, + ACTIONS(2595), 1, + sym_name_identifier, + ACTIONS(3937), 1, + anon_sym_LPAREN, + ACTIONS(3939), 1, + anon_sym_SQUOTE, + STATE(839), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2375), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(1375), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(853), 2, + sym_string_literal, + sym_char_literal, + STATE(858), 2, + sym_extended_name, + sym_literal, + [93559] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2063), 6, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2061), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [93586] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2059), 6, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2057), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [93613] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3945), 1, + anon_sym_LPAREN, + ACTIONS(3951), 1, + sym_name_identifier, + ACTIONS(3954), 1, + sym_float_number_literal, + ACTIONS(3957), 1, + sym_number_literal, + ACTIONS(3960), 1, + anon_sym_DQUOTE, + ACTIONS(3963), 1, + anon_sym_SQUOTE, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + STATE(2553), 1, + sym_name_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3948), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2590), 2, + sym_extended_name, + sym_literal, + STATE(2879), 2, + sym_string_literal, + sym_char_literal, + [93660] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(2139), 1, + sym_name_identifier, + ACTIONS(2143), 1, + sym_float_number_literal, + ACTIONS(2145), 1, + sym_number_literal, + ACTIONS(2147), 1, + anon_sym_DQUOTE, + ACTIONS(3741), 1, + anon_sym_LPAREN, + ACTIONS(3743), 1, + anon_sym_SQUOTE, + STATE(1506), 1, + sym_name_subexpression, + STATE(1837), 1, + aux_sym_name_expression_repeat2, + STATE(2387), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(2137), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(1517), 2, + sym_string_literal, + sym_char_literal, + STATE(1531), 2, + sym_extended_name, + sym_literal, + [93707] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2113), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2111), 6, + anon_sym_AMP, + anon_sym_while, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2109), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [93735] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2061), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2063), 7, + anon_sym_AMP, + anon_sym_do, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [93761] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2101), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2103), 7, + anon_sym_AMP, + anon_sym_with, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [93787] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2057), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2059), 7, + anon_sym_AMP, + anon_sym_with, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [93813] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2093), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2095), 7, + anon_sym_AMP, + anon_sym_with, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [93839] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2019), 7, + anon_sym_AMP, + anon_sym_do, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2067), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [93865] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2101), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2103), 7, + anon_sym_AMP, + anon_sym_do, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [93891] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2017), 6, + anon_sym_AMP, anon_sym_with, sym_name_identifier, sym_operator, sym_number_literal, anon_sym_SQUOTE, - ACTIONS(1653), 5, + ACTIONS(2015), 7, anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, sym_type_identifier, sym_abstract_type_identifier, sym_float_number_literal, anon_sym_DQUOTE, - [93780] = 4, + [93919] = 4, ACTIONS(3), 1, sym__line_comment, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(260), 5, + ACTIONS(2019), 5, + anon_sym_PIPE, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2067), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [93945] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2057), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2059), 7, + anon_sym_AMP, + anon_sym_do, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [93971] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(347), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2065), 7, + anon_sym_AMP, + anon_sym_do, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [93997] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2075), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2077), 7, + anon_sym_AMP, + anon_sym_do, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [94023] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(313), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2073), 7, + anon_sym_AMP, + anon_sym_do, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [94049] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2105), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2107), 7, + anon_sym_AMP, + anon_sym_do, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [94075] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2089), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2091), 7, + anon_sym_AMP, + anon_sym_with, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [94101] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2087), 6, + anon_sym_AMP, + anon_sym_with, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2085), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [94129] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2099), 6, + anon_sym_AMP, anon_sym_then, sym_name_identifier, sym_operator, sym_number_literal, anon_sym_SQUOTE, - ACTIONS(262), 5, + ACTIONS(2097), 7, anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, sym_type_identifier, sym_abstract_type_identifier, sym_float_number_literal, anon_sym_DQUOTE, - [93802] = 9, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(179), 1, - anon_sym_LPAREN, - STATE(120), 1, - sym_type_expression, - STATE(1834), 1, - aux_sym_name_superexpression_repeat1, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - ACTIONS(1908), 2, - anon_sym_DASH_GT, - anon_sym_RPAREN, - STATE(1371), 2, - sym_type_parameter, - aux_sym_parametrized_type_repeat1, - [93834] = 4, + [94157] = 4, ACTIONS(3), 1, sym__line_comment, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - ACTIONS(260), 3, + ACTIONS(2093), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2095), 7, + anon_sym_AMP, + anon_sym_do, + anon_sym_DOT, + sym_name_identifier, sym_operator, sym_number_literal, anon_sym_SQUOTE, - ACTIONS(262), 7, + [94183] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2089), 7, anon_sym_LPAREN, - anon_sym_RPAREN, - sym_name_identifier, + anon_sym_TILDE, + anon_sym_AT, sym_type_identifier, sym_abstract_type_identifier, sym_float_number_literal, anon_sym_DQUOTE, - [93856] = 9, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3471), 1, + ACTIONS(2091), 7, anon_sym_AMP, - ACTIONS(3473), 1, - anon_sym_PIPE, - ACTIONS(3475), 1, + anon_sym_do, + anon_sym_DOT, sym_name_identifier, - STATE(2014), 1, - aux_sym_variant_name_repeat1, - STATE(2015), 1, - aux_sym_tuple_name_repeat1, - STATE(2388), 1, - sym_any_name, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(2043), 3, - sym_tuple_name, - sym_variant_name, - sym_annotated_name, - [93887] = 9, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3477), 1, - anon_sym_AMP, - ACTIONS(3479), 1, - anon_sym_PIPE, - ACTIONS(3481), 1, - sym_name_identifier, - STATE(1985), 1, - aux_sym_tuple_name_repeat1, - STATE(1992), 1, - aux_sym_variant_name_repeat1, - STATE(2173), 1, - sym_any_name, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(2043), 3, - sym_tuple_name, - sym_variant_name, - sym_annotated_name, - [93918] = 9, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3471), 1, - anon_sym_AMP, - ACTIONS(3473), 1, - anon_sym_PIPE, - ACTIONS(3475), 1, - sym_name_identifier, - STATE(2014), 1, - aux_sym_variant_name_repeat1, - STATE(2015), 1, - aux_sym_tuple_name_repeat1, - STATE(2398), 1, - sym_any_name, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(2043), 3, - sym_tuple_name, - sym_variant_name, - sym_annotated_name, - [93949] = 9, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3471), 1, - anon_sym_AMP, - ACTIONS(3473), 1, - anon_sym_PIPE, - ACTIONS(3475), 1, - sym_name_identifier, - STATE(2014), 1, - aux_sym_variant_name_repeat1, - STATE(2015), 1, - aux_sym_tuple_name_repeat1, - STATE(2405), 1, - sym_any_name, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(2043), 3, - sym_tuple_name, - sym_variant_name, - sym_annotated_name, - [93980] = 9, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3136), 1, - sym_typeclass_identifier, - ACTIONS(3483), 1, - anon_sym_LPAREN, - ACTIONS(3485), 1, - anon_sym_RPAREN, - STATE(1814), 1, - aux_sym_name_superexpression_repeat1, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1725), 2, - sym_typeclass_expression, - aux_sym_definition_parameter_repeat1, - [94011] = 9, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3471), 1, - anon_sym_AMP, - ACTIONS(3473), 1, - anon_sym_PIPE, - ACTIONS(3475), 1, - sym_name_identifier, - STATE(2014), 1, - aux_sym_variant_name_repeat1, - STATE(2015), 1, - aux_sym_tuple_name_repeat1, - STATE(2170), 1, - sym_any_name, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(2043), 3, - sym_tuple_name, - sym_variant_name, - sym_annotated_name, - [94042] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(3363), 2, + sym_operator, sym_number_literal, anon_sym_SQUOTE, - ACTIONS(3358), 7, + [94209] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2019), 7, + anon_sym_AMP, + anon_sym_while, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2067), 7, anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [94235] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2077), 5, + anon_sym_PIPE, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2075), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [94261] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2081), 6, + anon_sym_AMP, + anon_sym_with, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2079), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [94289] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2081), 6, + anon_sym_AMP, + anon_sym_with, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2079), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [94317] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2087), 6, + anon_sym_AMP, + anon_sym_do, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2085), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [94345] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2061), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2063), 7, + anon_sym_AMP, + anon_sym_with, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [94371] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2113), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2111), 6, + anon_sym_AMP, + anon_sym_with, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2109), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [94399] = 13, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3966), 1, + anon_sym_AMP, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3970), 1, + anon_sym_PIPE, + ACTIONS(3974), 1, + sym_name_identifier, + STATE(2177), 1, + sym_extended_name, + STATE(2303), 1, + aux_sym_variant_name_repeat1, + STATE(2322), 1, + aux_sym_tuple_name_repeat1, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + STATE(2460), 1, + sym_any_name, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2406), 3, + sym_tuple_name, + sym_variant_name, + sym_annotated_name, + [94443] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2101), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2103), 7, + anon_sym_AMP, + anon_sym_while, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [94469] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2063), 5, + anon_sym_PIPE, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2061), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [94495] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(347), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2065), 7, + anon_sym_AMP, + anon_sym_with, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [94521] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2099), 6, + anon_sym_AMP, + anon_sym_with, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2097), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [94549] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2099), 4, + anon_sym_PIPE, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2097), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [94577] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3976), 14, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [94601] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2057), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2059), 7, + anon_sym_AMP, + anon_sym_while, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [94627] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2065), 5, + anon_sym_PIPE, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(347), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [94653] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(515), 3, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(513), 11, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + anon_sym_RBRACK, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [94679] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2059), 5, + anon_sym_PIPE, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2057), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [94705] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2017), 6, + anon_sym_AMP, + anon_sym_then, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2015), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [94733] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2081), 6, + anon_sym_AMP, + anon_sym_then, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2079), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [94761] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2081), 6, + anon_sym_AMP, + anon_sym_do, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2079), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [94789] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3978), 14, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [94813] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2081), 6, + anon_sym_AMP, + anon_sym_do, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2079), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [94841] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2075), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2077), 7, + anon_sym_AMP, + anon_sym_with, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [94867] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(515), 5, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(513), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [94893] = 13, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3980), 1, + anon_sym_AMP, + ACTIONS(3982), 1, + anon_sym_LPAREN, + ACTIONS(3984), 1, + anon_sym_PIPE, + ACTIONS(3988), 1, + sym_name_identifier, + STATE(2177), 1, + sym_extended_name, + STATE(2373), 1, + aux_sym_reference_expression_repeat1, + STATE(2441), 1, + aux_sym_variant_name_repeat1, + STATE(2443), 1, + aux_sym_tuple_name_repeat1, + STATE(2801), 1, + sym_any_name, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3986), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2406), 3, + sym_tuple_name, + sym_variant_name, + sym_annotated_name, + [94937] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2113), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2111), 6, + anon_sym_AMP, + anon_sym_do, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2109), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [94965] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2061), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2063), 7, + anon_sym_AMP, + anon_sym_while, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [94991] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(347), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2065), 7, + anon_sym_AMP, + anon_sym_while, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [95017] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2019), 7, + anon_sym_AMP, + anon_sym_with, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2067), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [95043] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2099), 6, + anon_sym_AMP, + anon_sym_do, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2097), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [95071] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(313), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2073), 7, + anon_sym_AMP, + anon_sym_with, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [95097] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2017), 6, + anon_sym_AMP, + anon_sym_while, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2015), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [95125] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2105), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2107), 7, + anon_sym_AMP, + anon_sym_with, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [95151] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2075), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2077), 7, + anon_sym_AMP, + anon_sym_while, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [95177] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(313), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2073), 7, + anon_sym_AMP, + anon_sym_while, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [95203] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2111), 6, + anon_sym_elif, + anon_sym_else, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2109), 8, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [95229] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2093), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2095), 7, + anon_sym_AMP, + anon_sym_while, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [95255] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2111), 5, + anon_sym_PIPE, + anon_sym_DASH_GT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2109), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [95281] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2111), 5, + anon_sym_AMP, + anon_sym_PIPE, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2109), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [95307] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2089), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2091), 7, + anon_sym_AMP, + anon_sym_while, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [95333] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2113), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2111), 6, + anon_sym_AMP, + anon_sym_then, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2109), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [95361] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2073), 5, + anon_sym_PIPE, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(313), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [95387] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2107), 5, + anon_sym_PIPE, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2105), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [95413] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2111), 3, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2109), 11, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_TILDE, + anon_sym_AT, + anon_sym_RBRACK, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [95439] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2019), 7, + anon_sym_AMP, + anon_sym_then, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2067), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [95465] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2095), 5, + anon_sym_PIPE, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2093), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [95491] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2087), 6, + anon_sym_AMP, + anon_sym_while, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2085), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [95519] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2091), 5, + anon_sym_PIPE, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2089), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [95545] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2017), 6, + anon_sym_AMP, + anon_sym_do, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2015), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [95573] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2101), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2103), 7, + anon_sym_AMP, + anon_sym_then, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [95599] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2087), 4, + anon_sym_PIPE, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2085), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [95627] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2105), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2107), 7, + anon_sym_AMP, + anon_sym_while, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [95653] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2057), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2059), 7, + anon_sym_AMP, + anon_sym_then, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [95679] = 13, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3980), 1, + anon_sym_AMP, + ACTIONS(3982), 1, + anon_sym_LPAREN, + ACTIONS(3984), 1, + anon_sym_PIPE, + ACTIONS(3988), 1, + sym_name_identifier, + STATE(2177), 1, + sym_extended_name, + STATE(2373), 1, + aux_sym_reference_expression_repeat1, + STATE(2441), 1, + aux_sym_variant_name_repeat1, + STATE(2443), 1, + aux_sym_tuple_name_repeat1, + STATE(2725), 1, + sym_any_name, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3986), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2406), 3, + sym_tuple_name, + sym_variant_name, + sym_annotated_name, + [95723] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2081), 6, + anon_sym_AMP, + anon_sym_while, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2079), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [95751] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2081), 6, + anon_sym_AMP, + anon_sym_while, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2079), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [95779] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3990), 14, + anon_sym_const, + anon_sym_var, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_match, + anon_sym_if, + anon_sym_do, + anon_sym_while, + anon_sym_for, + anon_sym_loop, + anon_sym_SEMI, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + [95803] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2113), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2111), 4, + anon_sym_PIPE, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2109), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [95831] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2081), 4, + anon_sym_PIPE, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2079), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [95859] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2081), 6, + anon_sym_AMP, + anon_sym_then, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2079), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [95887] = 13, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3980), 1, + anon_sym_AMP, + ACTIONS(3982), 1, + anon_sym_LPAREN, + ACTIONS(3984), 1, + anon_sym_PIPE, + ACTIONS(3988), 1, + sym_name_identifier, + STATE(2177), 1, + sym_extended_name, + STATE(2373), 1, + aux_sym_reference_expression_repeat1, + STATE(2441), 1, + aux_sym_variant_name_repeat1, + STATE(2443), 1, + aux_sym_tuple_name_repeat1, + STATE(2793), 1, + sym_any_name, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3986), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2406), 3, + sym_tuple_name, + sym_variant_name, + sym_annotated_name, + [95931] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2087), 6, + anon_sym_AMP, + anon_sym_then, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2085), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [95959] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2103), 5, + anon_sym_PIPE, + anon_sym_DOT, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2101), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [95985] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2061), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2063), 7, + anon_sym_AMP, + anon_sym_then, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [96011] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2081), 4, + anon_sym_PIPE, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2079), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [96039] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2089), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2091), 7, + anon_sym_AMP, + anon_sym_then, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [96065] = 13, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3980), 1, + anon_sym_AMP, + ACTIONS(3982), 1, + anon_sym_LPAREN, + ACTIONS(3984), 1, + anon_sym_PIPE, + ACTIONS(3988), 1, + sym_name_identifier, + STATE(2177), 1, + sym_extended_name, + STATE(2373), 1, + aux_sym_reference_expression_repeat1, + STATE(2441), 1, + aux_sym_variant_name_repeat1, + STATE(2443), 1, + aux_sym_tuple_name_repeat1, + STATE(2785), 1, + sym_any_name, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3986), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2406), 3, + sym_tuple_name, + sym_variant_name, + sym_annotated_name, + [96109] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2093), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2095), 7, + anon_sym_AMP, + anon_sym_then, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [96135] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(347), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2065), 7, + anon_sym_AMP, + anon_sym_then, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [96161] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2099), 6, + anon_sym_AMP, + anon_sym_while, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2097), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [96189] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2105), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2107), 7, + anon_sym_AMP, + anon_sym_then, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [96215] = 14, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(3992), 1, + anon_sym_LPAREN, + STATE(210), 1, + sym_type_expression, + STATE(1363), 1, + sym_parametrized_type, + STATE(1432), 1, + sym_scoped_any_type, + STATE(1441), 1, + sym_extended_scoped_any_type, + STATE(2021), 1, + aux_sym_reference_expression_repeat1, + STATE(2297), 1, + aux_sym_name_expression_repeat1, + STATE(2713), 1, + sym_type_subexpression, + STATE(2837), 1, + sym_extended_name, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(63), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(3994), 2, + anon_sym_TILDE, + anon_sym_AT, + [96261] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2017), 4, + anon_sym_PIPE, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2015), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [96289] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(515), 6, + anon_sym_elif, + anon_sym_else, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(513), 8, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [96315] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(313), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2073), 7, + anon_sym_AMP, + anon_sym_then, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [96341] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(515), 5, + anon_sym_AMP, + anon_sym_PIPE, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(513), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [96367] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2075), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + ACTIONS(2077), 7, + anon_sym_AMP, + anon_sym_then, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + [96393] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2107), 6, + anon_sym_do, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2105), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [96418] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2103), 6, + anon_sym_then, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2101), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [96443] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(515), 6, + anon_sym_AMP, + anon_sym_with, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(513), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [96468] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2065), 6, + anon_sym_while, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(347), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [96493] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2099), 5, + anon_sym_do, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2097), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [96520] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2065), 6, + anon_sym_then, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(347), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [96545] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2077), 6, + anon_sym_do, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2075), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [96570] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2073), 6, + anon_sym_while, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(313), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [96595] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2017), 5, + anon_sym_do, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2015), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [96622] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2073), 6, + anon_sym_do, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(313), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [96647] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2107), 6, + anon_sym_while, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2105), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [96672] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2077), 6, + anon_sym_with, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2075), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [96697] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2063), 6, + anon_sym_while, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2061), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [96722] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2113), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2111), 5, + anon_sym_do, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2109), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [96749] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2111), 6, + anon_sym_AMP, + anon_sym_while, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2109), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [96774] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2081), 5, + anon_sym_do, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2079), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [96801] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2095), 6, + anon_sym_while, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2093), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [96826] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2081), 5, + anon_sym_do, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2079), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [96853] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2091), 6, + anon_sym_while, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2089), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [96878] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2059), 6, + anon_sym_do, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2057), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [96903] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2017), 5, + anon_sym_with, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2015), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [96930] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2099), 5, + anon_sym_with, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2097), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [96957] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2111), 4, + anon_sym_PIPE, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2109), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [96982] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2113), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2111), 5, + anon_sym_while, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2109), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [97009] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2111), 6, + anon_sym_AMP, + anon_sym_with, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2109), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [97034] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2087), 5, + anon_sym_then, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2085), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [97061] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2103), 6, + anon_sym_do, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2101), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [97086] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(515), 6, + anon_sym_AMP, + anon_sym_do, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(513), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [97111] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2019), 6, + anon_sym_then, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2067), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [97136] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2113), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2111), 5, + anon_sym_with, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2109), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [97163] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2087), 5, + anon_sym_while, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2085), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [97190] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2087), 5, + anon_sym_do, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2085), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [97217] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2019), 6, + anon_sym_while, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2067), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [97242] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2091), 6, + anon_sym_do, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2089), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [97267] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2095), 6, + anon_sym_do, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2093), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [97292] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2103), 6, + anon_sym_while, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2101), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [97317] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2059), 6, + anon_sym_while, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2057), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [97342] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2059), 6, + anon_sym_then, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2057), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [97367] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2081), 5, + anon_sym_with, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2079), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [97394] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2081), 5, + anon_sym_with, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2079), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [97421] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2059), 6, + anon_sym_with, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2057), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [97446] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2081), 5, + anon_sym_while, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2079), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [97473] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2081), 5, + anon_sym_then, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2079), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [97500] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(515), 6, + anon_sym_AMP, + anon_sym_then, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(513), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [97525] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2099), 5, + anon_sym_while, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2097), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [97552] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2103), 6, + anon_sym_with, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2101), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [97577] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2019), 6, + anon_sym_with, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2067), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [97602] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2083), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2087), 5, + anon_sym_with, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2085), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [97629] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2091), 6, + anon_sym_with, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2089), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [97654] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2017), 5, + anon_sym_while, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2015), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [97681] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2091), 6, + anon_sym_then, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2089), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [97706] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2081), 5, + anon_sym_while, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2079), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [97733] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2111), 6, + anon_sym_AMP, + anon_sym_do, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2109), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [97758] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2095), 6, + anon_sym_with, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2093), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [97783] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2107), 6, + anon_sym_with, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2105), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [97808] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2065), 6, + anon_sym_do, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(347), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [97833] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2063), 6, + anon_sym_then, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2061), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [97858] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2095), 6, + anon_sym_then, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2093), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [97883] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2073), 6, + anon_sym_with, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(313), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [97908] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2107), 6, + anon_sym_then, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2105), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [97933] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2063), 6, + anon_sym_do, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2061), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [97958] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2077), 6, + anon_sym_then, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2075), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [97983] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(515), 4, + anon_sym_PIPE, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(513), 9, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [98008] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2019), 6, + anon_sym_do, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2067), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [98033] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3996), 1, + anon_sym_LPAREN, + STATE(2000), 1, + aux_sym_name_expression_repeat1, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4001), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(4004), 2, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(3999), 6, + anon_sym_TILDE, + anon_sym_AT, + sym_typeclass_identifier, + sym_name_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [98066] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2073), 6, + anon_sym_then, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(313), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [98091] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2099), 5, + anon_sym_then, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2097), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [98118] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2065), 6, + anon_sym_with, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(347), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [98143] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2063), 6, + anon_sym_with, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2061), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [98168] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2059), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2081), 5, + anon_sym_then, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2079), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [98195] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2113), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2111), 5, + anon_sym_then, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2109), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [98222] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2019), 1, + anon_sym_DOT, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2017), 5, + anon_sym_then, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2015), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [98249] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(515), 6, + anon_sym_AMP, + anon_sym_while, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(513), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [98274] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2077), 6, + anon_sym_while, + anon_sym_DOT, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2075), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [98299] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2111), 6, + anon_sym_AMP, + anon_sym_then, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2109), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [98324] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2111), 5, + anon_sym_while, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2109), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [98348] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2111), 5, + anon_sym_then, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2109), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [98372] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(2093), 12, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_LT_DASH, + anon_sym_AMP, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_TILDE, + anon_sym_AT, + anon_sym_DOT, + sym_name_identifier, + [98394] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(515), 5, + anon_sym_then, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(513), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [98418] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(515), 5, + anon_sym_do, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(513), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [98442] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(2061), 12, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_LT_DASH, + anon_sym_AMP, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_TILDE, + anon_sym_AT, + anon_sym_DOT, + sym_name_identifier, + [98464] = 12, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3189), 1, + anon_sym_LPAREN, + STATE(210), 1, + sym_type_expression, + STATE(1363), 1, + sym_parametrized_type, + STATE(1403), 1, + sym_extended_scoped_any_type, + STATE(1432), 1, + sym_scoped_any_type, + STATE(2030), 1, + aux_sym_reference_expression_repeat1, + STATE(2297), 1, + aux_sym_name_expression_repeat1, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(63), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(4006), 2, + anon_sym_TILDE, + anon_sym_AT, + [98504] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(515), 5, + anon_sym_while, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(513), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [98528] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(2089), 12, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_LT_DASH, + anon_sym_AMP, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DASH_GT, + anon_sym_TILDE, + anon_sym_AT, + anon_sym_DOT, + sym_name_identifier, + [98550] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2111), 5, + anon_sym_with, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2109), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [98574] = 12, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3189), 1, + anon_sym_LPAREN, + ACTIONS(4010), 1, + sym_name_identifier, + STATE(210), 1, + sym_type_expression, + STATE(1363), 1, + sym_parametrized_type, + STATE(1397), 1, + sym_scoped_any_type, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + STATE(2297), 1, + aux_sym_name_expression_repeat1, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(63), 2, + sym_type_identifier, + sym_abstract_type_identifier, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [98614] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(515), 5, + anon_sym_with, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(513), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [98638] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2111), 5, + anon_sym_do, + sym_name_identifier, + sym_operator, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(2109), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_type_identifier, + sym_abstract_type_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + [98662] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4004), 2, + sym_number_literal, + anon_sym_SQUOTE, + ACTIONS(3999), 9, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, sym_typeclass_identifier, sym_name_identifier, sym_type_identifier, sym_abstract_type_identifier, sym_float_number_literal, anon_sym_DQUOTE, - [94063] = 10, + [98685] = 10, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(3136), 1, - sym_typeclass_identifier, - ACTIONS(3487), 1, - anon_sym_LPAREN, - STATE(1091), 1, - sym_annotated_typeclass, - STATE(1094), 1, - sym_typeclass_expression, - STATE(1231), 1, - sym_defined_typeclass, - STATE(1814), 1, - aux_sym_name_superexpression_repeat1, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, + ACTIONS(3177), 1, sym_abstract_type_identifier, - [94096] = 10, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1714), 1, - anon_sym_LPAREN, - ACTIONS(3136), 1, - sym_typeclass_identifier, - STATE(1348), 1, - sym_type_expression, - STATE(1805), 1, - aux_sym_name_superexpression_repeat1, - STATE(2023), 1, - sym_typeclass_expression, - STATE(2419), 1, - sym_parametrized_type, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - [94129] = 10, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3489), 1, - anon_sym_LPAREN, - ACTIONS(3491), 1, + ACTIONS(3974), 1, sym_name_identifier, - STATE(113), 1, - sym_type_expression, - STATE(1148), 1, - sym_scoped_any_type, - STATE(1170), 1, - sym_parametrized_type, - STATE(1896), 1, - aux_sym_name_superexpression_repeat1, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(181), 2, - sym_type_identifier, - sym_abstract_type_identifier, - [94162] = 10, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3489), 1, + ACTIONS(4012), 1, anon_sym_LPAREN, - ACTIONS(3493), 1, + ACTIONS(4014), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2147), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + STATE(2323), 2, + sym_definition_parameter, + aux_sym_function_declaration_repeat1, + [98720] = 10, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3177), 1, + sym_abstract_type_identifier, + ACTIONS(3974), 1, sym_name_identifier, - STATE(1148), 1, - sym_scoped_any_type, - STATE(1170), 1, - sym_parametrized_type, - STATE(1348), 1, + ACTIONS(4012), 1, + anon_sym_LPAREN, + ACTIONS(4016), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2084), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + STATE(2319), 2, + sym_definition_parameter, + aux_sym_function_declaration_repeat1, + [98755] = 10, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3177), 1, + sym_abstract_type_identifier, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4012), 1, + anon_sym_LPAREN, + ACTIONS(4018), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2148), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + STATE(2274), 2, + sym_definition_parameter, + aux_sym_function_declaration_repeat1, + [98790] = 10, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3177), 1, + sym_abstract_type_identifier, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4012), 1, + anon_sym_LPAREN, + ACTIONS(4020), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2121), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + STATE(2318), 2, + sym_definition_parameter, + aux_sym_function_declaration_repeat1, + [98825] = 10, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3177), 1, + sym_abstract_type_identifier, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4012), 1, + anon_sym_LPAREN, + ACTIONS(4022), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2089), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + STATE(2300), 2, + sym_definition_parameter, + aux_sym_function_declaration_repeat1, + [98860] = 11, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3189), 1, + anon_sym_LPAREN, + STATE(210), 1, sym_type_expression, - STATE(1834), 1, - aux_sym_name_superexpression_repeat1, - STATE(2470), 1, + STATE(1363), 1, + sym_parametrized_type, + STATE(1397), 1, + sym_scoped_any_type, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + STATE(2297), 1, + aux_sym_name_expression_repeat1, + STATE(2713), 1, sym_type_subexpression, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - ACTIONS(59), 2, + ACTIONS(63), 2, sym_type_identifier, sym_abstract_type_identifier, - [94195] = 9, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [98897] = 10, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(3477), 1, + ACTIONS(3177), 1, + sym_abstract_type_identifier, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4012), 1, + anon_sym_LPAREN, + ACTIONS(4024), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2116), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + STATE(2276), 2, + sym_definition_parameter, + aux_sym_function_declaration_repeat1, + [98932] = 10, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3177), 1, + sym_abstract_type_identifier, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4012), 1, + anon_sym_LPAREN, + ACTIONS(4026), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2099), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + STATE(2306), 2, + sym_definition_parameter, + aux_sym_function_declaration_repeat1, + [98967] = 10, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3177), 1, + sym_abstract_type_identifier, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4012), 1, + anon_sym_LPAREN, + ACTIONS(4028), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2115), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + STATE(2290), 2, + sym_definition_parameter, + aux_sym_function_declaration_repeat1, + [99002] = 10, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3177), 1, + sym_abstract_type_identifier, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4012), 1, + anon_sym_LPAREN, + ACTIONS(4030), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2117), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + STATE(2277), 2, + sym_definition_parameter, + aux_sym_function_declaration_repeat1, + [99037] = 10, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3177), 1, + sym_abstract_type_identifier, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4012), 1, + anon_sym_LPAREN, + ACTIONS(4032), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2064), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + STATE(2316), 2, + sym_definition_parameter, + aux_sym_function_declaration_repeat1, + [99072] = 10, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3177), 1, + sym_abstract_type_identifier, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4012), 1, + anon_sym_LPAREN, + ACTIONS(4034), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2079), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + STATE(2307), 2, + sym_definition_parameter, + aux_sym_function_declaration_repeat1, + [99107] = 10, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3177), 1, + sym_abstract_type_identifier, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4012), 1, + anon_sym_LPAREN, + ACTIONS(4036), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2087), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + STATE(2314), 2, + sym_definition_parameter, + aux_sym_function_declaration_repeat1, + [99142] = 10, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3177), 1, + sym_abstract_type_identifier, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4012), 1, + anon_sym_LPAREN, + ACTIONS(4038), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2118), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + STATE(2281), 2, + sym_definition_parameter, + aux_sym_function_declaration_repeat1, + [99177] = 10, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3177), 1, + sym_abstract_type_identifier, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4012), 1, + anon_sym_LPAREN, + ACTIONS(4040), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2078), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + STATE(2286), 2, + sym_definition_parameter, + aux_sym_function_declaration_repeat1, + [99212] = 10, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3177), 1, + sym_abstract_type_identifier, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4012), 1, + anon_sym_LPAREN, + ACTIONS(4042), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2145), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + STATE(2312), 2, + sym_definition_parameter, + aux_sym_function_declaration_repeat1, + [99247] = 10, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3177), 1, + sym_abstract_type_identifier, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4012), 1, + anon_sym_LPAREN, + ACTIONS(4044), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2069), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + STATE(2285), 2, + sym_definition_parameter, + aux_sym_function_declaration_repeat1, + [99282] = 10, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3177), 1, + sym_abstract_type_identifier, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4012), 1, + anon_sym_LPAREN, + ACTIONS(4046), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2149), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + STATE(2302), 2, + sym_definition_parameter, + aux_sym_function_declaration_repeat1, + [99317] = 10, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3177), 1, + sym_abstract_type_identifier, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4012), 1, + anon_sym_LPAREN, + ACTIONS(4048), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2113), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + STATE(2317), 2, + sym_definition_parameter, + aux_sym_function_declaration_repeat1, + [99352] = 10, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3177), 1, + sym_abstract_type_identifier, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4012), 1, + anon_sym_LPAREN, + ACTIONS(4050), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2111), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + STATE(2299), 2, + sym_definition_parameter, + aux_sym_function_declaration_repeat1, + [99387] = 10, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3177), 1, + sym_abstract_type_identifier, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4012), 1, + anon_sym_LPAREN, + ACTIONS(4052), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2066), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + STATE(2309), 2, + sym_definition_parameter, + aux_sym_function_declaration_repeat1, + [99422] = 10, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3177), 1, + sym_abstract_type_identifier, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4012), 1, + anon_sym_LPAREN, + ACTIONS(4054), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2106), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + STATE(2284), 2, + sym_definition_parameter, + aux_sym_function_declaration_repeat1, + [99457] = 10, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3177), 1, + sym_abstract_type_identifier, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4012), 1, + anon_sym_LPAREN, + ACTIONS(4056), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2120), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + STATE(2293), 2, + sym_definition_parameter, + aux_sym_function_declaration_repeat1, + [99492] = 10, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3177), 1, + sym_abstract_type_identifier, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4012), 1, + anon_sym_LPAREN, + ACTIONS(4058), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2124), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + STATE(2304), 2, + sym_definition_parameter, + aux_sym_function_declaration_repeat1, + [99527] = 10, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3177), 1, + sym_abstract_type_identifier, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4012), 1, + anon_sym_LPAREN, + ACTIONS(4060), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2129), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + STATE(2287), 2, + sym_definition_parameter, + aux_sym_function_declaration_repeat1, + [99562] = 11, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3189), 1, + anon_sym_LPAREN, + STATE(210), 1, + sym_type_expression, + STATE(1363), 1, + sym_parametrized_type, + STATE(1504), 1, + sym_function_type, + STATE(2060), 1, + aux_sym_function_type_repeat1, + STATE(2297), 1, + aux_sym_name_expression_repeat1, + STATE(2573), 1, + sym_scoped_any_type, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(63), 2, + sym_type_identifier, + sym_abstract_type_identifier, + [99598] = 10, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4062), 1, + anon_sym_LPAREN, + ACTIONS(4064), 1, + anon_sym_RPAREN, + ACTIONS(4066), 1, + sym_typeclass_identifier, + STATE(2212), 1, + aux_sym_name_expression_repeat1, + STATE(2313), 1, + sym_typeclass_expression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(2055), 2, + sym_typeclass_usage, + aux_sym_definition_parameter_repeat1, + [99632] = 11, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4066), 1, + sym_typeclass_identifier, + ACTIONS(4068), 1, + anon_sym_LPAREN, + STATE(210), 1, + sym_type_expression, + STATE(2058), 1, + sym_typeclass_expression, + STATE(2269), 1, + aux_sym_name_expression_repeat1, + STATE(2600), 1, + sym_parametrized_type, + STATE(2713), 1, + sym_type_subexpression, + STATE(2883), 1, + sym_parametrized_typeclass, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(63), 2, + sym_type_identifier, + sym_abstract_type_identifier, + [99668] = 10, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4062), 1, + anon_sym_LPAREN, + ACTIONS(4066), 1, + sym_typeclass_identifier, + ACTIONS(4070), 1, + anon_sym_RPAREN, + STATE(2212), 1, + aux_sym_name_expression_repeat1, + STATE(2313), 1, + sym_typeclass_expression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(2055), 2, + sym_typeclass_usage, + aux_sym_definition_parameter_repeat1, + [99702] = 10, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(293), 1, + anon_sym_LPAREN, + ACTIONS(305), 1, + anon_sym_RPAREN, + ACTIONS(4072), 1, + anon_sym_COLON, + STATE(218), 1, + sym_type_expression, + STATE(2297), 1, + aux_sym_name_expression_repeat1, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(63), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(208), 2, + sym_type_parameter, + aux_sym_parametrized_type_repeat1, + [99736] = 10, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4074), 1, + anon_sym_LPAREN, + ACTIONS(4077), 1, + anon_sym_RPAREN, + ACTIONS(4079), 1, + sym_typeclass_identifier, + STATE(2212), 1, + aux_sym_name_expression_repeat1, + STATE(2313), 1, + sym_typeclass_expression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4082), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(2055), 2, + sym_typeclass_usage, + aux_sym_definition_parameter_repeat1, + [99770] = 10, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4062), 1, + anon_sym_LPAREN, + ACTIONS(4066), 1, + sym_typeclass_identifier, + ACTIONS(4085), 1, + anon_sym_RPAREN, + STATE(2212), 1, + aux_sym_name_expression_repeat1, + STATE(2313), 1, + sym_typeclass_expression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(2053), 2, + sym_typeclass_usage, + aux_sym_definition_parameter_repeat1, + [99804] = 11, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3189), 1, + anon_sym_LPAREN, + STATE(210), 1, + sym_type_expression, + STATE(1363), 1, + sym_parametrized_type, + STATE(1540), 1, + sym_function_type, + STATE(2060), 1, + aux_sym_function_type_repeat1, + STATE(2297), 1, + aux_sym_name_expression_repeat1, + STATE(2573), 1, + sym_scoped_any_type, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(63), 2, + sym_type_identifier, + sym_abstract_type_identifier, + [99840] = 9, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(293), 1, + anon_sym_LPAREN, + ACTIONS(4087), 1, + anon_sym_RPAREN, + STATE(218), 1, + sym_type_expression, + STATE(2297), 1, + aux_sym_name_expression_repeat1, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(63), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(2061), 2, + sym_type_parameter, + aux_sym_parametrized_type_repeat1, + [99871] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4091), 1, + anon_sym_LPAREN, + ACTIONS(4097), 1, + sym_name_identifier, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4089), 2, + anon_sym_EQ, + anon_sym_DASH_GT, + ACTIONS(4094), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2059), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [99900] = 10, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3189), 1, + anon_sym_LPAREN, + STATE(210), 1, + sym_type_expression, + STATE(1363), 1, + sym_parametrized_type, + STATE(1408), 1, + sym_scoped_any_type, + STATE(2063), 1, + aux_sym_function_type_repeat1, + STATE(2297), 1, + aux_sym_name_expression_repeat1, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(63), 2, + sym_type_identifier, + sym_abstract_type_identifier, + [99933] = 9, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(293), 1, + anon_sym_LPAREN, + ACTIONS(4100), 1, + anon_sym_RPAREN, + STATE(218), 1, + sym_type_expression, + STATE(2297), 1, + aux_sym_name_expression_repeat1, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(63), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(209), 2, + sym_type_parameter, + aux_sym_parametrized_type_repeat1, + [99964] = 9, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4062), 1, + anon_sym_LPAREN, + ACTIONS(4066), 1, + sym_typeclass_identifier, + STATE(2212), 1, + aux_sym_name_expression_repeat1, + STATE(2313), 1, + sym_typeclass_expression, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + STATE(2051), 2, + sym_typeclass_usage, + aux_sym_definition_parameter_repeat1, + [99995] = 10, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4102), 1, + anon_sym_LPAREN, + STATE(210), 1, + sym_type_expression, + STATE(1363), 1, + sym_parametrized_type, + STATE(2063), 1, + aux_sym_function_type_repeat1, + STATE(2297), 1, + aux_sym_name_expression_repeat1, + STATE(2573), 1, + sym_scoped_any_type, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4105), 2, + sym_type_identifier, + sym_abstract_type_identifier, + [100028] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4108), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2059), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [100056] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4110), 1, + anon_sym_EQ, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2059), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [100084] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4112), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2059), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [100112] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4114), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2071), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [100140] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4116), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2127), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [100168] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4118), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2059), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [100196] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4120), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2072), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [100224] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4122), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2059), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [100252] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4124), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2059), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [100280] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4126), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2092), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [100308] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4128), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2059), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [100336] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4130), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2081), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [100364] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4132), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2059), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [100392] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4134), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2059), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [100420] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4136), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2059), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [100448] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4138), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2059), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [100476] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4140), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2077), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [100504] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4142), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2059), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [100532] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4144), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2059), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [100560] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4146), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2085), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [100588] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4148), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2059), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [100616] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4150), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2059), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [100644] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4152), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2059), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [100672] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4154), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2059), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [100700] = 9, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3988), 1, + sym_name_identifier, + ACTIONS(4156), 1, + anon_sym_LPAREN, + STATE(2177), 1, + sym_extended_name, + STATE(2243), 1, + sym_annotated_name, + STATE(2296), 1, + sym_scoped_any_name, + STATE(2373), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3986), 2, + anon_sym_TILDE, + anon_sym_AT, + [100730] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4158), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2059), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [100758] = 9, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3988), 1, + sym_name_identifier, + ACTIONS(4156), 1, + anon_sym_LPAREN, + STATE(2177), 1, + sym_extended_name, + STATE(2243), 1, + sym_annotated_name, + STATE(2294), 1, + sym_scoped_any_name, + STATE(2373), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3986), 2, + anon_sym_TILDE, + anon_sym_AT, + [100788] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4160), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2076), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [100816] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4162), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2059), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [100844] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4164), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2074), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [100872] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4166), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2103), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [100900] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3156), 1, + anon_sym_LPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + STATE(1370), 2, + sym_import_symbol, + aux_sym_import_statement_repeat1, + STATE(1493), 2, + sym__type_or_typeclass, + sym__name_or_operator, + ACTIONS(3158), 3, + sym_typeclass_identifier, + sym_name_identifier, + sym_type_identifier, + [100924] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4168), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2098), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [100952] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4170), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2059), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [100980] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4172), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2059), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [101008] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4174), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2059), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [101036] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3115), 1, + anon_sym_LPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + STATE(1364), 2, + sym_import_symbol, + aux_sym_import_statement_repeat1, + STATE(1452), 2, + sym__type_or_typeclass, + sym__name_or_operator, + ACTIONS(3117), 3, + sym_typeclass_identifier, + sym_name_identifier, + sym_type_identifier, + [101060] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4176), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2097), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [101088] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4178), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2104), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [101116] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4180), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2059), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [101144] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4182), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2059), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [101172] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4184), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2059), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [101200] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4186), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2059), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [101228] = 9, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3189), 1, + anon_sym_LPAREN, + STATE(210), 1, + sym_type_expression, + STATE(1363), 1, + sym_parametrized_type, + STATE(2231), 1, + sym_scoped_any_type, + STATE(2297), 1, + aux_sym_name_expression_repeat1, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(63), 2, + sym_type_identifier, + sym_abstract_type_identifier, + [101258] = 9, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4188), 1, + anon_sym_LPAREN, + STATE(2177), 1, + sym_extended_name, + STATE(2243), 1, + sym_annotated_name, + STATE(2294), 1, + sym_scoped_any_name, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + [101288] = 9, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4188), 1, + anon_sym_LPAREN, + STATE(2177), 1, + sym_extended_name, + STATE(2243), 1, + sym_annotated_name, + STATE(2296), 1, + sym_scoped_any_name, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + [101318] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4190), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2105), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [101346] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4192), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2059), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [101374] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4194), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2059), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [101402] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4196), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2059), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [101430] = 9, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4198), 1, + anon_sym_LPAREN, + STATE(1373), 1, + sym_annotated_type, + STATE(1418), 1, + sym_type_expression, + STATE(1529), 1, + sym_type_definition, + STATE(2297), 1, + aux_sym_name_expression_repeat1, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(63), 2, + sym_type_identifier, + sym_abstract_type_identifier, + [101460] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4200), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2059), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [101488] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4202), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2059), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [101516] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4204), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2059), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [101544] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4206), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2059), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [101572] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4208), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2082), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [101600] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4210), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2059), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [101628] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4212), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2059), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [101656] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4214), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2138), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [101684] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3156), 1, + anon_sym_LPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + STATE(1371), 2, + sym_import_symbol, + aux_sym_import_statement_repeat1, + STATE(1493), 2, + sym__type_or_typeclass, + sym__name_or_operator, + ACTIONS(3158), 3, + sym_typeclass_identifier, + sym_name_identifier, + sym_type_identifier, + [101708] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4216), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2059), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [101736] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4218), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2112), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [101764] = 9, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4198), 1, + anon_sym_LPAREN, + STATE(1373), 1, + sym_annotated_type, + STATE(1418), 1, + sym_type_expression, + STATE(2297), 1, + aux_sym_name_expression_repeat1, + STATE(2713), 1, + sym_type_subexpression, + STATE(2722), 1, + sym_type_definition, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(63), 2, + sym_type_identifier, + sym_abstract_type_identifier, + [101794] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4220), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2059), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [101822] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4222), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2130), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [101850] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4224), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2059), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [101878] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4226), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2059), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [101906] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4228), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2086), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [101934] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4230), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2137), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [101962] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4232), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2059), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [101990] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4236), 1, + sym_number_literal, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4234), 7, + anon_sym_LPAREN, + anon_sym_TILDE, + anon_sym_AT, + sym_name_identifier, + sym_float_number_literal, + anon_sym_DQUOTE, + anon_sym_SQUOTE, + [102010] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4238), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2141), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [102038] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3115), 1, + anon_sym_LPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + STATE(1365), 2, + sym_import_symbol, + aux_sym_import_statement_repeat1, + STATE(1452), 2, + sym__type_or_typeclass, + sym__name_or_operator, + ACTIONS(3117), 3, + sym_typeclass_identifier, + sym_name_identifier, + sym_type_identifier, + [102062] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4240), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2059), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [102090] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4242), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2059), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [102118] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4244), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2133), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [102146] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4246), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2059), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [102174] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4248), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2059), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [102202] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4250), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2059), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [102230] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4252), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2142), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [102258] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4254), 1, + anon_sym_EQ, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2059), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [102286] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4256), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2059), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [102314] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4258), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2140), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [102342] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4260), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2059), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [102370] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4262), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2059), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [102398] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + ACTIONS(4264), 1, + anon_sym_DASH_GT, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2059), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [102426] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4068), 1, + anon_sym_LPAREN, + STATE(210), 1, + sym_type_expression, + STATE(1635), 1, + sym_parametrized_type, + STATE(2297), 1, + aux_sym_name_expression_repeat1, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(63), 2, + sym_type_identifier, + sym_abstract_type_identifier, + [102453] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4068), 1, + anon_sym_LPAREN, + STATE(210), 1, + sym_type_expression, + STATE(1623), 1, + sym_parametrized_type, + STATE(2297), 1, + aux_sym_name_expression_repeat1, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(63), 2, + sym_type_identifier, + sym_abstract_type_identifier, + [102480] = 8, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(4266), 1, anon_sym_AMP, - ACTIONS(3479), 1, + ACTIONS(4268), 1, anon_sym_PIPE, - ACTIONS(3481), 1, - sym_name_identifier, - STATE(1985), 1, - aux_sym_tuple_name_repeat1, - STATE(1992), 1, + ACTIONS(4270), 1, + sym_operator, + STATE(2303), 1, aux_sym_variant_name_repeat1, - STATE(2148), 1, - sym_any_name, - ACTIONS(3), 2, - sym__line_comment, + STATE(2322), 1, + aux_sym_tuple_name_repeat1, + ACTIONS(5), 2, + sym__doc_comment, sym__block_comment, - STATE(2043), 3, + STATE(2900), 2, sym_tuple_name, sym_variant_name, - sym_annotated_name, - [94226] = 10, + [102507] = 9, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(1714), 1, - anon_sym_LPAREN, - ACTIONS(3136), 1, - sym_typeclass_identifier, - STATE(1543), 1, - sym_type_expression, - STATE(1805), 1, - aux_sym_name_superexpression_repeat1, - STATE(2023), 1, - sym_typeclass_expression, - STATE(2419), 1, - sym_parametrized_type, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - [94259] = 10, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3136), 1, - sym_typeclass_identifier, - ACTIONS(3487), 1, - anon_sym_LPAREN, - STATE(1094), 1, - sym_typeclass_expression, - STATE(1127), 1, - sym_annotated_typeclass, - STATE(1231), 1, - sym_defined_typeclass, - STATE(1814), 1, - aux_sym_name_superexpression_repeat1, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - [94292] = 9, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3136), 1, - sym_typeclass_identifier, - ACTIONS(3483), 1, - anon_sym_LPAREN, - ACTIONS(3495), 1, - anon_sym_RPAREN, - STATE(1814), 1, - aux_sym_name_superexpression_repeat1, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1727), 2, - sym_typeclass_expression, - aux_sym_definition_parameter_repeat1, - [94323] = 9, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3477), 1, + ACTIONS(3187), 1, anon_sym_AMP, - ACTIONS(3479), 1, - anon_sym_PIPE, - ACTIONS(3481), 1, - sym_name_identifier, - STATE(1985), 1, - aux_sym_tuple_name_repeat1, - STATE(1992), 1, - aux_sym_variant_name_repeat1, - STATE(2457), 1, - sym_any_name, + ACTIONS(3193), 1, + anon_sym_DOT, + ACTIONS(4272), 1, + sym_type_identifier, + STATE(1379), 1, + sym_constructor, + STATE(1382), 1, + aux_sym_tuple_type_repeat1, + STATE(1494), 1, + sym_tuple_type, + STATE(2398), 1, + aux_sym_constructor_repeat1, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - STATE(2043), 3, + [102536] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4068), 1, + anon_sym_LPAREN, + STATE(210), 1, + sym_type_expression, + STATE(1424), 1, + sym_parametrized_type, + STATE(2297), 1, + aux_sym_name_expression_repeat1, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(63), 2, + sym_type_identifier, + sym_abstract_type_identifier, + [102563] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4068), 1, + anon_sym_LPAREN, + STATE(210), 1, + sym_type_expression, + STATE(2270), 1, + sym_parametrized_type, + STATE(2297), 1, + aux_sym_name_expression_repeat1, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(63), 2, + sym_type_identifier, + sym_abstract_type_identifier, + [102590] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2144), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [102615] = 8, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(3209), 1, + sym_operator, + ACTIONS(4266), 1, + anon_sym_AMP, + ACTIONS(4268), 1, + anon_sym_PIPE, + STATE(2303), 1, + aux_sym_variant_name_repeat1, + STATE(2322), 1, + aux_sym_tuple_name_repeat1, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + STATE(2900), 2, sym_tuple_name, sym_variant_name, - sym_annotated_name, - [94354] = 9, + [102642] = 8, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(3497), 1, + ACTIONS(4068), 1, anon_sym_LPAREN, - ACTIONS(3500), 1, - anon_sym_RPAREN, - ACTIONS(3502), 1, - sym_typeclass_identifier, - STATE(1814), 1, - aux_sym_name_superexpression_repeat1, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(3505), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1727), 2, - sym_typeclass_expression, - aux_sym_definition_parameter_repeat1, - [94385] = 9, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3136), 1, - sym_typeclass_identifier, - ACTIONS(3483), 1, - anon_sym_LPAREN, - ACTIONS(3508), 1, - anon_sym_RPAREN, - STATE(1814), 1, - aux_sym_name_superexpression_repeat1, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1727), 2, - sym_typeclass_expression, - aux_sym_definition_parameter_repeat1, - [94416] = 8, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2503), 1, - sym_abstract_type_identifier, - ACTIONS(3510), 1, - anon_sym_DASH_GT, - ACTIONS(3512), 1, - anon_sym_LPAREN, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1900), 2, - sym_definition_parameter, - aux_sym_function_declaration_repeat1, - STATE(1916), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [94444] = 8, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2503), 1, - sym_abstract_type_identifier, - ACTIONS(3512), 1, - anon_sym_LPAREN, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3516), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1897), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - STATE(1929), 2, - sym_definition_parameter, - aux_sym_function_declaration_repeat1, - [94472] = 9, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3489), 1, - anon_sym_LPAREN, - STATE(113), 1, + STATE(210), 1, sym_type_expression, - STATE(1151), 1, - sym_scoped_any_type, - STATE(1170), 1, + STATE(1553), 1, sym_parametrized_type, - STATE(1896), 1, - aux_sym_name_superexpression_repeat1, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(181), 2, - sym_type_identifier, - sym_abstract_type_identifier, - [94502] = 8, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2503), 1, - sym_abstract_type_identifier, - ACTIONS(3512), 1, - anon_sym_LPAREN, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3518), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1854), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - STATE(1917), 2, - sym_definition_parameter, - aux_sym_function_declaration_repeat1, - [94530] = 8, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2503), 1, - sym_abstract_type_identifier, - ACTIONS(3512), 1, - anon_sym_LPAREN, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3520), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1841), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - STATE(1919), 2, - sym_definition_parameter, - aux_sym_function_declaration_repeat1, - [94558] = 8, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3522), 1, - anon_sym_LPAREN, - ACTIONS(3524), 1, - anon_sym_RPAREN, - STATE(1834), 1, - aux_sym_name_superexpression_repeat1, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1748), 2, - sym_type_expression, - aux_sym_definition_argument_repeat1, - [94586] = 8, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2503), 1, - sym_abstract_type_identifier, - ACTIONS(3512), 1, - anon_sym_LPAREN, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3526), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1832), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - STATE(1912), 2, - sym_definition_parameter, - aux_sym_function_declaration_repeat1, - [94614] = 8, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2503), 1, - sym_abstract_type_identifier, - ACTIONS(3512), 1, - anon_sym_LPAREN, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3528), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1825), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - STATE(1926), 2, - sym_definition_parameter, - aux_sym_function_declaration_repeat1, - [94642] = 8, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2503), 1, - sym_abstract_type_identifier, - ACTIONS(3512), 1, - anon_sym_LPAREN, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3530), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1858), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - STATE(1866), 2, - sym_definition_parameter, - aux_sym_function_declaration_repeat1, - [94670] = 8, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2503), 1, - sym_abstract_type_identifier, - ACTIONS(3512), 1, - anon_sym_LPAREN, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3532), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1840), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - STATE(1881), 2, - sym_definition_parameter, - aux_sym_function_declaration_repeat1, - [94698] = 8, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2503), 1, - sym_abstract_type_identifier, - ACTIONS(3512), 1, - anon_sym_LPAREN, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3534), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1848), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - STATE(1898), 2, - sym_definition_parameter, - aux_sym_function_declaration_repeat1, - [94726] = 9, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3489), 1, - anon_sym_LPAREN, - STATE(1151), 1, - sym_scoped_any_type, - STATE(1170), 1, - sym_parametrized_type, - STATE(1348), 1, - sym_type_expression, - STATE(1834), 1, - aux_sym_name_superexpression_repeat1, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - [94756] = 8, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2503), 1, - sym_abstract_type_identifier, - ACTIONS(3512), 1, - anon_sym_LPAREN, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3536), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1871), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - STATE(1911), 2, - sym_definition_parameter, - aux_sym_function_declaration_repeat1, - [94784] = 8, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3522), 1, - anon_sym_LPAREN, - ACTIONS(3538), 1, - anon_sym_RPAREN, - STATE(1834), 1, - aux_sym_name_superexpression_repeat1, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1748), 2, - sym_type_expression, - aux_sym_definition_argument_repeat1, - [94812] = 8, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2503), 1, - sym_abstract_type_identifier, - ACTIONS(3512), 1, - anon_sym_LPAREN, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3540), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1876), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - STATE(1892), 2, - sym_definition_parameter, - aux_sym_function_declaration_repeat1, - [94840] = 8, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2503), 1, - sym_abstract_type_identifier, - ACTIONS(3512), 1, - anon_sym_LPAREN, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3542), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1886), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - STATE(1910), 2, - sym_definition_parameter, - aux_sym_function_declaration_repeat1, - [94868] = 8, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2503), 1, - sym_abstract_type_identifier, - ACTIONS(3512), 1, - anon_sym_LPAREN, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3544), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1820), 2, - sym_definition_parameter, - aux_sym_function_declaration_repeat1, - STATE(1893), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [94896] = 8, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2503), 1, - sym_abstract_type_identifier, - ACTIONS(3512), 1, - anon_sym_LPAREN, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3546), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1859), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - STATE(1865), 2, - sym_definition_parameter, - aux_sym_function_declaration_repeat1, - [94924] = 8, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2503), 1, - sym_abstract_type_identifier, - ACTIONS(3512), 1, - anon_sym_LPAREN, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3548), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1901), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - STATE(1904), 2, - sym_definition_parameter, - aux_sym_function_declaration_repeat1, - [94952] = 8, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3550), 1, - anon_sym_LPAREN, - ACTIONS(3553), 1, - anon_sym_RPAREN, - STATE(1834), 1, - aux_sym_name_superexpression_repeat1, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(3555), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1748), 2, - sym_type_expression, - aux_sym_definition_argument_repeat1, - [94980] = 8, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2503), 1, - sym_abstract_type_identifier, - ACTIONS(3512), 1, - anon_sym_LPAREN, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3558), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1853), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - STATE(1914), 2, - sym_definition_parameter, - aux_sym_function_declaration_repeat1, - [95008] = 8, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3522), 1, - anon_sym_LPAREN, - ACTIONS(3560), 1, - anon_sym_RPAREN, - STATE(1834), 1, - aux_sym_name_superexpression_repeat1, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1748), 2, - sym_type_expression, - aux_sym_definition_argument_repeat1, - [95036] = 8, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2503), 1, - sym_abstract_type_identifier, - ACTIONS(3512), 1, - anon_sym_LPAREN, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3562), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1863), 2, - sym_definition_parameter, - aux_sym_function_declaration_repeat1, - STATE(1877), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [95064] = 8, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2503), 1, - sym_abstract_type_identifier, - ACTIONS(3512), 1, - anon_sym_LPAREN, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3564), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1908), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - STATE(1909), 2, - sym_definition_parameter, - aux_sym_function_declaration_repeat1, - [95092] = 8, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2503), 1, - sym_abstract_type_identifier, - ACTIONS(3512), 1, - anon_sym_LPAREN, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3566), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1831), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - STATE(1899), 2, - sym_definition_parameter, - aux_sym_function_declaration_repeat1, - [95120] = 9, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3469), 1, - anon_sym_LPAREN, - STATE(1785), 1, - sym_annotated_type, - STATE(1834), 1, - aux_sym_name_superexpression_repeat1, - STATE(1835), 1, - sym_type_expression, - STATE(2433), 1, - sym_defined_type, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - [95150] = 9, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1714), 1, - anon_sym_LPAREN, - ACTIONS(3568), 1, - sym_typeclass_identifier, - ACTIONS(3570), 1, - sym_name_identifier, - STATE(1616), 1, - aux_sym_name_superexpression_repeat1, - STATE(2039), 1, + STATE(2297), 1, aux_sym_name_expression_repeat1, - STATE(2470), 1, + STATE(2713), 1, sym_type_subexpression, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - ACTIONS(3075), 2, + ACTIONS(63), 2, sym_type_identifier, sym_abstract_type_identifier, - [95180] = 8, + [102669] = 8, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(2503), 1, - sym_abstract_type_identifier, - ACTIONS(3512), 1, + ACTIONS(4068), 1, anon_sym_LPAREN, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3572), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1870), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - STATE(1928), 2, - sym_definition_parameter, - aux_sym_function_declaration_repeat1, - [95208] = 8, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2503), 1, - sym_abstract_type_identifier, - ACTIONS(3512), 1, - anon_sym_LPAREN, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3574), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1895), 2, - sym_definition_parameter, - aux_sym_function_declaration_repeat1, - STATE(1931), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [95236] = 9, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1714), 1, - anon_sym_LPAREN, - ACTIONS(3576), 1, - sym_typeclass_identifier, - ACTIONS(3578), 1, - sym_name_identifier, - STATE(1616), 1, - aux_sym_name_superexpression_repeat1, - STATE(2038), 1, + STATE(210), 1, + sym_type_expression, + STATE(1468), 1, + sym_parametrized_type, + STATE(2297), 1, aux_sym_name_expression_repeat1, - STATE(2470), 1, + STATE(2713), 1, sym_type_subexpression, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - ACTIONS(3580), 2, + ACTIONS(63), 2, sym_type_identifier, sym_abstract_type_identifier, - [95266] = 8, + [102696] = 8, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(3136), 1, - sym_typeclass_identifier, - ACTIONS(3483), 1, + ACTIONS(4068), 1, anon_sym_LPAREN, - STATE(1814), 1, - aux_sym_name_superexpression_repeat1, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1728), 2, - sym_typeclass_expression, - aux_sym_definition_parameter_repeat1, - [95294] = 8, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2503), 1, - sym_abstract_type_identifier, - ACTIONS(3512), 1, - anon_sym_LPAREN, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3582), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1934), 2, - sym_definition_parameter, - aux_sym_function_declaration_repeat1, - STATE(1937), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [95322] = 8, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2503), 1, - sym_abstract_type_identifier, - ACTIONS(3512), 1, - anon_sym_LPAREN, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3584), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1883), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - STATE(1885), 2, - sym_definition_parameter, - aux_sym_function_declaration_repeat1, - [95350] = 8, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2503), 1, - sym_abstract_type_identifier, - ACTIONS(3512), 1, - anon_sym_LPAREN, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3586), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1891), 2, - sym_definition_parameter, - aux_sym_function_declaration_repeat1, - STATE(1924), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [95378] = 9, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3469), 1, - anon_sym_LPAREN, - STATE(1785), 1, - sym_annotated_type, - STATE(1834), 1, - aux_sym_name_superexpression_repeat1, - STATE(1835), 1, + STATE(210), 1, sym_type_expression, - STATE(2445), 1, - sym_defined_type, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - [95408] = 9, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3469), 1, - anon_sym_LPAREN, - STATE(1785), 1, - sym_annotated_type, - STATE(1834), 1, - aux_sym_name_superexpression_repeat1, - STATE(1835), 1, - sym_type_expression, - STATE(2434), 1, - sym_defined_type, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - [95438] = 7, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3522), 1, - anon_sym_LPAREN, - STATE(1834), 1, - aux_sym_name_superexpression_repeat1, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1734), 2, - sym_type_expression, - aux_sym_definition_argument_repeat1, - [95463] = 8, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1714), 1, - anon_sym_LPAREN, - STATE(113), 1, - sym_type_expression, - STATE(1896), 1, - aux_sym_name_superexpression_repeat1, - STATE(2010), 1, + STATE(2297), 1, + aux_sym_name_expression_repeat1, + STATE(2336), 1, sym_parametrized_type, - STATE(2470), 1, + STATE(2713), 1, sym_type_subexpression, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - ACTIONS(181), 2, + ACTIONS(63), 2, sym_type_identifier, sym_abstract_type_identifier, - [95490] = 6, + [102723] = 4, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(3588), 1, - anon_sym_LPAREN, - ACTIONS(3591), 1, - sym_name_identifier, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1767), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - ACTIONS(2575), 3, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_DASH_GT, - [95513] = 8, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1714), 1, - anon_sym_LPAREN, - STATE(1348), 1, - sym_type_expression, - STATE(1834), 1, - aux_sym_name_superexpression_repeat1, - STATE(2011), 1, - sym_parametrized_type, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - [95540] = 8, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1714), 1, - anon_sym_LPAREN, - STATE(113), 1, - sym_type_expression, - STATE(1193), 1, - sym_parametrized_type, - STATE(1896), 1, - aux_sym_name_superexpression_repeat1, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(181), 2, - sym_type_identifier, - sym_abstract_type_identifier, - [95567] = 9, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2649), 1, - anon_sym_AMP, - ACTIONS(2843), 1, - anon_sym_DOT, - ACTIONS(3594), 1, - sym_type_identifier, - STATE(1137), 1, - aux_sym_tuple_type_repeat1, - STATE(1145), 1, - sym_type_identifier_definition, - STATE(1186), 1, - sym_tuple_type, - STATE(2006), 1, - aux_sym_type_identifier_definition_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [95596] = 8, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1714), 1, - anon_sym_LPAREN, - STATE(113), 1, - sym_type_expression, - STATE(1896), 1, - aux_sym_name_superexpression_repeat1, - STATE(1986), 1, - sym_parametrized_type, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(181), 2, - sym_type_identifier, - sym_abstract_type_identifier, - [95623] = 8, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1714), 1, - anon_sym_LPAREN, - STATE(113), 1, - sym_type_expression, - STATE(1183), 1, - sym_parametrized_type, - STATE(1896), 1, - aux_sym_name_superexpression_repeat1, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(181), 2, - sym_type_identifier, - sym_abstract_type_identifier, - [95650] = 7, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2501), 1, - anon_sym_LPAREN, - ACTIONS(2503), 1, - sym_abstract_type_identifier, - ACTIONS(3598), 1, - anon_sym_COLON, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(3596), 2, - anon_sym_LBRACE, - anon_sym_EQ, - STATE(1005), 2, - sym_definition_parameter, - aux_sym_function_declaration_repeat1, - [95675] = 9, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2843), 1, - anon_sym_DOT, - ACTIONS(2930), 1, - anon_sym_AMP, - ACTIONS(3594), 1, - sym_type_identifier, - STATE(1186), 1, - sym_tuple_type, - STATE(1942), 1, - aux_sym_tuple_type_repeat1, - STATE(1962), 1, - sym_type_identifier_definition, - STATE(2006), 1, - aux_sym_type_identifier_definition_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [95704] = 8, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1714), 1, - anon_sym_LPAREN, - STATE(113), 1, - sym_type_expression, - STATE(1233), 1, - sym_parametrized_type, - STATE(1896), 1, - aux_sym_name_superexpression_repeat1, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(181), 2, - sym_type_identifier, - sym_abstract_type_identifier, - [95731] = 8, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1714), 1, - anon_sym_LPAREN, - STATE(113), 1, - sym_type_expression, - STATE(671), 1, - sym_parametrized_type, - STATE(1896), 1, - aux_sym_name_superexpression_repeat1, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(181), 2, - sym_type_identifier, - sym_abstract_type_identifier, - [95758] = 7, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3522), 1, - anon_sym_LPAREN, - STATE(1834), 1, - aux_sym_name_superexpression_repeat1, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1750), 2, - sym_type_expression, - aux_sym_definition_argument_repeat1, - [95783] = 8, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1714), 1, - anon_sym_LPAREN, - STATE(1348), 1, - sym_type_expression, - STATE(1834), 1, - aux_sym_name_superexpression_repeat1, - STATE(2419), 1, - sym_parametrized_type, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - [95810] = 8, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1714), 1, - anon_sym_LPAREN, - STATE(1348), 1, - sym_type_expression, - STATE(1834), 1, - aux_sym_name_superexpression_repeat1, - STATE(2153), 1, - sym_parametrized_type, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - [95837] = 8, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1714), 1, - anon_sym_LPAREN, - STATE(113), 1, - sym_type_expression, - STATE(1107), 1, - sym_parametrized_type, - STATE(1896), 1, - aux_sym_name_superexpression_repeat1, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(181), 2, - sym_type_identifier, - sym_abstract_type_identifier, - [95864] = 8, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1714), 1, - anon_sym_LPAREN, - STATE(113), 1, - sym_type_expression, - STATE(1124), 1, - sym_parametrized_type, - STATE(1896), 1, - aux_sym_name_superexpression_repeat1, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(181), 2, - sym_type_identifier, - sym_abstract_type_identifier, - [95891] = 8, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1714), 1, - anon_sym_LPAREN, - STATE(113), 1, - sym_type_expression, - STATE(1280), 1, - sym_parametrized_type, - STATE(1896), 1, - aux_sym_name_superexpression_repeat1, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(181), 2, - sym_type_identifier, - sym_abstract_type_identifier, - [95918] = 8, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1714), 1, - anon_sym_LPAREN, - STATE(1348), 1, - sym_type_expression, - STATE(1834), 1, - aux_sym_name_superexpression_repeat1, - STATE(1867), 1, - sym_parametrized_type, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - [95945] = 7, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3522), 1, - anon_sym_LPAREN, - STATE(1834), 1, - aux_sym_name_superexpression_repeat1, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - STATE(1742), 2, - sym_type_expression, - aux_sym_definition_argument_repeat1, - [95970] = 7, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2501), 1, - anon_sym_LPAREN, - ACTIONS(2503), 1, - sym_abstract_type_identifier, - ACTIONS(3602), 1, - anon_sym_COLON, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(3600), 2, - anon_sym_LBRACE, - anon_sym_EQ, - STATE(1773), 2, - sym_definition_parameter, - aux_sym_function_declaration_repeat1, - [95995] = 8, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1714), 1, - anon_sym_LPAREN, - STATE(113), 1, - sym_type_expression, - STATE(1222), 1, - sym_parametrized_type, - STATE(1896), 1, - aux_sym_name_superexpression_repeat1, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(181), 2, - sym_type_identifier, - sym_abstract_type_identifier, - [96022] = 8, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1714), 1, - anon_sym_LPAREN, - STATE(113), 1, - sym_type_expression, - STATE(1105), 1, - sym_parametrized_type, - STATE(1896), 1, - aux_sym_name_superexpression_repeat1, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(181), 2, - sym_type_identifier, - sym_abstract_type_identifier, - [96049] = 4, - ACTIONS(5), 1, - sym__doc_comment, - STATE(2449), 1, + STATE(2758), 1, sym_partition_name, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - ACTIONS(3604), 6, + ACTIONS(4274), 6, anon_sym_TEST, anon_sym_INTERFACE, anon_sym_CORE, anon_sym_LIB, anon_sym_MODULE, anon_sym_EXE, - [96068] = 8, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1714), 1, - anon_sym_LPAREN, - STATE(113), 1, - sym_type_expression, - STATE(1187), 1, - sym_parametrized_type, - STATE(1896), 1, - aux_sym_name_superexpression_repeat1, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(181), 2, - sym_type_identifier, - sym_abstract_type_identifier, - [96095] = 8, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1714), 1, - anon_sym_LPAREN, - STATE(113), 1, - sym_type_expression, - STATE(1135), 1, - sym_parametrized_type, - STATE(1896), 1, - aux_sym_name_superexpression_repeat1, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(181), 2, - sym_type_identifier, - sym_abstract_type_identifier, - [96122] = 8, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1714), 1, - anon_sym_LPAREN, - STATE(113), 1, - sym_type_expression, - STATE(1896), 1, - aux_sym_name_superexpression_repeat1, - STATE(1938), 1, - sym_parametrized_type, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(181), 2, - sym_type_identifier, - sym_abstract_type_identifier, - [96149] = 8, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1714), 1, - anon_sym_LPAREN, - STATE(113), 1, - sym_type_expression, - STATE(1325), 1, - sym_parametrized_type, - STATE(1896), 1, - aux_sym_name_superexpression_repeat1, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(181), 2, - sym_type_identifier, - sym_abstract_type_identifier, - [96176] = 8, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1714), 1, - anon_sym_LPAREN, - STATE(113), 1, - sym_type_expression, - STATE(1896), 1, - aux_sym_name_superexpression_repeat1, - STATE(1906), 1, - sym_parametrized_type, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(181), 2, - sym_type_identifier, - sym_abstract_type_identifier, - [96203] = 8, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1714), 1, - anon_sym_LPAREN, - STATE(113), 1, - sym_type_expression, - STATE(1896), 1, - aux_sym_name_superexpression_repeat1, - STATE(1999), 1, - sym_parametrized_type, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(181), 2, - sym_type_identifier, - sym_abstract_type_identifier, - [96230] = 8, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1714), 1, - anon_sym_LPAREN, - STATE(1543), 1, - sym_type_expression, - STATE(1834), 1, - aux_sym_name_superexpression_repeat1, - STATE(2419), 1, - sym_parametrized_type, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - [96257] = 8, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1714), 1, - anon_sym_LPAREN, - STATE(1348), 1, - sym_type_expression, - STATE(1818), 1, - sym_parametrized_type, - STATE(1834), 1, - aux_sym_name_superexpression_repeat1, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - [96284] = 8, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1714), 1, - anon_sym_LPAREN, - STATE(113), 1, - sym_type_expression, - STATE(1167), 1, - sym_parametrized_type, - STATE(1896), 1, - aux_sym_name_superexpression_repeat1, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(181), 2, - sym_type_identifier, - sym_abstract_type_identifier, - [96311] = 8, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1714), 1, - anon_sym_LPAREN, - STATE(113), 1, - sym_type_expression, - STATE(1896), 1, - aux_sym_name_superexpression_repeat1, - STATE(2009), 1, - sym_parametrized_type, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(181), 2, - sym_type_identifier, - sym_abstract_type_identifier, - [96338] = 8, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1714), 1, - anon_sym_LPAREN, - STATE(113), 1, - sym_type_expression, - STATE(1102), 1, - sym_parametrized_type, - STATE(1896), 1, - aux_sym_name_superexpression_repeat1, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(181), 2, - sym_type_identifier, - sym_abstract_type_identifier, - [96365] = 8, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1714), 1, - anon_sym_LPAREN, - STATE(1348), 1, - sym_type_expression, - STATE(1834), 1, - aux_sym_name_superexpression_repeat1, - STATE(1938), 1, - sym_parametrized_type, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - [96392] = 8, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1714), 1, - anon_sym_LPAREN, - STATE(113), 1, - sym_type_expression, - STATE(1169), 1, - sym_parametrized_type, - STATE(1896), 1, - aux_sym_name_superexpression_repeat1, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(181), 2, - sym_type_identifier, - sym_abstract_type_identifier, - [96419] = 8, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1714), 1, - anon_sym_LPAREN, - STATE(1348), 1, - sym_type_expression, - STATE(1834), 1, - aux_sym_name_superexpression_repeat1, - STATE(1965), 1, - sym_parametrized_type, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(59), 2, - sym_type_identifier, - sym_abstract_type_identifier, - [96446] = 8, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1714), 1, - anon_sym_LPAREN, - STATE(113), 1, - sym_type_expression, - STATE(1156), 1, - sym_parametrized_type, - STATE(1896), 1, - aux_sym_name_superexpression_repeat1, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(181), 2, - sym_type_identifier, - sym_abstract_type_identifier, - [96473] = 8, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1714), 1, - anon_sym_LPAREN, - STATE(113), 1, - sym_type_expression, - STATE(1188), 1, - sym_parametrized_type, - STATE(1896), 1, - aux_sym_name_superexpression_repeat1, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(181), 2, - sym_type_identifier, - sym_abstract_type_identifier, - [96500] = 7, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1714), 1, - anon_sym_LPAREN, - ACTIONS(3606), 1, - sym_typeclass_identifier, - STATE(1616), 1, - aux_sym_name_superexpression_repeat1, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(3075), 2, - sym_type_identifier, - sym_abstract_type_identifier, - [96524] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3608), 1, - anon_sym_AMP, - STATE(1808), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2544), 4, - anon_sym_DASH_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_QMARK, - [96544] = 7, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2501), 1, - anon_sym_LPAREN, - ACTIONS(2503), 1, - sym_abstract_type_identifier, - ACTIONS(3610), 1, - anon_sym_COLON, - ACTIONS(3612), 1, - anon_sym_EQ, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1005), 2, - sym_definition_parameter, - aux_sym_function_declaration_repeat1, - [96568] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3614), 1, - anon_sym_AMP, - STATE(1808), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2539), 4, - anon_sym_DASH_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_QMARK, - [96588] = 7, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2495), 1, - anon_sym_LBRACE, - ACTIONS(2501), 1, - anon_sym_LPAREN, - ACTIONS(2503), 1, - sym_abstract_type_identifier, - ACTIONS(3617), 1, - anon_sym_COLON, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1815), 2, - sym_definition_parameter, - aux_sym_function_declaration_repeat1, - [96612] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(3619), 2, - anon_sym_LBRACE, - anon_sym_EQ, - STATE(1767), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [96634] = 7, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1714), 1, - anon_sym_LPAREN, - ACTIONS(3606), 1, - sym_typeclass_identifier, - STATE(1616), 1, - aux_sym_name_superexpression_repeat1, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(3623), 2, - sym_type_identifier, - sym_abstract_type_identifier, - [96658] = 7, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2501), 1, - anon_sym_LPAREN, - ACTIONS(2503), 1, - sym_abstract_type_identifier, - ACTIONS(3625), 1, - anon_sym_COLON, - ACTIONS(3627), 1, - anon_sym_EQ, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1807), 2, - sym_definition_parameter, - aux_sym_function_declaration_repeat1, - [96682] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3631), 1, - sym_number_literal, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(3629), 5, - anon_sym_LPAREN, - sym_name_identifier, - sym_float_number_literal, - anon_sym_DQUOTE, - anon_sym_SQUOTE, - [96700] = 7, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1714), 1, - anon_sym_LPAREN, - ACTIONS(3606), 1, - sym_typeclass_identifier, - STATE(1616), 1, - aux_sym_name_superexpression_repeat1, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(71), 2, - sym_type_identifier, - sym_abstract_type_identifier, - [96724] = 7, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2501), 1, - anon_sym_LPAREN, - ACTIONS(2503), 1, - sym_abstract_type_identifier, - ACTIONS(2519), 1, - anon_sym_LBRACE, - ACTIONS(3633), 1, - anon_sym_COLON, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1005), 2, - sym_definition_parameter, - aux_sym_function_declaration_repeat1, - [96748] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(2505), 1, - anon_sym_RPAREN, - ACTIONS(3635), 1, - sym_operator, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(2507), 4, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_QMARK, - [96768] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(3637), 2, - anon_sym_LBRACE, - anon_sym_EQ, - STATE(1767), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [96790] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3608), 1, - anon_sym_AMP, - STATE(1806), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2552), 4, - anon_sym_DASH_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_QMARK, - [96810] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3639), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1915), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [96831] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2501), 1, - anon_sym_LPAREN, - ACTIONS(2503), 1, - sym_abstract_type_identifier, - ACTIONS(3641), 1, - anon_sym_COLON, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1005), 2, - sym_definition_parameter, - aux_sym_function_declaration_repeat1, - [96852] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(3643), 5, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_typeclass_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - [96867] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3645), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1767), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [96888] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3647), 1, - anon_sym_AMP, - STATE(1823), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2539), 3, - anon_sym_DASH_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - [96907] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3650), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1822), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [96928] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3652), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1767), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [96949] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3654), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1838), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [96970] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3656), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1829), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [96991] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(2505), 1, - anon_sym_RPAREN, - ACTIONS(3658), 1, - sym_operator, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(2507), 3, - anon_sym_DASH_GT, - anon_sym_AMP, - anon_sym_PIPE, - [97010] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3660), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1767), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [97031] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2501), 1, - anon_sym_LPAREN, - ACTIONS(2503), 1, - sym_abstract_type_identifier, - ACTIONS(3662), 1, - anon_sym_COLON, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1851), 2, - sym_definition_parameter, - aux_sym_function_declaration_repeat1, - [97052] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3664), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1767), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [97073] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3666), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1767), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [97094] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3668), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1837), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [97115] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1714), 1, - anon_sym_LPAREN, - STATE(1616), 1, - aux_sym_name_superexpression_repeat1, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(3075), 2, - sym_type_identifier, - sym_abstract_type_identifier, - [97136] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(3670), 5, - anon_sym_LBRACE, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_LPAREN, - sym_abstract_type_identifier, - [97151] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3672), 1, - anon_sym_EQ, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1767), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [97172] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3674), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1767), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [97193] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3676), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1767), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [97214] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(2507), 1, - anon_sym_AMP, - ACTIONS(3678), 1, - sym_operator, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(2505), 3, - anon_sym_RPAREN, - anon_sym_elif, - anon_sym_else, - [97233] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3680), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1767), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [97254] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3682), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1767), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [97275] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3684), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1844), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [97296] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3686), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1930), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [97317] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3688), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1767), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [97338] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3690), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1767), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [97359] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3692), 1, - anon_sym_AMP, - STATE(1846), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2539), 3, - anon_sym_RPAREN, - anon_sym_elif, - anon_sym_else, - [97378] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3695), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1845), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [97399] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3697), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1767), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [97420] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3699), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1860), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [97441] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2779), 5, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_DASH_GT, - anon_sym_LPAREN, - sym_name_identifier, - [97456] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2501), 1, - anon_sym_LPAREN, - ACTIONS(2503), 1, - sym_abstract_type_identifier, - ACTIONS(3701), 1, - anon_sym_COLON, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1005), 2, - sym_definition_parameter, - aux_sym_function_declaration_repeat1, - [97477] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3703), 1, - anon_sym_AMP, - STATE(1846), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2544), 3, - anon_sym_RPAREN, - anon_sym_elif, - anon_sym_else, - [97496] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3705), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1767), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [97517] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3707), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1767), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [97538] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3709), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1857), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [97559] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3711), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1869), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [97580] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3713), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1767), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [97601] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3715), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1767), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [97622] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3717), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1767), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [97643] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3719), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1767), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [97664] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3721), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1767), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [97685] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(201), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(3723), 4, - anon_sym_LPAREN, - anon_sym_RPAREN, - sym_type_identifier, - sym_abstract_type_identifier, - [97702] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2501), 1, - anon_sym_LPAREN, - ACTIONS(2503), 1, - sym_abstract_type_identifier, - ACTIONS(3725), 1, - anon_sym_COLON, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1005), 2, - sym_definition_parameter, - aux_sym_function_declaration_repeat1, - [97723] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3727), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1861), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [97744] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2501), 1, - anon_sym_LPAREN, - ACTIONS(2503), 1, - sym_abstract_type_identifier, - ACTIONS(3729), 1, - anon_sym_COLON, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1005), 2, - sym_definition_parameter, - aux_sym_function_declaration_repeat1, - [97765] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2501), 1, - anon_sym_LPAREN, - ACTIONS(2503), 1, - sym_abstract_type_identifier, - ACTIONS(3731), 1, - anon_sym_COLON, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1005), 2, - sym_definition_parameter, - aux_sym_function_declaration_repeat1, - [97786] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3733), 1, - anon_sym_AMP, - STATE(1868), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2552), 3, - anon_sym_DASH_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - [97805] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3733), 1, - anon_sym_AMP, - STATE(1823), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2544), 3, - anon_sym_DASH_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - [97824] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3735), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1767), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [97845] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3737), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1767), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [97866] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3739), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1767), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [97887] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3741), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1874), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [97908] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3743), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1875), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [97929] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3745), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1767), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [97950] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3747), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1767), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [97971] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3749), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1767), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [97992] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3751), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1767), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [98013] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(3753), 5, - anon_sym_LBRACE, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_LPAREN, - sym_abstract_type_identifier, - [98028] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3755), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1767), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [98049] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2801), 5, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_DASH_GT, - anon_sym_LPAREN, - sym_name_identifier, - [98064] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2501), 1, - anon_sym_LPAREN, - ACTIONS(2503), 1, - sym_abstract_type_identifier, - ACTIONS(3757), 1, - anon_sym_COLON, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1005), 2, - sym_definition_parameter, - aux_sym_function_declaration_repeat1, - [98085] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2607), 1, - anon_sym_LBRACE, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1767), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [98106] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3759), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1767), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [98127] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3761), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1879), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [98148] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2501), 1, - anon_sym_LPAREN, - ACTIONS(2503), 1, - sym_abstract_type_identifier, - ACTIONS(3763), 1, - anon_sym_COLON, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1005), 2, - sym_definition_parameter, - aux_sym_function_declaration_repeat1, - [98169] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3765), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1767), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [98190] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3767), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1889), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [98211] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3769), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1890), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [98232] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3771), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1767), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [98253] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3773), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1767), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [98274] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2501), 1, - anon_sym_LPAREN, - ACTIONS(2503), 1, - sym_abstract_type_identifier, - ACTIONS(3775), 1, - anon_sym_COLON, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1005), 2, - sym_definition_parameter, - aux_sym_function_declaration_repeat1, - [98295] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2501), 1, - anon_sym_LPAREN, - ACTIONS(2503), 1, - sym_abstract_type_identifier, - ACTIONS(3777), 1, - anon_sym_COLON, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1005), 2, - sym_definition_parameter, - aux_sym_function_declaration_repeat1, - [98316] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3779), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1767), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [98337] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1521), 1, - anon_sym_RPAREN, - ACTIONS(3781), 1, - sym_operator, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1523), 3, - anon_sym_DASH_GT, - anon_sym_PIPE, - anon_sym_QMARK, - [98356] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2501), 1, - anon_sym_LPAREN, - ACTIONS(2503), 1, - sym_abstract_type_identifier, - ACTIONS(3783), 1, - anon_sym_COLON, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1005), 2, - sym_definition_parameter, - aux_sym_function_declaration_repeat1, - [98377] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1714), 1, - anon_sym_LPAREN, - STATE(1616), 1, - aux_sym_name_superexpression_repeat1, - STATE(2470), 1, - sym_type_subexpression, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(3623), 2, - sym_type_identifier, - sym_abstract_type_identifier, - [98398] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3785), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1767), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [98419] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2501), 1, - anon_sym_LPAREN, - ACTIONS(2503), 1, - sym_abstract_type_identifier, - ACTIONS(3787), 1, - anon_sym_COLON, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1005), 2, - sym_definition_parameter, - aux_sym_function_declaration_repeat1, - [98440] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2501), 1, - anon_sym_LPAREN, - ACTIONS(2503), 1, - sym_abstract_type_identifier, - ACTIONS(3789), 1, - anon_sym_COLON, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1005), 2, - sym_definition_parameter, - aux_sym_function_declaration_repeat1, - [98461] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2501), 1, - anon_sym_LPAREN, - ACTIONS(2503), 1, - sym_abstract_type_identifier, - ACTIONS(3791), 1, - anon_sym_COLON, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1005), 2, - sym_definition_parameter, - aux_sym_function_declaration_repeat1, - [98482] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3793), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1767), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [98503] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3795), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1907), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [98524] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3797), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1905), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [98545] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2501), 1, - anon_sym_LPAREN, - ACTIONS(2503), 1, - sym_abstract_type_identifier, - ACTIONS(3799), 1, - anon_sym_COLON, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1005), 2, - sym_definition_parameter, - aux_sym_function_declaration_repeat1, - [98566] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3801), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1767), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [98587] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3703), 1, - anon_sym_AMP, - STATE(1852), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2552), 3, - anon_sym_RPAREN, - anon_sym_elif, - anon_sym_else, - [98606] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3803), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1767), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [98627] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3805), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1767), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [98648] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2501), 1, - anon_sym_LPAREN, - ACTIONS(2503), 1, - sym_abstract_type_identifier, - ACTIONS(3807), 1, - anon_sym_COLON, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1005), 2, - sym_definition_parameter, - aux_sym_function_declaration_repeat1, - [98669] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2501), 1, - anon_sym_LPAREN, - ACTIONS(2503), 1, - sym_abstract_type_identifier, - ACTIONS(3809), 1, - anon_sym_COLON, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1005), 2, - sym_definition_parameter, - aux_sym_function_declaration_repeat1, - [98690] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2501), 1, - anon_sym_LPAREN, - ACTIONS(2503), 1, - sym_abstract_type_identifier, - ACTIONS(3811), 1, - anon_sym_COLON, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1005), 2, - sym_definition_parameter, - aux_sym_function_declaration_repeat1, - [98711] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2501), 1, - anon_sym_LPAREN, - ACTIONS(2503), 1, - sym_abstract_type_identifier, - ACTIONS(3813), 1, - anon_sym_COLON, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1005), 2, - sym_definition_parameter, - aux_sym_function_declaration_repeat1, - [98732] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3815), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1923), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [98753] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2501), 1, - anon_sym_LPAREN, - ACTIONS(2503), 1, - sym_abstract_type_identifier, - ACTIONS(3817), 1, - anon_sym_COLON, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1005), 2, - sym_definition_parameter, - aux_sym_function_declaration_repeat1, - [98774] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3819), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1767), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [98795] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3821), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1767), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [98816] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2501), 1, - anon_sym_LPAREN, - ACTIONS(2503), 1, - sym_abstract_type_identifier, - ACTIONS(3823), 1, - anon_sym_COLON, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1005), 2, - sym_definition_parameter, - aux_sym_function_declaration_repeat1, - [98837] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3825), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1920), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [98858] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2501), 1, - anon_sym_LPAREN, - ACTIONS(2503), 1, - sym_abstract_type_identifier, - ACTIONS(3827), 1, - anon_sym_COLON, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1005), 2, - sym_definition_parameter, - aux_sym_function_declaration_repeat1, - [98879] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3829), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1767), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [98900] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3831), 1, - anon_sym_EQ, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1767), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [98921] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3833), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1932), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [98942] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3835), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1767), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [98963] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3837), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1767), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [98984] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3839), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1767), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [99005] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2501), 1, - anon_sym_LPAREN, - ACTIONS(2503), 1, - sym_abstract_type_identifier, - ACTIONS(3841), 1, - anon_sym_COLON, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1005), 2, - sym_definition_parameter, - aux_sym_function_declaration_repeat1, - [99026] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3843), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1925), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [99047] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2501), 1, - anon_sym_LPAREN, - ACTIONS(2503), 1, - sym_abstract_type_identifier, - ACTIONS(3845), 1, - anon_sym_COLON, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1005), 2, - sym_definition_parameter, - aux_sym_function_declaration_repeat1, - [99068] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2501), 1, - anon_sym_LPAREN, - ACTIONS(2503), 1, - sym_abstract_type_identifier, - ACTIONS(3847), 1, - anon_sym_COLON, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1005), 2, - sym_definition_parameter, - aux_sym_function_declaration_repeat1, - [99089] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3849), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1767), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [99110] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3851), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1767), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [99131] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3853), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1767), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [99152] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3855), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1935), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [99173] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2501), 1, - anon_sym_LPAREN, - ACTIONS(2503), 1, - sym_abstract_type_identifier, - ACTIONS(3857), 1, - anon_sym_COLON, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1005), 2, - sym_definition_parameter, - aux_sym_function_declaration_repeat1, - [99194] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3859), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1767), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [99215] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2597), 1, - anon_sym_LBRACE, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1767), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [99236] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3861), 1, - anon_sym_DASH_GT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1767), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [99257] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(3863), 4, - anon_sym_EQ, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_in, - [99271] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(2505), 1, - anon_sym_RPAREN, - ACTIONS(3865), 1, - sym_operator, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(2507), 2, - anon_sym_AMP, - anon_sym_PIPE, - [99289] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(3867), 4, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_LPAREN, - sym_abstract_type_identifier, - [99303] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3869), 1, - anon_sym_LPAREN, - ACTIONS(3871), 1, - sym_name_identifier, - STATE(1812), 1, - sym__name_or_operator, - STATE(2152), 1, - sym_defined_name, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [99323] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2930), 1, - anon_sym_AMP, - STATE(1971), 1, - aux_sym_tuple_type_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2645), 2, - anon_sym_RPAREN, - anon_sym_PIPE, - [99341] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1521), 1, - anon_sym_RPAREN, - ACTIONS(3873), 1, - sym_operator, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1523), 2, - anon_sym_DASH_GT, - anon_sym_PIPE, - [99359] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1882), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [99377] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(3875), 1, - sym_operator, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - ACTIONS(1521), 3, - anon_sym_RPAREN, - anon_sym_elif, - anon_sym_else, - [99393] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2930), 1, - anon_sym_AMP, - ACTIONS(2932), 1, - anon_sym_PIPE, - STATE(1964), 1, - aux_sym_tuple_type_repeat1, - STATE(2000), 1, - aux_sym_variant_type_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [99413] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2639), 1, - anon_sym_RPAREN, - ACTIONS(3877), 1, - anon_sym_elif, - ACTIONS(3879), 1, - anon_sym_else, - STATE(1951), 1, - aux_sym_condition_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [99433] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2672), 1, - anon_sym_RPAREN, - ACTIONS(3881), 1, - anon_sym_PIPE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1948), 2, - sym_match_case, - aux_sym_match_repeat1, - [99451] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(3884), 4, - anon_sym_LPAREN, - sym_typeclass_identifier, - sym_type_identifier, - sym_abstract_type_identifier, - [99465] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1836), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [99483] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3886), 1, - anon_sym_elif, - STATE(1951), 1, - aux_sym_condition_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2624), 2, - anon_sym_RPAREN, - anon_sym_else, - [99501] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2691), 1, - anon_sym_RPAREN, - ACTIONS(3877), 1, - anon_sym_elif, - ACTIONS(3889), 1, - anon_sym_else, - STATE(1947), 1, - aux_sym_condition_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [99521] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3869), 1, - anon_sym_LPAREN, - ACTIONS(3871), 1, - sym_name_identifier, - STATE(1812), 1, - sym__name_or_operator, - STATE(2437), 1, - sym_defined_name, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [99541] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3891), 1, - anon_sym_COLON, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(3893), 3, - anon_sym_EQ, - anon_sym_AMP, - anon_sym_PIPE, - [99557] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3895), 1, - anon_sym_DASH_GT, - ACTIONS(3897), 1, - anon_sym_QMARK, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2631), 2, - anon_sym_RPAREN, - anon_sym_PIPE, - [99575] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3899), 1, - anon_sym_AMP, - STATE(1966), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2544), 2, - anon_sym_RPAREN, - anon_sym_PIPE, - [99593] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3901), 1, - anon_sym_COLON, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(3893), 3, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_in, - [99609] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2617), 1, - anon_sym_LPAREN, - ACTIONS(3903), 1, - sym_name_identifier, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1130), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [99627] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1936), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [99645] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1921), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [99663] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2649), 1, - anon_sym_AMP, - ACTIONS(2755), 1, - anon_sym_PIPE, - STATE(1166), 1, - aux_sym_tuple_type_repeat1, - STATE(1192), 1, - aux_sym_variant_type_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [99683] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2930), 1, - anon_sym_AMP, - STATE(1964), 1, - aux_sym_tuple_type_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2668), 2, - anon_sym_RPAREN, - anon_sym_PIPE, - [99701] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2695), 1, - anon_sym_RPAREN, - ACTIONS(3905), 1, - anon_sym_PIPE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1948), 2, - sym_match_case, - aux_sym_match_repeat1, - [99719] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2930), 1, - anon_sym_AMP, - STATE(1971), 1, - aux_sym_tuple_type_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2720), 2, - anon_sym_RPAREN, - anon_sym_PIPE, - [99737] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3899), 1, - anon_sym_AMP, - STATE(1956), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2552), 2, - anon_sym_RPAREN, - anon_sym_PIPE, - [99755] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3907), 1, - anon_sym_AMP, - STATE(1966), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2539), 2, - anon_sym_RPAREN, - anon_sym_PIPE, - [99773] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1817), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [99791] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3869), 1, - anon_sym_LPAREN, - ACTIONS(3910), 1, - sym_name_identifier, - STATE(1229), 1, - sym_function_declaration, - STATE(1830), 1, - sym__name_or_operator, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [99811] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3514), 1, - sym_name_identifier, - ACTIONS(3621), 1, - anon_sym_LPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1810), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [99829] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2601), 1, - anon_sym_LPAREN, - ACTIONS(3912), 1, - sym_name_identifier, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1121), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [99847] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3914), 1, - anon_sym_AMP, - STATE(1971), 1, - aux_sym_tuple_type_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(2679), 2, - anon_sym_RPAREN, - anon_sym_PIPE, - [99865] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2617), 1, - anon_sym_LPAREN, - ACTIONS(3903), 1, - sym_name_identifier, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1141), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [99883] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2601), 1, - anon_sym_LPAREN, - ACTIONS(3912), 1, - sym_name_identifier, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1118), 2, - sym_definition_argument, - aux_sym_defined_name_repeat1, - [99901] = 6, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3869), 1, - anon_sym_LPAREN, - ACTIONS(3910), 1, - sym_name_identifier, - STATE(1300), 1, - sym_function_declaration, - STATE(1830), 1, - sym__name_or_operator, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [99921] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(3917), 3, - anon_sym_EQ, - anon_sym_PIPE, - anon_sym_in, - [99934] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(2796), 1, - anon_sym_RPAREN, - ACTIONS(2830), 1, - anon_sym_AMP, - ACTIONS(3919), 1, - sym_operator, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - [99951] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(2505), 1, - anon_sym_while, - ACTIONS(2507), 1, - anon_sym_AMP, - ACTIONS(3921), 1, - sym_operator, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - [99968] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2539), 1, - anon_sym_then, - ACTIONS(3923), 1, - anon_sym_AMP, - STATE(1978), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [99985] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2746), 1, - anon_sym_RPAREN, - ACTIONS(3926), 1, - anon_sym_PIPE, - STATE(1979), 1, - aux_sym_variant_expression_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [100002] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2668), 1, - anon_sym_RPAREN, - ACTIONS(3929), 1, - anon_sym_PIPE, - STATE(1980), 1, - aux_sym_variant_type_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [100019] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3932), 1, - anon_sym_EQ, - ACTIONS(3934), 1, - anon_sym_AMP, - STATE(1981), 1, - aux_sym_tuple_name_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [100036] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2544), 1, - anon_sym_RPAREN, - ACTIONS(3937), 1, - anon_sym_AMP, - STATE(2007), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [100053] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1521), 1, - anon_sym_RPAREN, - ACTIONS(1523), 1, - anon_sym_PIPE, - ACTIONS(3939), 1, - sym_operator, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - [100070] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2544), 1, - anon_sym_while, - ACTIONS(3941), 1, - anon_sym_AMP, - STATE(1987), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [100087] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3477), 1, - anon_sym_AMP, - ACTIONS(3943), 1, - anon_sym_EQ, - STATE(1981), 1, - aux_sym_tuple_name_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [100104] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2552), 1, - anon_sym_do, - ACTIONS(3945), 1, - anon_sym_AMP, - STATE(1988), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [100121] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2539), 1, - anon_sym_while, - ACTIONS(3947), 1, - anon_sym_AMP, - STATE(1987), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [100138] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2544), 1, - anon_sym_do, - ACTIONS(3945), 1, - anon_sym_AMP, - STATE(1990), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [100155] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2928), 1, - anon_sym_PIPE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1240), 2, - sym_match_case, - aux_sym_match_repeat1, - [100170] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2539), 1, - anon_sym_do, - ACTIONS(3950), 1, - anon_sym_AMP, - STATE(1990), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [100187] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2751), 1, - anon_sym_RPAREN, - ACTIONS(2932), 1, - anon_sym_PIPE, - STATE(1980), 1, - aux_sym_variant_type_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [100204] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3479), 1, - anon_sym_PIPE, - ACTIONS(3953), 1, - anon_sym_EQ, - STATE(2005), 1, - aux_sym_variant_name_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [100221] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2880), 1, - anon_sym_PIPE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1218), 2, - sym_match_case, - aux_sym_match_repeat1, - [100236] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2544), 1, - anon_sym_with, - ACTIONS(3955), 1, - anon_sym_AMP, - STATE(1995), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [100253] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2539), 1, - anon_sym_with, - ACTIONS(3957), 1, - anon_sym_AMP, - STATE(1995), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [100270] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2697), 1, - anon_sym_PIPE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - STATE(1157), 2, - sym_match_case, - aux_sym_match_repeat1, - [100285] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(2505), 1, - anon_sym_do, - ACTIONS(2507), 1, - anon_sym_AMP, - ACTIONS(3960), 1, - sym_operator, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - [100302] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(2746), 1, - anon_sym_RPAREN, - ACTIONS(2810), 1, - anon_sym_PIPE, - ACTIONS(3939), 1, - sym_operator, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - [100319] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2552), 1, - anon_sym_while, - ACTIONS(3941), 1, - anon_sym_AMP, - STATE(1984), 1, - aux_sym_type_constructor_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [100336] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2789), 1, - anon_sym_RPAREN, - ACTIONS(2932), 1, - anon_sym_PIPE, - STATE(1980), 1, - aux_sym_variant_type_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [100353] = 5, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(2505), 1, - anon_sym_then, - ACTIONS(2507), 1, - anon_sym_AMP, - ACTIONS(3962), 1, - sym_operator, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - [100370] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2870), 1, - anon_sym_RPAREN, - ACTIONS(3964), 1, - anon_sym_AMP, - STATE(2021), 1, - aux_sym_tuple_expression_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [100387] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2834), 1, - anon_sym_RPAREN, - ACTIONS(3966), 1, - anon_sym_PIPE, - STATE(1979), 1, - aux_sym_variant_expression_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [100404] = 5, + [102742] = 7, ACTIONS(5), 1, sym__doc_comment, ACTIONS(3968), 1, - anon_sym_DOT, - ACTIONS(3971), 1, - sym_type_identifier, - STATE(2004), 1, - aux_sym_type_identifier_definition_repeat1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [100421] = 5, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + STATE(2065), 2, + sym_extended_name, + aux_sym_function_definition_repeat1, + [102767] = 8, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(3917), 1, + ACTIONS(4068), 1, + anon_sym_LPAREN, + STATE(210), 1, + sym_type_expression, + STATE(2292), 1, + sym_parametrized_type, + STATE(2297), 1, + aux_sym_name_expression_repeat1, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(63), 2, + sym_type_identifier, + sym_abstract_type_identifier, + [102794] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4198), 1, + anon_sym_LPAREN, + STATE(1418), 1, + sym_type_expression, + STATE(1648), 1, + sym_annotated_type, + STATE(2297), 1, + aux_sym_name_expression_repeat1, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(63), 2, + sym_type_identifier, + sym_abstract_type_identifier, + [102821] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4068), 1, + anon_sym_LPAREN, + STATE(210), 1, + sym_type_expression, + STATE(1436), 1, + sym_parametrized_type, + STATE(2297), 1, + aux_sym_name_expression_repeat1, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(63), 2, + sym_type_identifier, + sym_abstract_type_identifier, + [102848] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4068), 1, + anon_sym_LPAREN, + STATE(210), 1, + sym_type_expression, + STATE(1502), 1, + sym_parametrized_type, + STATE(2297), 1, + aux_sym_name_expression_repeat1, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(63), 2, + sym_type_identifier, + sym_abstract_type_identifier, + [102875] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4068), 1, + anon_sym_LPAREN, + STATE(210), 1, + sym_type_expression, + STATE(1556), 1, + sym_parametrized_type, + STATE(2297), 1, + aux_sym_name_expression_repeat1, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(63), 2, + sym_type_identifier, + sym_abstract_type_identifier, + [102902] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4068), 1, + anon_sym_LPAREN, + STATE(210), 1, + sym_type_expression, + STATE(1384), 1, + sym_parametrized_type, + STATE(2297), 1, + aux_sym_name_expression_repeat1, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(63), 2, + sym_type_identifier, + sym_abstract_type_identifier, + [102929] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4068), 1, + anon_sym_LPAREN, + STATE(210), 1, + sym_type_expression, + STATE(2297), 1, + aux_sym_name_expression_repeat1, + STATE(2600), 1, + sym_parametrized_type, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(63), 2, + sym_type_identifier, + sym_abstract_type_identifier, + [102956] = 5, + ACTIONS(5), 1, + sym__doc_comment, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4278), 2, + anon_sym_TILDE, + anon_sym_AT, + ACTIONS(4276), 4, + anon_sym_LPAREN, + sym_name_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + [102977] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4068), 1, + anon_sym_LPAREN, + STATE(2054), 1, + sym_type_expression, + STATE(2297), 1, + aux_sym_name_expression_repeat1, + STATE(2600), 1, + sym_parametrized_type, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(63), 2, + sym_type_identifier, + sym_abstract_type_identifier, + [103004] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4068), 1, + anon_sym_LPAREN, + STATE(210), 1, + sym_type_expression, + STATE(1530), 1, + sym_parametrized_type, + STATE(2297), 1, + aux_sym_name_expression_repeat1, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(63), 2, + sym_type_identifier, + sym_abstract_type_identifier, + [103031] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4068), 1, + anon_sym_LPAREN, + STATE(210), 1, + sym_type_expression, + STATE(2283), 1, + sym_parametrized_type, + STATE(2297), 1, + aux_sym_name_expression_repeat1, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(63), 2, + sym_type_identifier, + sym_abstract_type_identifier, + [103058] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4068), 1, + anon_sym_LPAREN, + STATE(210), 1, + sym_type_expression, + STATE(2297), 1, + aux_sym_name_expression_repeat1, + STATE(2449), 1, + sym_parametrized_type, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(63), 2, + sym_type_identifier, + sym_abstract_type_identifier, + [103085] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4068), 1, + anon_sym_LPAREN, + STATE(210), 1, + sym_type_expression, + STATE(1473), 1, + sym_parametrized_type, + STATE(2297), 1, + aux_sym_name_expression_repeat1, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(63), 2, + sym_type_identifier, + sym_abstract_type_identifier, + [103112] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4068), 1, + anon_sym_LPAREN, + STATE(210), 1, + sym_type_expression, + STATE(2297), 1, + aux_sym_name_expression_repeat1, + STATE(2444), 1, + sym_parametrized_type, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(63), 2, + sym_type_identifier, + sym_abstract_type_identifier, + [103139] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4281), 1, + anon_sym_COLON, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4283), 6, anon_sym_EQ, - ACTIONS(3973), 1, + anon_sym_LT_DASH, + anon_sym_AMP, + anon_sym_RPAREN, anon_sym_PIPE, - STATE(2005), 1, - aux_sym_variant_name_repeat1, + anon_sym_in, + [103158] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4068), 1, + anon_sym_LPAREN, + STATE(210), 1, + sym_type_expression, + STATE(2297), 1, + aux_sym_name_expression_repeat1, + STATE(2442), 1, + sym_parametrized_type, + STATE(2713), 1, + sym_type_subexpression, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [100438] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3976), 1, - anon_sym_DOT, - ACTIONS(3978), 1, + ACTIONS(63), 2, sym_type_identifier, - STATE(2004), 1, - aux_sym_type_identifier_definition_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [100455] = 5, + sym_abstract_type_identifier, + [103185] = 8, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(2539), 1, - anon_sym_RPAREN, - ACTIONS(3980), 1, - anon_sym_AMP, - STATE(2007), 1, - aux_sym_type_constructor_repeat1, + ACTIONS(4068), 1, + anon_sym_LPAREN, + STATE(210), 1, + sym_type_expression, + STATE(2297), 1, + aux_sym_name_expression_repeat1, + STATE(2713), 1, + sym_type_subexpression, + STATE(2825), 1, + sym_parametrized_type, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [100472] = 5, + ACTIONS(63), 2, + sym_type_identifier, + sym_abstract_type_identifier, + [103212] = 8, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(3917), 1, - anon_sym_in, - ACTIONS(3983), 1, - anon_sym_PIPE, - STATE(2008), 1, - aux_sym_variant_name_repeat1, + ACTIONS(4068), 1, + anon_sym_LPAREN, + STATE(210), 1, + sym_type_expression, + STATE(2297), 1, + aux_sym_name_expression_repeat1, + STATE(2435), 1, + sym_parametrized_type, + STATE(2713), 1, + sym_type_subexpression, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [100489] = 5, + ACTIONS(63), 2, + sym_type_identifier, + sym_abstract_type_identifier, + [103239] = 8, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(2552), 1, - anon_sym_then, - ACTIONS(3986), 1, - anon_sym_AMP, - STATE(2019), 1, - aux_sym_type_constructor_repeat1, + ACTIONS(4068), 1, + anon_sym_LPAREN, + STATE(210), 1, + sym_type_expression, + STATE(1581), 1, + sym_parametrized_type, + STATE(2297), 1, + aux_sym_name_expression_repeat1, + STATE(2713), 1, + sym_type_subexpression, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [100506] = 5, + ACTIONS(63), 2, + sym_type_identifier, + sym_abstract_type_identifier, + [103266] = 8, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(2552), 1, - anon_sym_with, - ACTIONS(3955), 1, - anon_sym_AMP, - STATE(1994), 1, - aux_sym_type_constructor_repeat1, + ACTIONS(4068), 1, + anon_sym_LPAREN, + STATE(210), 1, + sym_type_expression, + STATE(1580), 1, + sym_parametrized_type, + STATE(2297), 1, + aux_sym_name_expression_repeat1, + STATE(2713), 1, + sym_type_subexpression, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [100523] = 5, + ACTIONS(63), 2, + sym_type_identifier, + sym_abstract_type_identifier, + [103293] = 8, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(2552), 1, - anon_sym_RPAREN, - ACTIONS(3937), 1, - anon_sym_AMP, - STATE(1982), 1, - aux_sym_type_constructor_repeat1, + ACTIONS(4068), 1, + anon_sym_LPAREN, + STATE(210), 1, + sym_type_expression, + STATE(1459), 1, + sym_parametrized_type, + STATE(2297), 1, + aux_sym_name_expression_repeat1, + STATE(2713), 1, + sym_type_subexpression, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [100540] = 5, + ACTIONS(63), 2, + sym_type_identifier, + sym_abstract_type_identifier, + [103320] = 8, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(3932), 1, - anon_sym_in, - ACTIONS(3988), 1, - anon_sym_AMP, - STATE(2012), 1, - aux_sym_tuple_name_repeat1, + ACTIONS(4068), 1, + anon_sym_LPAREN, + STATE(210), 1, + sym_type_expression, + STATE(1485), 1, + sym_parametrized_type, + STATE(2297), 1, + aux_sym_name_expression_repeat1, + STATE(2713), 1, + sym_type_subexpression, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [100557] = 5, + ACTIONS(63), 2, + sym_type_identifier, + sym_abstract_type_identifier, + [103347] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4068), 1, + anon_sym_LPAREN, + STATE(210), 1, + sym_type_expression, + STATE(2273), 1, + sym_parametrized_type, + STATE(2297), 1, + aux_sym_name_expression_repeat1, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(63), 2, + sym_type_identifier, + sym_abstract_type_identifier, + [103374] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4068), 1, + anon_sym_LPAREN, + STATE(210), 1, + sym_type_expression, + STATE(1495), 1, + sym_parametrized_type, + STATE(2297), 1, + aux_sym_name_expression_repeat1, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(63), 2, + sym_type_identifier, + sym_abstract_type_identifier, + [103401] = 8, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4068), 1, + anon_sym_LPAREN, + STATE(210), 1, + sym_type_expression, + STATE(1387), 1, + sym_parametrized_type, + STATE(2297), 1, + aux_sym_name_expression_repeat1, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(63), 2, + sym_type_identifier, + sym_abstract_type_identifier, + [103428] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4285), 1, + anon_sym_LPAREN, + ACTIONS(4287), 1, + sym_name_identifier, + STATE(624), 1, + sym_scoped_statement, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [103452] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + STATE(2466), 1, + sym_extended_name, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + [103476] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4289), 1, + anon_sym_LPAREN, + ACTIONS(4291), 1, + sym_name_identifier, + STATE(604), 1, + sym_scoped_statement, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [103500] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + STATE(2477), 1, + sym_extended_name, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + [103524] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4293), 1, + anon_sym_LPAREN, + ACTIONS(4295), 1, + sym_name_identifier, + STATE(653), 1, + sym_scoped_statement, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [103548] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + STATE(2482), 1, + sym_extended_name, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + [103572] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4285), 1, + anon_sym_LPAREN, + ACTIONS(4297), 1, + sym_name_identifier, + STATE(624), 1, + sym_scoped_statement, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [103596] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + STATE(2472), 1, + sym_extended_name, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + [103620] = 5, ACTIONS(3), 1, sym__line_comment, - ACTIONS(2505), 1, - anon_sym_with, - ACTIONS(2507), 1, - anon_sym_AMP, - ACTIONS(3991), 1, + ACTIONS(3197), 1, + anon_sym_RPAREN, + ACTIONS(4299), 1, sym_operator, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - [100574] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3473), 1, - anon_sym_PIPE, - ACTIONS(3953), 1, - anon_sym_in, - STATE(2008), 1, - aux_sym_variant_name_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [100591] = 5, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3471), 1, + ACTIONS(3199), 4, anon_sym_AMP, - ACTIONS(3943), 1, - anon_sym_in, - STATE(2012), 1, - aux_sym_tuple_name_repeat1, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + [103640] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4301), 1, + anon_sym_AMP, + STATE(2197), 1, + aux_sym_type_constructor_repeat1, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [100608] = 5, + ACTIONS(3219), 4, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + [103660] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4304), 1, + anon_sym_AMP, + STATE(2197), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3247), 4, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + [103680] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + STATE(2473), 1, + sym_extended_name, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + [103704] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + STATE(2469), 1, + sym_extended_name, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + [103728] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4289), 1, + anon_sym_LPAREN, + ACTIONS(4306), 1, + sym_name_identifier, + STATE(604), 1, + sym_scoped_statement, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [103752] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + STATE(2475), 1, + sym_extended_name, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + [103776] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + STATE(2486), 1, + sym_extended_name, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + [103800] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4308), 1, + anon_sym_LPAREN, + ACTIONS(4310), 1, + sym_name_identifier, + STATE(664), 1, + sym_scoped_statement, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [103824] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4312), 1, + anon_sym_LPAREN, + ACTIONS(4314), 1, + sym_name_identifier, + STATE(613), 1, + sym_scoped_statement, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [103848] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + STATE(2453), 1, + sym_extended_name, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + [103872] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4289), 1, + anon_sym_LPAREN, + ACTIONS(4316), 1, + sym_name_identifier, + STATE(604), 1, + sym_scoped_statement, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [103896] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4318), 1, + anon_sym_LPAREN, + ACTIONS(4320), 1, + sym_name_identifier, + STATE(627), 1, + sym_scoped_statement, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [103920] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4289), 1, + anon_sym_LPAREN, + ACTIONS(4322), 1, + sym_name_identifier, + STATE(604), 1, + sym_scoped_statement, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [103944] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + STATE(2455), 1, + sym_extended_name, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + [103968] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4324), 1, + anon_sym_LPAREN, + ACTIONS(4326), 1, + sym_name_identifier, + STATE(657), 1, + sym_scoped_statement, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [103992] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4068), 1, + anon_sym_LPAREN, + ACTIONS(4328), 1, + sym_typeclass_identifier, + STATE(2000), 1, + aux_sym_name_expression_repeat1, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(169), 2, + sym_type_identifier, + sym_abstract_type_identifier, + [104016] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4312), 1, + anon_sym_LPAREN, + ACTIONS(4330), 1, + sym_name_identifier, + STATE(613), 1, + sym_scoped_statement, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [104040] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4289), 1, + anon_sym_LPAREN, + ACTIONS(4332), 1, + sym_name_identifier, + STATE(604), 1, + sym_scoped_statement, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [104064] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + STATE(2457), 1, + sym_extended_name, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + [104088] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4308), 1, + anon_sym_LPAREN, + ACTIONS(4334), 1, + sym_name_identifier, + STATE(664), 1, + sym_scoped_statement, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [104112] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + STATE(2488), 1, + sym_extended_name, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + [104136] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4336), 6, + anon_sym_EQ, + anon_sym_LT_DASH, + anon_sym_AMP, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_in, + [104152] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + STATE(2461), 1, + sym_extended_name, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + [104176] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4289), 1, + anon_sym_LPAREN, + ACTIONS(4338), 1, + sym_name_identifier, + STATE(604), 1, + sym_scoped_statement, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [104200] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4308), 1, + anon_sym_LPAREN, + ACTIONS(4340), 1, + sym_name_identifier, + STATE(664), 1, + sym_scoped_statement, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [104224] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4289), 1, + anon_sym_LPAREN, + ACTIONS(4342), 1, + sym_name_identifier, + STATE(604), 1, + sym_scoped_statement, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [104248] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4308), 1, + anon_sym_LPAREN, + ACTIONS(4344), 1, + sym_name_identifier, + STATE(664), 1, + sym_scoped_statement, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [104272] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4289), 1, + anon_sym_LPAREN, + ACTIONS(4346), 1, + sym_name_identifier, + STATE(604), 1, + sym_scoped_statement, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [104296] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + STATE(2463), 1, + sym_extended_name, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + [104320] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4293), 1, + anon_sym_LPAREN, + ACTIONS(4348), 1, + sym_name_identifier, + STATE(653), 1, + sym_scoped_statement, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [104344] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4324), 1, + anon_sym_LPAREN, + ACTIONS(4350), 1, + sym_name_identifier, + STATE(657), 1, + sym_scoped_statement, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [104368] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4312), 1, + anon_sym_LPAREN, + ACTIONS(4352), 1, + sym_name_identifier, + STATE(613), 1, + sym_scoped_statement, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [104392] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + STATE(2682), 1, + sym_extended_name, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + [104416] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + STATE(2465), 1, + sym_extended_name, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + [104440] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4354), 6, + anon_sym_EQ, + anon_sym_LT_DASH, + anon_sym_AMP, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_in, + [104456] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4312), 1, + anon_sym_LPAREN, + ACTIONS(4356), 1, + sym_name_identifier, + STATE(613), 1, + sym_scoped_statement, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [104480] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4312), 1, + anon_sym_LPAREN, + ACTIONS(4358), 1, + sym_name_identifier, + STATE(613), 1, + sym_scoped_statement, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [104504] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4360), 1, + anon_sym_LPAREN, + ACTIONS(4362), 1, + sym_name_identifier, + STATE(615), 1, + sym_scoped_statement, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [104528] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4289), 1, + anon_sym_LPAREN, + ACTIONS(4364), 1, + sym_name_identifier, + STATE(604), 1, + sym_scoped_statement, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [104552] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + STATE(2454), 1, + sym_extended_name, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + [104576] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4289), 1, + anon_sym_LPAREN, + ACTIONS(4366), 1, + sym_name_identifier, + STATE(604), 1, + sym_scoped_statement, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [104600] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + STATE(2470), 1, + sym_extended_name, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + [104624] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4312), 1, + anon_sym_LPAREN, + ACTIONS(4368), 1, + sym_name_identifier, + STATE(613), 1, + sym_scoped_statement, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [104648] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3175), 1, + anon_sym_LPAREN, + ACTIONS(3177), 1, + sym_abstract_type_identifier, + ACTIONS(4370), 1, + anon_sym_COLON, + ACTIONS(4372), 1, + anon_sym_EQ, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + STATE(1368), 2, + sym_definition_parameter, + aux_sym_function_declaration_repeat1, + [104672] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + STATE(2485), 1, + sym_extended_name, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + [104696] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4312), 1, + anon_sym_LPAREN, + ACTIONS(4374), 1, + sym_name_identifier, + STATE(613), 1, + sym_scoped_statement, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [104720] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4376), 6, + anon_sym_EQ, + anon_sym_LT_DASH, + anon_sym_AMP, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_in, + [104736] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4318), 1, + anon_sym_LPAREN, + ACTIONS(4378), 1, + sym_name_identifier, + STATE(627), 1, + sym_scoped_statement, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [104760] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4360), 1, + anon_sym_LPAREN, + ACTIONS(4380), 1, + sym_name_identifier, + STATE(615), 1, + sym_scoped_statement, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [104784] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3175), 1, + anon_sym_LPAREN, + ACTIONS(3177), 1, + sym_abstract_type_identifier, + ACTIONS(4382), 1, + anon_sym_COLON, + ACTIONS(4384), 1, + anon_sym_EQ, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + STATE(2240), 2, + sym_definition_parameter, + aux_sym_function_declaration_repeat1, + [104808] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + STATE(2479), 1, + sym_extended_name, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + [104832] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4285), 1, + anon_sym_LPAREN, + ACTIONS(4386), 1, + sym_name_identifier, + STATE(624), 1, + sym_scoped_statement, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [104856] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + STATE(2452), 1, + sym_extended_name, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + [104880] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4324), 1, + anon_sym_LPAREN, + ACTIONS(4388), 1, + sym_name_identifier, + STATE(657), 1, + sym_scoped_statement, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [104904] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4289), 1, + anon_sym_LPAREN, + ACTIONS(4390), 1, + sym_name_identifier, + STATE(604), 1, + sym_scoped_statement, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [104928] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4318), 1, + anon_sym_LPAREN, + ACTIONS(4392), 1, + sym_name_identifier, + STATE(627), 1, + sym_scoped_statement, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [104952] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4312), 1, + anon_sym_LPAREN, + ACTIONS(4394), 1, + sym_name_identifier, + STATE(613), 1, + sym_scoped_statement, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [104976] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4360), 1, + anon_sym_LPAREN, + ACTIONS(4396), 1, + sym_name_identifier, + STATE(615), 1, + sym_scoped_statement, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [105000] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + STATE(2468), 1, + sym_extended_name, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + [105024] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4360), 1, + anon_sym_LPAREN, + ACTIONS(4398), 1, + sym_name_identifier, + STATE(615), 1, + sym_scoped_statement, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [105048] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4285), 1, + anon_sym_LPAREN, + ACTIONS(4400), 1, + sym_name_identifier, + STATE(624), 1, + sym_scoped_statement, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [105072] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + STATE(2480), 1, + sym_extended_name, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + [105096] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + STATE(2458), 1, + sym_extended_name, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + [105120] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4312), 1, + anon_sym_LPAREN, + ACTIONS(4402), 1, + sym_name_identifier, + STATE(613), 1, + sym_scoped_statement, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [105144] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4312), 1, + anon_sym_LPAREN, + ACTIONS(4404), 1, + sym_name_identifier, + STATE(613), 1, + sym_scoped_statement, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [105168] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4312), 1, + anon_sym_LPAREN, + ACTIONS(4406), 1, + sym_name_identifier, + STATE(613), 1, + sym_scoped_statement, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [105192] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4293), 1, + anon_sym_LPAREN, + ACTIONS(4408), 1, + sym_name_identifier, + STATE(653), 1, + sym_scoped_statement, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [105216] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3968), 1, + anon_sym_LPAREN, + ACTIONS(3974), 1, + sym_name_identifier, + STATE(2342), 1, + aux_sym_reference_expression_repeat1, + STATE(2456), 1, + sym_extended_name, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3972), 2, + anon_sym_TILDE, + anon_sym_AT, + [105240] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4318), 1, + anon_sym_LPAREN, + ACTIONS(4410), 1, + sym_name_identifier, + STATE(627), 1, + sym_scoped_statement, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [105264] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4324), 1, + anon_sym_LPAREN, + ACTIONS(4412), 1, + sym_name_identifier, + STATE(657), 1, + sym_scoped_statement, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [105288] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4312), 1, + anon_sym_LPAREN, + ACTIONS(4414), 1, + sym_name_identifier, + STATE(613), 1, + sym_scoped_statement, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [105312] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4289), 1, + anon_sym_LPAREN, + ACTIONS(4416), 1, + sym_name_identifier, + STATE(604), 1, + sym_scoped_statement, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [105336] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4068), 1, + anon_sym_LPAREN, + ACTIONS(4328), 1, + sym_typeclass_identifier, + STATE(2000), 1, + aux_sym_name_expression_repeat1, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3313), 2, + sym_type_identifier, + sym_abstract_type_identifier, + [105360] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4304), 1, + anon_sym_AMP, + STATE(2198), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3234), 4, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + [105380] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4293), 1, + anon_sym_LPAREN, + ACTIONS(4418), 1, + sym_name_identifier, + STATE(653), 1, + sym_scoped_statement, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [105404] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3115), 1, + anon_sym_LPAREN, + ACTIONS(4420), 1, + anon_sym_inline, + ACTIONS(4422), 1, + sym_name_identifier, + STATE(2246), 1, + sym__name_or_operator, + STATE(2731), 1, + sym_function_definition, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [105427] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4424), 1, + anon_sym_AMP, + STATE(2320), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3234), 3, + anon_sym_RPAREN, + anon_sym_elif, + anon_sym_else, + [105446] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3175), 1, + anon_sym_LPAREN, + ACTIONS(3177), 1, + sym_abstract_type_identifier, + ACTIONS(4426), 1, + anon_sym_COLON, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + STATE(1368), 2, + sym_definition_parameter, + aux_sym_function_declaration_repeat1, + [105467] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4428), 1, + anon_sym_AMP, + STATE(2275), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3219), 3, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_RBRACK, + [105486] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3175), 1, + anon_sym_LPAREN, + ACTIONS(3177), 1, + sym_abstract_type_identifier, + ACTIONS(4431), 1, + anon_sym_COLON, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + STATE(1368), 2, + sym_definition_parameter, + aux_sym_function_declaration_repeat1, + [105507] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3175), 1, + anon_sym_LPAREN, + ACTIONS(3177), 1, + sym_abstract_type_identifier, + ACTIONS(4433), 1, + anon_sym_COLON, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + STATE(1368), 2, + sym_definition_parameter, + aux_sym_function_declaration_repeat1, + [105528] = 5, ACTIONS(3), 1, sym__line_comment, - ACTIONS(2505), 1, - anon_sym_RPAREN, - ACTIONS(2507), 1, + ACTIONS(3199), 1, anon_sym_AMP, - ACTIONS(3919), 1, + ACTIONS(4435), 1, sym_operator, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - [100625] = 4, + ACTIONS(3197), 3, + anon_sym_RPAREN, + anon_sym_elif, + anon_sym_else, + [105547] = 5, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(3993), 1, + ACTIONS(4437), 1, + anon_sym_AMP, + STATE(2275), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3247), 3, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_RBRACK, + [105566] = 7, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3115), 1, + anon_sym_LPAREN, + ACTIONS(4422), 1, + sym_name_identifier, + ACTIONS(4439), 1, + anon_sym_inline, + STATE(2246), 1, + sym__name_or_operator, + STATE(2533), 1, + sym_function_definition, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [105589] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3175), 1, + anon_sym_LPAREN, + ACTIONS(3177), 1, + sym_abstract_type_identifier, + ACTIONS(4441), 1, + anon_sym_COLON, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + STATE(1368), 2, + sym_definition_parameter, + aux_sym_function_declaration_repeat1, + [105610] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(3199), 1, + anon_sym_AMP, + ACTIONS(4443), 1, + sym_operator, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(3197), 3, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_RBRACK, + [105629] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4437), 1, + anon_sym_AMP, + STATE(2279), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3234), 3, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_RBRACK, + [105648] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3175), 1, + anon_sym_LPAREN, + ACTIONS(3177), 1, + sym_abstract_type_identifier, + ACTIONS(4445), 1, + anon_sym_COLON, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + STATE(1368), 2, + sym_definition_parameter, + aux_sym_function_declaration_repeat1, + [105669] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3175), 1, + anon_sym_LPAREN, + ACTIONS(3177), 1, + sym_abstract_type_identifier, + ACTIONS(4447), 1, + anon_sym_COLON, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + STATE(1368), 2, + sym_definition_parameter, + aux_sym_function_declaration_repeat1, + [105690] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3175), 1, + anon_sym_LPAREN, + ACTIONS(3177), 1, + sym_abstract_type_identifier, + ACTIONS(4449), 1, + anon_sym_COLON, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + STATE(1368), 2, + sym_definition_parameter, + aux_sym_function_declaration_repeat1, + [105711] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3175), 1, + anon_sym_LPAREN, + ACTIONS(3177), 1, + sym_abstract_type_identifier, + ACTIONS(4451), 1, + anon_sym_COLON, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + STATE(1368), 2, + sym_definition_parameter, + aux_sym_function_declaration_repeat1, + [105732] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3175), 1, + anon_sym_LPAREN, + ACTIONS(3177), 1, + sym_abstract_type_identifier, + ACTIONS(4453), 1, + anon_sym_COLON, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + STATE(2291), 2, + sym_definition_parameter, + aux_sym_function_declaration_repeat1, + [105753] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4455), 5, + anon_sym_LPAREN, + anon_sym_RPAREN, + sym_typeclass_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + [105768] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3175), 1, + anon_sym_LPAREN, + ACTIONS(3177), 1, + sym_abstract_type_identifier, + ACTIONS(4457), 1, + anon_sym_COLON, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + STATE(1368), 2, + sym_definition_parameter, + aux_sym_function_declaration_repeat1, + [105789] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3175), 1, + anon_sym_LPAREN, + ACTIONS(3177), 1, + sym_abstract_type_identifier, + ACTIONS(4459), 1, + anon_sym_COLON, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + STATE(1368), 2, + sym_definition_parameter, + aux_sym_function_declaration_repeat1, + [105810] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4461), 1, + anon_sym_AMP, + STATE(2315), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3234), 3, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DASH_GT, + [105829] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3175), 1, + anon_sym_LPAREN, + ACTIONS(3177), 1, + sym_abstract_type_identifier, + ACTIONS(4463), 1, + anon_sym_COLON, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + STATE(1368), 2, + sym_definition_parameter, + aux_sym_function_declaration_repeat1, + [105850] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4465), 5, + anon_sym_EQ, + anon_sym_LT_DASH, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_in, + [105865] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4469), 1, + anon_sym_AMP, + STATE(2295), 1, + aux_sym_tuple_name_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4467), 3, + anon_sym_EQ, + anon_sym_LT_DASH, + anon_sym_RPAREN, + [105884] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4467), 5, + anon_sym_EQ, + anon_sym_LT_DASH, + anon_sym_AMP, + anon_sym_RPAREN, + anon_sym_in, + [105899] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4068), 1, + anon_sym_LPAREN, + STATE(2000), 1, + aux_sym_name_expression_repeat1, + STATE(2713), 1, + sym_type_subexpression, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3313), 2, + sym_type_identifier, + sym_abstract_type_identifier, + [105920] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4472), 1, + anon_sym_PIPE, + STATE(2298), 1, + aux_sym_variant_name_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4465), 3, + anon_sym_EQ, + anon_sym_LT_DASH, + anon_sym_RPAREN, + [105939] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3175), 1, + anon_sym_LPAREN, + ACTIONS(3177), 1, + sym_abstract_type_identifier, + ACTIONS(4475), 1, + anon_sym_COLON, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + STATE(1368), 2, + sym_definition_parameter, + aux_sym_function_declaration_repeat1, + [105960] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3175), 1, + anon_sym_LPAREN, + ACTIONS(3177), 1, + sym_abstract_type_identifier, + ACTIONS(4477), 1, + anon_sym_COLON, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + STATE(1368), 2, + sym_definition_parameter, + aux_sym_function_declaration_repeat1, + [105981] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2003), 1, + anon_sym_RPAREN, + ACTIONS(4479), 1, + sym_operator, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2005), 3, + anon_sym_PIPE, + anon_sym_QMARK, + anon_sym_DASH_GT, + [106000] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3175), 1, + anon_sym_LPAREN, + ACTIONS(3177), 1, + sym_abstract_type_identifier, + ACTIONS(4481), 1, + anon_sym_COLON, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + STATE(1368), 2, + sym_definition_parameter, + aux_sym_function_declaration_repeat1, + [106021] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3970), 1, + anon_sym_PIPE, + STATE(2298), 1, + aux_sym_variant_name_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4483), 3, + anon_sym_EQ, + anon_sym_LT_DASH, + anon_sym_RPAREN, + [106040] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3175), 1, + anon_sym_LPAREN, + ACTIONS(3177), 1, + sym_abstract_type_identifier, + ACTIONS(4485), 1, + anon_sym_COLON, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + STATE(1368), 2, + sym_definition_parameter, + aux_sym_function_declaration_repeat1, + [106061] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4487), 1, + anon_sym_AMP, + STATE(2305), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3219), 3, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DASH_GT, + [106080] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3175), 1, + anon_sym_LPAREN, + ACTIONS(3177), 1, + sym_abstract_type_identifier, + ACTIONS(4490), 1, + anon_sym_COLON, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + STATE(1368), 2, + sym_definition_parameter, + aux_sym_function_declaration_repeat1, + [106101] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3175), 1, + anon_sym_LPAREN, + ACTIONS(3177), 1, + sym_abstract_type_identifier, + ACTIONS(4492), 1, + anon_sym_COLON, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + STATE(1368), 2, + sym_definition_parameter, + aux_sym_function_declaration_repeat1, + [106122] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(3197), 1, + anon_sym_RPAREN, + ACTIONS(4494), 1, + sym_operator, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(3199), 3, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_DASH_GT, + [106141] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3175), 1, + anon_sym_LPAREN, + ACTIONS(3177), 1, + sym_abstract_type_identifier, + ACTIONS(4496), 1, + anon_sym_COLON, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + STATE(1368), 2, + sym_definition_parameter, + aux_sym_function_declaration_repeat1, + [106162] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4498), 5, + anon_sym_LPAREN, + anon_sym_RPAREN, + sym_typeclass_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + [106177] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4500), 5, + anon_sym_LPAREN, + anon_sym_RPAREN, + sym_typeclass_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + [106192] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3175), 1, + anon_sym_LPAREN, + ACTIONS(3177), 1, + sym_abstract_type_identifier, + ACTIONS(4502), 1, + anon_sym_COLON, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + STATE(1368), 2, + sym_definition_parameter, + aux_sym_function_declaration_repeat1, + [106213] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4504), 5, + anon_sym_LPAREN, + anon_sym_RPAREN, + sym_typeclass_identifier, + sym_type_identifier, + sym_abstract_type_identifier, + [106228] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3175), 1, + anon_sym_LPAREN, + ACTIONS(3177), 1, + sym_abstract_type_identifier, + ACTIONS(4506), 1, + anon_sym_COLON, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + STATE(1368), 2, + sym_definition_parameter, + aux_sym_function_declaration_repeat1, + [106249] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4461), 1, + anon_sym_AMP, + STATE(2305), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3247), 3, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DASH_GT, + [106268] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3175), 1, + anon_sym_LPAREN, + ACTIONS(3177), 1, + sym_abstract_type_identifier, + ACTIONS(4508), 1, + anon_sym_COLON, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + STATE(1368), 2, + sym_definition_parameter, + aux_sym_function_declaration_repeat1, + [106289] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3175), 1, + anon_sym_LPAREN, + ACTIONS(3177), 1, + sym_abstract_type_identifier, + ACTIONS(4510), 1, + anon_sym_COLON, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + STATE(1368), 2, + sym_definition_parameter, + aux_sym_function_declaration_repeat1, + [106310] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3175), 1, + anon_sym_LPAREN, + ACTIONS(3177), 1, + sym_abstract_type_identifier, + ACTIONS(4512), 1, + anon_sym_COLON, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + STATE(1368), 2, + sym_definition_parameter, + aux_sym_function_declaration_repeat1, + [106331] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3175), 1, + anon_sym_LPAREN, + ACTIONS(3177), 1, + sym_abstract_type_identifier, + ACTIONS(4514), 1, + anon_sym_COLON, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + STATE(1368), 2, + sym_definition_parameter, + aux_sym_function_declaration_repeat1, + [106352] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4424), 1, + anon_sym_AMP, + STATE(2321), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3247), 3, + anon_sym_RPAREN, + anon_sym_elif, + anon_sym_else, + [106371] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4516), 1, + anon_sym_AMP, + STATE(2321), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3219), 3, + anon_sym_RPAREN, + anon_sym_elif, + anon_sym_else, + [106390] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3966), 1, + anon_sym_AMP, + STATE(2295), 1, + aux_sym_tuple_name_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4519), 3, + anon_sym_EQ, + anon_sym_LT_DASH, + anon_sym_RPAREN, + [106409] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3175), 1, + anon_sym_LPAREN, + ACTIONS(3177), 1, + sym_abstract_type_identifier, + ACTIONS(4521), 1, + anon_sym_COLON, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + STATE(1368), 2, + sym_definition_parameter, + aux_sym_function_declaration_repeat1, + [106430] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4378), 1, + sym_name_identifier, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [106448] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4398), 1, + sym_name_identifier, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [106466] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4356), 1, + sym_name_identifier, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [106484] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4320), 1, + sym_name_identifier, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [106502] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(4523), 1, + sym_operator, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2003), 3, + anon_sym_RPAREN, + anon_sym_elif, + anon_sym_else, + [106518] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4388), 1, + sym_name_identifier, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [106536] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4386), 1, + sym_name_identifier, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [106554] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4350), 1, + sym_name_identifier, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [106572] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4412), 1, + sym_name_identifier, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [106590] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4418), 1, + sym_name_identifier, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [106608] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4322), 1, + sym_name_identifier, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [106626] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4330), 1, + sym_name_identifier, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [106644] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4525), 1, + anon_sym_AMP, + STATE(2366), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3234), 2, + anon_sym_RPAREN, + anon_sym_PIPE, + [106662] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4334), 1, + sym_name_identifier, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [106680] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4348), 1, + sym_name_identifier, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [106698] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3449), 1, + anon_sym_RPAREN, + ACTIONS(4527), 1, + anon_sym_PIPE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + STATE(2347), 2, + sym_match_case, + aux_sym_match_repeat1, + [106716] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3457), 1, + anon_sym_RPAREN, + ACTIONS(4529), 1, + anon_sym_elif, + ACTIONS(4531), 1, + anon_sym_else, + STATE(2351), 1, + aux_sym_condition_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [106736] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(2093), 4, + anon_sym_COLON, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_in, + [106750] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4010), 1, + sym_name_identifier, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [106768] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4408), 1, + sym_name_identifier, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [106786] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4358), 1, + sym_name_identifier, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [106804] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4364), 1, + sym_name_identifier, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [106822] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4400), 1, + sym_name_identifier, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [106840] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3486), 1, + anon_sym_RPAREN, + ACTIONS(4533), 1, + anon_sym_PIPE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + STATE(2347), 2, + sym_match_case, + aux_sym_match_repeat1, + [106858] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4344), 1, + sym_name_identifier, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [106876] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4287), 1, + sym_name_identifier, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [106894] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4416), 1, + sym_name_identifier, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [106912] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3493), 1, + anon_sym_RPAREN, + ACTIONS(4529), 1, + anon_sym_elif, + ACTIONS(4536), 1, + anon_sym_else, + STATE(2376), 1, + aux_sym_condition_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [106932] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3115), 1, + anon_sym_LPAREN, + ACTIONS(4538), 1, + sym_name_identifier, + STATE(2246), 1, + sym__name_or_operator, + STATE(2614), 1, + sym_function_definition, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [106952] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4338), 1, + sym_name_identifier, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [106970] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4362), 1, + sym_name_identifier, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [106988] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4352), 1, + sym_name_identifier, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [107006] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4326), 1, + sym_name_identifier, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [107024] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4306), 1, + sym_name_identifier, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [107042] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4390), 1, + sym_name_identifier, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [107060] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4540), 1, + anon_sym_QMARK, + ACTIONS(4542), 1, anon_sym_DASH_GT, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - ACTIONS(2812), 2, + ACTIONS(3473), 2, anon_sym_RPAREN, anon_sym_PIPE, - [100640] = 3, + [107078] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - ACTIONS(3932), 3, - anon_sym_EQ, + ACTIONS(2061), 4, + anon_sym_COLON, anon_sym_AMP, + anon_sym_PIPE, anon_sym_in, - [100653] = 5, + [107092] = 5, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(2544), 1, - anon_sym_then, - ACTIONS(3986), 1, + ACTIONS(4410), 1, + sym_name_identifier, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [107110] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4544), 1, anon_sym_AMP, - STATE(1978), 1, + STATE(2362), 1, aux_sym_type_constructor_repeat1, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [100670] = 4, + ACTIONS(3219), 2, + anon_sym_RPAREN, + anon_sym_PIPE, + [107128] = 6, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(3905), 1, + ACTIONS(3115), 1, + anon_sym_LPAREN, + ACTIONS(4538), 1, + sym_name_identifier, + STATE(2246), 1, + sym__name_or_operator, + STATE(2535), 1, + sym_function_definition, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [107148] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4392), 1, + sym_name_identifier, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [107166] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4297), 1, + sym_name_identifier, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [107184] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4525), 1, + anon_sym_AMP, + STATE(2362), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3247), 2, + anon_sym_RPAREN, + anon_sym_PIPE, + [107202] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4404), 1, + sym_name_identifier, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [107220] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4291), 1, + sym_name_identifier, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [107238] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2003), 1, + anon_sym_RPAREN, + ACTIONS(4547), 1, + sym_operator, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2005), 2, + anon_sym_PIPE, + anon_sym_DASH_GT, + [107256] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(3197), 1, + anon_sym_RPAREN, + ACTIONS(4549), 1, + sym_operator, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(3199), 2, + anon_sym_AMP, + anon_sym_PIPE, + [107274] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4366), 1, + sym_name_identifier, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [107292] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4374), 1, + sym_name_identifier, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [107310] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4551), 1, + sym_name_identifier, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [107328] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4402), 1, + sym_name_identifier, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [107346] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4346), 1, + sym_name_identifier, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [107364] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4553), 1, + anon_sym_elif, + STATE(2376), 1, + aux_sym_condition_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(3501), 2, + anon_sym_RPAREN, + anon_sym_else, + [107382] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(2089), 4, + anon_sym_COLON, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_in, + [107396] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4406), 1, + sym_name_identifier, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [107414] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4394), 1, + sym_name_identifier, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [107432] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3115), 1, + anon_sym_LPAREN, + ACTIONS(4556), 1, + sym_name_identifier, + STATE(1663), 1, + sym_function_declaration, + STATE(2288), 1, + sym__name_or_operator, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [107452] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4368), 1, + sym_name_identifier, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [107470] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4342), 1, + sym_name_identifier, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [107488] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4396), 1, + sym_name_identifier, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [107506] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4340), 1, + sym_name_identifier, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [107524] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4332), 1, + sym_name_identifier, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [107542] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4314), 1, + sym_name_identifier, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [107560] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4380), 1, + sym_name_identifier, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [107578] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3115), 1, + anon_sym_LPAREN, + ACTIONS(4556), 1, + sym_name_identifier, + STATE(1548), 1, + sym_function_declaration, + STATE(2288), 1, + sym__name_or_operator, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [107598] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4310), 1, + sym_name_identifier, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [107616] = 6, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3187), 1, + anon_sym_AMP, + ACTIONS(3191), 1, + anon_sym_PIPE, + STATE(1380), 1, + aux_sym_tuple_type_repeat1, + STATE(1451), 1, + aux_sym_variant_type_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [107636] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4316), 1, + sym_name_identifier, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [107654] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(4558), 1, + sym_operator, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + ACTIONS(2003), 3, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_RBRACK, + [107670] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4414), 1, + sym_name_identifier, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [107688] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4295), 1, + sym_name_identifier, + STATE(2170), 1, + aux_sym_reference_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4008), 2, + anon_sym_TILDE, + anon_sym_AT, + [107706] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3556), 1, + anon_sym_RPAREN, + ACTIONS(4560), 1, + anon_sym_PIPE, + STATE(2395), 1, + aux_sym_variant_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [107723] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4563), 1, + anon_sym_SEMI, + ACTIONS(4565), 1, + anon_sym_RBRACK, + STATE(2404), 1, + aux_sym_array_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [107740] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3219), 1, + anon_sym_then, + ACTIONS(4567), 1, + anon_sym_AMP, + STATE(2397), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [107757] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4570), 1, + anon_sym_DOT, + ACTIONS(4572), 1, + sym_type_identifier, + STATE(2427), 1, + aux_sym_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [107774] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3247), 1, + anon_sym_while, + ACTIONS(4574), 1, + anon_sym_AMP, + STATE(2400), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [107791] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3219), 1, + anon_sym_while, + ACTIONS(4576), 1, + anon_sym_AMP, + STATE(2400), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [107808] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3247), 1, + anon_sym_do, + ACTIONS(4579), 1, + anon_sym_AMP, + STATE(2402), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [107825] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3219), 1, + anon_sym_do, + ACTIONS(4581), 1, + anon_sym_AMP, + STATE(2402), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [107842] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4563), 1, + anon_sym_SEMI, + ACTIONS(4584), 1, + anon_sym_RBRACK, + STATE(2404), 1, + aux_sym_array_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [107859] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4586), 1, + anon_sym_SEMI, + ACTIONS(4589), 1, + anon_sym_RBRACK, + STATE(2404), 1, + aux_sym_array_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [107876] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(3197), 1, + anon_sym_do, + ACTIONS(3199), 1, + anon_sym_AMP, + ACTIONS(4591), 1, + sym_operator, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + [107893] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4593), 3, + anon_sym_EQ, + anon_sym_LT_DASH, + anon_sym_in, + [107906] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(3556), 1, + anon_sym_RPAREN, + ACTIONS(3558), 1, + anon_sym_PIPE, + ACTIONS(4595), 1, + sym_operator, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + [107923] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4563), 1, + anon_sym_SEMI, + ACTIONS(4597), 1, + anon_sym_RBRACK, + STATE(2412), 1, + aux_sym_array_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [107940] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3247), 1, + anon_sym_then, + ACTIONS(4599), 1, + anon_sym_AMP, + STATE(2397), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [107957] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4563), 1, + anon_sym_SEMI, + ACTIONS(4601), 1, + anon_sym_RBRACK, + STATE(2404), 1, + aux_sym_array_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [107974] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4563), 1, + anon_sym_SEMI, + ACTIONS(4603), 1, + anon_sym_RBRACK, + STATE(2404), 1, + aux_sym_array_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [107991] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4563), 1, + anon_sym_SEMI, + ACTIONS(4605), 1, + anon_sym_RBRACK, + STATE(2404), 1, + aux_sym_array_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [108008] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4563), 1, + anon_sym_SEMI, + ACTIONS(4607), 1, + anon_sym_RBRACK, + STATE(2404), 1, + aux_sym_array_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [108025] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3632), 1, anon_sym_PIPE, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - STATE(1963), 2, + STATE(1552), 2, sym_match_case, aux_sym_match_repeat1, - [100685] = 5, + [108040] = 5, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(2796), 1, + ACTIONS(4563), 1, + anon_sym_SEMI, + ACTIONS(4609), 1, + anon_sym_RBRACK, + STATE(2404), 1, + aux_sym_array_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [108057] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4613), 1, + sym_type_identifier, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4611), 2, + anon_sym_const, + anon_sym_var, + [108072] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4563), 1, + anon_sym_SEMI, + ACTIONS(4615), 1, + anon_sym_RBRACK, + STATE(2410), 1, + aux_sym_array_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [108089] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3563), 1, anon_sym_RPAREN, - ACTIONS(3995), 1, + ACTIONS(4617), 1, anon_sym_AMP, - STATE(2021), 1, + STATE(2418), 1, aux_sym_tuple_expression_repeat1, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [100702] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3481), 1, - sym_name_identifier, - STATE(2018), 1, - sym_annotated_name, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [100716] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3221), 1, - anon_sym_COLON, - STATE(2217), 1, - sym__type_annotations, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [100730] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3998), 1, - anon_sym_DQUOTE, - STATE(1374), 1, - sym_string_literal, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [100744] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3475), 1, - sym_name_identifier, - STATE(2018), 1, - sym_annotated_name, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [100758] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3475), 1, - sym_name_identifier, - STATE(1975), 1, - sym_annotated_name, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [100772] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1824), 1, - anon_sym_import, - STATE(1332), 1, - sym_import_statement, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [100786] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3578), 1, - sym_name_identifier, - STATE(2031), 1, - aux_sym_name_expression_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [100800] = 4, + [108106] = 5, ACTIONS(3), 1, sym__line_comment, - ACTIONS(1521), 1, - anon_sym_then, - ACTIONS(4000), 1, - sym_operator, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - [100814] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1521), 1, - anon_sym_with, - ACTIONS(4002), 1, - sym_operator, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - [100828] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4004), 1, - sym_name_identifier, - STATE(2031), 1, - aux_sym_name_expression_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [100842] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3570), 1, - sym_name_identifier, - STATE(2031), 1, - aux_sym_name_expression_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [100856] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(13), 1, - anon_sym_import, - STATE(1332), 1, - sym_import_statement, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [100870] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2766), 1, + ACTIONS(3563), 1, + anon_sym_RPAREN, + ACTIONS(3565), 1, anon_sym_AMP, - STATE(1180), 1, - aux_sym_typeclass_definition_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [100884] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4007), 1, - anon_sym_LBRACE, - ACTIONS(4009), 1, - anon_sym_COLON, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [100898] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4011), 1, - sym_name_identifier, - ACTIONS(4013), 1, - sym_abstract_type_identifier, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [100912] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(3481), 1, - sym_name_identifier, - STATE(1975), 1, - sym_annotated_name, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [100926] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4015), 1, - sym_name_identifier, - STATE(2031), 1, - aux_sym_name_expression_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [100940] = 4, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4017), 1, - sym_name_identifier, - STATE(2031), 1, - aux_sym_name_expression_repeat1, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [100954] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1521), 1, - anon_sym_do, - ACTIONS(4019), 1, + ACTIONS(4443), 1, sym_operator, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - [100968] = 4, + [108123] = 5, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(4021), 1, - sym_name_identifier, - STATE(2422), 1, - sym_defined_annotated_name, + ACTIONS(4563), 1, + anon_sym_SEMI, + ACTIONS(4620), 1, + anon_sym_RBRACK, + STATE(2415), 1, + aux_sym_array_expression_repeat1, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [100982] = 4, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(1521), 1, - anon_sym_while, - ACTIONS(4023), 1, - sym_operator, - ACTIONS(5), 2, - sym__doc_comment, - sym__block_comment, - [100996] = 3, + [108140] = 5, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - ACTIONS(4025), 2, + ACTIONS(4622), 1, anon_sym_EQ, - anon_sym_in, - [101008] = 4, + ACTIONS(4624), 1, + sym_abstract_type_identifier, + STATE(2421), 1, + aux_sym_alias_definition_statement_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [108157] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3219), 1, + anon_sym_with, + ACTIONS(4627), 1, + anon_sym_AMP, + STATE(2422), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [108174] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4630), 3, + anon_sym_LPAREN, + sym_type_identifier, + sym_abstract_type_identifier, + [108187] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4632), 1, + anon_sym_EQ, + ACTIONS(4634), 1, + sym_abstract_type_identifier, + STATE(2421), 1, + aux_sym_alias_definition_statement_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [108204] = 5, ACTIONS(3), 1, sym__line_comment, - ACTIONS(1521), 1, - anon_sym_RPAREN, - ACTIONS(4027), 1, + ACTIONS(3197), 1, + anon_sym_while, + ACTIONS(3199), 1, + anon_sym_AMP, + ACTIONS(4636), 1, sym_operator, ACTIONS(5), 2, sym__doc_comment, sym__block_comment, - [101022] = 4, + [108221] = 5, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(3998), 1, - anon_sym_DQUOTE, - STATE(1298), 1, - sym_string_literal, + ACTIONS(3247), 1, + anon_sym_with, + ACTIONS(4638), 1, + anon_sym_AMP, + STATE(2422), 1, + aux_sym_type_constructor_repeat1, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [101036] = 3, + [108238] = 5, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(4029), 1, - anon_sym_DQUOTE, + ACTIONS(4640), 1, + anon_sym_DOT, + ACTIONS(4643), 1, + sym_type_identifier, + STATE(2427), 1, + aux_sym_constructor_repeat1, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [101047] = 3, + [108255] = 5, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(4031), 1, - anon_sym_RPAREN, + ACTIONS(4563), 1, + anon_sym_SEMI, + ACTIONS(4645), 1, + anon_sym_RBRACK, + STATE(2403), 1, + aux_sym_array_expression_repeat1, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [101058] = 3, + [108272] = 4, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(4033), 1, - anon_sym_RPAREN, + ACTIONS(3536), 1, + anon_sym_PIPE, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [101069] = 3, + STATE(1512), 2, + sym_match_case, + aux_sym_match_repeat1, + [108287] = 5, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(4035), 1, - anon_sym_DQUOTE, + ACTIONS(4563), 1, + anon_sym_SEMI, + ACTIONS(4647), 1, + anon_sym_RBRACK, + STATE(2413), 1, + aux_sym_array_expression_repeat1, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [101080] = 3, + [108304] = 5, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(4037), 1, - anon_sym_RPAREN, + ACTIONS(4563), 1, + anon_sym_SEMI, + ACTIONS(4649), 1, + anon_sym_RBRACK, + STATE(2450), 1, + aux_sym_array_expression_repeat1, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [101091] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4039), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, + [108321] = 5, + ACTIONS(3), 1, sym__line_comment, + ACTIONS(3197), 1, + anon_sym_with, + ACTIONS(3199), 1, + anon_sym_AMP, + ACTIONS(4651), 1, + sym_operator, + ACTIONS(5), 2, + sym__doc_comment, sym__block_comment, - [101102] = 3, + [108338] = 4, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(4041), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101113] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4043), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101124] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4045), 1, - anon_sym_DQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101135] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4047), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101146] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4049), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101157] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4051), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101168] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4053), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101179] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4055), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101190] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4057), 1, - anon_sym_DQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101201] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(2770), 1, + ACTIONS(4653), 1, anon_sym_DASH_GT, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [101212] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4059), 1, + ACTIONS(3597), 2, anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101223] = 3, + anon_sym_PIPE, + [108353] = 5, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(4061), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101234] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4063), 1, + ACTIONS(3579), 1, anon_sym_RPAREN, + ACTIONS(4655), 1, + anon_sym_PIPE, + STATE(2395), 1, + aux_sym_variant_expression_repeat1, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [101245] = 3, + [108370] = 5, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(2529), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101256] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4065), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101267] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4067), 1, - anon_sym_DQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101278] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4069), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101289] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4071), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101300] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4073), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101311] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4075), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101322] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4077), 1, - sym_name_identifier, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101333] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4079), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101344] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4081), 1, - anon_sym_DQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101355] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4083), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101366] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4085), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101377] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4087), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101388] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4089), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101399] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4091), 1, - anon_sym_DQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101410] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4093), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101421] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4095), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101432] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4097), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101443] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4099), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101454] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4101), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101465] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4103), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101476] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4105), 1, - anon_sym_DQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101487] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4107), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101498] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4109), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101509] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4111), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101520] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4113), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101531] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4115), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101542] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4117), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101553] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4119), 1, - anon_sym_DQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101564] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4121), 1, + ACTIONS(3234), 1, anon_sym_do, + ACTIONS(4579), 1, + anon_sym_AMP, + STATE(2401), 1, + aux_sym_type_constructor_repeat1, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [101575] = 3, + [108387] = 4, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(4123), 1, - anon_sym_RPAREN, + ACTIONS(3453), 1, + anon_sym_PIPE, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [101586] = 3, + STATE(1475), 2, + sym_match_case, + aux_sym_match_repeat1, + [108402] = 5, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(4125), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101597] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4127), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101608] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4129), 1, - anon_sym_COLON, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101619] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4131), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101630] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4133), 1, - anon_sym_DQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101641] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4135), 1, - anon_sym_DQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101652] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4137), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101663] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4139), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101674] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4141), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101685] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4143), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101696] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4145), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101707] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4147), 1, - anon_sym_DQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101718] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4149), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101729] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4151), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101740] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4153), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101751] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4155), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101762] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4157), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101773] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4159), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101784] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4161), 1, - anon_sym_DQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101795] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4163), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101806] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4165), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101817] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4167), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101828] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4169), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101839] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4171), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101850] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4173), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101861] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4175), 1, - anon_sym_DQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101872] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4177), 1, + ACTIONS(4657), 1, anon_sym_EQ, + ACTIONS(4659), 1, + sym_abstract_type_identifier, + STATE(2424), 1, + aux_sym_alias_definition_statement_repeat1, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [101883] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4179), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101894] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4181), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101905] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4183), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101916] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4185), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101927] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4187), 1, - anon_sym_DQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101938] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4189), 1, - sym_name_identifier, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101949] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4191), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101960] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4193), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101971] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4195), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101982] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4197), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [101993] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4199), 1, - anon_sym_DQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102004] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4201), 1, - anon_sym_DQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102015] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4203), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102026] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4205), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102037] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4207), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102048] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4209), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102059] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4211), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102070] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4213), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102081] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4215), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102092] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4217), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102103] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4219), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102114] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4221), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102125] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4223), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102136] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1625), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102147] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4225), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102158] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4227), 1, - anon_sym_EQ, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102169] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4229), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102180] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4231), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102191] = 2, - ACTIONS(4233), 1, - aux_sym_string_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [102200] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4235), 1, - anon_sym_EQ, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102211] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4237), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102222] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4239), 1, - anon_sym_DQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102233] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4241), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102244] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4243), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102255] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4245), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102266] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4247), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102277] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4249), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102288] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4251), 1, - anon_sym_DQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102299] = 2, - ACTIONS(4253), 1, - aux_sym_char_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [102308] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4255), 1, - anon_sym_with, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102319] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4257), 1, - anon_sym_then, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102330] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4259), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102341] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4261), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102352] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4263), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102363] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4265), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102374] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4267), 1, - anon_sym_then, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102385] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4269), 1, - anon_sym_EQ, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102396] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4271), 1, - anon_sym_in, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102407] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4273), 1, - anon_sym_then, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102418] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4275), 1, - anon_sym_do, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102429] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4277), 1, - anon_sym_EQ, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102440] = 2, - ACTIONS(4279), 1, - aux_sym_string_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [102449] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4281), 1, - anon_sym_while, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102460] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4283), 1, - anon_sym_then, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102471] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4285), 1, - anon_sym_with, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102482] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4287), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102493] = 2, - ACTIONS(4289), 1, - aux_sym_char_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [102502] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4291), 1, - anon_sym_then, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102513] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4293), 1, - anon_sym_DQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102524] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4295), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102535] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4297), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102546] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4299), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102557] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4301), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102568] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4303), 1, - anon_sym_EQ, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102579] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4305), 1, - anon_sym_DQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102590] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4307), 1, - anon_sym_then, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102601] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4309), 1, - anon_sym_COLON, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102612] = 2, - ACTIONS(4311), 1, - aux_sym_string_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [102621] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4313), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102632] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4315), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102643] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4317), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102654] = 2, - ACTIONS(4319), 1, - aux_sym_char_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [102663] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4321), 1, - anon_sym_then, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102674] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4323), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102685] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4325), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102696] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4327), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102707] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4329), 1, - anon_sym_EQ, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102718] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4331), 1, - anon_sym_then, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102729] = 2, - ACTIONS(4333), 1, - aux_sym_string_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [102738] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4335), 1, - anon_sym_RBRACE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102749] = 2, - ACTIONS(4337), 1, - aux_sym_char_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [102758] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4339), 1, - anon_sym_do, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102769] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4341), 1, - anon_sym_LBRACE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102780] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4343), 1, - anon_sym_EQ, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102791] = 2, - ACTIONS(4345), 1, - aux_sym_string_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [102800] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4347), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102811] = 2, - ACTIONS(4349), 1, - aux_sym_char_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [102820] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4351), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102831] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4353), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102842] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4355), 1, - anon_sym_EQ, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102853] = 2, - ACTIONS(4357), 1, - aux_sym_string_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [102862] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4359), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102873] = 2, - ACTIONS(4361), 1, - aux_sym_char_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [102882] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4363), 1, - anon_sym_DQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102893] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4365), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102904] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4367), 1, - anon_sym_EQ, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102915] = 2, - ACTIONS(4369), 1, - aux_sym_string_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [102924] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4371), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102935] = 2, - ACTIONS(4373), 1, - aux_sym_char_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [102944] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4375), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102955] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4377), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102966] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4379), 1, - anon_sym_EQ, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [102977] = 2, - ACTIONS(4381), 1, - aux_sym_string_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [102986] = 2, - ACTIONS(4383), 1, - aux_sym_char_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [102995] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4385), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [103006] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4387), 1, - anon_sym_DQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [103017] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4389), 1, - anon_sym_EQ, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [103028] = 2, - ACTIONS(4391), 1, - aux_sym_string_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [103037] = 2, - ACTIONS(4393), 1, - aux_sym_char_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [103046] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4395), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [103057] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4397), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [103068] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4399), 1, - anon_sym_EQ, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [103079] = 2, - ACTIONS(4401), 1, - aux_sym_string_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [103088] = 2, - ACTIONS(4403), 1, - aux_sym_char_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [103097] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4405), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [103108] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4407), 1, - anon_sym_DQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [103119] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4409), 1, - anon_sym_EQ, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [103130] = 2, - ACTIONS(4411), 1, - aux_sym_string_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [103139] = 2, - ACTIONS(4413), 1, - aux_sym_char_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [103148] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4415), 1, - anon_sym_DQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [103159] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4417), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [103170] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4419), 1, - anon_sym_EQ, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [103181] = 2, - ACTIONS(4421), 1, - aux_sym_string_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [103190] = 2, - ACTIONS(4423), 1, - aux_sym_char_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [103199] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4425), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [103210] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4427), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [103221] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4429), 1, - anon_sym_EQ, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [103232] = 2, - ACTIONS(4431), 1, - aux_sym_string_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [103241] = 2, - ACTIONS(4433), 1, - aux_sym_char_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [103250] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4435), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [103261] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4437), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [103272] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4439), 1, - anon_sym_EQ, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [103283] = 2, - ACTIONS(4441), 1, - aux_sym_string_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [103292] = 2, - ACTIONS(4443), 1, - aux_sym_char_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [103301] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4445), 1, - anon_sym_DQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [103312] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4447), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [103323] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4449), 1, - anon_sym_EQ, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [103334] = 2, - ACTIONS(4451), 1, - aux_sym_string_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [103343] = 2, - ACTIONS(4453), 1, - aux_sym_char_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [103352] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4455), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [103363] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4457), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [103374] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4459), 1, - anon_sym_EQ, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [103385] = 2, - ACTIONS(4461), 1, - aux_sym_string_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [103394] = 2, - ACTIONS(4463), 1, - aux_sym_char_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [103403] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4465), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [103414] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4467), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [103425] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4469), 1, - anon_sym_EQ, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [103436] = 2, - ACTIONS(4471), 1, - aux_sym_string_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [103445] = 2, - ACTIONS(4473), 1, - aux_sym_char_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [103454] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4475), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [103465] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4477), 1, - anon_sym_RBRACE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [103476] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4479), 1, - anon_sym_EQ, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [103487] = 2, - ACTIONS(4481), 1, - aux_sym_string_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [103496] = 2, - ACTIONS(4483), 1, - aux_sym_char_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [103505] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4485), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [103516] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4487), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [103527] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4489), 1, - anon_sym_EQ, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [103538] = 2, - ACTIONS(4491), 1, - aux_sym_string_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [103547] = 2, - ACTIONS(4493), 1, - aux_sym_char_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [103556] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4495), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [103567] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4497), 1, - anon_sym_DQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [103578] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4499), 1, - anon_sym_EQ, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [103589] = 2, - ACTIONS(4501), 1, - aux_sym_string_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [103598] = 2, - ACTIONS(4503), 1, - aux_sym_char_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [103607] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4505), 1, - anon_sym_DQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [103618] = 2, - ACTIONS(4507), 1, - aux_sym_char_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [103627] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4509), 1, - anon_sym_EQ, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [103638] = 2, - ACTIONS(4511), 1, - aux_sym_string_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [103647] = 2, - ACTIONS(4513), 1, - aux_sym_char_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [103656] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4515), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [103667] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4517), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [103678] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4519), 1, - anon_sym_EQ, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [103689] = 2, - ACTIONS(4521), 1, - aux_sym_string_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [103698] = 2, - ACTIONS(4523), 1, - aux_sym_char_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [103707] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4525), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [103718] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4527), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [103729] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4529), 1, - anon_sym_EQ, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [103740] = 2, - ACTIONS(4531), 1, - aux_sym_string_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [103749] = 2, - ACTIONS(4533), 1, - aux_sym_char_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [103758] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4535), 1, - anon_sym_DQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [103769] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4537), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [103780] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4539), 1, - anon_sym_EQ, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [103791] = 2, - ACTIONS(4541), 1, - aux_sym_string_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [103800] = 2, - ACTIONS(4543), 1, - aux_sym_char_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [103809] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4545), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [103820] = 2, - ACTIONS(4547), 1, - aux_sym_string_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [103829] = 2, - ACTIONS(4549), 1, - aux_sym_char_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [103838] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4551), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [103849] = 2, - ACTIONS(4553), 1, - aux_sym_string_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [103858] = 2, - ACTIONS(4555), 1, - aux_sym_char_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [103867] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4557), 1, - anon_sym_COLON, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [103878] = 2, - ACTIONS(4559), 1, - aux_sym_string_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [103887] = 2, - ACTIONS(4561), 1, - aux_sym_char_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [103896] = 3, + [108419] = 5, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4563), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [103907] = 2, - ACTIONS(4565), 1, - aux_sym_string_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [103916] = 2, - ACTIONS(4567), 1, - aux_sym_char_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [103925] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4569), 1, - anon_sym_DQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [103936] = 2, - ACTIONS(4571), 1, - aux_sym_string_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [103945] = 2, - ACTIONS(4573), 1, - aux_sym_char_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [103954] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4011), 1, - sym_name_identifier, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [103965] = 2, - ACTIONS(4575), 1, - aux_sym_string_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [103974] = 2, - ACTIONS(4577), 1, - aux_sym_char_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [103983] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4579), 1, - anon_sym_RBRACE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [103994] = 2, - ACTIONS(4581), 1, - aux_sym_string_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [104003] = 2, - ACTIONS(4583), 1, - aux_sym_char_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [104012] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4585), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [104023] = 2, - ACTIONS(4587), 1, - aux_sym_string_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [104032] = 2, - ACTIONS(4589), 1, - aux_sym_char_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [104041] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4591), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [104052] = 2, - ACTIONS(4593), 1, - aux_sym_string_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [104061] = 2, - ACTIONS(4595), 1, - aux_sym_char_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [104070] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(201), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [104081] = 2, - ACTIONS(4597), 1, - aux_sym_string_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [104090] = 2, - ACTIONS(4599), 1, - aux_sym_char_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [104099] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4601), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [104110] = 2, - ACTIONS(4603), 1, - aux_sym_string_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [104119] = 2, - ACTIONS(4605), 1, - aux_sym_char_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [104128] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4607), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [104139] = 2, - ACTIONS(4609), 1, - aux_sym_string_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [104148] = 2, - ACTIONS(4611), 1, - aux_sym_char_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [104157] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4613), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [104168] = 2, - ACTIONS(4615), 1, - aux_sym_string_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [104177] = 2, - ACTIONS(4617), 1, - aux_sym_char_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [104186] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4619), 1, - anon_sym_DQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [104197] = 2, - ACTIONS(4621), 1, - aux_sym_string_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [104206] = 2, - ACTIONS(4623), 1, - aux_sym_char_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [104215] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4625), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [104226] = 2, - ACTIONS(4627), 1, - aux_sym_string_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [104235] = 2, - ACTIONS(4629), 1, - aux_sym_char_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [104244] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4631), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [104255] = 2, - ACTIONS(4633), 1, - aux_sym_string_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [104264] = 2, - ACTIONS(4635), 1, - aux_sym_char_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [104273] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4637), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [104284] = 2, - ACTIONS(4639), 1, - aux_sym_string_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [104293] = 2, - ACTIONS(4641), 1, - aux_sym_char_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [104302] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4643), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [104313] = 2, - ACTIONS(4645), 1, - aux_sym_string_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [104322] = 2, - ACTIONS(4647), 1, - aux_sym_char_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [104331] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4649), 1, - anon_sym_DQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [104342] = 2, - ACTIONS(4651), 1, - aux_sym_string_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [104351] = 2, - ACTIONS(4653), 1, - aux_sym_char_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [104360] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4655), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [104371] = 2, - ACTIONS(4657), 1, - aux_sym_string_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [104380] = 2, - ACTIONS(4659), 1, - aux_sym_char_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [104389] = 3, - ACTIONS(5), 1, - sym__doc_comment, + anon_sym_SEMI, ACTIONS(4661), 1, - anon_sym_RPAREN, + anon_sym_RBRACK, + STATE(2396), 1, + aux_sym_array_expression_repeat1, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [104400] = 2, + [108436] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4527), 1, + anon_sym_PIPE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + STATE(2339), 2, + sym_match_case, + aux_sym_match_repeat1, + [108451] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4563), 1, + anon_sym_SEMI, ACTIONS(4663), 1, - aux_sym_string_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [104409] = 2, - ACTIONS(4665), 1, - aux_sym_char_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [104418] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4667), 1, - anon_sym_RPAREN, + anon_sym_RBRACK, + STATE(2411), 1, + aux_sym_array_expression_repeat1, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [104429] = 2, - ACTIONS(4669), 1, - aux_sym_string_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [104438] = 2, - ACTIONS(4671), 1, - aux_sym_char_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [104447] = 3, + [108468] = 5, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(4673), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [104458] = 2, - ACTIONS(4675), 1, - aux_sym_string_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [104467] = 2, - ACTIONS(4677), 1, - aux_sym_char_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [104476] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4679), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [104487] = 2, - ACTIONS(4681), 1, - aux_sym_string_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [104496] = 2, - ACTIONS(4683), 1, - aux_sym_char_literal_token1, - ACTIONS(5), 3, - sym__line_comment, - sym__doc_comment, - sym__block_comment, - [104505] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4685), 1, - anon_sym_DQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [104516] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4687), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [104527] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4689), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [104538] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4691), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [104549] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4693), 1, - anon_sym_EQ, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [104560] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4695), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [104571] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4697), 1, - anon_sym_DQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [104582] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4699), 1, - anon_sym_COLON, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [104593] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4701), 1, - anon_sym_with, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [104604] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4703), 1, + ACTIONS(3984), 1, + anon_sym_PIPE, + ACTIONS(4483), 1, anon_sym_in, + STATE(2448), 1, + aux_sym_variant_name_repeat1, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [104615] = 3, + [108485] = 5, ACTIONS(5), 1, sym__doc_comment, + ACTIONS(3234), 1, + anon_sym_while, + ACTIONS(4574), 1, + anon_sym_AMP, + STATE(2399), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [108502] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3980), 1, + anon_sym_AMP, + ACTIONS(4519), 1, + anon_sym_in, + STATE(2447), 1, + aux_sym_tuple_name_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [108519] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3234), 1, + anon_sym_then, + ACTIONS(4599), 1, + anon_sym_AMP, + STATE(2409), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [108536] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(3197), 1, + anon_sym_then, + ACTIONS(3199), 1, + anon_sym_AMP, + ACTIONS(4665), 1, + sym_operator, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + [108553] = 5, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2003), 1, + anon_sym_RPAREN, + ACTIONS(2005), 1, + anon_sym_PIPE, + ACTIONS(4595), 1, + sym_operator, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + [108570] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4467), 1, + anon_sym_in, + ACTIONS(4667), 1, + anon_sym_AMP, + STATE(2447), 1, + aux_sym_tuple_name_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [108587] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4465), 1, + anon_sym_in, + ACTIONS(4670), 1, + anon_sym_PIPE, + STATE(2448), 1, + aux_sym_variant_name_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [108604] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3234), 1, + anon_sym_with, + ACTIONS(4638), 1, + anon_sym_AMP, + STATE(2426), 1, + aux_sym_type_constructor_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [108621] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4563), 1, + anon_sym_SEMI, + ACTIONS(4673), 1, + anon_sym_RBRACK, + STATE(2404), 1, + aux_sym_array_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [108638] = 5, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3573), 1, + anon_sym_RPAREN, + ACTIONS(4675), 1, + anon_sym_AMP, + STATE(2418), 1, + aux_sym_tuple_expression_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [108655] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4677), 2, + anon_sym_EQ, + anon_sym_LT_DASH, + [108667] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4679), 2, + anon_sym_EQ, + anon_sym_LT_DASH, + [108679] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4681), 2, + anon_sym_EQ, + anon_sym_LT_DASH, + [108691] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4683), 2, + anon_sym_EQ, + anon_sym_LT_DASH, + [108703] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4685), 2, + anon_sym_EQ, + anon_sym_LT_DASH, + [108715] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4687), 2, + anon_sym_EQ, + anon_sym_LT_DASH, + [108727] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4689), 2, + anon_sym_EQ, + anon_sym_LT_DASH, + [108739] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(3209), 1, + sym_operator, + ACTIONS(4691), 1, + sym_abstract_type_identifier, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + [108753] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4693), 2, + anon_sym_EQ, + anon_sym_LT_DASH, + [108765] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4695), 2, + anon_sym_EQ, + anon_sym_LT_DASH, + [108777] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2003), 1, + anon_sym_then, + ACTIONS(4697), 1, + sym_operator, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + [108791] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4699), 2, + anon_sym_EQ, + anon_sym_LT_DASH, + [108803] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3447), 1, + anon_sym_AMP, + STATE(1474), 1, + aux_sym_typeclass_definition_statement_repeat1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [108817] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4701), 2, + anon_sym_EQ, + anon_sym_LT_DASH, + [108829] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4703), 2, + anon_sym_EQ, + anon_sym_LT_DASH, + [108841] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2003), 1, + anon_sym_do, ACTIONS(4705), 1, - sym_name_identifier, - ACTIONS(3), 2, - sym__line_comment, + sym_operator, + ACTIONS(5), 2, + sym__doc_comment, sym__block_comment, - [104626] = 3, + [108855] = 3, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(4707), 1, - anon_sym_RPAREN, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [104637] = 3, + ACTIONS(4707), 2, + anon_sym_EQ, + anon_sym_LT_DASH, + [108867] = 3, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(4709), 1, - anon_sym_RPAREN, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [104648] = 3, + ACTIONS(4709), 2, + anon_sym_EQ, + anon_sym_LT_DASH, + [108879] = 3, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(4711), 1, - anon_sym_SQUOTE, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [104659] = 3, + ACTIONS(4711), 2, + anon_sym_EQ, + anon_sym_LT_DASH, + [108891] = 4, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4713), 1, + anon_sym_DQUOTE, + STATE(1658), 1, + sym_string_literal, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [108905] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4715), 2, + anon_sym_EQ, + anon_sym_LT_DASH, + [108917] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4717), 2, + anon_sym_EQ, + anon_sym_LT_DASH, + [108929] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4713), 1, + anon_sym_DQUOTE, + STATE(1614), 1, + sym_string_literal, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [108943] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4719), 2, + anon_sym_EQ, + anon_sym_LT_DASH, + [108955] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2003), 1, + anon_sym_with, + ACTIONS(4721), 1, + sym_operator, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + [108969] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4723), 2, + anon_sym_EQ, + anon_sym_LT_DASH, + [108981] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4713), 1, + anon_sym_DQUOTE, + STATE(1824), 1, + sym_string_literal, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [108995] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4725), 2, + anon_sym_EQ, + anon_sym_LT_DASH, + [109007] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4727), 2, + anon_sym_EQ, + anon_sym_LT_DASH, + [109019] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4713), 1, + anon_sym_DQUOTE, + STATE(1775), 1, + sym_string_literal, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [109033] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4729), 2, + anon_sym_EQ, + anon_sym_LT_DASH, + [109045] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4589), 2, + anon_sym_SEMI, + anon_sym_RBRACK, + [109057] = 4, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(2003), 1, + anon_sym_while, + ACTIONS(4731), 1, + sym_operator, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + [109071] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4733), 2, + anon_sym_EQ, + anon_sym_LT_DASH, + [109083] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4735), 2, + anon_sym_EQ, + anon_sym_LT_DASH, + [109095] = 4, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3107), 1, + anon_sym_DASH_GT, + ACTIONS(4737), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [104670] = 3, + [109109] = 3, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(4715), 1, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + ACTIONS(4739), 2, + anon_sym_EQ, + anon_sym_LT_DASH, + [109121] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4741), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [109132] = 2, + ACTIONS(4743), 1, + aux_sym_char_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [109141] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4745), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [109152] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4747), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [109163] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4749), 1, anon_sym_DQUOTE, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [104681] = 3, + [109174] = 3, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(4717), 1, + ACTIONS(4751), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [104692] = 3, + [109185] = 3, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(4719), 1, - anon_sym_COLON, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [104703] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4721), 1, - anon_sym_with, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [104714] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4723), 1, - anon_sym_in, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [104725] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4725), 1, - sym_name_identifier, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [104736] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1637), 1, + ACTIONS(313), 1, anon_sym_DOT, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [104747] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4727), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [104758] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4729), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [104769] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4731), 1, - anon_sym_DQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [104780] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4733), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [104791] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4735), 1, - anon_sym_in, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [104802] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4737), 1, - sym_name_identifier, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [104813] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4739), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [104824] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4741), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [104835] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4013), 1, - sym_abstract_type_identifier, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [104846] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4743), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [104857] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4745), 1, - sym_name_identifier, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [104868] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4747), 1, - anon_sym_DQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [104879] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4749), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [104890] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4751), 1, - sym_name_identifier, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [104901] = 3, + [109196] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4753), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [104912] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4755), 1, anon_sym_SQUOTE, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [104923] = 3, + [109207] = 3, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(4757), 1, - sym_name_identifier, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [104934] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4759), 1, + ACTIONS(4755), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [104945] = 3, + [109218] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4757), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [109229] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4759), 1, + anon_sym_DQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [109240] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4761), 1, @@ -92791,39 +113597,39 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [104956] = 3, + [109251] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4763), 1, - sym_name_identifier, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [104967] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4765), 1, anon_sym_DQUOTE, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [104978] = 3, + [109262] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4765), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [109273] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4767), 1, - anon_sym_LBRACE, + anon_sym_SQUOTE, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [104989] = 3, + [109284] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4769), 1, - sym_name_identifier, + anon_sym_COLON, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [105000] = 3, + [109295] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4771), 1, @@ -92831,47 +113637,39 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [105011] = 3, + [109306] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4773), 1, + anon_sym_DQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [109317] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4775), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [105022] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4775), 1, - sym_name_identifier, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [105033] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(207), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [105044] = 3, + [109328] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4777), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [109339] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4779), 1, anon_sym_SQUOTE, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [105055] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4779), 1, - sym_name_identifier, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [105066] = 3, + [109350] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4781), 1, @@ -92879,79 +113677,79 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [105077] = 3, + [109361] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4783), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [109372] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4785), 1, anon_sym_DQUOTE, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [105088] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4785), 1, - sym_name_identifier, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [105099] = 3, + [109383] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4787), 1, - anon_sym_EQ, + anon_sym_RPAREN, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [105110] = 3, + [109394] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4789), 1, - anon_sym_EQ, + anon_sym_RPAREN, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [105121] = 3, + [109405] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4791), 1, - sym_name_identifier, + anon_sym_RPAREN, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [105132] = 3, + [109416] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4793), 1, - anon_sym_RPAREN, + anon_sym_SQUOTE, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [105143] = 3, + [109427] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4795), 1, - anon_sym_EQ, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [105154] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4797), 1, - sym_name_identifier, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [105165] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4799), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [105176] = 3, + [109438] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4797), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [109449] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4799), 1, + anon_sym_DQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [109460] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4801), 1, @@ -92959,15 +113757,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [105187] = 3, + [109471] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4803), 1, - sym_name_identifier, + anon_sym_RPAREN, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [105198] = 3, + [109482] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4805), 1, @@ -92975,126 +113773,133 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [105209] = 3, - ACTIONS(3), 1, - sym__line_comment, - ACTIONS(4807), 1, - sym_operator, - ACTIONS(5), 2, + [109493] = 3, + ACTIONS(5), 1, sym__doc_comment, + ACTIONS(4807), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, sym__block_comment, - [105220] = 3, + [109504] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4809), 1, - sym_name_identifier, + anon_sym_RPAREN, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [105231] = 3, + [109515] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4811), 1, - anon_sym_EQ, + anon_sym_RPAREN, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [105242] = 3, + [109526] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4813), 1, - anon_sym_EQ, + anon_sym_RPAREN, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [105253] = 3, + [109537] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4815), 1, - sym_name_identifier, + anon_sym_RPAREN, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [105264] = 2, + [109548] = 3, + ACTIONS(5), 1, + sym__doc_comment, ACTIONS(4817), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [109559] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4819), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [109570] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4821), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [109581] = 2, + ACTIONS(4823), 1, aux_sym_string_literal_token1, ACTIONS(5), 3, sym__line_comment, sym__doc_comment, sym__block_comment, - [105273] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4819), 1, - anon_sym_LBRACE, - ACTIONS(3), 2, + [109590] = 3, + ACTIONS(3), 1, sym__line_comment, - sym__block_comment, - [105284] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4821), 1, - sym_name_identifier, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [105295] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4823), 1, - anon_sym_LBRACE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [105306] = 3, - ACTIONS(5), 1, - sym__doc_comment, ACTIONS(4825), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, + sym_operator, + ACTIONS(5), 2, + sym__doc_comment, sym__block_comment, - [105317] = 3, + [109601] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4827), 1, - sym_name_identifier, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [105328] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4829), 1, - anon_sym_DQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [105339] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4831), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [105350] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4833), 1, - sym_name_identifier, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [105361] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4835), 1, anon_sym_EQ, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [105372] = 3, + [109612] = 3, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(4270), 1, + sym_operator, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + [109623] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4829), 1, + anon_sym_EQ, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [109634] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4831), 1, + anon_sym_SQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [109645] = 2, + ACTIONS(4833), 1, + aux_sym_char_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [109654] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4835), 1, + anon_sym_then, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [109665] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4837), 1, @@ -93102,15 +113907,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [105383] = 3, + [109676] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4839), 1, - sym_name_identifier, + anon_sym_RBRACE, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [105394] = 3, + [109687] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4841), 1, @@ -93118,7 +113923,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [105405] = 3, + [109698] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4843), 1, @@ -93126,15 +113931,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [105416] = 3, + [109709] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4845), 1, - sym_name_identifier, + anon_sym_RPAREN, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [105427] = 3, + [109720] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4847), 1, @@ -93142,23 +113947,23 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [105438] = 3, + [109731] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4849), 1, + anon_sym_then, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [109742] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4851), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [105449] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4851), 1, - sym_name_identifier, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [105460] = 3, + [109753] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4853), 1, @@ -93166,7 +113971,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [105471] = 3, + [109764] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4855), 1, @@ -93174,15 +113979,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [105482] = 3, + [109775] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4857), 1, - sym_name_identifier, + anon_sym_do, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [105493] = 3, + [109786] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4859), 1, @@ -93190,39 +113995,39 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [105504] = 3, + [109797] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4861), 1, - anon_sym_DOT, + anon_sym_RPAREN, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [105515] = 3, + [109808] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4863), 1, - sym_type_identifier, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [105526] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4865), 1, - sym_name_identifier, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [105537] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4867), 1, anon_sym_DQUOTE, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [105548] = 3, + [109819] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4865), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [109830] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4867), 1, + anon_sym_SQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [109841] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4869), 1, @@ -93230,71 +114035,53 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [105559] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(1629), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [105570] = 3, - ACTIONS(5), 1, - sym__doc_comment, + [109852] = 2, ACTIONS(4871), 1, - sym_name_identifier, - ACTIONS(3), 2, + aux_sym_string_literal_token1, + ACTIONS(5), 3, sym__line_comment, + sym__doc_comment, sym__block_comment, - [105581] = 3, + [109861] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4873), 1, - anon_sym_RPAREN, + anon_sym_RBRACE, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [105592] = 3, + [109872] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4875), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [105603] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4877), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [105614] = 3, + [109883] = 3, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(1623), 1, - anon_sym_DOT, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [105625] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4879), 1, + ACTIONS(4877), 1, anon_sym_DQUOTE, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [105636] = 3, + [109894] = 2, + ACTIONS(4879), 1, + aux_sym_char_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [109903] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4881), 1, - anon_sym_RPAREN, + anon_sym_then, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [105647] = 3, + [109914] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4883), 1, @@ -93302,23 +114089,31 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [105658] = 3, + [109925] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4885), 1, - anon_sym_LBRACE, + sym_type_identifier, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [105669] = 3, + [109936] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4887), 1, - anon_sym_SQUOTE, + anon_sym_RPAREN, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [105680] = 3, + [109947] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(447), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [109958] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4889), 1, @@ -93326,23 +114121,23 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [105691] = 3, + [109969] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4891), 1, - ts_builtin_sym_end, + anon_sym_SQUOTE, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [105702] = 3, + [109980] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4893), 1, - anon_sym_DQUOTE, + anon_sym_then, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [105713] = 3, + [109991] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4895), 1, @@ -93350,7 +114145,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [105724] = 3, + [110002] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4897), 1, @@ -93358,15 +114153,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [105735] = 3, + [110013] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4899), 1, - anon_sym_SQUOTE, + anon_sym_DQUOTE, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [105746] = 3, + [110024] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4901), 1, @@ -93374,23 +114169,38 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [105757] = 3, + [110035] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(3305), 1, + anon_sym_DASH_GT, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [110046] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(347), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [110057] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4903), 1, - anon_sym_DQUOTE, + anon_sym_SQUOTE, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [105768] = 3, - ACTIONS(5), 1, - sym__doc_comment, + [110068] = 2, ACTIONS(4905), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, + aux_sym_string_literal_token1, + ACTIONS(5), 3, sym__line_comment, + sym__doc_comment, sym__block_comment, - [105779] = 3, + [110077] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4907), 1, @@ -93398,39 +114208,38 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [105790] = 3, + [110088] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4909), 1, - sym_type_identifier, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [105801] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4911), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [105812] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4913), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [105823] = 3, + [110099] = 3, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(4915), 1, + ACTIONS(4911), 1, anon_sym_DQUOTE, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [105834] = 3, + [110110] = 2, + ACTIONS(4913), 1, + aux_sym_char_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [110119] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4915), 1, + anon_sym_then, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [110130] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4917), 1, @@ -93438,71 +114247,79 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [105845] = 3, + [110141] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4919), 1, - anon_sym_do, + anon_sym_RPAREN, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [105856] = 3, + [110152] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4921), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [105867] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4923), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [105878] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4925), 1, - anon_sym_do, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [105889] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4927), 1, - anon_sym_while, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [105900] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4929), 1, - anon_sym_RPAREN, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [105911] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4931), 1, anon_sym_DQUOTE, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [105922] = 3, + [110163] = 3, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(4933), 1, + ACTIONS(4923), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [105933] = 3, + [110174] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4925), 1, + anon_sym_SQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [110185] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4927), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [110196] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4929), 1, + anon_sym_then, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [110207] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4931), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [110218] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(2057), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [110229] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4933), 1, + anon_sym_SQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [110240] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4935), 1, @@ -93510,7 +114327,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [105944] = 3, + [110251] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4937), 1, @@ -93518,15 +114335,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [105955] = 3, + [110262] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4939), 1, - anon_sym_do, + anon_sym_RPAREN, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [105966] = 3, + [110273] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4941), 1, @@ -93534,31 +114351,29 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [105977] = 3, + [110284] = 2, + ACTIONS(4943), 1, + aux_sym_string_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [110293] = 3, ACTIONS(5), 1, sym__doc_comment, - ACTIONS(4943), 1, + ACTIONS(4945), 1, anon_sym_SQUOTE, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [105988] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4945), 1, - anon_sym_do, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [105999] = 3, - ACTIONS(5), 1, - sym__doc_comment, + [110304] = 2, ACTIONS(4947), 1, - anon_sym_while, - ACTIONS(3), 2, + aux_sym_char_literal_token1, + ACTIONS(5), 3, sym__line_comment, + sym__doc_comment, sym__block_comment, - [106010] = 3, + [110313] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4949), 1, @@ -93566,7 +114381,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [106021] = 3, + [110324] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4737), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [110335] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4951), 1, @@ -93574,2579 +114397,5185 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [106032] = 3, + [110346] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4953), 1, - anon_sym_while, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [106043] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4955), 1, - anon_sym_do, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [106054] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4957), 1, - anon_sym_SQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [106065] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4959), 1, - anon_sym_DQUOTE, - ACTIONS(3), 2, - sym__line_comment, - sym__block_comment, - [106076] = 3, - ACTIONS(5), 1, - sym__doc_comment, - ACTIONS(4961), 1, anon_sym_RPAREN, ACTIONS(3), 2, sym__line_comment, sym__block_comment, - [106087] = 3, + [110357] = 2, + ACTIONS(4955), 1, + aux_sym_string_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [110366] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4957), 1, + anon_sym_DQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [110377] = 2, + ACTIONS(4959), 1, + aux_sym_char_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [110386] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4961), 1, + anon_sym_SQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [110397] = 3, ACTIONS(5), 1, sym__doc_comment, ACTIONS(4963), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [110408] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4965), 1, + anon_sym_SQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [110419] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4967), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [110430] = 2, + ACTIONS(4969), 1, + aux_sym_string_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [110439] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4971), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [110450] = 2, + ACTIONS(4973), 1, + aux_sym_char_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [110459] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4975), 1, + anon_sym_DQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [110470] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4977), 1, + anon_sym_EQ, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [110481] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4979), 1, + anon_sym_SQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [110492] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4981), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [110503] = 2, + ACTIONS(4983), 1, + aux_sym_string_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [110512] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4985), 1, + anon_sym_LBRACE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [110523] = 2, + ACTIONS(4987), 1, + aux_sym_char_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [110532] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4989), 1, + anon_sym_DQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [110543] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4991), 1, + anon_sym_SQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [110554] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4993), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [110565] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4995), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [110576] = 2, + ACTIONS(4997), 1, + aux_sym_string_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [110585] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(4691), 1, + sym_abstract_type_identifier, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [110596] = 2, + ACTIONS(4999), 1, + aux_sym_char_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [110605] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5001), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [110616] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5003), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [110627] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5005), 1, + anon_sym_DQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [110638] = 2, + ACTIONS(5007), 1, + aux_sym_string_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [110647] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5009), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [110658] = 2, + ACTIONS(5011), 1, + aux_sym_char_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [110667] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5013), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [110678] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5015), 1, + anon_sym_SQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [110689] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5017), 1, + anon_sym_DQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [110700] = 2, + ACTIONS(5019), 1, + aux_sym_string_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [110709] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5021), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [110720] = 2, + ACTIONS(5023), 1, + aux_sym_char_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [110729] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5025), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [110740] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5027), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [110751] = 2, + ACTIONS(5029), 1, + aux_sym_string_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [110760] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5031), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [110771] = 2, + ACTIONS(5033), 1, + aux_sym_char_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [110780] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5035), 1, + anon_sym_DQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [110791] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5037), 1, + anon_sym_SQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [110802] = 2, + ACTIONS(5039), 1, + aux_sym_string_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [110811] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5041), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [110822] = 2, + ACTIONS(5043), 1, + aux_sym_char_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [110831] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5045), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [110842] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5047), 1, + anon_sym_SQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [110853] = 2, + ACTIONS(5049), 1, + aux_sym_string_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [110862] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5051), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [110873] = 2, + ACTIONS(5053), 1, + aux_sym_char_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [110882] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5055), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [110893] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5057), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [110904] = 2, + ACTIONS(5059), 1, + aux_sym_string_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [110913] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5061), 1, + anon_sym_DQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [110924] = 2, + ACTIONS(5063), 1, + aux_sym_char_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [110933] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5065), 1, + anon_sym_DQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [110944] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5067), 1, + anon_sym_while, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [110955] = 2, + ACTIONS(5069), 1, + aux_sym_string_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [110964] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5071), 1, + anon_sym_import, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [110975] = 2, + ACTIONS(5073), 1, + aux_sym_char_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [110984] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5075), 1, + anon_sym_DQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [110995] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5077), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [111006] = 2, + ACTIONS(5079), 1, + aux_sym_string_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [111015] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5081), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [111026] = 2, + ACTIONS(5083), 1, + aux_sym_char_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [111035] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5085), 1, + anon_sym_SQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [111046] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5087), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [111057] = 2, + ACTIONS(5089), 1, + aux_sym_string_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [111066] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5091), 1, + anon_sym_DQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [111077] = 2, + ACTIONS(5093), 1, + aux_sym_char_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [111086] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5095), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [111097] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5097), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [111108] = 2, + ACTIONS(5099), 1, + aux_sym_string_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [111117] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5101), 1, + anon_sym_DQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [111128] = 2, + ACTIONS(5103), 1, + aux_sym_char_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [111137] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5105), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [111148] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5107), 1, + anon_sym_SQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [111159] = 2, + ACTIONS(5109), 1, + aux_sym_string_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [111168] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5111), 1, anon_sym_COLON, ACTIONS(3), 2, sym__line_comment, sym__block_comment, + [111179] = 2, + ACTIONS(5113), 1, + aux_sym_char_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [111188] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5115), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [111199] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5117), 1, + anon_sym_with, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [111210] = 2, + ACTIONS(5119), 1, + aux_sym_string_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [111219] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5121), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [111230] = 2, + ACTIONS(5123), 1, + aux_sym_char_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [111239] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5125), 1, + anon_sym_SQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [111250] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5127), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [111261] = 2, + ACTIONS(5129), 1, + aux_sym_string_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [111270] = 3, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(3209), 1, + sym_operator, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + [111281] = 2, + ACTIONS(5131), 1, + aux_sym_char_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [111290] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5133), 1, + anon_sym_then, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [111301] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5135), 1, + anon_sym_while, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [111312] = 2, + ACTIONS(5137), 1, + aux_sym_string_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [111321] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5139), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [111332] = 2, + ACTIONS(5141), 1, + aux_sym_char_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [111341] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5143), 1, + anon_sym_DQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [111352] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5145), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [111363] = 2, + ACTIONS(5147), 1, + aux_sym_string_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [111372] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5149), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [111383] = 2, + ACTIONS(5151), 1, + aux_sym_char_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [111392] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5153), 1, + anon_sym_do, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [111403] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5155), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [111414] = 2, + ACTIONS(5157), 1, + aux_sym_string_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [111423] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5159), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [111434] = 2, + ACTIONS(5161), 1, + aux_sym_char_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [111443] = 2, + ACTIONS(5163), 1, + aux_sym_string_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [111452] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5165), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [111463] = 2, + ACTIONS(5167), 1, + aux_sym_char_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [111472] = 2, + ACTIONS(5169), 1, + aux_sym_string_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [111481] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5171), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [111492] = 2, + ACTIONS(5173), 1, + aux_sym_char_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [111501] = 2, + ACTIONS(5175), 1, + aux_sym_string_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [111510] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5177), 1, + anon_sym_SQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [111521] = 2, + ACTIONS(5179), 1, + aux_sym_char_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [111530] = 2, + ACTIONS(5181), 1, + aux_sym_string_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [111539] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5183), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [111550] = 2, + ACTIONS(5185), 1, + aux_sym_char_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [111559] = 2, + ACTIONS(5187), 1, + aux_sym_string_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [111568] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5189), 1, + anon_sym_EQ, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [111579] = 2, + ACTIONS(5191), 1, + aux_sym_char_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [111588] = 2, + ACTIONS(5193), 1, + aux_sym_string_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [111597] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5195), 1, + anon_sym_in, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [111608] = 2, + ACTIONS(5197), 1, + aux_sym_char_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [111617] = 2, + ACTIONS(5199), 1, + aux_sym_string_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [111626] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5201), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [111637] = 2, + ACTIONS(5203), 1, + aux_sym_char_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [111646] = 2, + ACTIONS(5205), 1, + aux_sym_string_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [111655] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5207), 1, + anon_sym_EQ, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [111666] = 2, + ACTIONS(5209), 1, + aux_sym_char_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [111675] = 2, + ACTIONS(5211), 1, + aux_sym_string_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [111684] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5213), 1, + anon_sym_DQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [111695] = 2, + ACTIONS(5215), 1, + aux_sym_char_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [111704] = 2, + ACTIONS(5217), 1, + aux_sym_string_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [111713] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5219), 1, + anon_sym_DQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [111724] = 2, + ACTIONS(5221), 1, + aux_sym_char_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [111733] = 2, + ACTIONS(5223), 1, + aux_sym_string_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [111742] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(2101), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [111753] = 2, + ACTIONS(5225), 1, + aux_sym_char_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [111762] = 2, + ACTIONS(5227), 1, + aux_sym_string_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [111771] = 3, + ACTIONS(3), 1, + sym__line_comment, + ACTIONS(5229), 1, + sym_operator, + ACTIONS(5), 2, + sym__doc_comment, + sym__block_comment, + [111782] = 2, + ACTIONS(5231), 1, + aux_sym_char_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [111791] = 2, + ACTIONS(5233), 1, + aux_sym_string_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [111800] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5235), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [111811] = 2, + ACTIONS(5237), 1, + aux_sym_char_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [111820] = 2, + ACTIONS(5239), 1, + aux_sym_string_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [111829] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5241), 1, + anon_sym_SQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [111840] = 2, + ACTIONS(5243), 1, + aux_sym_char_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [111849] = 2, + ACTIONS(5245), 1, + aux_sym_string_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [111858] = 2, + ACTIONS(5247), 1, + aux_sym_string_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [111867] = 2, + ACTIONS(5249), 1, + aux_sym_char_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [111876] = 2, + ACTIONS(5251), 1, + aux_sym_string_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [111885] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5253), 1, + anon_sym_EQ, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [111896] = 2, + ACTIONS(5255), 1, + aux_sym_char_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [111905] = 2, + ACTIONS(5257), 1, + aux_sym_string_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [111914] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5259), 1, + anon_sym_LBRACE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [111925] = 2, + ACTIONS(5261), 1, + aux_sym_char_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [111934] = 2, + ACTIONS(5263), 1, + aux_sym_string_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [111943] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5265), 1, + anon_sym_LBRACE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [111954] = 2, + ACTIONS(5267), 1, + aux_sym_char_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [111963] = 2, + ACTIONS(5269), 1, + aux_sym_string_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [111972] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5271), 1, + anon_sym_LBRACE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [111983] = 2, + ACTIONS(5273), 1, + aux_sym_char_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [111992] = 2, + ACTIONS(5275), 1, + aux_sym_string_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [112001] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5277), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112012] = 2, + ACTIONS(5279), 1, + aux_sym_char_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [112021] = 2, + ACTIONS(5281), 1, + aux_sym_string_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [112030] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5283), 1, + anon_sym_SQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112041] = 2, + ACTIONS(5285), 1, + aux_sym_char_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [112050] = 2, + ACTIONS(5287), 1, + aux_sym_string_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [112059] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5289), 1, + anon_sym_SQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112070] = 2, + ACTIONS(5291), 1, + aux_sym_char_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [112079] = 2, + ACTIONS(5293), 1, + aux_sym_string_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [112088] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5295), 1, + ts_builtin_sym_end, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112099] = 2, + ACTIONS(5297), 1, + aux_sym_char_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [112108] = 2, + ACTIONS(5299), 1, + aux_sym_string_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [112117] = 2, + ACTIONS(5301), 1, + aux_sym_char_literal_token1, + ACTIONS(5), 3, + sym__line_comment, + sym__doc_comment, + sym__block_comment, + [112126] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5303), 1, + anon_sym_DQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112137] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5305), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112148] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5307), 1, + anon_sym_import, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112159] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5309), 1, + anon_sym_DQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112170] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5311), 1, + anon_sym_with, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112181] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5313), 1, + anon_sym_in, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112192] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5315), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112203] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5317), 1, + anon_sym_SQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112214] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5319), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112225] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5321), 1, + anon_sym_SQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112236] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5323), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112247] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5325), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112258] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5327), 1, + anon_sym_with, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112269] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5329), 1, + anon_sym_in, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112280] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5331), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112291] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5333), 1, + anon_sym_SQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112302] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5335), 1, + anon_sym_do, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112313] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5337), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112324] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5339), 1, + anon_sym_SQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112335] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5341), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112346] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5343), 1, + anon_sym_with, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112357] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5345), 1, + anon_sym_in, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112368] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5347), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112379] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5349), 1, + anon_sym_DQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112390] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5351), 1, + anon_sym_DQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112401] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5353), 1, + sym_type_identifier, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112412] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5355), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112423] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5357), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112434] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5359), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112445] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5361), 1, + anon_sym_SQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112456] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5363), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112467] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5365), 1, + anon_sym_SQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112478] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5367), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112489] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5369), 1, + anon_sym_DQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112500] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5371), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112511] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5373), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112522] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5375), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112533] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5377), 1, + anon_sym_SQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112544] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5379), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112555] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5381), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112566] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5383), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112577] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5385), 1, + anon_sym_DQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112588] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5387), 1, + anon_sym_DQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112599] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5389), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112610] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5391), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112621] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5393), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112632] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5395), 1, + anon_sym_SQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112643] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5397), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112654] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5399), 1, + anon_sym_DQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112665] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5401), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112676] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5403), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112687] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5405), 1, + anon_sym_DQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112698] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5407), 1, + anon_sym_do, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112709] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5409), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112720] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5411), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112731] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5413), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112742] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5415), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112753] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5417), 1, + anon_sym_COLON, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112764] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5419), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112775] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5421), 1, + anon_sym_SQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112786] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5423), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112797] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5425), 1, + anon_sym_SQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112808] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5427), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112819] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5429), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112830] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5431), 1, + anon_sym_SQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112841] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5433), 1, + anon_sym_DQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112852] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5435), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112863] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5437), 1, + anon_sym_DQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112874] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5439), 1, + anon_sym_do, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112885] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5441), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112896] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5443), 1, + anon_sym_while, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112907] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5445), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112918] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5447), 1, + anon_sym_DQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112929] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5449), 1, + anon_sym_SQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112940] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5451), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112951] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5453), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112962] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5455), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112973] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5457), 1, + anon_sym_DQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112984] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5459), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [112995] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5461), 1, + anon_sym_SQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [113006] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5463), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [113017] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5465), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [113028] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5467), 1, + anon_sym_SQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [113039] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5469), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [113050] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5471), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [113061] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5473), 1, + anon_sym_DQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [113072] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5475), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [113083] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5477), 1, + anon_sym_EQ, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [113094] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5479), 1, + anon_sym_DQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [113105] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5481), 1, + anon_sym_DQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [113116] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5483), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [113127] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5485), 1, + sym_type_identifier, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [113138] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5487), 1, + anon_sym_while, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [113149] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5489), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [113160] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5491), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [113171] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5493), 1, + anon_sym_do, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [113182] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5495), 1, + anon_sym_SQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [113193] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5497), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [113204] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5499), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [113215] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(2075), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [113226] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5501), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [113237] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5503), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [113248] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5505), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [113259] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5507), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [113270] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5509), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [113281] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5511), 1, + anon_sym_DQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [113292] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5513), 1, + anon_sym_SQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [113303] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5515), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [113314] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5517), 1, + anon_sym_do, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [113325] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5519), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [113336] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5521), 1, + anon_sym_RBRACE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [113347] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5523), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [113358] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5525), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [113369] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5527), 1, + anon_sym_SQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [113380] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5529), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [113391] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5531), 1, + anon_sym_DQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [113402] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5533), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [113413] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5535), 1, + sym_type_identifier, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [113424] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5537), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [113435] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5539), 1, + anon_sym_DQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [113446] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5541), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [113457] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5543), 1, + anon_sym_do, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [113468] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5545), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [113479] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5547), 1, + anon_sym_SQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [113490] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5549), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [113501] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(2067), 1, + anon_sym_DOT, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [113512] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5551), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [113523] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5553), 1, + anon_sym_DQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [113534] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5555), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [113545] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5557), 1, + anon_sym_then, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [113556] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5559), 1, + anon_sym_SQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [113567] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5561), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [113578] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5563), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [113589] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5565), 1, + anon_sym_DQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [113600] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5567), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [113611] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5569), 1, + anon_sym_SQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [113622] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5571), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [113633] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5573), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [113644] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5575), 1, + anon_sym_DQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [113655] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5577), 1, + anon_sym_RPAREN, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, + [113666] = 3, + ACTIONS(5), 1, + sym__doc_comment, + ACTIONS(5579), 1, + anon_sym_SQUOTE, + ACTIONS(3), 2, + sym__line_comment, + sym__block_comment, }; static const uint32_t ts_small_parse_table_map[] = { - [SMALL_STATE(2)] = 0, - [SMALL_STATE(3)] = 146, - [SMALL_STATE(4)] = 292, - [SMALL_STATE(5)] = 438, - [SMALL_STATE(6)] = 584, - [SMALL_STATE(7)] = 730, - [SMALL_STATE(8)] = 876, - [SMALL_STATE(9)] = 1022, - [SMALL_STATE(10)] = 1168, - [SMALL_STATE(11)] = 1314, - [SMALL_STATE(12)] = 1460, - [SMALL_STATE(13)] = 1606, - [SMALL_STATE(14)] = 1752, - [SMALL_STATE(15)] = 1898, - [SMALL_STATE(16)] = 2044, - [SMALL_STATE(17)] = 2190, - [SMALL_STATE(18)] = 2336, - [SMALL_STATE(19)] = 2482, - [SMALL_STATE(20)] = 2628, - [SMALL_STATE(21)] = 2774, - [SMALL_STATE(22)] = 2920, - [SMALL_STATE(23)] = 3066, - [SMALL_STATE(24)] = 3212, - [SMALL_STATE(25)] = 3358, - [SMALL_STATE(26)] = 3504, - [SMALL_STATE(27)] = 3650, - [SMALL_STATE(28)] = 3796, - [SMALL_STATE(29)] = 3942, - [SMALL_STATE(30)] = 4088, - [SMALL_STATE(31)] = 4234, - [SMALL_STATE(32)] = 4380, - [SMALL_STATE(33)] = 4526, - [SMALL_STATE(34)] = 4672, - [SMALL_STATE(35)] = 4818, - [SMALL_STATE(36)] = 4964, - [SMALL_STATE(37)] = 5110, - [SMALL_STATE(38)] = 5256, - [SMALL_STATE(39)] = 5402, - [SMALL_STATE(40)] = 5548, - [SMALL_STATE(41)] = 5694, - [SMALL_STATE(42)] = 5840, - [SMALL_STATE(43)] = 5986, - [SMALL_STATE(44)] = 6132, - [SMALL_STATE(45)] = 6278, - [SMALL_STATE(46)] = 6424, - [SMALL_STATE(47)] = 6570, - [SMALL_STATE(48)] = 6716, - [SMALL_STATE(49)] = 6862, - [SMALL_STATE(50)] = 7008, - [SMALL_STATE(51)] = 7154, - [SMALL_STATE(52)] = 7300, - [SMALL_STATE(53)] = 7446, - [SMALL_STATE(54)] = 7592, - [SMALL_STATE(55)] = 7738, - [SMALL_STATE(56)] = 7884, - [SMALL_STATE(57)] = 8030, - [SMALL_STATE(58)] = 8176, - [SMALL_STATE(59)] = 8322, - [SMALL_STATE(60)] = 8462, - [SMALL_STATE(61)] = 8602, - [SMALL_STATE(62)] = 8742, - [SMALL_STATE(63)] = 8882, - [SMALL_STATE(64)] = 9022, - [SMALL_STATE(65)] = 9162, - [SMALL_STATE(66)] = 9302, - [SMALL_STATE(67)] = 9442, - [SMALL_STATE(68)] = 9582, - [SMALL_STATE(69)] = 9722, - [SMALL_STATE(70)] = 9862, - [SMALL_STATE(71)] = 10002, - [SMALL_STATE(72)] = 10142, - [SMALL_STATE(73)] = 10282, - [SMALL_STATE(74)] = 10422, - [SMALL_STATE(75)] = 10562, - [SMALL_STATE(76)] = 10702, - [SMALL_STATE(77)] = 10842, - [SMALL_STATE(78)] = 10982, - [SMALL_STATE(79)] = 11122, - [SMALL_STATE(80)] = 11262, - [SMALL_STATE(81)] = 11402, - [SMALL_STATE(82)] = 11542, - [SMALL_STATE(83)] = 11682, - [SMALL_STATE(84)] = 11822, - [SMALL_STATE(85)] = 11962, - [SMALL_STATE(86)] = 12102, - [SMALL_STATE(87)] = 12242, - [SMALL_STATE(88)] = 12382, - [SMALL_STATE(89)] = 12522, - [SMALL_STATE(90)] = 12662, - [SMALL_STATE(91)] = 12802, - [SMALL_STATE(92)] = 12942, - [SMALL_STATE(93)] = 13082, - [SMALL_STATE(94)] = 13222, - [SMALL_STATE(95)] = 13362, - [SMALL_STATE(96)] = 13502, - [SMALL_STATE(97)] = 13642, - [SMALL_STATE(98)] = 13782, - [SMALL_STATE(99)] = 13922, - [SMALL_STATE(100)] = 14062, - [SMALL_STATE(101)] = 14202, - [SMALL_STATE(102)] = 14342, - [SMALL_STATE(103)] = 14482, - [SMALL_STATE(104)] = 14622, - [SMALL_STATE(105)] = 14762, - [SMALL_STATE(106)] = 14902, - [SMALL_STATE(107)] = 15042, - [SMALL_STATE(108)] = 15182, - [SMALL_STATE(109)] = 15322, - [SMALL_STATE(110)] = 15462, - [SMALL_STATE(111)] = 15602, - [SMALL_STATE(112)] = 15742, - [SMALL_STATE(113)] = 15882, - [SMALL_STATE(114)] = 15950, - [SMALL_STATE(115)] = 16018, - [SMALL_STATE(116)] = 16086, - [SMALL_STATE(117)] = 16141, - [SMALL_STATE(118)] = 16195, - [SMALL_STATE(119)] = 16247, - [SMALL_STATE(120)] = 16301, - [SMALL_STATE(121)] = 16353, - [SMALL_STATE(122)] = 16437, - [SMALL_STATE(123)] = 16521, - [SMALL_STATE(124)] = 16605, - [SMALL_STATE(125)] = 16688, - [SMALL_STATE(126)] = 16771, - [SMALL_STATE(127)] = 16854, - [SMALL_STATE(128)] = 16937, - [SMALL_STATE(129)] = 17020, - [SMALL_STATE(130)] = 17103, - [SMALL_STATE(131)] = 17186, - [SMALL_STATE(132)] = 17269, - [SMALL_STATE(133)] = 17352, - [SMALL_STATE(134)] = 17435, - [SMALL_STATE(135)] = 17518, - [SMALL_STATE(136)] = 17601, - [SMALL_STATE(137)] = 17683, - [SMALL_STATE(138)] = 17765, - [SMALL_STATE(139)] = 17847, - [SMALL_STATE(140)] = 17929, - [SMALL_STATE(141)] = 18011, - [SMALL_STATE(142)] = 18093, - [SMALL_STATE(143)] = 18175, - [SMALL_STATE(144)] = 18257, - [SMALL_STATE(145)] = 18339, - [SMALL_STATE(146)] = 18421, - [SMALL_STATE(147)] = 18503, - [SMALL_STATE(148)] = 18585, - [SMALL_STATE(149)] = 18667, - [SMALL_STATE(150)] = 18749, - [SMALL_STATE(151)] = 18831, - [SMALL_STATE(152)] = 18913, - [SMALL_STATE(153)] = 18995, - [SMALL_STATE(154)] = 19077, - [SMALL_STATE(155)] = 19159, - [SMALL_STATE(156)] = 19241, - [SMALL_STATE(157)] = 19323, - [SMALL_STATE(158)] = 19425, - [SMALL_STATE(159)] = 19506, - [SMALL_STATE(160)] = 19587, - [SMALL_STATE(161)] = 19668, - [SMALL_STATE(162)] = 19749, - [SMALL_STATE(163)] = 19830, - [SMALL_STATE(164)] = 19911, - [SMALL_STATE(165)] = 19992, - [SMALL_STATE(166)] = 20073, - [SMALL_STATE(167)] = 20154, - [SMALL_STATE(168)] = 20235, - [SMALL_STATE(169)] = 20316, - [SMALL_STATE(170)] = 20397, - [SMALL_STATE(171)] = 20478, - [SMALL_STATE(172)] = 20559, - [SMALL_STATE(173)] = 20640, - [SMALL_STATE(174)] = 20721, - [SMALL_STATE(175)] = 20802, - [SMALL_STATE(176)] = 20883, - [SMALL_STATE(177)] = 20964, - [SMALL_STATE(178)] = 21045, - [SMALL_STATE(179)] = 21126, - [SMALL_STATE(180)] = 21207, - [SMALL_STATE(181)] = 21288, - [SMALL_STATE(182)] = 21369, - [SMALL_STATE(183)] = 21465, - [SMALL_STATE(184)] = 21561, - [SMALL_STATE(185)] = 21641, - [SMALL_STATE(186)] = 21737, - [SMALL_STATE(187)] = 21833, - [SMALL_STATE(188)] = 21929, - [SMALL_STATE(189)] = 22025, - [SMALL_STATE(190)] = 22105, - [SMALL_STATE(191)] = 22201, - [SMALL_STATE(192)] = 22281, - [SMALL_STATE(193)] = 22377, - [SMALL_STATE(194)] = 22473, - [SMALL_STATE(195)] = 22569, - [SMALL_STATE(196)] = 22665, - [SMALL_STATE(197)] = 22761, - [SMALL_STATE(198)] = 22857, - [SMALL_STATE(199)] = 22953, - [SMALL_STATE(200)] = 23049, - [SMALL_STATE(201)] = 23145, - [SMALL_STATE(202)] = 23241, - [SMALL_STATE(203)] = 23321, - [SMALL_STATE(204)] = 23401, - [SMALL_STATE(205)] = 23497, - [SMALL_STATE(206)] = 23593, - [SMALL_STATE(207)] = 23689, - [SMALL_STATE(208)] = 23785, - [SMALL_STATE(209)] = 23881, - [SMALL_STATE(210)] = 23977, - [SMALL_STATE(211)] = 24073, - [SMALL_STATE(212)] = 24169, - [SMALL_STATE(213)] = 24265, - [SMALL_STATE(214)] = 24361, - [SMALL_STATE(215)] = 24457, - [SMALL_STATE(216)] = 24553, - [SMALL_STATE(217)] = 24649, - [SMALL_STATE(218)] = 24729, - [SMALL_STATE(219)] = 24825, - [SMALL_STATE(220)] = 24921, - [SMALL_STATE(221)] = 25017, - [SMALL_STATE(222)] = 25113, - [SMALL_STATE(223)] = 25209, - [SMALL_STATE(224)] = 25305, - [SMALL_STATE(225)] = 25401, - [SMALL_STATE(226)] = 25481, - [SMALL_STATE(227)] = 25577, - [SMALL_STATE(228)] = 25673, - [SMALL_STATE(229)] = 25769, - [SMALL_STATE(230)] = 25865, - [SMALL_STATE(231)] = 25961, - [SMALL_STATE(232)] = 26057, - [SMALL_STATE(233)] = 26153, - [SMALL_STATE(234)] = 26249, - [SMALL_STATE(235)] = 26345, - [SMALL_STATE(236)] = 26441, - [SMALL_STATE(237)] = 26537, - [SMALL_STATE(238)] = 26633, - [SMALL_STATE(239)] = 26729, - [SMALL_STATE(240)] = 26825, - [SMALL_STATE(241)] = 26921, - [SMALL_STATE(242)] = 27017, - [SMALL_STATE(243)] = 27113, - [SMALL_STATE(244)] = 27209, - [SMALL_STATE(245)] = 27289, - [SMALL_STATE(246)] = 27385, - [SMALL_STATE(247)] = 27481, - [SMALL_STATE(248)] = 27577, - [SMALL_STATE(249)] = 27673, - [SMALL_STATE(250)] = 27753, - [SMALL_STATE(251)] = 27849, - [SMALL_STATE(252)] = 27929, - [SMALL_STATE(253)] = 28025, - [SMALL_STATE(254)] = 28121, - [SMALL_STATE(255)] = 28201, - [SMALL_STATE(256)] = 28297, - [SMALL_STATE(257)] = 28393, - [SMALL_STATE(258)] = 28489, - [SMALL_STATE(259)] = 28569, - [SMALL_STATE(260)] = 28665, - [SMALL_STATE(261)] = 28761, - [SMALL_STATE(262)] = 28857, - [SMALL_STATE(263)] = 28953, - [SMALL_STATE(264)] = 29049, - [SMALL_STATE(265)] = 29145, - [SMALL_STATE(266)] = 29241, - [SMALL_STATE(267)] = 29337, - [SMALL_STATE(268)] = 29433, - [SMALL_STATE(269)] = 29529, - [SMALL_STATE(270)] = 29625, - [SMALL_STATE(271)] = 29721, - [SMALL_STATE(272)] = 29817, - [SMALL_STATE(273)] = 29913, - [SMALL_STATE(274)] = 30009, - [SMALL_STATE(275)] = 30105, - [SMALL_STATE(276)] = 30201, - [SMALL_STATE(277)] = 30297, - [SMALL_STATE(278)] = 30393, - [SMALL_STATE(279)] = 30489, - [SMALL_STATE(280)] = 30585, - [SMALL_STATE(281)] = 30681, - [SMALL_STATE(282)] = 30777, - [SMALL_STATE(283)] = 30873, - [SMALL_STATE(284)] = 30969, - [SMALL_STATE(285)] = 31065, - [SMALL_STATE(286)] = 31161, - [SMALL_STATE(287)] = 31257, - [SMALL_STATE(288)] = 31353, - [SMALL_STATE(289)] = 31449, - [SMALL_STATE(290)] = 31545, - [SMALL_STATE(291)] = 31641, - [SMALL_STATE(292)] = 31737, - [SMALL_STATE(293)] = 31833, - [SMALL_STATE(294)] = 31929, - [SMALL_STATE(295)] = 32025, - [SMALL_STATE(296)] = 32121, - [SMALL_STATE(297)] = 32217, - [SMALL_STATE(298)] = 32313, - [SMALL_STATE(299)] = 32409, - [SMALL_STATE(300)] = 32505, - [SMALL_STATE(301)] = 32601, - [SMALL_STATE(302)] = 32697, - [SMALL_STATE(303)] = 32793, - [SMALL_STATE(304)] = 32889, - [SMALL_STATE(305)] = 32985, - [SMALL_STATE(306)] = 33081, - [SMALL_STATE(307)] = 33177, - [SMALL_STATE(308)] = 33273, - [SMALL_STATE(309)] = 33369, - [SMALL_STATE(310)] = 33465, - [SMALL_STATE(311)] = 33561, - [SMALL_STATE(312)] = 33657, - [SMALL_STATE(313)] = 33753, - [SMALL_STATE(314)] = 33849, - [SMALL_STATE(315)] = 33945, - [SMALL_STATE(316)] = 34041, - [SMALL_STATE(317)] = 34137, - [SMALL_STATE(318)] = 34233, - [SMALL_STATE(319)] = 34329, - [SMALL_STATE(320)] = 34425, - [SMALL_STATE(321)] = 34521, - [SMALL_STATE(322)] = 34617, - [SMALL_STATE(323)] = 34713, - [SMALL_STATE(324)] = 34809, - [SMALL_STATE(325)] = 34905, - [SMALL_STATE(326)] = 35001, - [SMALL_STATE(327)] = 35097, - [SMALL_STATE(328)] = 35193, - [SMALL_STATE(329)] = 35289, - [SMALL_STATE(330)] = 35385, - [SMALL_STATE(331)] = 35481, - [SMALL_STATE(332)] = 35561, - [SMALL_STATE(333)] = 35657, - [SMALL_STATE(334)] = 35753, - [SMALL_STATE(335)] = 35849, - [SMALL_STATE(336)] = 35945, - [SMALL_STATE(337)] = 36041, - [SMALL_STATE(338)] = 36137, - [SMALL_STATE(339)] = 36233, - [SMALL_STATE(340)] = 36329, - [SMALL_STATE(341)] = 36409, - [SMALL_STATE(342)] = 36505, - [SMALL_STATE(343)] = 36601, - [SMALL_STATE(344)] = 36697, - [SMALL_STATE(345)] = 36793, - [SMALL_STATE(346)] = 36889, - [SMALL_STATE(347)] = 36985, - [SMALL_STATE(348)] = 37081, - [SMALL_STATE(349)] = 37177, - [SMALL_STATE(350)] = 37273, - [SMALL_STATE(351)] = 37369, - [SMALL_STATE(352)] = 37449, - [SMALL_STATE(353)] = 37545, - [SMALL_STATE(354)] = 37641, - [SMALL_STATE(355)] = 37737, - [SMALL_STATE(356)] = 37833, - [SMALL_STATE(357)] = 37929, - [SMALL_STATE(358)] = 38025, - [SMALL_STATE(359)] = 38121, - [SMALL_STATE(360)] = 38217, - [SMALL_STATE(361)] = 38313, - [SMALL_STATE(362)] = 38409, - [SMALL_STATE(363)] = 38505, - [SMALL_STATE(364)] = 38601, - [SMALL_STATE(365)] = 38697, - [SMALL_STATE(366)] = 38793, - [SMALL_STATE(367)] = 38889, - [SMALL_STATE(368)] = 38985, - [SMALL_STATE(369)] = 39081, - [SMALL_STATE(370)] = 39161, - [SMALL_STATE(371)] = 39257, - [SMALL_STATE(372)] = 39353, - [SMALL_STATE(373)] = 39449, - [SMALL_STATE(374)] = 39545, - [SMALL_STATE(375)] = 39641, - [SMALL_STATE(376)] = 39737, - [SMALL_STATE(377)] = 39833, - [SMALL_STATE(378)] = 39929, - [SMALL_STATE(379)] = 40025, - [SMALL_STATE(380)] = 40121, - [SMALL_STATE(381)] = 40217, - [SMALL_STATE(382)] = 40313, - [SMALL_STATE(383)] = 40409, - [SMALL_STATE(384)] = 40505, - [SMALL_STATE(385)] = 40585, - [SMALL_STATE(386)] = 40681, - [SMALL_STATE(387)] = 40777, - [SMALL_STATE(388)] = 40873, - [SMALL_STATE(389)] = 40969, - [SMALL_STATE(390)] = 41065, - [SMALL_STATE(391)] = 41161, - [SMALL_STATE(392)] = 41257, - [SMALL_STATE(393)] = 41353, - [SMALL_STATE(394)] = 41449, - [SMALL_STATE(395)] = 41529, - [SMALL_STATE(396)] = 41625, - [SMALL_STATE(397)] = 41721, - [SMALL_STATE(398)] = 41817, - [SMALL_STATE(399)] = 41913, - [SMALL_STATE(400)] = 42009, - [SMALL_STATE(401)] = 42105, - [SMALL_STATE(402)] = 42201, - [SMALL_STATE(403)] = 42297, - [SMALL_STATE(404)] = 42393, - [SMALL_STATE(405)] = 42489, - [SMALL_STATE(406)] = 42585, - [SMALL_STATE(407)] = 42681, - [SMALL_STATE(408)] = 42777, - [SMALL_STATE(409)] = 42873, - [SMALL_STATE(410)] = 42969, - [SMALL_STATE(411)] = 43065, - [SMALL_STATE(412)] = 43161, - [SMALL_STATE(413)] = 43257, - [SMALL_STATE(414)] = 43353, - [SMALL_STATE(415)] = 43449, - [SMALL_STATE(416)] = 43545, - [SMALL_STATE(417)] = 43641, - [SMALL_STATE(418)] = 43720, - [SMALL_STATE(419)] = 43799, - [SMALL_STATE(420)] = 43878, - [SMALL_STATE(421)] = 43957, - [SMALL_STATE(422)] = 44036, - [SMALL_STATE(423)] = 44115, - [SMALL_STATE(424)] = 44194, - [SMALL_STATE(425)] = 44273, - [SMALL_STATE(426)] = 44352, - [SMALL_STATE(427)] = 44398, - [SMALL_STATE(428)] = 44476, - [SMALL_STATE(429)] = 44522, - [SMALL_STATE(430)] = 44570, - [SMALL_STATE(431)] = 44616, - [SMALL_STATE(432)] = 44662, - [SMALL_STATE(433)] = 44708, - [SMALL_STATE(434)] = 44754, - [SMALL_STATE(435)] = 44800, - [SMALL_STATE(436)] = 44846, - [SMALL_STATE(437)] = 44924, - [SMALL_STATE(438)] = 44970, - [SMALL_STATE(439)] = 45016, - [SMALL_STATE(440)] = 45062, - [SMALL_STATE(441)] = 45140, - [SMALL_STATE(442)] = 45187, - [SMALL_STATE(443)] = 45232, - [SMALL_STATE(444)] = 45277, - [SMALL_STATE(445)] = 45324, - [SMALL_STATE(446)] = 45369, - [SMALL_STATE(447)] = 45413, - [SMALL_STATE(448)] = 45457, - [SMALL_STATE(449)] = 45501, - [SMALL_STATE(450)] = 45547, - [SMALL_STATE(451)] = 45591, - [SMALL_STATE(452)] = 45635, - [SMALL_STATE(453)] = 45679, - [SMALL_STATE(454)] = 45725, - [SMALL_STATE(455)] = 45770, - [SMALL_STATE(456)] = 45813, - [SMALL_STATE(457)] = 45856, - [SMALL_STATE(458)] = 45899, - [SMALL_STATE(459)] = 45944, - [SMALL_STATE(460)] = 45987, - [SMALL_STATE(461)] = 46030, - [SMALL_STATE(462)] = 46073, - [SMALL_STATE(463)] = 46115, - [SMALL_STATE(464)] = 46157, - [SMALL_STATE(465)] = 46229, - [SMALL_STATE(466)] = 46271, - [SMALL_STATE(467)] = 46315, - [SMALL_STATE(468)] = 46387, - [SMALL_STATE(469)] = 46459, - [SMALL_STATE(470)] = 46501, - [SMALL_STATE(471)] = 46543, - [SMALL_STATE(472)] = 46585, - [SMALL_STATE(473)] = 46628, - [SMALL_STATE(474)] = 46671, - [SMALL_STATE(475)] = 46712, - [SMALL_STATE(476)] = 46753, - [SMALL_STATE(477)] = 46794, - [SMALL_STATE(478)] = 46835, - [SMALL_STATE(479)] = 46876, - [SMALL_STATE(480)] = 46917, - [SMALL_STATE(481)] = 46958, - [SMALL_STATE(482)] = 47001, - [SMALL_STATE(483)] = 47042, - [SMALL_STATE(484)] = 47085, - [SMALL_STATE(485)] = 47126, - [SMALL_STATE(486)] = 47169, - [SMALL_STATE(487)] = 47212, - [SMALL_STATE(488)] = 47253, - [SMALL_STATE(489)] = 47294, - [SMALL_STATE(490)] = 47334, - [SMALL_STATE(491)] = 47374, - [SMALL_STATE(492)] = 47416, - [SMALL_STATE(493)] = 47456, - [SMALL_STATE(494)] = 47496, - [SMALL_STATE(495)] = 47536, - [SMALL_STATE(496)] = 47576, - [SMALL_STATE(497)] = 47618, - [SMALL_STATE(498)] = 47660, - [SMALL_STATE(499)] = 47700, - [SMALL_STATE(500)] = 47740, - [SMALL_STATE(501)] = 47780, - [SMALL_STATE(502)] = 47820, - [SMALL_STATE(503)] = 47862, - [SMALL_STATE(504)] = 47902, - [SMALL_STATE(505)] = 47942, - [SMALL_STATE(506)] = 47984, - [SMALL_STATE(507)] = 48024, - [SMALL_STATE(508)] = 48064, - [SMALL_STATE(509)] = 48104, - [SMALL_STATE(510)] = 48144, - [SMALL_STATE(511)] = 48186, - [SMALL_STATE(512)] = 48226, - [SMALL_STATE(513)] = 48266, - [SMALL_STATE(514)] = 48306, - [SMALL_STATE(515)] = 48346, - [SMALL_STATE(516)] = 48388, - [SMALL_STATE(517)] = 48430, - [SMALL_STATE(518)] = 48472, - [SMALL_STATE(519)] = 48514, - [SMALL_STATE(520)] = 48556, - [SMALL_STATE(521)] = 48596, - [SMALL_STATE(522)] = 48638, - [SMALL_STATE(523)] = 48680, - [SMALL_STATE(524)] = 48722, - [SMALL_STATE(525)] = 48764, - [SMALL_STATE(526)] = 48806, - [SMALL_STATE(527)] = 48848, - [SMALL_STATE(528)] = 48890, - [SMALL_STATE(529)] = 48930, - [SMALL_STATE(530)] = 48972, - [SMALL_STATE(531)] = 49012, - [SMALL_STATE(532)] = 49054, - [SMALL_STATE(533)] = 49096, - [SMALL_STATE(534)] = 49138, - [SMALL_STATE(535)] = 49180, - [SMALL_STATE(536)] = 49222, - [SMALL_STATE(537)] = 49262, - [SMALL_STATE(538)] = 49302, - [SMALL_STATE(539)] = 49342, - [SMALL_STATE(540)] = 49382, - [SMALL_STATE(541)] = 49424, - [SMALL_STATE(542)] = 49464, - [SMALL_STATE(543)] = 49504, - [SMALL_STATE(544)] = 49544, - [SMALL_STATE(545)] = 49584, - [SMALL_STATE(546)] = 49626, - [SMALL_STATE(547)] = 49666, - [SMALL_STATE(548)] = 49705, - [SMALL_STATE(549)] = 49744, - [SMALL_STATE(550)] = 49783, - [SMALL_STATE(551)] = 49824, - [SMALL_STATE(552)] = 49863, - [SMALL_STATE(553)] = 49902, - [SMALL_STATE(554)] = 49943, - [SMALL_STATE(555)] = 49984, - [SMALL_STATE(556)] = 50023, - [SMALL_STATE(557)] = 50064, - [SMALL_STATE(558)] = 50103, - [SMALL_STATE(559)] = 50142, - [SMALL_STATE(560)] = 50181, - [SMALL_STATE(561)] = 50220, - [SMALL_STATE(562)] = 50261, - [SMALL_STATE(563)] = 50302, - [SMALL_STATE(564)] = 50343, - [SMALL_STATE(565)] = 50382, - [SMALL_STATE(566)] = 50421, - [SMALL_STATE(567)] = 50460, - [SMALL_STATE(568)] = 50523, - [SMALL_STATE(569)] = 50564, - [SMALL_STATE(570)] = 50603, - [SMALL_STATE(571)] = 50666, - [SMALL_STATE(572)] = 50705, - [SMALL_STATE(573)] = 50746, - [SMALL_STATE(574)] = 50787, - [SMALL_STATE(575)] = 50826, - [SMALL_STATE(576)] = 50867, - [SMALL_STATE(577)] = 50924, - [SMALL_STATE(578)] = 50963, - [SMALL_STATE(579)] = 51004, - [SMALL_STATE(580)] = 51045, - [SMALL_STATE(581)] = 51086, - [SMALL_STATE(582)] = 51125, - [SMALL_STATE(583)] = 51164, - [SMALL_STATE(584)] = 51203, - [SMALL_STATE(585)] = 51242, - [SMALL_STATE(586)] = 51281, - [SMALL_STATE(587)] = 51322, - [SMALL_STATE(588)] = 51361, - [SMALL_STATE(589)] = 51402, - [SMALL_STATE(590)] = 51443, - [SMALL_STATE(591)] = 51482, - [SMALL_STATE(592)] = 51521, - [SMALL_STATE(593)] = 51560, - [SMALL_STATE(594)] = 51601, - [SMALL_STATE(595)] = 51640, - [SMALL_STATE(596)] = 51681, - [SMALL_STATE(597)] = 51720, - [SMALL_STATE(598)] = 51759, - [SMALL_STATE(599)] = 51798, - [SMALL_STATE(600)] = 51837, - [SMALL_STATE(601)] = 51878, - [SMALL_STATE(602)] = 51917, - [SMALL_STATE(603)] = 51956, - [SMALL_STATE(604)] = 51997, - [SMALL_STATE(605)] = 52036, - [SMALL_STATE(606)] = 52075, - [SMALL_STATE(607)] = 52114, - [SMALL_STATE(608)] = 52155, - [SMALL_STATE(609)] = 52196, - [SMALL_STATE(610)] = 52235, - [SMALL_STATE(611)] = 52274, - [SMALL_STATE(612)] = 52313, - [SMALL_STATE(613)] = 52352, - [SMALL_STATE(614)] = 52391, - [SMALL_STATE(615)] = 52430, - [SMALL_STATE(616)] = 52469, - [SMALL_STATE(617)] = 52526, - [SMALL_STATE(618)] = 52567, - [SMALL_STATE(619)] = 52606, - [SMALL_STATE(620)] = 52647, - [SMALL_STATE(621)] = 52686, - [SMALL_STATE(622)] = 52725, - [SMALL_STATE(623)] = 52764, - [SMALL_STATE(624)] = 52803, - [SMALL_STATE(625)] = 52844, - [SMALL_STATE(626)] = 52885, - [SMALL_STATE(627)] = 52926, - [SMALL_STATE(628)] = 52965, - [SMALL_STATE(629)] = 53006, - [SMALL_STATE(630)] = 53045, - [SMALL_STATE(631)] = 53084, - [SMALL_STATE(632)] = 53123, - [SMALL_STATE(633)] = 53164, - [SMALL_STATE(634)] = 53203, - [SMALL_STATE(635)] = 53242, - [SMALL_STATE(636)] = 53283, - [SMALL_STATE(637)] = 53322, - [SMALL_STATE(638)] = 53361, - [SMALL_STATE(639)] = 53400, - [SMALL_STATE(640)] = 53441, - [SMALL_STATE(641)] = 53482, - [SMALL_STATE(642)] = 53523, - [SMALL_STATE(643)] = 53562, - [SMALL_STATE(644)] = 53603, - [SMALL_STATE(645)] = 53644, - [SMALL_STATE(646)] = 53683, - [SMALL_STATE(647)] = 53724, - [SMALL_STATE(648)] = 53763, - [SMALL_STATE(649)] = 53804, - [SMALL_STATE(650)] = 53845, - [SMALL_STATE(651)] = 53884, - [SMALL_STATE(652)] = 53923, - [SMALL_STATE(653)] = 53962, - [SMALL_STATE(654)] = 54001, - [SMALL_STATE(655)] = 54042, - [SMALL_STATE(656)] = 54083, - [SMALL_STATE(657)] = 54122, - [SMALL_STATE(658)] = 54163, - [SMALL_STATE(659)] = 54203, - [SMALL_STATE(660)] = 54259, - [SMALL_STATE(661)] = 54299, - [SMALL_STATE(662)] = 54337, - [SMALL_STATE(663)] = 54377, - [SMALL_STATE(664)] = 54417, - [SMALL_STATE(665)] = 54457, - [SMALL_STATE(666)] = 54497, - [SMALL_STATE(667)] = 54537, - [SMALL_STATE(668)] = 54577, - [SMALL_STATE(669)] = 54617, - [SMALL_STATE(670)] = 54657, - [SMALL_STATE(671)] = 54695, - [SMALL_STATE(672)] = 54733, - [SMALL_STATE(673)] = 54773, - [SMALL_STATE(674)] = 54813, - [SMALL_STATE(675)] = 54853, - [SMALL_STATE(676)] = 54891, - [SMALL_STATE(677)] = 54931, - [SMALL_STATE(678)] = 54969, - [SMALL_STATE(679)] = 55009, - [SMALL_STATE(680)] = 55047, - [SMALL_STATE(681)] = 55085, - [SMALL_STATE(682)] = 55123, - [SMALL_STATE(683)] = 55163, - [SMALL_STATE(684)] = 55203, - [SMALL_STATE(685)] = 55241, - [SMALL_STATE(686)] = 55279, - [SMALL_STATE(687)] = 55317, - [SMALL_STATE(688)] = 55355, - [SMALL_STATE(689)] = 55393, - [SMALL_STATE(690)] = 55431, - [SMALL_STATE(691)] = 55469, - [SMALL_STATE(692)] = 55507, - [SMALL_STATE(693)] = 55545, - [SMALL_STATE(694)] = 55583, - [SMALL_STATE(695)] = 55623, - [SMALL_STATE(696)] = 55661, - [SMALL_STATE(697)] = 55699, - [SMALL_STATE(698)] = 55737, - [SMALL_STATE(699)] = 55775, - [SMALL_STATE(700)] = 55813, - [SMALL_STATE(701)] = 55851, - [SMALL_STATE(702)] = 55889, - [SMALL_STATE(703)] = 55927, - [SMALL_STATE(704)] = 55965, - [SMALL_STATE(705)] = 56003, - [SMALL_STATE(706)] = 56041, - [SMALL_STATE(707)] = 56081, - [SMALL_STATE(708)] = 56119, - [SMALL_STATE(709)] = 56157, - [SMALL_STATE(710)] = 56197, - [SMALL_STATE(711)] = 56235, - [SMALL_STATE(712)] = 56273, - [SMALL_STATE(713)] = 56311, - [SMALL_STATE(714)] = 56349, - [SMALL_STATE(715)] = 56387, - [SMALL_STATE(716)] = 56425, - [SMALL_STATE(717)] = 56465, - [SMALL_STATE(718)] = 56503, - [SMALL_STATE(719)] = 56541, - [SMALL_STATE(720)] = 56581, - [SMALL_STATE(721)] = 56619, - [SMALL_STATE(722)] = 56657, - [SMALL_STATE(723)] = 56695, - [SMALL_STATE(724)] = 56733, - [SMALL_STATE(725)] = 56771, - [SMALL_STATE(726)] = 56809, - [SMALL_STATE(727)] = 56847, - [SMALL_STATE(728)] = 56885, - [SMALL_STATE(729)] = 56923, - [SMALL_STATE(730)] = 56961, - [SMALL_STATE(731)] = 56999, - [SMALL_STATE(732)] = 57039, - [SMALL_STATE(733)] = 57077, - [SMALL_STATE(734)] = 57115, - [SMALL_STATE(735)] = 57155, - [SMALL_STATE(736)] = 57193, - [SMALL_STATE(737)] = 57231, - [SMALL_STATE(738)] = 57271, - [SMALL_STATE(739)] = 57309, - [SMALL_STATE(740)] = 57347, - [SMALL_STATE(741)] = 57387, - [SMALL_STATE(742)] = 57427, - [SMALL_STATE(743)] = 57465, - [SMALL_STATE(744)] = 57505, - [SMALL_STATE(745)] = 57545, - [SMALL_STATE(746)] = 57585, - [SMALL_STATE(747)] = 57625, - [SMALL_STATE(748)] = 57681, - [SMALL_STATE(749)] = 57721, - [SMALL_STATE(750)] = 57759, - [SMALL_STATE(751)] = 57797, - [SMALL_STATE(752)] = 57837, - [SMALL_STATE(753)] = 57875, - [SMALL_STATE(754)] = 57915, - [SMALL_STATE(755)] = 57953, - [SMALL_STATE(756)] = 57993, - [SMALL_STATE(757)] = 58031, - [SMALL_STATE(758)] = 58101, - [SMALL_STATE(759)] = 58141, - [SMALL_STATE(760)] = 58179, - [SMALL_STATE(761)] = 58219, - [SMALL_STATE(762)] = 58259, - [SMALL_STATE(763)] = 58297, - [SMALL_STATE(764)] = 58337, - [SMALL_STATE(765)] = 58377, - [SMALL_STATE(766)] = 58417, - [SMALL_STATE(767)] = 58487, - [SMALL_STATE(768)] = 58525, - [SMALL_STATE(769)] = 58563, - [SMALL_STATE(770)] = 58633, - [SMALL_STATE(771)] = 58671, - [SMALL_STATE(772)] = 58711, - [SMALL_STATE(773)] = 58749, - [SMALL_STATE(774)] = 58789, - [SMALL_STATE(775)] = 58829, - [SMALL_STATE(776)] = 58869, - [SMALL_STATE(777)] = 58909, - [SMALL_STATE(778)] = 58947, - [SMALL_STATE(779)] = 58985, - [SMALL_STATE(780)] = 59023, - [SMALL_STATE(781)] = 59063, - [SMALL_STATE(782)] = 59103, - [SMALL_STATE(783)] = 59141, - [SMALL_STATE(784)] = 59180, - [SMALL_STATE(785)] = 59239, - [SMALL_STATE(786)] = 59276, - [SMALL_STATE(787)] = 59315, - [SMALL_STATE(788)] = 59352, - [SMALL_STATE(789)] = 59389, - [SMALL_STATE(790)] = 59426, - [SMALL_STATE(791)] = 59465, - [SMALL_STATE(792)] = 59524, - [SMALL_STATE(793)] = 59563, - [SMALL_STATE(794)] = 59600, - [SMALL_STATE(795)] = 59639, - [SMALL_STATE(796)] = 59698, - [SMALL_STATE(797)] = 59735, - [SMALL_STATE(798)] = 59772, - [SMALL_STATE(799)] = 59809, - [SMALL_STATE(800)] = 59848, - [SMALL_STATE(801)] = 59885, - [SMALL_STATE(802)] = 59922, - [SMALL_STATE(803)] = 59959, - [SMALL_STATE(804)] = 59998, - [SMALL_STATE(805)] = 60037, - [SMALL_STATE(806)] = 60074, - [SMALL_STATE(807)] = 60111, - [SMALL_STATE(808)] = 60148, - [SMALL_STATE(809)] = 60185, - [SMALL_STATE(810)] = 60224, - [SMALL_STATE(811)] = 60263, - [SMALL_STATE(812)] = 60300, - [SMALL_STATE(813)] = 60339, - [SMALL_STATE(814)] = 60376, - [SMALL_STATE(815)] = 60415, - [SMALL_STATE(816)] = 60452, - [SMALL_STATE(817)] = 60489, - [SMALL_STATE(818)] = 60526, - [SMALL_STATE(819)] = 60563, - [SMALL_STATE(820)] = 60600, - [SMALL_STATE(821)] = 60659, - [SMALL_STATE(822)] = 60698, - [SMALL_STATE(823)] = 60735, - [SMALL_STATE(824)] = 60804, - [SMALL_STATE(825)] = 60873, - [SMALL_STATE(826)] = 60910, - [SMALL_STATE(827)] = 60949, - [SMALL_STATE(828)] = 61018, - [SMALL_STATE(829)] = 61055, - [SMALL_STATE(830)] = 61094, - [SMALL_STATE(831)] = 61131, - [SMALL_STATE(832)] = 61168, - [SMALL_STATE(833)] = 61207, - [SMALL_STATE(834)] = 61244, - [SMALL_STATE(835)] = 61283, - [SMALL_STATE(836)] = 61322, - [SMALL_STATE(837)] = 61361, - [SMALL_STATE(838)] = 61398, - [SMALL_STATE(839)] = 61447, - [SMALL_STATE(840)] = 61486, - [SMALL_STATE(841)] = 61523, - [SMALL_STATE(842)] = 61592, - [SMALL_STATE(843)] = 61629, - [SMALL_STATE(844)] = 61666, - [SMALL_STATE(845)] = 61703, - [SMALL_STATE(846)] = 61740, - [SMALL_STATE(847)] = 61809, - [SMALL_STATE(848)] = 61846, - [SMALL_STATE(849)] = 61883, - [SMALL_STATE(850)] = 61920, - [SMALL_STATE(851)] = 61957, - [SMALL_STATE(852)] = 61994, - [SMALL_STATE(853)] = 62063, - [SMALL_STATE(854)] = 62100, - [SMALL_STATE(855)] = 62137, - [SMALL_STATE(856)] = 62174, - [SMALL_STATE(857)] = 62211, - [SMALL_STATE(858)] = 62250, - [SMALL_STATE(859)] = 62287, - [SMALL_STATE(860)] = 62324, - [SMALL_STATE(861)] = 62361, - [SMALL_STATE(862)] = 62398, - [SMALL_STATE(863)] = 62437, - [SMALL_STATE(864)] = 62474, - [SMALL_STATE(865)] = 62513, - [SMALL_STATE(866)] = 62550, - [SMALL_STATE(867)] = 62589, - [SMALL_STATE(868)] = 62628, - [SMALL_STATE(869)] = 62667, - [SMALL_STATE(870)] = 62704, - [SMALL_STATE(871)] = 62743, - [SMALL_STATE(872)] = 62792, - [SMALL_STATE(873)] = 62831, - [SMALL_STATE(874)] = 62870, - [SMALL_STATE(875)] = 62907, - [SMALL_STATE(876)] = 62944, - [SMALL_STATE(877)] = 63003, - [SMALL_STATE(878)] = 63040, - [SMALL_STATE(879)] = 63077, - [SMALL_STATE(880)] = 63116, - [SMALL_STATE(881)] = 63153, - [SMALL_STATE(882)] = 63190, - [SMALL_STATE(883)] = 63259, - [SMALL_STATE(884)] = 63328, - [SMALL_STATE(885)] = 63397, - [SMALL_STATE(886)] = 63436, - [SMALL_STATE(887)] = 63473, - [SMALL_STATE(888)] = 63510, - [SMALL_STATE(889)] = 63549, - [SMALL_STATE(890)] = 63586, - [SMALL_STATE(891)] = 63625, - [SMALL_STATE(892)] = 63664, - [SMALL_STATE(893)] = 63701, - [SMALL_STATE(894)] = 63740, - [SMALL_STATE(895)] = 63779, - [SMALL_STATE(896)] = 63817, - [SMALL_STATE(897)] = 63855, - [SMALL_STATE(898)] = 63891, - [SMALL_STATE(899)] = 63929, - [SMALL_STATE(900)] = 63965, - [SMALL_STATE(901)] = 64001, - [SMALL_STATE(902)] = 64069, - [SMALL_STATE(903)] = 64137, - [SMALL_STATE(904)] = 64205, - [SMALL_STATE(905)] = 64243, - [SMALL_STATE(906)] = 64281, - [SMALL_STATE(907)] = 64317, - [SMALL_STATE(908)] = 64355, - [SMALL_STATE(909)] = 64391, - [SMALL_STATE(910)] = 64429, - [SMALL_STATE(911)] = 64465, - [SMALL_STATE(912)] = 64501, - [SMALL_STATE(913)] = 64537, - [SMALL_STATE(914)] = 64573, - [SMALL_STATE(915)] = 64609, - [SMALL_STATE(916)] = 64645, - [SMALL_STATE(917)] = 64681, - [SMALL_STATE(918)] = 64717, - [SMALL_STATE(919)] = 64755, - [SMALL_STATE(920)] = 64791, - [SMALL_STATE(921)] = 64827, - [SMALL_STATE(922)] = 64863, - [SMALL_STATE(923)] = 64899, - [SMALL_STATE(924)] = 64935, - [SMALL_STATE(925)] = 64971, - [SMALL_STATE(926)] = 65007, - [SMALL_STATE(927)] = 65043, - [SMALL_STATE(928)] = 65081, - [SMALL_STATE(929)] = 65117, - [SMALL_STATE(930)] = 65153, - [SMALL_STATE(931)] = 65189, - [SMALL_STATE(932)] = 65225, - [SMALL_STATE(933)] = 65261, - [SMALL_STATE(934)] = 65299, - [SMALL_STATE(935)] = 65367, - [SMALL_STATE(936)] = 65405, - [SMALL_STATE(937)] = 65441, - [SMALL_STATE(938)] = 65479, - [SMALL_STATE(939)] = 65517, - [SMALL_STATE(940)] = 65553, - [SMALL_STATE(941)] = 65591, - [SMALL_STATE(942)] = 65629, - [SMALL_STATE(943)] = 65667, - [SMALL_STATE(944)] = 65703, - [SMALL_STATE(945)] = 65771, - [SMALL_STATE(946)] = 65839, - [SMALL_STATE(947)] = 65877, - [SMALL_STATE(948)] = 65913, - [SMALL_STATE(949)] = 65951, - [SMALL_STATE(950)] = 66019, - [SMALL_STATE(951)] = 66055, - [SMALL_STATE(952)] = 66091, - [SMALL_STATE(953)] = 66159, - [SMALL_STATE(954)] = 66227, - [SMALL_STATE(955)] = 66263, - [SMALL_STATE(956)] = 66298, - [SMALL_STATE(957)] = 66363, - [SMALL_STATE(958)] = 66398, - [SMALL_STATE(959)] = 66463, - [SMALL_STATE(960)] = 66498, - [SMALL_STATE(961)] = 66563, - [SMALL_STATE(962)] = 66628, - [SMALL_STATE(963)] = 66663, - [SMALL_STATE(964)] = 66730, - [SMALL_STATE(965)] = 66797, - [SMALL_STATE(966)] = 66864, - [SMALL_STATE(967)] = 66929, - [SMALL_STATE(968)] = 66994, - [SMALL_STATE(969)] = 67059, - [SMALL_STATE(970)] = 67094, - [SMALL_STATE(971)] = 67129, - [SMALL_STATE(972)] = 67166, - [SMALL_STATE(973)] = 67231, - [SMALL_STATE(974)] = 67268, - [SMALL_STATE(975)] = 67303, - [SMALL_STATE(976)] = 67338, - [SMALL_STATE(977)] = 67375, - [SMALL_STATE(978)] = 67440, - [SMALL_STATE(979)] = 67507, - [SMALL_STATE(980)] = 67574, - [SMALL_STATE(981)] = 67609, - [SMALL_STATE(982)] = 67644, - [SMALL_STATE(983)] = 67709, - [SMALL_STATE(984)] = 67744, - [SMALL_STATE(985)] = 67809, - [SMALL_STATE(986)] = 67846, - [SMALL_STATE(987)] = 67881, - [SMALL_STATE(988)] = 67916, - [SMALL_STATE(989)] = 67983, - [SMALL_STATE(990)] = 68048, - [SMALL_STATE(991)] = 68085, - [SMALL_STATE(992)] = 68122, - [SMALL_STATE(993)] = 68156, - [SMALL_STATE(994)] = 68220, - [SMALL_STATE(995)] = 68284, - [SMALL_STATE(996)] = 68348, - [SMALL_STATE(997)] = 68412, - [SMALL_STATE(998)] = 68446, - [SMALL_STATE(999)] = 68510, - [SMALL_STATE(1000)] = 68574, - [SMALL_STATE(1001)] = 68638, - [SMALL_STATE(1002)] = 68702, - [SMALL_STATE(1003)] = 68766, - [SMALL_STATE(1004)] = 68830, - [SMALL_STATE(1005)] = 68894, - [SMALL_STATE(1006)] = 68934, - [SMALL_STATE(1007)] = 69000, - [SMALL_STATE(1008)] = 69038, - [SMALL_STATE(1009)] = 69104, - [SMALL_STATE(1010)] = 69168, - [SMALL_STATE(1011)] = 69234, - [SMALL_STATE(1012)] = 69297, - [SMALL_STATE(1013)] = 69360, - [SMALL_STATE(1014)] = 69423, - [SMALL_STATE(1015)] = 69486, - [SMALL_STATE(1016)] = 69549, - [SMALL_STATE(1017)] = 69612, - [SMALL_STATE(1018)] = 69675, - [SMALL_STATE(1019)] = 69738, - [SMALL_STATE(1020)] = 69801, - [SMALL_STATE(1021)] = 69864, - [SMALL_STATE(1022)] = 69927, - [SMALL_STATE(1023)] = 69990, - [SMALL_STATE(1024)] = 70053, - [SMALL_STATE(1025)] = 70116, - [SMALL_STATE(1026)] = 70179, - [SMALL_STATE(1027)] = 70242, - [SMALL_STATE(1028)] = 70305, - [SMALL_STATE(1029)] = 70368, - [SMALL_STATE(1030)] = 70431, - [SMALL_STATE(1031)] = 70494, - [SMALL_STATE(1032)] = 70557, - [SMALL_STATE(1033)] = 70620, - [SMALL_STATE(1034)] = 70683, - [SMALL_STATE(1035)] = 70746, - [SMALL_STATE(1036)] = 70809, - [SMALL_STATE(1037)] = 70872, - [SMALL_STATE(1038)] = 70935, - [SMALL_STATE(1039)] = 70998, - [SMALL_STATE(1040)] = 71061, - [SMALL_STATE(1041)] = 71124, - [SMALL_STATE(1042)] = 71187, - [SMALL_STATE(1043)] = 71250, - [SMALL_STATE(1044)] = 71313, - [SMALL_STATE(1045)] = 71376, - [SMALL_STATE(1046)] = 71439, - [SMALL_STATE(1047)] = 71502, - [SMALL_STATE(1048)] = 71565, - [SMALL_STATE(1049)] = 71628, - [SMALL_STATE(1050)] = 71691, - [SMALL_STATE(1051)] = 71754, - [SMALL_STATE(1052)] = 71817, - [SMALL_STATE(1053)] = 71880, - [SMALL_STATE(1054)] = 71943, - [SMALL_STATE(1055)] = 72006, - [SMALL_STATE(1056)] = 72069, - [SMALL_STATE(1057)] = 72132, - [SMALL_STATE(1058)] = 72195, - [SMALL_STATE(1059)] = 72258, - [SMALL_STATE(1060)] = 72321, - [SMALL_STATE(1061)] = 72384, - [SMALL_STATE(1062)] = 72447, - [SMALL_STATE(1063)] = 72510, - [SMALL_STATE(1064)] = 72573, - [SMALL_STATE(1065)] = 72636, - [SMALL_STATE(1066)] = 72699, - [SMALL_STATE(1067)] = 72762, - [SMALL_STATE(1068)] = 72825, - [SMALL_STATE(1069)] = 72888, - [SMALL_STATE(1070)] = 72951, - [SMALL_STATE(1071)] = 73014, - [SMALL_STATE(1072)] = 73077, - [SMALL_STATE(1073)] = 73140, - [SMALL_STATE(1074)] = 73203, - [SMALL_STATE(1075)] = 73266, - [SMALL_STATE(1076)] = 73329, - [SMALL_STATE(1077)] = 73392, - [SMALL_STATE(1078)] = 73455, - [SMALL_STATE(1079)] = 73518, - [SMALL_STATE(1080)] = 73581, - [SMALL_STATE(1081)] = 73644, - [SMALL_STATE(1082)] = 73707, - [SMALL_STATE(1083)] = 73770, - [SMALL_STATE(1084)] = 73833, - [SMALL_STATE(1085)] = 73896, - [SMALL_STATE(1086)] = 73959, - [SMALL_STATE(1087)] = 74022, - [SMALL_STATE(1088)] = 74085, - [SMALL_STATE(1089)] = 74148, - [SMALL_STATE(1090)] = 74211, - [SMALL_STATE(1091)] = 74274, - [SMALL_STATE(1092)] = 74314, - [SMALL_STATE(1093)] = 74348, - [SMALL_STATE(1094)] = 74380, - [SMALL_STATE(1095)] = 74412, - [SMALL_STATE(1096)] = 74452, - [SMALL_STATE(1097)] = 74486, - [SMALL_STATE(1098)] = 74518, - [SMALL_STATE(1099)] = 74552, - [SMALL_STATE(1100)] = 74586, - [SMALL_STATE(1101)] = 74620, - [SMALL_STATE(1102)] = 74652, - [SMALL_STATE(1103)] = 74686, - [SMALL_STATE(1104)] = 74720, - [SMALL_STATE(1105)] = 74753, - [SMALL_STATE(1106)] = 74786, - [SMALL_STATE(1107)] = 74825, - [SMALL_STATE(1108)] = 74858, - [SMALL_STATE(1109)] = 74891, - [SMALL_STATE(1110)] = 74924, - [SMALL_STATE(1111)] = 74957, - [SMALL_STATE(1112)] = 74990, - [SMALL_STATE(1113)] = 75023, - [SMALL_STATE(1114)] = 75054, - [SMALL_STATE(1115)] = 75091, - [SMALL_STATE(1116)] = 75126, - [SMALL_STATE(1117)] = 75161, - [SMALL_STATE(1118)] = 75194, - [SMALL_STATE(1119)] = 75231, - [SMALL_STATE(1120)] = 75264, - [SMALL_STATE(1121)] = 75297, - [SMALL_STATE(1122)] = 75334, - [SMALL_STATE(1123)] = 75367, - [SMALL_STATE(1124)] = 75400, - [SMALL_STATE(1125)] = 75435, - [SMALL_STATE(1126)] = 75468, - [SMALL_STATE(1127)] = 75499, - [SMALL_STATE(1128)] = 75538, - [SMALL_STATE(1129)] = 75571, - [SMALL_STATE(1130)] = 75602, - [SMALL_STATE(1131)] = 75638, - [SMALL_STATE(1132)] = 75672, - [SMALL_STATE(1133)] = 75704, - [SMALL_STATE(1134)] = 75736, - [SMALL_STATE(1135)] = 75768, - [SMALL_STATE(1136)] = 75802, - [SMALL_STATE(1137)] = 75836, - [SMALL_STATE(1138)] = 75870, - [SMALL_STATE(1139)] = 75904, - [SMALL_STATE(1140)] = 75938, - [SMALL_STATE(1141)] = 75974, - [SMALL_STATE(1142)] = 76010, - [SMALL_STATE(1143)] = 76040, - [SMALL_STATE(1144)] = 76072, - [SMALL_STATE(1145)] = 76106, - [SMALL_STATE(1146)] = 76140, - [SMALL_STATE(1147)] = 76172, - [SMALL_STATE(1148)] = 76204, - [SMALL_STATE(1149)] = 76234, - [SMALL_STATE(1150)] = 76264, - [SMALL_STATE(1151)] = 76294, - [SMALL_STATE(1152)] = 76324, - [SMALL_STATE(1153)] = 76354, - [SMALL_STATE(1154)] = 76388, - [SMALL_STATE(1155)] = 76418, - [SMALL_STATE(1156)] = 76452, - [SMALL_STATE(1157)] = 76486, - [SMALL_STATE(1158)] = 76518, - [SMALL_STATE(1159)] = 76552, - [SMALL_STATE(1160)] = 76582, - [SMALL_STATE(1161)] = 76614, - [SMALL_STATE(1162)] = 76646, - [SMALL_STATE(1163)] = 76678, - [SMALL_STATE(1164)] = 76710, - [SMALL_STATE(1165)] = 76744, - [SMALL_STATE(1166)] = 76776, - [SMALL_STATE(1167)] = 76810, - [SMALL_STATE(1168)] = 76842, - [SMALL_STATE(1169)] = 76872, - [SMALL_STATE(1170)] = 76906, - [SMALL_STATE(1171)] = 76936, - [SMALL_STATE(1172)] = 76969, - [SMALL_STATE(1173)] = 77004, - [SMALL_STATE(1174)] = 77037, - [SMALL_STATE(1175)] = 77066, - [SMALL_STATE(1176)] = 77097, - [SMALL_STATE(1177)] = 77128, - [SMALL_STATE(1178)] = 77161, - [SMALL_STATE(1179)] = 77192, - [SMALL_STATE(1180)] = 77225, - [SMALL_STATE(1181)] = 77258, - [SMALL_STATE(1182)] = 77289, - [SMALL_STATE(1183)] = 77318, - [SMALL_STATE(1184)] = 77349, - [SMALL_STATE(1185)] = 77382, - [SMALL_STATE(1186)] = 77411, - [SMALL_STATE(1187)] = 77440, - [SMALL_STATE(1188)] = 77473, - [SMALL_STATE(1189)] = 77506, - [SMALL_STATE(1190)] = 77539, - [SMALL_STATE(1191)] = 77570, - [SMALL_STATE(1192)] = 77601, - [SMALL_STATE(1193)] = 77634, - [SMALL_STATE(1194)] = 77667, - [SMALL_STATE(1195)] = 77700, - [SMALL_STATE(1196)] = 77731, - [SMALL_STATE(1197)] = 77760, - [SMALL_STATE(1198)] = 77791, - [SMALL_STATE(1199)] = 77824, - [SMALL_STATE(1200)] = 77855, - [SMALL_STATE(1201)] = 77884, - [SMALL_STATE(1202)] = 77915, - [SMALL_STATE(1203)] = 77946, - [SMALL_STATE(1204)] = 77979, - [SMALL_STATE(1205)] = 78010, - [SMALL_STATE(1206)] = 78041, - [SMALL_STATE(1207)] = 78072, - [SMALL_STATE(1208)] = 78105, - [SMALL_STATE(1209)] = 78136, - [SMALL_STATE(1210)] = 78191, - [SMALL_STATE(1211)] = 78222, - [SMALL_STATE(1212)] = 78251, - [SMALL_STATE(1213)] = 78284, - [SMALL_STATE(1214)] = 78317, - [SMALL_STATE(1215)] = 78348, - [SMALL_STATE(1216)] = 78379, - [SMALL_STATE(1217)] = 78410, - [SMALL_STATE(1218)] = 78445, - [SMALL_STATE(1219)] = 78478, - [SMALL_STATE(1220)] = 78506, - [SMALL_STATE(1221)] = 78536, - [SMALL_STATE(1222)] = 78566, - [SMALL_STATE(1223)] = 78598, - [SMALL_STATE(1224)] = 78628, - [SMALL_STATE(1225)] = 78658, - [SMALL_STATE(1226)] = 78690, - [SMALL_STATE(1227)] = 78724, - [SMALL_STATE(1228)] = 78754, - [SMALL_STATE(1229)] = 78782, - [SMALL_STATE(1230)] = 78810, - [SMALL_STATE(1231)] = 78840, - [SMALL_STATE(1232)] = 78870, - [SMALL_STATE(1233)] = 78898, - [SMALL_STATE(1234)] = 78930, - [SMALL_STATE(1235)] = 78962, - [SMALL_STATE(1236)] = 78992, - [SMALL_STATE(1237)] = 79024, - [SMALL_STATE(1238)] = 79056, - [SMALL_STATE(1239)] = 79088, - [SMALL_STATE(1240)] = 79120, - [SMALL_STATE(1241)] = 79152, - [SMALL_STATE(1242)] = 79206, - [SMALL_STATE(1243)] = 79260, - [SMALL_STATE(1244)] = 79290, - [SMALL_STATE(1245)] = 79324, - [SMALL_STATE(1246)] = 79356, - [SMALL_STATE(1247)] = 79388, - [SMALL_STATE(1248)] = 79420, - [SMALL_STATE(1249)] = 79452, - [SMALL_STATE(1250)] = 79484, - [SMALL_STATE(1251)] = 79533, - [SMALL_STATE(1252)] = 79562, - [SMALL_STATE(1253)] = 79591, - [SMALL_STATE(1254)] = 79640, - [SMALL_STATE(1255)] = 79667, - [SMALL_STATE(1256)] = 79716, - [SMALL_STATE(1257)] = 79765, - [SMALL_STATE(1258)] = 79814, - [SMALL_STATE(1259)] = 79863, - [SMALL_STATE(1260)] = 79912, - [SMALL_STATE(1261)] = 79961, - [SMALL_STATE(1262)] = 80010, - [SMALL_STATE(1263)] = 80059, - [SMALL_STATE(1264)] = 80108, - [SMALL_STATE(1265)] = 80157, - [SMALL_STATE(1266)] = 80206, - [SMALL_STATE(1267)] = 80255, - [SMALL_STATE(1268)] = 80284, - [SMALL_STATE(1269)] = 80313, - [SMALL_STATE(1270)] = 80362, - [SMALL_STATE(1271)] = 80411, - [SMALL_STATE(1272)] = 80460, - [SMALL_STATE(1273)] = 80509, - [SMALL_STATE(1274)] = 80558, - [SMALL_STATE(1275)] = 80607, - [SMALL_STATE(1276)] = 80656, - [SMALL_STATE(1277)] = 80705, - [SMALL_STATE(1278)] = 80754, - [SMALL_STATE(1279)] = 80781, - [SMALL_STATE(1280)] = 80830, - [SMALL_STATE(1281)] = 80861, - [SMALL_STATE(1282)] = 80890, - [SMALL_STATE(1283)] = 80939, - [SMALL_STATE(1284)] = 80988, - [SMALL_STATE(1285)] = 81037, - [SMALL_STATE(1286)] = 81086, - [SMALL_STATE(1287)] = 81117, - [SMALL_STATE(1288)] = 81148, - [SMALL_STATE(1289)] = 81197, - [SMALL_STATE(1290)] = 81226, - [SMALL_STATE(1291)] = 81255, - [SMALL_STATE(1292)] = 81280, - [SMALL_STATE(1293)] = 81311, - [SMALL_STATE(1294)] = 81342, - [SMALL_STATE(1295)] = 81391, - [SMALL_STATE(1296)] = 81440, - [SMALL_STATE(1297)] = 81465, - [SMALL_STATE(1298)] = 81492, - [SMALL_STATE(1299)] = 81521, - [SMALL_STATE(1300)] = 81570, - [SMALL_STATE(1301)] = 81597, - [SMALL_STATE(1302)] = 81646, - [SMALL_STATE(1303)] = 81695, - [SMALL_STATE(1304)] = 81744, - [SMALL_STATE(1305)] = 81793, - [SMALL_STATE(1306)] = 81824, - [SMALL_STATE(1307)] = 81853, - [SMALL_STATE(1308)] = 81884, - [SMALL_STATE(1309)] = 81933, - [SMALL_STATE(1310)] = 81982, - [SMALL_STATE(1311)] = 82031, - [SMALL_STATE(1312)] = 82060, - [SMALL_STATE(1313)] = 82109, - [SMALL_STATE(1314)] = 82158, - [SMALL_STATE(1315)] = 82207, - [SMALL_STATE(1316)] = 82256, - [SMALL_STATE(1317)] = 82305, - [SMALL_STATE(1318)] = 82334, - [SMALL_STATE(1319)] = 82361, - [SMALL_STATE(1320)] = 82410, - [SMALL_STATE(1321)] = 82459, - [SMALL_STATE(1322)] = 82486, - [SMALL_STATE(1323)] = 82513, - [SMALL_STATE(1324)] = 82540, - [SMALL_STATE(1325)] = 82567, - [SMALL_STATE(1326)] = 82594, - [SMALL_STATE(1327)] = 82621, - [SMALL_STATE(1328)] = 82648, - [SMALL_STATE(1329)] = 82697, - [SMALL_STATE(1330)] = 82726, - [SMALL_STATE(1331)] = 82753, - [SMALL_STATE(1332)] = 82802, - [SMALL_STATE(1333)] = 82829, - [SMALL_STATE(1334)] = 82856, - [SMALL_STATE(1335)] = 82885, - [SMALL_STATE(1336)] = 82912, - [SMALL_STATE(1337)] = 82961, - [SMALL_STATE(1338)] = 82987, - [SMALL_STATE(1339)] = 83015, - [SMALL_STATE(1340)] = 83041, - [SMALL_STATE(1341)] = 83067, - [SMALL_STATE(1342)] = 83093, - [SMALL_STATE(1343)] = 83121, - [SMALL_STATE(1344)] = 83147, - [SMALL_STATE(1345)] = 83173, - [SMALL_STATE(1346)] = 83199, - [SMALL_STATE(1347)] = 83235, - [SMALL_STATE(1348)] = 83261, - [SMALL_STATE(1349)] = 83297, - [SMALL_STATE(1350)] = 83323, - [SMALL_STATE(1351)] = 83349, - [SMALL_STATE(1352)] = 83377, - [SMALL_STATE(1353)] = 83403, - [SMALL_STATE(1354)] = 83429, - [SMALL_STATE(1355)] = 83455, - [SMALL_STATE(1356)] = 83481, - [SMALL_STATE(1357)] = 83509, - [SMALL_STATE(1358)] = 83535, - [SMALL_STATE(1359)] = 83561, - [SMALL_STATE(1360)] = 83587, - [SMALL_STATE(1361)] = 83615, - [SMALL_STATE(1362)] = 83643, - [SMALL_STATE(1363)] = 83669, - [SMALL_STATE(1364)] = 83697, - [SMALL_STATE(1365)] = 83723, - [SMALL_STATE(1366)] = 83749, - [SMALL_STATE(1367)] = 83777, - [SMALL_STATE(1368)] = 83805, - [SMALL_STATE(1369)] = 83833, - [SMALL_STATE(1370)] = 83859, - [SMALL_STATE(1371)] = 83885, - [SMALL_STATE(1372)] = 83921, - [SMALL_STATE(1373)] = 83949, - [SMALL_STATE(1374)] = 83977, - [SMALL_STATE(1375)] = 84005, - [SMALL_STATE(1376)] = 84033, - [SMALL_STATE(1377)] = 84061, - [SMALL_STATE(1378)] = 84089, - [SMALL_STATE(1379)] = 84117, - [SMALL_STATE(1380)] = 84143, - [SMALL_STATE(1381)] = 84171, - [SMALL_STATE(1382)] = 84199, - [SMALL_STATE(1383)] = 84227, - [SMALL_STATE(1384)] = 84253, - [SMALL_STATE(1385)] = 84278, - [SMALL_STATE(1386)] = 84303, - [SMALL_STATE(1387)] = 84328, - [SMALL_STATE(1388)] = 84353, - [SMALL_STATE(1389)] = 84378, - [SMALL_STATE(1390)] = 84403, - [SMALL_STATE(1391)] = 84430, - [SMALL_STATE(1392)] = 84457, - [SMALL_STATE(1393)] = 84482, - [SMALL_STATE(1394)] = 84509, - [SMALL_STATE(1395)] = 84536, - [SMALL_STATE(1396)] = 84561, - [SMALL_STATE(1397)] = 84600, - [SMALL_STATE(1398)] = 84627, - [SMALL_STATE(1399)] = 84652, - [SMALL_STATE(1400)] = 84677, - [SMALL_STATE(1401)] = 84702, - [SMALL_STATE(1402)] = 84727, - [SMALL_STATE(1403)] = 84752, - [SMALL_STATE(1404)] = 84777, - [SMALL_STATE(1405)] = 84802, - [SMALL_STATE(1406)] = 84827, - [SMALL_STATE(1407)] = 84854, - [SMALL_STATE(1408)] = 84881, - [SMALL_STATE(1409)] = 84908, - [SMALL_STATE(1410)] = 84935, - [SMALL_STATE(1411)] = 84962, - [SMALL_STATE(1412)] = 84989, - [SMALL_STATE(1413)] = 85016, - [SMALL_STATE(1414)] = 85043, - [SMALL_STATE(1415)] = 85068, - [SMALL_STATE(1416)] = 85093, - [SMALL_STATE(1417)] = 85120, - [SMALL_STATE(1418)] = 85147, - [SMALL_STATE(1419)] = 85172, - [SMALL_STATE(1420)] = 85199, - [SMALL_STATE(1421)] = 85224, - [SMALL_STATE(1422)] = 85249, - [SMALL_STATE(1423)] = 85274, - [SMALL_STATE(1424)] = 85299, - [SMALL_STATE(1425)] = 85326, - [SMALL_STATE(1426)] = 85351, - [SMALL_STATE(1427)] = 85376, - [SMALL_STATE(1428)] = 85401, - [SMALL_STATE(1429)] = 85426, - [SMALL_STATE(1430)] = 85453, - [SMALL_STATE(1431)] = 85492, - [SMALL_STATE(1432)] = 85516, - [SMALL_STATE(1433)] = 85542, - [SMALL_STATE(1434)] = 85582, - [SMALL_STATE(1435)] = 85622, - [SMALL_STATE(1436)] = 85662, - [SMALL_STATE(1437)] = 85702, - [SMALL_STATE(1438)] = 85742, - [SMALL_STATE(1439)] = 85782, - [SMALL_STATE(1440)] = 85808, - [SMALL_STATE(1441)] = 85832, - [SMALL_STATE(1442)] = 85858, - [SMALL_STATE(1443)] = 85884, - [SMALL_STATE(1444)] = 85910, - [SMALL_STATE(1445)] = 85934, - [SMALL_STATE(1446)] = 85960, - [SMALL_STATE(1447)] = 85984, - [SMALL_STATE(1448)] = 86008, - [SMALL_STATE(1449)] = 86034, - [SMALL_STATE(1450)] = 86058, - [SMALL_STATE(1451)] = 86084, - [SMALL_STATE(1452)] = 86110, - [SMALL_STATE(1453)] = 86134, - [SMALL_STATE(1454)] = 86160, - [SMALL_STATE(1455)] = 86184, - [SMALL_STATE(1456)] = 86208, - [SMALL_STATE(1457)] = 86232, - [SMALL_STATE(1458)] = 86256, - [SMALL_STATE(1459)] = 86280, - [SMALL_STATE(1460)] = 86304, - [SMALL_STATE(1461)] = 86328, - [SMALL_STATE(1462)] = 86354, - [SMALL_STATE(1463)] = 86380, - [SMALL_STATE(1464)] = 86404, - [SMALL_STATE(1465)] = 86430, - [SMALL_STATE(1466)] = 86456, - [SMALL_STATE(1467)] = 86480, - [SMALL_STATE(1468)] = 86506, - [SMALL_STATE(1469)] = 86532, - [SMALL_STATE(1470)] = 86558, - [SMALL_STATE(1471)] = 86584, - [SMALL_STATE(1472)] = 86608, - [SMALL_STATE(1473)] = 86632, - [SMALL_STATE(1474)] = 86656, - [SMALL_STATE(1475)] = 86680, - [SMALL_STATE(1476)] = 86704, - [SMALL_STATE(1477)] = 86728, - [SMALL_STATE(1478)] = 86754, - [SMALL_STATE(1479)] = 86778, - [SMALL_STATE(1480)] = 86804, - [SMALL_STATE(1481)] = 86830, - [SMALL_STATE(1482)] = 86856, - [SMALL_STATE(1483)] = 86882, - [SMALL_STATE(1484)] = 86906, - [SMALL_STATE(1485)] = 86930, - [SMALL_STATE(1486)] = 86954, - [SMALL_STATE(1487)] = 86980, - [SMALL_STATE(1488)] = 87004, - [SMALL_STATE(1489)] = 87028, - [SMALL_STATE(1490)] = 87052, - [SMALL_STATE(1491)] = 87078, - [SMALL_STATE(1492)] = 87104, - [SMALL_STATE(1493)] = 87128, - [SMALL_STATE(1494)] = 87154, - [SMALL_STATE(1495)] = 87178, - [SMALL_STATE(1496)] = 87204, - [SMALL_STATE(1497)] = 87230, - [SMALL_STATE(1498)] = 87254, - [SMALL_STATE(1499)] = 87278, - [SMALL_STATE(1500)] = 87304, - [SMALL_STATE(1501)] = 87328, - [SMALL_STATE(1502)] = 87352, - [SMALL_STATE(1503)] = 87378, - [SMALL_STATE(1504)] = 87404, - [SMALL_STATE(1505)] = 87430, - [SMALL_STATE(1506)] = 87454, - [SMALL_STATE(1507)] = 87478, - [SMALL_STATE(1508)] = 87504, - [SMALL_STATE(1509)] = 87528, - [SMALL_STATE(1510)] = 87552, - [SMALL_STATE(1511)] = 87576, - [SMALL_STATE(1512)] = 87600, - [SMALL_STATE(1513)] = 87624, - [SMALL_STATE(1514)] = 87650, - [SMALL_STATE(1515)] = 87674, - [SMALL_STATE(1516)] = 87698, - [SMALL_STATE(1517)] = 87722, - [SMALL_STATE(1518)] = 87746, - [SMALL_STATE(1519)] = 87772, - [SMALL_STATE(1520)] = 87796, - [SMALL_STATE(1521)] = 87820, - [SMALL_STATE(1522)] = 87859, - [SMALL_STATE(1523)] = 87884, - [SMALL_STATE(1524)] = 87923, - [SMALL_STATE(1525)] = 87962, - [SMALL_STATE(1526)] = 87985, - [SMALL_STATE(1527)] = 88024, - [SMALL_STATE(1528)] = 88063, - [SMALL_STATE(1529)] = 88086, - [SMALL_STATE(1530)] = 88125, - [SMALL_STATE(1531)] = 88164, - [SMALL_STATE(1532)] = 88203, - [SMALL_STATE(1533)] = 88228, - [SMALL_STATE(1534)] = 88267, - [SMALL_STATE(1535)] = 88290, - [SMALL_STATE(1536)] = 88329, - [SMALL_STATE(1537)] = 88368, - [SMALL_STATE(1538)] = 88407, - [SMALL_STATE(1539)] = 88446, - [SMALL_STATE(1540)] = 88485, - [SMALL_STATE(1541)] = 88524, - [SMALL_STATE(1542)] = 88563, - [SMALL_STATE(1543)] = 88602, - [SMALL_STATE(1544)] = 88639, - [SMALL_STATE(1545)] = 88678, - [SMALL_STATE(1546)] = 88717, - [SMALL_STATE(1547)] = 88740, - [SMALL_STATE(1548)] = 88779, - [SMALL_STATE(1549)] = 88802, - [SMALL_STATE(1550)] = 88841, - [SMALL_STATE(1551)] = 88880, - [SMALL_STATE(1552)] = 88919, - [SMALL_STATE(1553)] = 88958, - [SMALL_STATE(1554)] = 88997, - [SMALL_STATE(1555)] = 89020, - [SMALL_STATE(1556)] = 89045, - [SMALL_STATE(1557)] = 89084, - [SMALL_STATE(1558)] = 89123, - [SMALL_STATE(1559)] = 89162, - [SMALL_STATE(1560)] = 89185, - [SMALL_STATE(1561)] = 89224, - [SMALL_STATE(1562)] = 89263, - [SMALL_STATE(1563)] = 89302, - [SMALL_STATE(1564)] = 89341, - [SMALL_STATE(1565)] = 89364, - [SMALL_STATE(1566)] = 89403, - [SMALL_STATE(1567)] = 89442, - [SMALL_STATE(1568)] = 89467, - [SMALL_STATE(1569)] = 89492, - [SMALL_STATE(1570)] = 89531, - [SMALL_STATE(1571)] = 89570, - [SMALL_STATE(1572)] = 89609, - [SMALL_STATE(1573)] = 89648, - [SMALL_STATE(1574)] = 89671, - [SMALL_STATE(1575)] = 89710, - [SMALL_STATE(1576)] = 89749, - [SMALL_STATE(1577)] = 89772, - [SMALL_STATE(1578)] = 89811, - [SMALL_STATE(1579)] = 89850, - [SMALL_STATE(1580)] = 89875, - [SMALL_STATE(1581)] = 89900, - [SMALL_STATE(1582)] = 89925, - [SMALL_STATE(1583)] = 89964, - [SMALL_STATE(1584)] = 89987, - [SMALL_STATE(1585)] = 90026, - [SMALL_STATE(1586)] = 90049, - [SMALL_STATE(1587)] = 90088, - [SMALL_STATE(1588)] = 90111, - [SMALL_STATE(1589)] = 90150, - [SMALL_STATE(1590)] = 90175, - [SMALL_STATE(1591)] = 90198, - [SMALL_STATE(1592)] = 90237, - [SMALL_STATE(1593)] = 90276, - [SMALL_STATE(1594)] = 90315, - [SMALL_STATE(1595)] = 90354, - [SMALL_STATE(1596)] = 90377, - [SMALL_STATE(1597)] = 90416, - [SMALL_STATE(1598)] = 90455, - [SMALL_STATE(1599)] = 90478, - [SMALL_STATE(1600)] = 90503, - [SMALL_STATE(1601)] = 90526, - [SMALL_STATE(1602)] = 90565, - [SMALL_STATE(1603)] = 90604, - [SMALL_STATE(1604)] = 90627, - [SMALL_STATE(1605)] = 90650, - [SMALL_STATE(1606)] = 90689, - [SMALL_STATE(1607)] = 90712, - [SMALL_STATE(1608)] = 90751, - [SMALL_STATE(1609)] = 90774, - [SMALL_STATE(1610)] = 90813, - [SMALL_STATE(1611)] = 90852, - [SMALL_STATE(1612)] = 90875, - [SMALL_STATE(1613)] = 90914, - [SMALL_STATE(1614)] = 90953, - [SMALL_STATE(1615)] = 90992, - [SMALL_STATE(1616)] = 91031, - [SMALL_STATE(1617)] = 91062, - [SMALL_STATE(1618)] = 91085, - [SMALL_STATE(1619)] = 91110, - [SMALL_STATE(1620)] = 91133, - [SMALL_STATE(1621)] = 91172, - [SMALL_STATE(1622)] = 91197, - [SMALL_STATE(1623)] = 91236, - [SMALL_STATE(1624)] = 91259, - [SMALL_STATE(1625)] = 91284, - [SMALL_STATE(1626)] = 91307, - [SMALL_STATE(1627)] = 91346, - [SMALL_STATE(1628)] = 91369, - [SMALL_STATE(1629)] = 91408, - [SMALL_STATE(1630)] = 91447, - [SMALL_STATE(1631)] = 91486, - [SMALL_STATE(1632)] = 91509, - [SMALL_STATE(1633)] = 91548, - [SMALL_STATE(1634)] = 91587, - [SMALL_STATE(1635)] = 91612, - [SMALL_STATE(1636)] = 91651, - [SMALL_STATE(1637)] = 91690, - [SMALL_STATE(1638)] = 91715, - [SMALL_STATE(1639)] = 91738, - [SMALL_STATE(1640)] = 91763, - [SMALL_STATE(1641)] = 91788, - [SMALL_STATE(1642)] = 91811, - [SMALL_STATE(1643)] = 91836, - [SMALL_STATE(1644)] = 91859, - [SMALL_STATE(1645)] = 91882, - [SMALL_STATE(1646)] = 91905, - [SMALL_STATE(1647)] = 91928, - [SMALL_STATE(1648)] = 91967, - [SMALL_STATE(1649)] = 92006, - [SMALL_STATE(1650)] = 92045, - [SMALL_STATE(1651)] = 92068, - [SMALL_STATE(1652)] = 92107, - [SMALL_STATE(1653)] = 92146, - [SMALL_STATE(1654)] = 92171, - [SMALL_STATE(1655)] = 92194, - [SMALL_STATE(1656)] = 92233, - [SMALL_STATE(1657)] = 92272, - [SMALL_STATE(1658)] = 92311, - [SMALL_STATE(1659)] = 92350, - [SMALL_STATE(1660)] = 92375, - [SMALL_STATE(1661)] = 92414, - [SMALL_STATE(1662)] = 92437, - [SMALL_STATE(1663)] = 92462, - [SMALL_STATE(1664)] = 92485, - [SMALL_STATE(1665)] = 92510, - [SMALL_STATE(1666)] = 92549, - [SMALL_STATE(1667)] = 92588, - [SMALL_STATE(1668)] = 92627, - [SMALL_STATE(1669)] = 92650, - [SMALL_STATE(1670)] = 92673, - [SMALL_STATE(1671)] = 92696, - [SMALL_STATE(1672)] = 92721, - [SMALL_STATE(1673)] = 92760, - [SMALL_STATE(1674)] = 92799, - [SMALL_STATE(1675)] = 92824, - [SMALL_STATE(1676)] = 92849, - [SMALL_STATE(1677)] = 92888, - [SMALL_STATE(1678)] = 92911, - [SMALL_STATE(1679)] = 92936, - [SMALL_STATE(1680)] = 92975, - [SMALL_STATE(1681)] = 93014, - [SMALL_STATE(1682)] = 93037, - [SMALL_STATE(1683)] = 93076, - [SMALL_STATE(1684)] = 93099, - [SMALL_STATE(1685)] = 93138, - [SMALL_STATE(1686)] = 93163, - [SMALL_STATE(1687)] = 93188, - [SMALL_STATE(1688)] = 93227, - [SMALL_STATE(1689)] = 93250, - [SMALL_STATE(1690)] = 93289, - [SMALL_STATE(1691)] = 93314, - [SMALL_STATE(1692)] = 93337, - [SMALL_STATE(1693)] = 93362, - [SMALL_STATE(1694)] = 93385, - [SMALL_STATE(1695)] = 93424, - [SMALL_STATE(1696)] = 93463, - [SMALL_STATE(1697)] = 93502, - [SMALL_STATE(1698)] = 93524, - [SMALL_STATE(1699)] = 93546, - [SMALL_STATE(1700)] = 93568, - [SMALL_STATE(1701)] = 93604, - [SMALL_STATE(1702)] = 93626, - [SMALL_STATE(1703)] = 93648, - [SMALL_STATE(1704)] = 93680, - [SMALL_STATE(1705)] = 93702, - [SMALL_STATE(1706)] = 93724, - [SMALL_STATE(1707)] = 93758, - [SMALL_STATE(1708)] = 93780, - [SMALL_STATE(1709)] = 93802, - [SMALL_STATE(1710)] = 93834, - [SMALL_STATE(1711)] = 93856, - [SMALL_STATE(1712)] = 93887, - [SMALL_STATE(1713)] = 93918, - [SMALL_STATE(1714)] = 93949, - [SMALL_STATE(1715)] = 93980, - [SMALL_STATE(1716)] = 94011, - [SMALL_STATE(1717)] = 94042, - [SMALL_STATE(1718)] = 94063, - [SMALL_STATE(1719)] = 94096, - [SMALL_STATE(1720)] = 94129, - [SMALL_STATE(1721)] = 94162, - [SMALL_STATE(1722)] = 94195, - [SMALL_STATE(1723)] = 94226, - [SMALL_STATE(1724)] = 94259, - [SMALL_STATE(1725)] = 94292, - [SMALL_STATE(1726)] = 94323, - [SMALL_STATE(1727)] = 94354, - [SMALL_STATE(1728)] = 94385, - [SMALL_STATE(1729)] = 94416, - [SMALL_STATE(1730)] = 94444, - [SMALL_STATE(1731)] = 94472, - [SMALL_STATE(1732)] = 94502, - [SMALL_STATE(1733)] = 94530, - [SMALL_STATE(1734)] = 94558, - [SMALL_STATE(1735)] = 94586, - [SMALL_STATE(1736)] = 94614, - [SMALL_STATE(1737)] = 94642, - [SMALL_STATE(1738)] = 94670, - [SMALL_STATE(1739)] = 94698, - [SMALL_STATE(1740)] = 94726, - [SMALL_STATE(1741)] = 94756, - [SMALL_STATE(1742)] = 94784, - [SMALL_STATE(1743)] = 94812, - [SMALL_STATE(1744)] = 94840, - [SMALL_STATE(1745)] = 94868, - [SMALL_STATE(1746)] = 94896, - [SMALL_STATE(1747)] = 94924, - [SMALL_STATE(1748)] = 94952, - [SMALL_STATE(1749)] = 94980, - [SMALL_STATE(1750)] = 95008, - [SMALL_STATE(1751)] = 95036, - [SMALL_STATE(1752)] = 95064, - [SMALL_STATE(1753)] = 95092, - [SMALL_STATE(1754)] = 95120, - [SMALL_STATE(1755)] = 95150, - [SMALL_STATE(1756)] = 95180, - [SMALL_STATE(1757)] = 95208, - [SMALL_STATE(1758)] = 95236, - [SMALL_STATE(1759)] = 95266, - [SMALL_STATE(1760)] = 95294, - [SMALL_STATE(1761)] = 95322, - [SMALL_STATE(1762)] = 95350, - [SMALL_STATE(1763)] = 95378, - [SMALL_STATE(1764)] = 95408, - [SMALL_STATE(1765)] = 95438, - [SMALL_STATE(1766)] = 95463, - [SMALL_STATE(1767)] = 95490, - [SMALL_STATE(1768)] = 95513, - [SMALL_STATE(1769)] = 95540, - [SMALL_STATE(1770)] = 95567, - [SMALL_STATE(1771)] = 95596, - [SMALL_STATE(1772)] = 95623, - [SMALL_STATE(1773)] = 95650, - [SMALL_STATE(1774)] = 95675, - [SMALL_STATE(1775)] = 95704, - [SMALL_STATE(1776)] = 95731, - [SMALL_STATE(1777)] = 95758, - [SMALL_STATE(1778)] = 95783, - [SMALL_STATE(1779)] = 95810, - [SMALL_STATE(1780)] = 95837, - [SMALL_STATE(1781)] = 95864, - [SMALL_STATE(1782)] = 95891, - [SMALL_STATE(1783)] = 95918, - [SMALL_STATE(1784)] = 95945, - [SMALL_STATE(1785)] = 95970, - [SMALL_STATE(1786)] = 95995, - [SMALL_STATE(1787)] = 96022, - [SMALL_STATE(1788)] = 96049, - [SMALL_STATE(1789)] = 96068, - [SMALL_STATE(1790)] = 96095, - [SMALL_STATE(1791)] = 96122, - [SMALL_STATE(1792)] = 96149, - [SMALL_STATE(1793)] = 96176, - [SMALL_STATE(1794)] = 96203, - [SMALL_STATE(1795)] = 96230, - [SMALL_STATE(1796)] = 96257, - [SMALL_STATE(1797)] = 96284, - [SMALL_STATE(1798)] = 96311, - [SMALL_STATE(1799)] = 96338, - [SMALL_STATE(1800)] = 96365, - [SMALL_STATE(1801)] = 96392, - [SMALL_STATE(1802)] = 96419, - [SMALL_STATE(1803)] = 96446, - [SMALL_STATE(1804)] = 96473, - [SMALL_STATE(1805)] = 96500, - [SMALL_STATE(1806)] = 96524, - [SMALL_STATE(1807)] = 96544, - [SMALL_STATE(1808)] = 96568, - [SMALL_STATE(1809)] = 96588, - [SMALL_STATE(1810)] = 96612, - [SMALL_STATE(1811)] = 96634, - [SMALL_STATE(1812)] = 96658, - [SMALL_STATE(1813)] = 96682, - [SMALL_STATE(1814)] = 96700, - [SMALL_STATE(1815)] = 96724, - [SMALL_STATE(1816)] = 96748, - [SMALL_STATE(1817)] = 96768, - [SMALL_STATE(1818)] = 96790, - [SMALL_STATE(1819)] = 96810, - [SMALL_STATE(1820)] = 96831, - [SMALL_STATE(1821)] = 96852, - [SMALL_STATE(1822)] = 96867, - [SMALL_STATE(1823)] = 96888, - [SMALL_STATE(1824)] = 96907, - [SMALL_STATE(1825)] = 96928, - [SMALL_STATE(1826)] = 96949, - [SMALL_STATE(1827)] = 96970, - [SMALL_STATE(1828)] = 96991, - [SMALL_STATE(1829)] = 97010, - [SMALL_STATE(1830)] = 97031, - [SMALL_STATE(1831)] = 97052, - [SMALL_STATE(1832)] = 97073, - [SMALL_STATE(1833)] = 97094, - [SMALL_STATE(1834)] = 97115, - [SMALL_STATE(1835)] = 97136, - [SMALL_STATE(1836)] = 97151, - [SMALL_STATE(1837)] = 97172, - [SMALL_STATE(1838)] = 97193, - [SMALL_STATE(1839)] = 97214, - [SMALL_STATE(1840)] = 97233, - [SMALL_STATE(1841)] = 97254, - [SMALL_STATE(1842)] = 97275, - [SMALL_STATE(1843)] = 97296, - [SMALL_STATE(1844)] = 97317, - [SMALL_STATE(1845)] = 97338, - [SMALL_STATE(1846)] = 97359, - [SMALL_STATE(1847)] = 97378, - [SMALL_STATE(1848)] = 97399, - [SMALL_STATE(1849)] = 97420, - [SMALL_STATE(1850)] = 97441, - [SMALL_STATE(1851)] = 97456, - [SMALL_STATE(1852)] = 97477, - [SMALL_STATE(1853)] = 97496, - [SMALL_STATE(1854)] = 97517, - [SMALL_STATE(1855)] = 97538, - [SMALL_STATE(1856)] = 97559, - [SMALL_STATE(1857)] = 97580, - [SMALL_STATE(1858)] = 97601, - [SMALL_STATE(1859)] = 97622, - [SMALL_STATE(1860)] = 97643, - [SMALL_STATE(1861)] = 97664, - [SMALL_STATE(1862)] = 97685, - [SMALL_STATE(1863)] = 97702, - [SMALL_STATE(1864)] = 97723, - [SMALL_STATE(1865)] = 97744, - [SMALL_STATE(1866)] = 97765, - [SMALL_STATE(1867)] = 97786, - [SMALL_STATE(1868)] = 97805, - [SMALL_STATE(1869)] = 97824, - [SMALL_STATE(1870)] = 97845, - [SMALL_STATE(1871)] = 97866, - [SMALL_STATE(1872)] = 97887, - [SMALL_STATE(1873)] = 97908, - [SMALL_STATE(1874)] = 97929, - [SMALL_STATE(1875)] = 97950, - [SMALL_STATE(1876)] = 97971, - [SMALL_STATE(1877)] = 97992, - [SMALL_STATE(1878)] = 98013, - [SMALL_STATE(1879)] = 98028, - [SMALL_STATE(1880)] = 98049, - [SMALL_STATE(1881)] = 98064, - [SMALL_STATE(1882)] = 98085, - [SMALL_STATE(1883)] = 98106, - [SMALL_STATE(1884)] = 98127, - [SMALL_STATE(1885)] = 98148, - [SMALL_STATE(1886)] = 98169, - [SMALL_STATE(1887)] = 98190, - [SMALL_STATE(1888)] = 98211, - [SMALL_STATE(1889)] = 98232, - [SMALL_STATE(1890)] = 98253, - [SMALL_STATE(1891)] = 98274, - [SMALL_STATE(1892)] = 98295, - [SMALL_STATE(1893)] = 98316, - [SMALL_STATE(1894)] = 98337, - [SMALL_STATE(1895)] = 98356, - [SMALL_STATE(1896)] = 98377, - [SMALL_STATE(1897)] = 98398, - [SMALL_STATE(1898)] = 98419, - [SMALL_STATE(1899)] = 98440, - [SMALL_STATE(1900)] = 98461, - [SMALL_STATE(1901)] = 98482, - [SMALL_STATE(1902)] = 98503, - [SMALL_STATE(1903)] = 98524, - [SMALL_STATE(1904)] = 98545, - [SMALL_STATE(1905)] = 98566, - [SMALL_STATE(1906)] = 98587, - [SMALL_STATE(1907)] = 98606, - [SMALL_STATE(1908)] = 98627, - [SMALL_STATE(1909)] = 98648, - [SMALL_STATE(1910)] = 98669, - [SMALL_STATE(1911)] = 98690, - [SMALL_STATE(1912)] = 98711, - [SMALL_STATE(1913)] = 98732, - [SMALL_STATE(1914)] = 98753, - [SMALL_STATE(1915)] = 98774, - [SMALL_STATE(1916)] = 98795, - [SMALL_STATE(1917)] = 98816, - [SMALL_STATE(1918)] = 98837, - [SMALL_STATE(1919)] = 98858, - [SMALL_STATE(1920)] = 98879, - [SMALL_STATE(1921)] = 98900, - [SMALL_STATE(1922)] = 98921, - [SMALL_STATE(1923)] = 98942, - [SMALL_STATE(1924)] = 98963, - [SMALL_STATE(1925)] = 98984, - [SMALL_STATE(1926)] = 99005, - [SMALL_STATE(1927)] = 99026, - [SMALL_STATE(1928)] = 99047, - [SMALL_STATE(1929)] = 99068, - [SMALL_STATE(1930)] = 99089, - [SMALL_STATE(1931)] = 99110, - [SMALL_STATE(1932)] = 99131, - [SMALL_STATE(1933)] = 99152, - [SMALL_STATE(1934)] = 99173, - [SMALL_STATE(1935)] = 99194, - [SMALL_STATE(1936)] = 99215, - [SMALL_STATE(1937)] = 99236, - [SMALL_STATE(1938)] = 99257, - [SMALL_STATE(1939)] = 99271, - [SMALL_STATE(1940)] = 99289, - [SMALL_STATE(1941)] = 99303, - [SMALL_STATE(1942)] = 99323, - [SMALL_STATE(1943)] = 99341, - [SMALL_STATE(1944)] = 99359, - [SMALL_STATE(1945)] = 99377, - [SMALL_STATE(1946)] = 99393, - [SMALL_STATE(1947)] = 99413, - [SMALL_STATE(1948)] = 99433, - [SMALL_STATE(1949)] = 99451, - [SMALL_STATE(1950)] = 99465, - [SMALL_STATE(1951)] = 99483, - [SMALL_STATE(1952)] = 99501, - [SMALL_STATE(1953)] = 99521, - [SMALL_STATE(1954)] = 99541, - [SMALL_STATE(1955)] = 99557, - [SMALL_STATE(1956)] = 99575, - [SMALL_STATE(1957)] = 99593, - [SMALL_STATE(1958)] = 99609, - [SMALL_STATE(1959)] = 99627, - [SMALL_STATE(1960)] = 99645, - [SMALL_STATE(1961)] = 99663, - [SMALL_STATE(1962)] = 99683, - [SMALL_STATE(1963)] = 99701, - [SMALL_STATE(1964)] = 99719, - [SMALL_STATE(1965)] = 99737, - [SMALL_STATE(1966)] = 99755, - [SMALL_STATE(1967)] = 99773, - [SMALL_STATE(1968)] = 99791, - [SMALL_STATE(1969)] = 99811, - [SMALL_STATE(1970)] = 99829, - [SMALL_STATE(1971)] = 99847, - [SMALL_STATE(1972)] = 99865, - [SMALL_STATE(1973)] = 99883, - [SMALL_STATE(1974)] = 99901, - [SMALL_STATE(1975)] = 99921, - [SMALL_STATE(1976)] = 99934, - [SMALL_STATE(1977)] = 99951, - [SMALL_STATE(1978)] = 99968, - [SMALL_STATE(1979)] = 99985, - [SMALL_STATE(1980)] = 100002, - [SMALL_STATE(1981)] = 100019, - [SMALL_STATE(1982)] = 100036, - [SMALL_STATE(1983)] = 100053, - [SMALL_STATE(1984)] = 100070, - [SMALL_STATE(1985)] = 100087, - [SMALL_STATE(1986)] = 100104, - [SMALL_STATE(1987)] = 100121, - [SMALL_STATE(1988)] = 100138, - [SMALL_STATE(1989)] = 100155, - [SMALL_STATE(1990)] = 100170, - [SMALL_STATE(1991)] = 100187, - [SMALL_STATE(1992)] = 100204, - [SMALL_STATE(1993)] = 100221, - [SMALL_STATE(1994)] = 100236, - [SMALL_STATE(1995)] = 100253, - [SMALL_STATE(1996)] = 100270, - [SMALL_STATE(1997)] = 100285, - [SMALL_STATE(1998)] = 100302, - [SMALL_STATE(1999)] = 100319, - [SMALL_STATE(2000)] = 100336, - [SMALL_STATE(2001)] = 100353, - [SMALL_STATE(2002)] = 100370, - [SMALL_STATE(2003)] = 100387, - [SMALL_STATE(2004)] = 100404, - [SMALL_STATE(2005)] = 100421, - [SMALL_STATE(2006)] = 100438, - [SMALL_STATE(2007)] = 100455, - [SMALL_STATE(2008)] = 100472, - [SMALL_STATE(2009)] = 100489, - [SMALL_STATE(2010)] = 100506, - [SMALL_STATE(2011)] = 100523, - [SMALL_STATE(2012)] = 100540, - [SMALL_STATE(2013)] = 100557, - [SMALL_STATE(2014)] = 100574, - [SMALL_STATE(2015)] = 100591, - [SMALL_STATE(2016)] = 100608, - [SMALL_STATE(2017)] = 100625, - [SMALL_STATE(2018)] = 100640, - [SMALL_STATE(2019)] = 100653, - [SMALL_STATE(2020)] = 100670, - [SMALL_STATE(2021)] = 100685, - [SMALL_STATE(2022)] = 100702, - [SMALL_STATE(2023)] = 100716, - [SMALL_STATE(2024)] = 100730, - [SMALL_STATE(2025)] = 100744, - [SMALL_STATE(2026)] = 100758, - [SMALL_STATE(2027)] = 100772, - [SMALL_STATE(2028)] = 100786, - [SMALL_STATE(2029)] = 100800, - [SMALL_STATE(2030)] = 100814, - [SMALL_STATE(2031)] = 100828, - [SMALL_STATE(2032)] = 100842, - [SMALL_STATE(2033)] = 100856, - [SMALL_STATE(2034)] = 100870, - [SMALL_STATE(2035)] = 100884, - [SMALL_STATE(2036)] = 100898, - [SMALL_STATE(2037)] = 100912, - [SMALL_STATE(2038)] = 100926, - [SMALL_STATE(2039)] = 100940, - [SMALL_STATE(2040)] = 100954, - [SMALL_STATE(2041)] = 100968, - [SMALL_STATE(2042)] = 100982, - [SMALL_STATE(2043)] = 100996, - [SMALL_STATE(2044)] = 101008, - [SMALL_STATE(2045)] = 101022, - [SMALL_STATE(2046)] = 101036, - [SMALL_STATE(2047)] = 101047, - [SMALL_STATE(2048)] = 101058, - [SMALL_STATE(2049)] = 101069, - [SMALL_STATE(2050)] = 101080, - [SMALL_STATE(2051)] = 101091, - [SMALL_STATE(2052)] = 101102, - [SMALL_STATE(2053)] = 101113, - [SMALL_STATE(2054)] = 101124, - [SMALL_STATE(2055)] = 101135, - [SMALL_STATE(2056)] = 101146, - [SMALL_STATE(2057)] = 101157, - [SMALL_STATE(2058)] = 101168, - [SMALL_STATE(2059)] = 101179, - [SMALL_STATE(2060)] = 101190, - [SMALL_STATE(2061)] = 101201, - [SMALL_STATE(2062)] = 101212, - [SMALL_STATE(2063)] = 101223, - [SMALL_STATE(2064)] = 101234, - [SMALL_STATE(2065)] = 101245, - [SMALL_STATE(2066)] = 101256, - [SMALL_STATE(2067)] = 101267, - [SMALL_STATE(2068)] = 101278, - [SMALL_STATE(2069)] = 101289, - [SMALL_STATE(2070)] = 101300, - [SMALL_STATE(2071)] = 101311, - [SMALL_STATE(2072)] = 101322, - [SMALL_STATE(2073)] = 101333, - [SMALL_STATE(2074)] = 101344, - [SMALL_STATE(2075)] = 101355, - [SMALL_STATE(2076)] = 101366, - [SMALL_STATE(2077)] = 101377, - [SMALL_STATE(2078)] = 101388, - [SMALL_STATE(2079)] = 101399, - [SMALL_STATE(2080)] = 101410, - [SMALL_STATE(2081)] = 101421, - [SMALL_STATE(2082)] = 101432, - [SMALL_STATE(2083)] = 101443, - [SMALL_STATE(2084)] = 101454, - [SMALL_STATE(2085)] = 101465, - [SMALL_STATE(2086)] = 101476, - [SMALL_STATE(2087)] = 101487, - [SMALL_STATE(2088)] = 101498, - [SMALL_STATE(2089)] = 101509, - [SMALL_STATE(2090)] = 101520, - [SMALL_STATE(2091)] = 101531, - [SMALL_STATE(2092)] = 101542, - [SMALL_STATE(2093)] = 101553, - [SMALL_STATE(2094)] = 101564, - [SMALL_STATE(2095)] = 101575, - [SMALL_STATE(2096)] = 101586, - [SMALL_STATE(2097)] = 101597, - [SMALL_STATE(2098)] = 101608, - [SMALL_STATE(2099)] = 101619, - [SMALL_STATE(2100)] = 101630, - [SMALL_STATE(2101)] = 101641, - [SMALL_STATE(2102)] = 101652, - [SMALL_STATE(2103)] = 101663, - [SMALL_STATE(2104)] = 101674, - [SMALL_STATE(2105)] = 101685, - [SMALL_STATE(2106)] = 101696, - [SMALL_STATE(2107)] = 101707, - [SMALL_STATE(2108)] = 101718, - [SMALL_STATE(2109)] = 101729, - [SMALL_STATE(2110)] = 101740, - [SMALL_STATE(2111)] = 101751, - [SMALL_STATE(2112)] = 101762, - [SMALL_STATE(2113)] = 101773, - [SMALL_STATE(2114)] = 101784, - [SMALL_STATE(2115)] = 101795, - [SMALL_STATE(2116)] = 101806, - [SMALL_STATE(2117)] = 101817, - [SMALL_STATE(2118)] = 101828, - [SMALL_STATE(2119)] = 101839, - [SMALL_STATE(2120)] = 101850, - [SMALL_STATE(2121)] = 101861, - [SMALL_STATE(2122)] = 101872, - [SMALL_STATE(2123)] = 101883, - [SMALL_STATE(2124)] = 101894, - [SMALL_STATE(2125)] = 101905, - [SMALL_STATE(2126)] = 101916, - [SMALL_STATE(2127)] = 101927, - [SMALL_STATE(2128)] = 101938, - [SMALL_STATE(2129)] = 101949, - [SMALL_STATE(2130)] = 101960, - [SMALL_STATE(2131)] = 101971, - [SMALL_STATE(2132)] = 101982, - [SMALL_STATE(2133)] = 101993, - [SMALL_STATE(2134)] = 102004, - [SMALL_STATE(2135)] = 102015, - [SMALL_STATE(2136)] = 102026, - [SMALL_STATE(2137)] = 102037, - [SMALL_STATE(2138)] = 102048, - [SMALL_STATE(2139)] = 102059, - [SMALL_STATE(2140)] = 102070, - [SMALL_STATE(2141)] = 102081, - [SMALL_STATE(2142)] = 102092, - [SMALL_STATE(2143)] = 102103, - [SMALL_STATE(2144)] = 102114, - [SMALL_STATE(2145)] = 102125, - [SMALL_STATE(2146)] = 102136, - [SMALL_STATE(2147)] = 102147, - [SMALL_STATE(2148)] = 102158, - [SMALL_STATE(2149)] = 102169, - [SMALL_STATE(2150)] = 102180, - [SMALL_STATE(2151)] = 102191, - [SMALL_STATE(2152)] = 102200, - [SMALL_STATE(2153)] = 102211, - [SMALL_STATE(2154)] = 102222, - [SMALL_STATE(2155)] = 102233, - [SMALL_STATE(2156)] = 102244, - [SMALL_STATE(2157)] = 102255, - [SMALL_STATE(2158)] = 102266, - [SMALL_STATE(2159)] = 102277, - [SMALL_STATE(2160)] = 102288, - [SMALL_STATE(2161)] = 102299, - [SMALL_STATE(2162)] = 102308, - [SMALL_STATE(2163)] = 102319, - [SMALL_STATE(2164)] = 102330, - [SMALL_STATE(2165)] = 102341, - [SMALL_STATE(2166)] = 102352, - [SMALL_STATE(2167)] = 102363, - [SMALL_STATE(2168)] = 102374, - [SMALL_STATE(2169)] = 102385, - [SMALL_STATE(2170)] = 102396, - [SMALL_STATE(2171)] = 102407, - [SMALL_STATE(2172)] = 102418, - [SMALL_STATE(2173)] = 102429, - [SMALL_STATE(2174)] = 102440, - [SMALL_STATE(2175)] = 102449, - [SMALL_STATE(2176)] = 102460, - [SMALL_STATE(2177)] = 102471, - [SMALL_STATE(2178)] = 102482, - [SMALL_STATE(2179)] = 102493, - [SMALL_STATE(2180)] = 102502, - [SMALL_STATE(2181)] = 102513, - [SMALL_STATE(2182)] = 102524, - [SMALL_STATE(2183)] = 102535, - [SMALL_STATE(2184)] = 102546, - [SMALL_STATE(2185)] = 102557, - [SMALL_STATE(2186)] = 102568, - [SMALL_STATE(2187)] = 102579, - [SMALL_STATE(2188)] = 102590, - [SMALL_STATE(2189)] = 102601, - [SMALL_STATE(2190)] = 102612, - [SMALL_STATE(2191)] = 102621, - [SMALL_STATE(2192)] = 102632, - [SMALL_STATE(2193)] = 102643, - [SMALL_STATE(2194)] = 102654, - [SMALL_STATE(2195)] = 102663, - [SMALL_STATE(2196)] = 102674, - [SMALL_STATE(2197)] = 102685, - [SMALL_STATE(2198)] = 102696, - [SMALL_STATE(2199)] = 102707, - [SMALL_STATE(2200)] = 102718, - [SMALL_STATE(2201)] = 102729, - [SMALL_STATE(2202)] = 102738, - [SMALL_STATE(2203)] = 102749, - [SMALL_STATE(2204)] = 102758, - [SMALL_STATE(2205)] = 102769, - [SMALL_STATE(2206)] = 102780, - [SMALL_STATE(2207)] = 102791, - [SMALL_STATE(2208)] = 102800, - [SMALL_STATE(2209)] = 102811, - [SMALL_STATE(2210)] = 102820, - [SMALL_STATE(2211)] = 102831, - [SMALL_STATE(2212)] = 102842, - [SMALL_STATE(2213)] = 102853, - [SMALL_STATE(2214)] = 102862, - [SMALL_STATE(2215)] = 102873, - [SMALL_STATE(2216)] = 102882, - [SMALL_STATE(2217)] = 102893, - [SMALL_STATE(2218)] = 102904, - [SMALL_STATE(2219)] = 102915, - [SMALL_STATE(2220)] = 102924, - [SMALL_STATE(2221)] = 102935, - [SMALL_STATE(2222)] = 102944, - [SMALL_STATE(2223)] = 102955, - [SMALL_STATE(2224)] = 102966, - [SMALL_STATE(2225)] = 102977, - [SMALL_STATE(2226)] = 102986, - [SMALL_STATE(2227)] = 102995, - [SMALL_STATE(2228)] = 103006, - [SMALL_STATE(2229)] = 103017, - [SMALL_STATE(2230)] = 103028, - [SMALL_STATE(2231)] = 103037, - [SMALL_STATE(2232)] = 103046, - [SMALL_STATE(2233)] = 103057, - [SMALL_STATE(2234)] = 103068, - [SMALL_STATE(2235)] = 103079, - [SMALL_STATE(2236)] = 103088, - [SMALL_STATE(2237)] = 103097, - [SMALL_STATE(2238)] = 103108, - [SMALL_STATE(2239)] = 103119, - [SMALL_STATE(2240)] = 103130, - [SMALL_STATE(2241)] = 103139, - [SMALL_STATE(2242)] = 103148, - [SMALL_STATE(2243)] = 103159, - [SMALL_STATE(2244)] = 103170, - [SMALL_STATE(2245)] = 103181, - [SMALL_STATE(2246)] = 103190, - [SMALL_STATE(2247)] = 103199, - [SMALL_STATE(2248)] = 103210, - [SMALL_STATE(2249)] = 103221, - [SMALL_STATE(2250)] = 103232, - [SMALL_STATE(2251)] = 103241, - [SMALL_STATE(2252)] = 103250, - [SMALL_STATE(2253)] = 103261, - [SMALL_STATE(2254)] = 103272, - [SMALL_STATE(2255)] = 103283, - [SMALL_STATE(2256)] = 103292, - [SMALL_STATE(2257)] = 103301, - [SMALL_STATE(2258)] = 103312, - [SMALL_STATE(2259)] = 103323, - [SMALL_STATE(2260)] = 103334, - [SMALL_STATE(2261)] = 103343, - [SMALL_STATE(2262)] = 103352, - [SMALL_STATE(2263)] = 103363, - [SMALL_STATE(2264)] = 103374, - [SMALL_STATE(2265)] = 103385, - [SMALL_STATE(2266)] = 103394, - [SMALL_STATE(2267)] = 103403, - [SMALL_STATE(2268)] = 103414, - [SMALL_STATE(2269)] = 103425, - [SMALL_STATE(2270)] = 103436, - [SMALL_STATE(2271)] = 103445, - [SMALL_STATE(2272)] = 103454, - [SMALL_STATE(2273)] = 103465, - [SMALL_STATE(2274)] = 103476, - [SMALL_STATE(2275)] = 103487, - [SMALL_STATE(2276)] = 103496, - [SMALL_STATE(2277)] = 103505, - [SMALL_STATE(2278)] = 103516, - [SMALL_STATE(2279)] = 103527, - [SMALL_STATE(2280)] = 103538, - [SMALL_STATE(2281)] = 103547, - [SMALL_STATE(2282)] = 103556, - [SMALL_STATE(2283)] = 103567, - [SMALL_STATE(2284)] = 103578, - [SMALL_STATE(2285)] = 103589, - [SMALL_STATE(2286)] = 103598, - [SMALL_STATE(2287)] = 103607, - [SMALL_STATE(2288)] = 103618, - [SMALL_STATE(2289)] = 103627, - [SMALL_STATE(2290)] = 103638, - [SMALL_STATE(2291)] = 103647, - [SMALL_STATE(2292)] = 103656, - [SMALL_STATE(2293)] = 103667, - [SMALL_STATE(2294)] = 103678, - [SMALL_STATE(2295)] = 103689, - [SMALL_STATE(2296)] = 103698, - [SMALL_STATE(2297)] = 103707, - [SMALL_STATE(2298)] = 103718, - [SMALL_STATE(2299)] = 103729, - [SMALL_STATE(2300)] = 103740, - [SMALL_STATE(2301)] = 103749, - [SMALL_STATE(2302)] = 103758, - [SMALL_STATE(2303)] = 103769, - [SMALL_STATE(2304)] = 103780, - [SMALL_STATE(2305)] = 103791, - [SMALL_STATE(2306)] = 103800, - [SMALL_STATE(2307)] = 103809, - [SMALL_STATE(2308)] = 103820, - [SMALL_STATE(2309)] = 103829, - [SMALL_STATE(2310)] = 103838, - [SMALL_STATE(2311)] = 103849, - [SMALL_STATE(2312)] = 103858, - [SMALL_STATE(2313)] = 103867, - [SMALL_STATE(2314)] = 103878, - [SMALL_STATE(2315)] = 103887, - [SMALL_STATE(2316)] = 103896, - [SMALL_STATE(2317)] = 103907, - [SMALL_STATE(2318)] = 103916, - [SMALL_STATE(2319)] = 103925, - [SMALL_STATE(2320)] = 103936, - [SMALL_STATE(2321)] = 103945, - [SMALL_STATE(2322)] = 103954, - [SMALL_STATE(2323)] = 103965, - [SMALL_STATE(2324)] = 103974, - [SMALL_STATE(2325)] = 103983, - [SMALL_STATE(2326)] = 103994, - [SMALL_STATE(2327)] = 104003, - [SMALL_STATE(2328)] = 104012, - [SMALL_STATE(2329)] = 104023, - [SMALL_STATE(2330)] = 104032, - [SMALL_STATE(2331)] = 104041, - [SMALL_STATE(2332)] = 104052, - [SMALL_STATE(2333)] = 104061, - [SMALL_STATE(2334)] = 104070, - [SMALL_STATE(2335)] = 104081, - [SMALL_STATE(2336)] = 104090, - [SMALL_STATE(2337)] = 104099, - [SMALL_STATE(2338)] = 104110, - [SMALL_STATE(2339)] = 104119, - [SMALL_STATE(2340)] = 104128, - [SMALL_STATE(2341)] = 104139, - [SMALL_STATE(2342)] = 104148, - [SMALL_STATE(2343)] = 104157, - [SMALL_STATE(2344)] = 104168, - [SMALL_STATE(2345)] = 104177, - [SMALL_STATE(2346)] = 104186, - [SMALL_STATE(2347)] = 104197, - [SMALL_STATE(2348)] = 104206, - [SMALL_STATE(2349)] = 104215, - [SMALL_STATE(2350)] = 104226, - [SMALL_STATE(2351)] = 104235, - [SMALL_STATE(2352)] = 104244, - [SMALL_STATE(2353)] = 104255, - [SMALL_STATE(2354)] = 104264, - [SMALL_STATE(2355)] = 104273, - [SMALL_STATE(2356)] = 104284, - [SMALL_STATE(2357)] = 104293, - [SMALL_STATE(2358)] = 104302, - [SMALL_STATE(2359)] = 104313, - [SMALL_STATE(2360)] = 104322, - [SMALL_STATE(2361)] = 104331, - [SMALL_STATE(2362)] = 104342, - [SMALL_STATE(2363)] = 104351, - [SMALL_STATE(2364)] = 104360, - [SMALL_STATE(2365)] = 104371, - [SMALL_STATE(2366)] = 104380, - [SMALL_STATE(2367)] = 104389, - [SMALL_STATE(2368)] = 104400, - [SMALL_STATE(2369)] = 104409, - [SMALL_STATE(2370)] = 104418, - [SMALL_STATE(2371)] = 104429, - [SMALL_STATE(2372)] = 104438, - [SMALL_STATE(2373)] = 104447, - [SMALL_STATE(2374)] = 104458, - [SMALL_STATE(2375)] = 104467, - [SMALL_STATE(2376)] = 104476, - [SMALL_STATE(2377)] = 104487, - [SMALL_STATE(2378)] = 104496, - [SMALL_STATE(2379)] = 104505, - [SMALL_STATE(2380)] = 104516, - [SMALL_STATE(2381)] = 104527, - [SMALL_STATE(2382)] = 104538, - [SMALL_STATE(2383)] = 104549, - [SMALL_STATE(2384)] = 104560, - [SMALL_STATE(2385)] = 104571, - [SMALL_STATE(2386)] = 104582, - [SMALL_STATE(2387)] = 104593, - [SMALL_STATE(2388)] = 104604, - [SMALL_STATE(2389)] = 104615, - [SMALL_STATE(2390)] = 104626, - [SMALL_STATE(2391)] = 104637, - [SMALL_STATE(2392)] = 104648, - [SMALL_STATE(2393)] = 104659, - [SMALL_STATE(2394)] = 104670, - [SMALL_STATE(2395)] = 104681, - [SMALL_STATE(2396)] = 104692, - [SMALL_STATE(2397)] = 104703, - [SMALL_STATE(2398)] = 104714, - [SMALL_STATE(2399)] = 104725, - [SMALL_STATE(2400)] = 104736, - [SMALL_STATE(2401)] = 104747, - [SMALL_STATE(2402)] = 104758, - [SMALL_STATE(2403)] = 104769, - [SMALL_STATE(2404)] = 104780, - [SMALL_STATE(2405)] = 104791, - [SMALL_STATE(2406)] = 104802, - [SMALL_STATE(2407)] = 104813, - [SMALL_STATE(2408)] = 104824, - [SMALL_STATE(2409)] = 104835, - [SMALL_STATE(2410)] = 104846, - [SMALL_STATE(2411)] = 104857, - [SMALL_STATE(2412)] = 104868, - [SMALL_STATE(2413)] = 104879, - [SMALL_STATE(2414)] = 104890, - [SMALL_STATE(2415)] = 104901, - [SMALL_STATE(2416)] = 104912, - [SMALL_STATE(2417)] = 104923, - [SMALL_STATE(2418)] = 104934, - [SMALL_STATE(2419)] = 104945, - [SMALL_STATE(2420)] = 104956, - [SMALL_STATE(2421)] = 104967, - [SMALL_STATE(2422)] = 104978, - [SMALL_STATE(2423)] = 104989, - [SMALL_STATE(2424)] = 105000, - [SMALL_STATE(2425)] = 105011, - [SMALL_STATE(2426)] = 105022, - [SMALL_STATE(2427)] = 105033, - [SMALL_STATE(2428)] = 105044, - [SMALL_STATE(2429)] = 105055, - [SMALL_STATE(2430)] = 105066, - [SMALL_STATE(2431)] = 105077, - [SMALL_STATE(2432)] = 105088, - [SMALL_STATE(2433)] = 105099, - [SMALL_STATE(2434)] = 105110, - [SMALL_STATE(2435)] = 105121, - [SMALL_STATE(2436)] = 105132, - [SMALL_STATE(2437)] = 105143, - [SMALL_STATE(2438)] = 105154, - [SMALL_STATE(2439)] = 105165, - [SMALL_STATE(2440)] = 105176, - [SMALL_STATE(2441)] = 105187, - [SMALL_STATE(2442)] = 105198, - [SMALL_STATE(2443)] = 105209, - [SMALL_STATE(2444)] = 105220, - [SMALL_STATE(2445)] = 105231, - [SMALL_STATE(2446)] = 105242, - [SMALL_STATE(2447)] = 105253, - [SMALL_STATE(2448)] = 105264, - [SMALL_STATE(2449)] = 105273, - [SMALL_STATE(2450)] = 105284, - [SMALL_STATE(2451)] = 105295, - [SMALL_STATE(2452)] = 105306, - [SMALL_STATE(2453)] = 105317, - [SMALL_STATE(2454)] = 105328, - [SMALL_STATE(2455)] = 105339, - [SMALL_STATE(2456)] = 105350, - [SMALL_STATE(2457)] = 105361, - [SMALL_STATE(2458)] = 105372, - [SMALL_STATE(2459)] = 105383, - [SMALL_STATE(2460)] = 105394, - [SMALL_STATE(2461)] = 105405, - [SMALL_STATE(2462)] = 105416, - [SMALL_STATE(2463)] = 105427, - [SMALL_STATE(2464)] = 105438, - [SMALL_STATE(2465)] = 105449, - [SMALL_STATE(2466)] = 105460, - [SMALL_STATE(2467)] = 105471, - [SMALL_STATE(2468)] = 105482, - [SMALL_STATE(2469)] = 105493, - [SMALL_STATE(2470)] = 105504, - [SMALL_STATE(2471)] = 105515, - [SMALL_STATE(2472)] = 105526, - [SMALL_STATE(2473)] = 105537, - [SMALL_STATE(2474)] = 105548, - [SMALL_STATE(2475)] = 105559, - [SMALL_STATE(2476)] = 105570, - [SMALL_STATE(2477)] = 105581, - [SMALL_STATE(2478)] = 105592, - [SMALL_STATE(2479)] = 105603, - [SMALL_STATE(2480)] = 105614, - [SMALL_STATE(2481)] = 105625, - [SMALL_STATE(2482)] = 105636, - [SMALL_STATE(2483)] = 105647, - [SMALL_STATE(2484)] = 105658, - [SMALL_STATE(2485)] = 105669, - [SMALL_STATE(2486)] = 105680, - [SMALL_STATE(2487)] = 105691, - [SMALL_STATE(2488)] = 105702, - [SMALL_STATE(2489)] = 105713, - [SMALL_STATE(2490)] = 105724, - [SMALL_STATE(2491)] = 105735, - [SMALL_STATE(2492)] = 105746, - [SMALL_STATE(2493)] = 105757, - [SMALL_STATE(2494)] = 105768, - [SMALL_STATE(2495)] = 105779, - [SMALL_STATE(2496)] = 105790, - [SMALL_STATE(2497)] = 105801, - [SMALL_STATE(2498)] = 105812, - [SMALL_STATE(2499)] = 105823, - [SMALL_STATE(2500)] = 105834, - [SMALL_STATE(2501)] = 105845, - [SMALL_STATE(2502)] = 105856, - [SMALL_STATE(2503)] = 105867, - [SMALL_STATE(2504)] = 105878, - [SMALL_STATE(2505)] = 105889, - [SMALL_STATE(2506)] = 105900, - [SMALL_STATE(2507)] = 105911, - [SMALL_STATE(2508)] = 105922, - [SMALL_STATE(2509)] = 105933, - [SMALL_STATE(2510)] = 105944, - [SMALL_STATE(2511)] = 105955, - [SMALL_STATE(2512)] = 105966, - [SMALL_STATE(2513)] = 105977, - [SMALL_STATE(2514)] = 105988, - [SMALL_STATE(2515)] = 105999, - [SMALL_STATE(2516)] = 106010, - [SMALL_STATE(2517)] = 106021, - [SMALL_STATE(2518)] = 106032, - [SMALL_STATE(2519)] = 106043, - [SMALL_STATE(2520)] = 106054, - [SMALL_STATE(2521)] = 106065, - [SMALL_STATE(2522)] = 106076, - [SMALL_STATE(2523)] = 106087, + [SMALL_STATE(208)] = 0, + [SMALL_STATE(209)] = 74, + [SMALL_STATE(210)] = 148, + [SMALL_STATE(211)] = 222, + [SMALL_STATE(212)] = 286, + [SMALL_STATE(213)] = 350, + [SMALL_STATE(214)] = 411, + [SMALL_STATE(215)] = 472, + [SMALL_STATE(216)] = 530, + [SMALL_STATE(217)] = 588, + [SMALL_STATE(218)] = 648, + [SMALL_STATE(219)] = 705, + [SMALL_STATE(220)] = 817, + [SMALL_STATE(221)] = 929, + [SMALL_STATE(222)] = 1041, + [SMALL_STATE(223)] = 1153, + [SMALL_STATE(224)] = 1265, + [SMALL_STATE(225)] = 1377, + [SMALL_STATE(226)] = 1489, + [SMALL_STATE(227)] = 1601, + [SMALL_STATE(228)] = 1693, + [SMALL_STATE(229)] = 1805, + [SMALL_STATE(230)] = 1917, + [SMALL_STATE(231)] = 2029, + [SMALL_STATE(232)] = 2141, + [SMALL_STATE(233)] = 2253, + [SMALL_STATE(234)] = 2365, + [SMALL_STATE(235)] = 2477, + [SMALL_STATE(236)] = 2589, + [SMALL_STATE(237)] = 2701, + [SMALL_STATE(238)] = 2813, + [SMALL_STATE(239)] = 2925, + [SMALL_STATE(240)] = 3037, + [SMALL_STATE(241)] = 3149, + [SMALL_STATE(242)] = 3261, + [SMALL_STATE(243)] = 3373, + [SMALL_STATE(244)] = 3485, + [SMALL_STATE(245)] = 3597, + [SMALL_STATE(246)] = 3709, + [SMALL_STATE(247)] = 3821, + [SMALL_STATE(248)] = 3933, + [SMALL_STATE(249)] = 4045, + [SMALL_STATE(250)] = 4157, + [SMALL_STATE(251)] = 4269, + [SMALL_STATE(252)] = 4381, + [SMALL_STATE(253)] = 4493, + [SMALL_STATE(254)] = 4605, + [SMALL_STATE(255)] = 4717, + [SMALL_STATE(256)] = 4829, + [SMALL_STATE(257)] = 4941, + [SMALL_STATE(258)] = 5053, + [SMALL_STATE(259)] = 5165, + [SMALL_STATE(260)] = 5277, + [SMALL_STATE(261)] = 5389, + [SMALL_STATE(262)] = 5501, + [SMALL_STATE(263)] = 5613, + [SMALL_STATE(264)] = 5725, + [SMALL_STATE(265)] = 5837, + [SMALL_STATE(266)] = 5949, + [SMALL_STATE(267)] = 6061, + [SMALL_STATE(268)] = 6173, + [SMALL_STATE(269)] = 6285, + [SMALL_STATE(270)] = 6397, + [SMALL_STATE(271)] = 6509, + [SMALL_STATE(272)] = 6601, + [SMALL_STATE(273)] = 6713, + [SMALL_STATE(274)] = 6825, + [SMALL_STATE(275)] = 6937, + [SMALL_STATE(276)] = 7049, + [SMALL_STATE(277)] = 7161, + [SMALL_STATE(278)] = 7253, + [SMALL_STATE(279)] = 7365, + [SMALL_STATE(280)] = 7474, + [SMALL_STATE(281)] = 7583, + [SMALL_STATE(282)] = 7674, + [SMALL_STATE(283)] = 7783, + [SMALL_STATE(284)] = 7874, + [SMALL_STATE(285)] = 7983, + [SMALL_STATE(286)] = 8092, + [SMALL_STATE(287)] = 8201, + [SMALL_STATE(288)] = 8310, + [SMALL_STATE(289)] = 8419, + [SMALL_STATE(290)] = 8528, + [SMALL_STATE(291)] = 8637, + [SMALL_STATE(292)] = 8728, + [SMALL_STATE(293)] = 8819, + [SMALL_STATE(294)] = 8928, + [SMALL_STATE(295)] = 9037, + [SMALL_STATE(296)] = 9146, + [SMALL_STATE(297)] = 9255, + [SMALL_STATE(298)] = 9364, + [SMALL_STATE(299)] = 9473, + [SMALL_STATE(300)] = 9582, + [SMALL_STATE(301)] = 9691, + [SMALL_STATE(302)] = 9800, + [SMALL_STATE(303)] = 9909, + [SMALL_STATE(304)] = 10018, + [SMALL_STATE(305)] = 10127, + [SMALL_STATE(306)] = 10236, + [SMALL_STATE(307)] = 10345, + [SMALL_STATE(308)] = 10454, + [SMALL_STATE(309)] = 10563, + [SMALL_STATE(310)] = 10672, + [SMALL_STATE(311)] = 10781, + [SMALL_STATE(312)] = 10890, + [SMALL_STATE(313)] = 10999, + [SMALL_STATE(314)] = 11108, + [SMALL_STATE(315)] = 11217, + [SMALL_STATE(316)] = 11326, + [SMALL_STATE(317)] = 11435, + [SMALL_STATE(318)] = 11544, + [SMALL_STATE(319)] = 11653, + [SMALL_STATE(320)] = 11762, + [SMALL_STATE(321)] = 11871, + [SMALL_STATE(322)] = 11980, + [SMALL_STATE(323)] = 12089, + [SMALL_STATE(324)] = 12198, + [SMALL_STATE(325)] = 12307, + [SMALL_STATE(326)] = 12416, + [SMALL_STATE(327)] = 12525, + [SMALL_STATE(328)] = 12634, + [SMALL_STATE(329)] = 12743, + [SMALL_STATE(330)] = 12852, + [SMALL_STATE(331)] = 12961, + [SMALL_STATE(332)] = 13070, + [SMALL_STATE(333)] = 13161, + [SMALL_STATE(334)] = 13270, + [SMALL_STATE(335)] = 13379, + [SMALL_STATE(336)] = 13488, + [SMALL_STATE(337)] = 13597, + [SMALL_STATE(338)] = 13706, + [SMALL_STATE(339)] = 13815, + [SMALL_STATE(340)] = 13924, + [SMALL_STATE(341)] = 14033, + [SMALL_STATE(342)] = 14142, + [SMALL_STATE(343)] = 14251, + [SMALL_STATE(344)] = 14360, + [SMALL_STATE(345)] = 14469, + [SMALL_STATE(346)] = 14578, + [SMALL_STATE(347)] = 14687, + [SMALL_STATE(348)] = 14796, + [SMALL_STATE(349)] = 14905, + [SMALL_STATE(350)] = 15014, + [SMALL_STATE(351)] = 15123, + [SMALL_STATE(352)] = 15232, + [SMALL_STATE(353)] = 15341, + [SMALL_STATE(354)] = 15450, + [SMALL_STATE(355)] = 15559, + [SMALL_STATE(356)] = 15668, + [SMALL_STATE(357)] = 15777, + [SMALL_STATE(358)] = 15886, + [SMALL_STATE(359)] = 15995, + [SMALL_STATE(360)] = 16104, + [SMALL_STATE(361)] = 16213, + [SMALL_STATE(362)] = 16322, + [SMALL_STATE(363)] = 16431, + [SMALL_STATE(364)] = 16540, + [SMALL_STATE(365)] = 16649, + [SMALL_STATE(366)] = 16758, + [SMALL_STATE(367)] = 16867, + [SMALL_STATE(368)] = 16976, + [SMALL_STATE(369)] = 17085, + [SMALL_STATE(370)] = 17194, + [SMALL_STATE(371)] = 17303, + [SMALL_STATE(372)] = 17412, + [SMALL_STATE(373)] = 17521, + [SMALL_STATE(374)] = 17630, + [SMALL_STATE(375)] = 17739, + [SMALL_STATE(376)] = 17848, + [SMALL_STATE(377)] = 17957, + [SMALL_STATE(378)] = 18066, + [SMALL_STATE(379)] = 18175, + [SMALL_STATE(380)] = 18284, + [SMALL_STATE(381)] = 18393, + [SMALL_STATE(382)] = 18502, + [SMALL_STATE(383)] = 18611, + [SMALL_STATE(384)] = 18720, + [SMALL_STATE(385)] = 18829, + [SMALL_STATE(386)] = 18938, + [SMALL_STATE(387)] = 19047, + [SMALL_STATE(388)] = 19156, + [SMALL_STATE(389)] = 19265, + [SMALL_STATE(390)] = 19374, + [SMALL_STATE(391)] = 19483, + [SMALL_STATE(392)] = 19592, + [SMALL_STATE(393)] = 19701, + [SMALL_STATE(394)] = 19810, + [SMALL_STATE(395)] = 19919, + [SMALL_STATE(396)] = 20028, + [SMALL_STATE(397)] = 20137, + [SMALL_STATE(398)] = 20246, + [SMALL_STATE(399)] = 20355, + [SMALL_STATE(400)] = 20464, + [SMALL_STATE(401)] = 20573, + [SMALL_STATE(402)] = 20682, + [SMALL_STATE(403)] = 20791, + [SMALL_STATE(404)] = 20900, + [SMALL_STATE(405)] = 21009, + [SMALL_STATE(406)] = 21118, + [SMALL_STATE(407)] = 21227, + [SMALL_STATE(408)] = 21318, + [SMALL_STATE(409)] = 21427, + [SMALL_STATE(410)] = 21536, + [SMALL_STATE(411)] = 21645, + [SMALL_STATE(412)] = 21754, + [SMALL_STATE(413)] = 21863, + [SMALL_STATE(414)] = 21972, + [SMALL_STATE(415)] = 22081, + [SMALL_STATE(416)] = 22172, + [SMALL_STATE(417)] = 22281, + [SMALL_STATE(418)] = 22390, + [SMALL_STATE(419)] = 22499, + [SMALL_STATE(420)] = 22608, + [SMALL_STATE(421)] = 22717, + [SMALL_STATE(422)] = 22826, + [SMALL_STATE(423)] = 22935, + [SMALL_STATE(424)] = 23044, + [SMALL_STATE(425)] = 23153, + [SMALL_STATE(426)] = 23262, + [SMALL_STATE(427)] = 23371, + [SMALL_STATE(428)] = 23480, + [SMALL_STATE(429)] = 23589, + [SMALL_STATE(430)] = 23680, + [SMALL_STATE(431)] = 23789, + [SMALL_STATE(432)] = 23898, + [SMALL_STATE(433)] = 24007, + [SMALL_STATE(434)] = 24116, + [SMALL_STATE(435)] = 24225, + [SMALL_STATE(436)] = 24334, + [SMALL_STATE(437)] = 24443, + [SMALL_STATE(438)] = 24552, + [SMALL_STATE(439)] = 24661, + [SMALL_STATE(440)] = 24770, + [SMALL_STATE(441)] = 24861, + [SMALL_STATE(442)] = 24970, + [SMALL_STATE(443)] = 25079, + [SMALL_STATE(444)] = 25188, + [SMALL_STATE(445)] = 25297, + [SMALL_STATE(446)] = 25406, + [SMALL_STATE(447)] = 25515, + [SMALL_STATE(448)] = 25624, + [SMALL_STATE(449)] = 25733, + [SMALL_STATE(450)] = 25842, + [SMALL_STATE(451)] = 25951, + [SMALL_STATE(452)] = 26060, + [SMALL_STATE(453)] = 26169, + [SMALL_STATE(454)] = 26260, + [SMALL_STATE(455)] = 26369, + [SMALL_STATE(456)] = 26478, + [SMALL_STATE(457)] = 26587, + [SMALL_STATE(458)] = 26696, + [SMALL_STATE(459)] = 26805, + [SMALL_STATE(460)] = 26914, + [SMALL_STATE(461)] = 27023, + [SMALL_STATE(462)] = 27132, + [SMALL_STATE(463)] = 27241, + [SMALL_STATE(464)] = 27350, + [SMALL_STATE(465)] = 27459, + [SMALL_STATE(466)] = 27568, + [SMALL_STATE(467)] = 27659, + [SMALL_STATE(468)] = 27768, + [SMALL_STATE(469)] = 27877, + [SMALL_STATE(470)] = 27986, + [SMALL_STATE(471)] = 28095, + [SMALL_STATE(472)] = 28204, + [SMALL_STATE(473)] = 28313, + [SMALL_STATE(474)] = 28422, + [SMALL_STATE(475)] = 28531, + [SMALL_STATE(476)] = 28640, + [SMALL_STATE(477)] = 28731, + [SMALL_STATE(478)] = 28840, + [SMALL_STATE(479)] = 28949, + [SMALL_STATE(480)] = 29058, + [SMALL_STATE(481)] = 29167, + [SMALL_STATE(482)] = 29276, + [SMALL_STATE(483)] = 29385, + [SMALL_STATE(484)] = 29494, + [SMALL_STATE(485)] = 29603, + [SMALL_STATE(486)] = 29712, + [SMALL_STATE(487)] = 29821, + [SMALL_STATE(488)] = 29930, + [SMALL_STATE(489)] = 30021, + [SMALL_STATE(490)] = 30130, + [SMALL_STATE(491)] = 30239, + [SMALL_STATE(492)] = 30348, + [SMALL_STATE(493)] = 30457, + [SMALL_STATE(494)] = 30566, + [SMALL_STATE(495)] = 30657, + [SMALL_STATE(496)] = 30766, + [SMALL_STATE(497)] = 30875, + [SMALL_STATE(498)] = 30984, + [SMALL_STATE(499)] = 31093, + [SMALL_STATE(500)] = 31202, + [SMALL_STATE(501)] = 31311, + [SMALL_STATE(502)] = 31420, + [SMALL_STATE(503)] = 31529, + [SMALL_STATE(504)] = 31638, + [SMALL_STATE(505)] = 31729, + [SMALL_STATE(506)] = 31838, + [SMALL_STATE(507)] = 31947, + [SMALL_STATE(508)] = 32056, + [SMALL_STATE(509)] = 32165, + [SMALL_STATE(510)] = 32274, + [SMALL_STATE(511)] = 32383, + [SMALL_STATE(512)] = 32492, + [SMALL_STATE(513)] = 32582, + [SMALL_STATE(514)] = 32672, + [SMALL_STATE(515)] = 32762, + [SMALL_STATE(516)] = 32852, + [SMALL_STATE(517)] = 32942, + [SMALL_STATE(518)] = 33032, + [SMALL_STATE(519)] = 33122, + [SMALL_STATE(520)] = 33212, + [SMALL_STATE(521)] = 33302, + [SMALL_STATE(522)] = 33392, + [SMALL_STATE(523)] = 33482, + [SMALL_STATE(524)] = 33572, + [SMALL_STATE(525)] = 33662, + [SMALL_STATE(526)] = 33752, + [SMALL_STATE(527)] = 33842, + [SMALL_STATE(528)] = 33932, + [SMALL_STATE(529)] = 34022, + [SMALL_STATE(530)] = 34112, + [SMALL_STATE(531)] = 34202, + [SMALL_STATE(532)] = 34292, + [SMALL_STATE(533)] = 34382, + [SMALL_STATE(534)] = 34472, + [SMALL_STATE(535)] = 34562, + [SMALL_STATE(536)] = 34652, + [SMALL_STATE(537)] = 34742, + [SMALL_STATE(538)] = 34832, + [SMALL_STATE(539)] = 34922, + [SMALL_STATE(540)] = 35011, + [SMALL_STATE(541)] = 35100, + [SMALL_STATE(542)] = 35189, + [SMALL_STATE(543)] = 35278, + [SMALL_STATE(544)] = 35367, + [SMALL_STATE(545)] = 35456, + [SMALL_STATE(546)] = 35545, + [SMALL_STATE(547)] = 35634, + [SMALL_STATE(548)] = 35723, + [SMALL_STATE(549)] = 35812, + [SMALL_STATE(550)] = 35901, + [SMALL_STATE(551)] = 35990, + [SMALL_STATE(552)] = 36079, + [SMALL_STATE(553)] = 36168, + [SMALL_STATE(554)] = 36257, + [SMALL_STATE(555)] = 36346, + [SMALL_STATE(556)] = 36435, + [SMALL_STATE(557)] = 36524, + [SMALL_STATE(558)] = 36613, + [SMALL_STATE(559)] = 36702, + [SMALL_STATE(560)] = 36791, + [SMALL_STATE(561)] = 36880, + [SMALL_STATE(562)] = 36969, + [SMALL_STATE(563)] = 37058, + [SMALL_STATE(564)] = 37146, + [SMALL_STATE(565)] = 37234, + [SMALL_STATE(566)] = 37322, + [SMALL_STATE(567)] = 37410, + [SMALL_STATE(568)] = 37498, + [SMALL_STATE(569)] = 37586, + [SMALL_STATE(570)] = 37674, + [SMALL_STATE(571)] = 37762, + [SMALL_STATE(572)] = 37850, + [SMALL_STATE(573)] = 37938, + [SMALL_STATE(574)] = 38026, + [SMALL_STATE(575)] = 38114, + [SMALL_STATE(576)] = 38202, + [SMALL_STATE(577)] = 38290, + [SMALL_STATE(578)] = 38378, + [SMALL_STATE(579)] = 38465, + [SMALL_STATE(580)] = 38552, + [SMALL_STATE(581)] = 38639, + [SMALL_STATE(582)] = 38726, + [SMALL_STATE(583)] = 38813, + [SMALL_STATE(584)] = 38900, + [SMALL_STATE(585)] = 38950, + [SMALL_STATE(586)] = 39000, + [SMALL_STATE(587)] = 39050, + [SMALL_STATE(588)] = 39100, + [SMALL_STATE(589)] = 39150, + [SMALL_STATE(590)] = 39200, + [SMALL_STATE(591)] = 39250, + [SMALL_STATE(592)] = 39300, + [SMALL_STATE(593)] = 39350, + [SMALL_STATE(594)] = 39400, + [SMALL_STATE(595)] = 39452, + [SMALL_STATE(596)] = 39502, + [SMALL_STATE(597)] = 39551, + [SMALL_STATE(598)] = 39600, + [SMALL_STATE(599)] = 39649, + [SMALL_STATE(600)] = 39698, + [SMALL_STATE(601)] = 39747, + [SMALL_STATE(602)] = 39796, + [SMALL_STATE(603)] = 39845, + [SMALL_STATE(604)] = 39896, + [SMALL_STATE(605)] = 39945, + [SMALL_STATE(606)] = 39993, + [SMALL_STATE(607)] = 40041, + [SMALL_STATE(608)] = 40089, + [SMALL_STATE(609)] = 40139, + [SMALL_STATE(610)] = 40187, + [SMALL_STATE(611)] = 40235, + [SMALL_STATE(612)] = 40283, + [SMALL_STATE(613)] = 40331, + [SMALL_STATE(614)] = 40379, + [SMALL_STATE(615)] = 40426, + [SMALL_STATE(616)] = 40473, + [SMALL_STATE(617)] = 40520, + [SMALL_STATE(618)] = 40567, + [SMALL_STATE(619)] = 40614, + [SMALL_STATE(620)] = 40661, + [SMALL_STATE(621)] = 40708, + [SMALL_STATE(622)] = 40757, + [SMALL_STATE(623)] = 40804, + [SMALL_STATE(624)] = 40853, + [SMALL_STATE(625)] = 40899, + [SMALL_STATE(626)] = 40945, + [SMALL_STATE(627)] = 40993, + [SMALL_STATE(628)] = 41039, + [SMALL_STATE(629)] = 41085, + [SMALL_STATE(630)] = 41131, + [SMALL_STATE(631)] = 41177, + [SMALL_STATE(632)] = 41223, + [SMALL_STATE(633)] = 41269, + [SMALL_STATE(634)] = 41315, + [SMALL_STATE(635)] = 41361, + [SMALL_STATE(636)] = 41409, + [SMALL_STATE(637)] = 41455, + [SMALL_STATE(638)] = 41501, + [SMALL_STATE(639)] = 41547, + [SMALL_STATE(640)] = 41593, + [SMALL_STATE(641)] = 41639, + [SMALL_STATE(642)] = 41685, + [SMALL_STATE(643)] = 41730, + [SMALL_STATE(644)] = 41775, + [SMALL_STATE(645)] = 41820, + [SMALL_STATE(646)] = 41865, + [SMALL_STATE(647)] = 41910, + [SMALL_STATE(648)] = 41955, + [SMALL_STATE(649)] = 42002, + [SMALL_STATE(650)] = 42047, + [SMALL_STATE(651)] = 42092, + [SMALL_STATE(652)] = 42137, + [SMALL_STATE(653)] = 42182, + [SMALL_STATE(654)] = 42227, + [SMALL_STATE(655)] = 42272, + [SMALL_STATE(656)] = 42317, + [SMALL_STATE(657)] = 42362, + [SMALL_STATE(658)] = 42407, + [SMALL_STATE(659)] = 42452, + [SMALL_STATE(660)] = 42496, + [SMALL_STATE(661)] = 42540, + [SMALL_STATE(662)] = 42584, + [SMALL_STATE(663)] = 42628, + [SMALL_STATE(664)] = 42672, + [SMALL_STATE(665)] = 42716, + [SMALL_STATE(666)] = 42760, + [SMALL_STATE(667)] = 42804, + [SMALL_STATE(668)] = 42848, + [SMALL_STATE(669)] = 42891, + [SMALL_STATE(670)] = 42934, + [SMALL_STATE(671)] = 42977, + [SMALL_STATE(672)] = 43020, + [SMALL_STATE(673)] = 43063, + [SMALL_STATE(674)] = 43106, + [SMALL_STATE(675)] = 43149, + [SMALL_STATE(676)] = 43192, + [SMALL_STATE(677)] = 43237, + [SMALL_STATE(678)] = 43282, + [SMALL_STATE(679)] = 43327, + [SMALL_STATE(680)] = 43370, + [SMALL_STATE(681)] = 43413, + [SMALL_STATE(682)] = 43458, + [SMALL_STATE(683)] = 43501, + [SMALL_STATE(684)] = 43544, + [SMALL_STATE(685)] = 43589, + [SMALL_STATE(686)] = 43634, + [SMALL_STATE(687)] = 43678, + [SMALL_STATE(688)] = 43720, + [SMALL_STATE(689)] = 43762, + [SMALL_STATE(690)] = 43806, + [SMALL_STATE(691)] = 43848, + [SMALL_STATE(692)] = 43890, + [SMALL_STATE(693)] = 43932, + [SMALL_STATE(694)] = 43974, + [SMALL_STATE(695)] = 44018, + [SMALL_STATE(696)] = 44060, + [SMALL_STATE(697)] = 44102, + [SMALL_STATE(698)] = 44144, + [SMALL_STATE(699)] = 44188, + [SMALL_STATE(700)] = 44230, + [SMALL_STATE(701)] = 44274, + [SMALL_STATE(702)] = 44316, + [SMALL_STATE(703)] = 44358, + [SMALL_STATE(704)] = 44402, + [SMALL_STATE(705)] = 44444, + [SMALL_STATE(706)] = 44486, + [SMALL_STATE(707)] = 44528, + [SMALL_STATE(708)] = 44572, + [SMALL_STATE(709)] = 44614, + [SMALL_STATE(710)] = 44656, + [SMALL_STATE(711)] = 44700, + [SMALL_STATE(712)] = 44742, + [SMALL_STATE(713)] = 44784, + [SMALL_STATE(714)] = 44826, + [SMALL_STATE(715)] = 44868, + [SMALL_STATE(716)] = 44912, + [SMALL_STATE(717)] = 44956, + [SMALL_STATE(718)] = 44998, + [SMALL_STATE(719)] = 45040, + [SMALL_STATE(720)] = 45082, + [SMALL_STATE(721)] = 45126, + [SMALL_STATE(722)] = 45168, + [SMALL_STATE(723)] = 45212, + [SMALL_STATE(724)] = 45254, + [SMALL_STATE(725)] = 45296, + [SMALL_STATE(726)] = 45338, + [SMALL_STATE(727)] = 45380, + [SMALL_STATE(728)] = 45422, + [SMALL_STATE(729)] = 45464, + [SMALL_STATE(730)] = 45508, + [SMALL_STATE(731)] = 45552, + [SMALL_STATE(732)] = 45596, + [SMALL_STATE(733)] = 45638, + [SMALL_STATE(734)] = 45680, + [SMALL_STATE(735)] = 45722, + [SMALL_STATE(736)] = 45764, + [SMALL_STATE(737)] = 45808, + [SMALL_STATE(738)] = 45850, + [SMALL_STATE(739)] = 45894, + [SMALL_STATE(740)] = 45936, + [SMALL_STATE(741)] = 46014, + [SMALL_STATE(742)] = 46056, + [SMALL_STATE(743)] = 46098, + [SMALL_STATE(744)] = 46140, + [SMALL_STATE(745)] = 46182, + [SMALL_STATE(746)] = 46260, + [SMALL_STATE(747)] = 46304, + [SMALL_STATE(748)] = 46346, + [SMALL_STATE(749)] = 46388, + [SMALL_STATE(750)] = 46430, + [SMALL_STATE(751)] = 46472, + [SMALL_STATE(752)] = 46514, + [SMALL_STATE(753)] = 46556, + [SMALL_STATE(754)] = 46600, + [SMALL_STATE(755)] = 46642, + [SMALL_STATE(756)] = 46686, + [SMALL_STATE(757)] = 46728, + [SMALL_STATE(758)] = 46770, + [SMALL_STATE(759)] = 46812, + [SMALL_STATE(760)] = 46856, + [SMALL_STATE(761)] = 46898, + [SMALL_STATE(762)] = 46940, + [SMALL_STATE(763)] = 46982, + [SMALL_STATE(764)] = 47024, + [SMALL_STATE(765)] = 47068, + [SMALL_STATE(766)] = 47110, + [SMALL_STATE(767)] = 47188, + [SMALL_STATE(768)] = 47230, + [SMALL_STATE(769)] = 47274, + [SMALL_STATE(770)] = 47316, + [SMALL_STATE(771)] = 47360, + [SMALL_STATE(772)] = 47404, + [SMALL_STATE(773)] = 47448, + [SMALL_STATE(774)] = 47490, + [SMALL_STATE(775)] = 47534, + [SMALL_STATE(776)] = 47578, + [SMALL_STATE(777)] = 47622, + [SMALL_STATE(778)] = 47666, + [SMALL_STATE(779)] = 47708, + [SMALL_STATE(780)] = 47749, + [SMALL_STATE(781)] = 47790, + [SMALL_STATE(782)] = 47831, + [SMALL_STATE(783)] = 47874, + [SMALL_STATE(784)] = 47915, + [SMALL_STATE(785)] = 47956, + [SMALL_STATE(786)] = 47997, + [SMALL_STATE(787)] = 48038, + [SMALL_STATE(788)] = 48115, + [SMALL_STATE(789)] = 48156, + [SMALL_STATE(790)] = 48197, + [SMALL_STATE(791)] = 48274, + [SMALL_STATE(792)] = 48315, + [SMALL_STATE(793)] = 48356, + [SMALL_STATE(794)] = 48433, + [SMALL_STATE(795)] = 48474, + [SMALL_STATE(796)] = 48515, + [SMALL_STATE(797)] = 48556, + [SMALL_STATE(798)] = 48597, + [SMALL_STATE(799)] = 48638, + [SMALL_STATE(800)] = 48679, + [SMALL_STATE(801)] = 48720, + [SMALL_STATE(802)] = 48763, + [SMALL_STATE(803)] = 48806, + [SMALL_STATE(804)] = 48849, + [SMALL_STATE(805)] = 48892, + [SMALL_STATE(806)] = 48935, + [SMALL_STATE(807)] = 48976, + [SMALL_STATE(808)] = 49017, + [SMALL_STATE(809)] = 49060, + [SMALL_STATE(810)] = 49103, + [SMALL_STATE(811)] = 49144, + [SMALL_STATE(812)] = 49185, + [SMALL_STATE(813)] = 49226, + [SMALL_STATE(814)] = 49269, + [SMALL_STATE(815)] = 49312, + [SMALL_STATE(816)] = 49353, + [SMALL_STATE(817)] = 49394, + [SMALL_STATE(818)] = 49435, + [SMALL_STATE(819)] = 49476, + [SMALL_STATE(820)] = 49519, + [SMALL_STATE(821)] = 49560, + [SMALL_STATE(822)] = 49601, + [SMALL_STATE(823)] = 49644, + [SMALL_STATE(824)] = 49685, + [SMALL_STATE(825)] = 49726, + [SMALL_STATE(826)] = 49769, + [SMALL_STATE(827)] = 49810, + [SMALL_STATE(828)] = 49853, + [SMALL_STATE(829)] = 49894, + [SMALL_STATE(830)] = 49935, + [SMALL_STATE(831)] = 49978, + [SMALL_STATE(832)] = 50021, + [SMALL_STATE(833)] = 50062, + [SMALL_STATE(834)] = 50105, + [SMALL_STATE(835)] = 50146, + [SMALL_STATE(836)] = 50189, + [SMALL_STATE(837)] = 50232, + [SMALL_STATE(838)] = 50275, + [SMALL_STATE(839)] = 50316, + [SMALL_STATE(840)] = 50359, + [SMALL_STATE(841)] = 50402, + [SMALL_STATE(842)] = 50445, + [SMALL_STATE(843)] = 50488, + [SMALL_STATE(844)] = 50531, + [SMALL_STATE(845)] = 50574, + [SMALL_STATE(846)] = 50615, + [SMALL_STATE(847)] = 50692, + [SMALL_STATE(848)] = 50735, + [SMALL_STATE(849)] = 50776, + [SMALL_STATE(850)] = 50817, + [SMALL_STATE(851)] = 50860, + [SMALL_STATE(852)] = 50901, + [SMALL_STATE(853)] = 50978, + [SMALL_STATE(854)] = 51019, + [SMALL_STATE(855)] = 51060, + [SMALL_STATE(856)] = 51137, + [SMALL_STATE(857)] = 51178, + [SMALL_STATE(858)] = 51219, + [SMALL_STATE(859)] = 51260, + [SMALL_STATE(860)] = 51303, + [SMALL_STATE(861)] = 51346, + [SMALL_STATE(862)] = 51387, + [SMALL_STATE(863)] = 51428, + [SMALL_STATE(864)] = 51471, + [SMALL_STATE(865)] = 51514, + [SMALL_STATE(866)] = 51557, + [SMALL_STATE(867)] = 51600, + [SMALL_STATE(868)] = 51643, + [SMALL_STATE(869)] = 51686, + [SMALL_STATE(870)] = 51727, + [SMALL_STATE(871)] = 51770, + [SMALL_STATE(872)] = 51811, + [SMALL_STATE(873)] = 51854, + [SMALL_STATE(874)] = 51895, + [SMALL_STATE(875)] = 51936, + [SMALL_STATE(876)] = 51977, + [SMALL_STATE(877)] = 52018, + [SMALL_STATE(878)] = 52059, + [SMALL_STATE(879)] = 52100, + [SMALL_STATE(880)] = 52141, + [SMALL_STATE(881)] = 52218, + [SMALL_STATE(882)] = 52259, + [SMALL_STATE(883)] = 52300, + [SMALL_STATE(884)] = 52341, + [SMALL_STATE(885)] = 52382, + [SMALL_STATE(886)] = 52425, + [SMALL_STATE(887)] = 52502, + [SMALL_STATE(888)] = 52543, + [SMALL_STATE(889)] = 52584, + [SMALL_STATE(890)] = 52625, + [SMALL_STATE(891)] = 52666, + [SMALL_STATE(892)] = 52707, + [SMALL_STATE(893)] = 52784, + [SMALL_STATE(894)] = 52825, + [SMALL_STATE(895)] = 52866, + [SMALL_STATE(896)] = 52907, + [SMALL_STATE(897)] = 52948, + [SMALL_STATE(898)] = 52989, + [SMALL_STATE(899)] = 53030, + [SMALL_STATE(900)] = 53071, + [SMALL_STATE(901)] = 53112, + [SMALL_STATE(902)] = 53153, + [SMALL_STATE(903)] = 53194, + [SMALL_STATE(904)] = 53235, + [SMALL_STATE(905)] = 53276, + [SMALL_STATE(906)] = 53317, + [SMALL_STATE(907)] = 53394, + [SMALL_STATE(908)] = 53435, + [SMALL_STATE(909)] = 53476, + [SMALL_STATE(910)] = 53517, + [SMALL_STATE(911)] = 53558, + [SMALL_STATE(912)] = 53601, + [SMALL_STATE(913)] = 53642, + [SMALL_STATE(914)] = 53683, + [SMALL_STATE(915)] = 53724, + [SMALL_STATE(916)] = 53765, + [SMALL_STATE(917)] = 53806, + [SMALL_STATE(918)] = 53847, + [SMALL_STATE(919)] = 53888, + [SMALL_STATE(920)] = 53965, + [SMALL_STATE(921)] = 54042, + [SMALL_STATE(922)] = 54085, + [SMALL_STATE(923)] = 54128, + [SMALL_STATE(924)] = 54171, + [SMALL_STATE(925)] = 54212, + [SMALL_STATE(926)] = 54253, + [SMALL_STATE(927)] = 54296, + [SMALL_STATE(928)] = 54339, + [SMALL_STATE(929)] = 54382, + [SMALL_STATE(930)] = 54423, + [SMALL_STATE(931)] = 54464, + [SMALL_STATE(932)] = 54505, + [SMALL_STATE(933)] = 54546, + [SMALL_STATE(934)] = 54587, + [SMALL_STATE(935)] = 54630, + [SMALL_STATE(936)] = 54673, + [SMALL_STATE(937)] = 54714, + [SMALL_STATE(938)] = 54755, + [SMALL_STATE(939)] = 54798, + [SMALL_STATE(940)] = 54841, + [SMALL_STATE(941)] = 54884, + [SMALL_STATE(942)] = 54927, + [SMALL_STATE(943)] = 54970, + [SMALL_STATE(944)] = 55011, + [SMALL_STATE(945)] = 55054, + [SMALL_STATE(946)] = 55130, + [SMALL_STATE(947)] = 55206, + [SMALL_STATE(948)] = 55246, + [SMALL_STATE(949)] = 55286, + [SMALL_STATE(950)] = 55362, + [SMALL_STATE(951)] = 55438, + [SMALL_STATE(952)] = 55514, + [SMALL_STATE(953)] = 55590, + [SMALL_STATE(954)] = 55666, + [SMALL_STATE(955)] = 55742, + [SMALL_STATE(956)] = 55810, + [SMALL_STATE(957)] = 55886, + [SMALL_STATE(958)] = 55926, + [SMALL_STATE(959)] = 56002, + [SMALL_STATE(960)] = 56042, + [SMALL_STATE(961)] = 56082, + [SMALL_STATE(962)] = 56122, + [SMALL_STATE(963)] = 56198, + [SMALL_STATE(964)] = 56274, + [SMALL_STATE(965)] = 56314, + [SMALL_STATE(966)] = 56390, + [SMALL_STATE(967)] = 56430, + [SMALL_STATE(968)] = 56470, + [SMALL_STATE(969)] = 56510, + [SMALL_STATE(970)] = 56586, + [SMALL_STATE(971)] = 56626, + [SMALL_STATE(972)] = 56666, + [SMALL_STATE(973)] = 56706, + [SMALL_STATE(974)] = 56746, + [SMALL_STATE(975)] = 56788, + [SMALL_STATE(976)] = 56830, + [SMALL_STATE(977)] = 56906, + [SMALL_STATE(978)] = 56982, + [SMALL_STATE(979)] = 57024, + [SMALL_STATE(980)] = 57066, + [SMALL_STATE(981)] = 57108, + [SMALL_STATE(982)] = 57150, + [SMALL_STATE(983)] = 57192, + [SMALL_STATE(984)] = 57268, + [SMALL_STATE(985)] = 57344, + [SMALL_STATE(986)] = 57386, + [SMALL_STATE(987)] = 57462, + [SMALL_STATE(988)] = 57504, + [SMALL_STATE(989)] = 57580, + [SMALL_STATE(990)] = 57656, + [SMALL_STATE(991)] = 57732, + [SMALL_STATE(992)] = 57774, + [SMALL_STATE(993)] = 57814, + [SMALL_STATE(994)] = 57890, + [SMALL_STATE(995)] = 57966, + [SMALL_STATE(996)] = 58042, + [SMALL_STATE(997)] = 58082, + [SMALL_STATE(998)] = 58158, + [SMALL_STATE(999)] = 58234, + [SMALL_STATE(1000)] = 58274, + [SMALL_STATE(1001)] = 58350, + [SMALL_STATE(1002)] = 58426, + [SMALL_STATE(1003)] = 58502, + [SMALL_STATE(1004)] = 58570, + [SMALL_STATE(1005)] = 58646, + [SMALL_STATE(1006)] = 58722, + [SMALL_STATE(1007)] = 58762, + [SMALL_STATE(1008)] = 58838, + [SMALL_STATE(1009)] = 58914, + [SMALL_STATE(1010)] = 58954, + [SMALL_STATE(1011)] = 59030, + [SMALL_STATE(1012)] = 59070, + [SMALL_STATE(1013)] = 59112, + [SMALL_STATE(1014)] = 59188, + [SMALL_STATE(1015)] = 59264, + [SMALL_STATE(1016)] = 59340, + [SMALL_STATE(1017)] = 59382, + [SMALL_STATE(1018)] = 59422, + [SMALL_STATE(1019)] = 59464, + [SMALL_STATE(1020)] = 59504, + [SMALL_STATE(1021)] = 59580, + [SMALL_STATE(1022)] = 59656, + [SMALL_STATE(1023)] = 59696, + [SMALL_STATE(1024)] = 59736, + [SMALL_STATE(1025)] = 59776, + [SMALL_STATE(1026)] = 59816, + [SMALL_STATE(1027)] = 59858, + [SMALL_STATE(1028)] = 59934, + [SMALL_STATE(1029)] = 59974, + [SMALL_STATE(1030)] = 60014, + [SMALL_STATE(1031)] = 60056, + [SMALL_STATE(1032)] = 60096, + [SMALL_STATE(1033)] = 60172, + [SMALL_STATE(1034)] = 60248, + [SMALL_STATE(1035)] = 60324, + [SMALL_STATE(1036)] = 60364, + [SMALL_STATE(1037)] = 60440, + [SMALL_STATE(1038)] = 60482, + [SMALL_STATE(1039)] = 60558, + [SMALL_STATE(1040)] = 60634, + [SMALL_STATE(1041)] = 60674, + [SMALL_STATE(1042)] = 60714, + [SMALL_STATE(1043)] = 60754, + [SMALL_STATE(1044)] = 60794, + [SMALL_STATE(1045)] = 60834, + [SMALL_STATE(1046)] = 60874, + [SMALL_STATE(1047)] = 60916, + [SMALL_STATE(1048)] = 60956, + [SMALL_STATE(1049)] = 61032, + [SMALL_STATE(1050)] = 61074, + [SMALL_STATE(1051)] = 61114, + [SMALL_STATE(1052)] = 61154, + [SMALL_STATE(1053)] = 61230, + [SMALL_STATE(1054)] = 61272, + [SMALL_STATE(1055)] = 61348, + [SMALL_STATE(1056)] = 61390, + [SMALL_STATE(1057)] = 61432, + [SMALL_STATE(1058)] = 61472, + [SMALL_STATE(1059)] = 61514, + [SMALL_STATE(1060)] = 61556, + [SMALL_STATE(1061)] = 61596, + [SMALL_STATE(1062)] = 61638, + [SMALL_STATE(1063)] = 61680, + [SMALL_STATE(1064)] = 61720, + [SMALL_STATE(1065)] = 61760, + [SMALL_STATE(1066)] = 61800, + [SMALL_STATE(1067)] = 61840, + [SMALL_STATE(1068)] = 61880, + [SMALL_STATE(1069)] = 61920, + [SMALL_STATE(1070)] = 61996, + [SMALL_STATE(1071)] = 62036, + [SMALL_STATE(1072)] = 62076, + [SMALL_STATE(1073)] = 62116, + [SMALL_STATE(1074)] = 62156, + [SMALL_STATE(1075)] = 62232, + [SMALL_STATE(1076)] = 62308, + [SMALL_STATE(1077)] = 62384, + [SMALL_STATE(1078)] = 62460, + [SMALL_STATE(1079)] = 62500, + [SMALL_STATE(1080)] = 62540, + [SMALL_STATE(1081)] = 62580, + [SMALL_STATE(1082)] = 62656, + [SMALL_STATE(1083)] = 62732, + [SMALL_STATE(1084)] = 62772, + [SMALL_STATE(1085)] = 62848, + [SMALL_STATE(1086)] = 62890, + [SMALL_STATE(1087)] = 62966, + [SMALL_STATE(1088)] = 63042, + [SMALL_STATE(1089)] = 63118, + [SMALL_STATE(1090)] = 63160, + [SMALL_STATE(1091)] = 63236, + [SMALL_STATE(1092)] = 63276, + [SMALL_STATE(1093)] = 63316, + [SMALL_STATE(1094)] = 63392, + [SMALL_STATE(1095)] = 63432, + [SMALL_STATE(1096)] = 63472, + [SMALL_STATE(1097)] = 63512, + [SMALL_STATE(1098)] = 63552, + [SMALL_STATE(1099)] = 63592, + [SMALL_STATE(1100)] = 63668, + [SMALL_STATE(1101)] = 63710, + [SMALL_STATE(1102)] = 63750, + [SMALL_STATE(1103)] = 63790, + [SMALL_STATE(1104)] = 63832, + [SMALL_STATE(1105)] = 63874, + [SMALL_STATE(1106)] = 63916, + [SMALL_STATE(1107)] = 63992, + [SMALL_STATE(1108)] = 64068, + [SMALL_STATE(1109)] = 64110, + [SMALL_STATE(1110)] = 64150, + [SMALL_STATE(1111)] = 64226, + [SMALL_STATE(1112)] = 64302, + [SMALL_STATE(1113)] = 64344, + [SMALL_STATE(1114)] = 64384, + [SMALL_STATE(1115)] = 64460, + [SMALL_STATE(1116)] = 64536, + [SMALL_STATE(1117)] = 64578, + [SMALL_STATE(1118)] = 64654, + [SMALL_STATE(1119)] = 64696, + [SMALL_STATE(1120)] = 64738, + [SMALL_STATE(1121)] = 64806, + [SMALL_STATE(1122)] = 64882, + [SMALL_STATE(1123)] = 64922, + [SMALL_STATE(1124)] = 64998, + [SMALL_STATE(1125)] = 65040, + [SMALL_STATE(1126)] = 65116, + [SMALL_STATE(1127)] = 65156, + [SMALL_STATE(1128)] = 65196, + [SMALL_STATE(1129)] = 65236, + [SMALL_STATE(1130)] = 65276, + [SMALL_STATE(1131)] = 65316, + [SMALL_STATE(1132)] = 65356, + [SMALL_STATE(1133)] = 65432, + [SMALL_STATE(1134)] = 65472, + [SMALL_STATE(1135)] = 65512, + [SMALL_STATE(1136)] = 65552, + [SMALL_STATE(1137)] = 65592, + [SMALL_STATE(1138)] = 65632, + [SMALL_STATE(1139)] = 65672, + [SMALL_STATE(1140)] = 65712, + [SMALL_STATE(1141)] = 65752, + [SMALL_STATE(1142)] = 65792, + [SMALL_STATE(1143)] = 65832, + [SMALL_STATE(1144)] = 65872, + [SMALL_STATE(1145)] = 65912, + [SMALL_STATE(1146)] = 65988, + [SMALL_STATE(1147)] = 66028, + [SMALL_STATE(1148)] = 66070, + [SMALL_STATE(1149)] = 66110, + [SMALL_STATE(1150)] = 66150, + [SMALL_STATE(1151)] = 66192, + [SMALL_STATE(1152)] = 66232, + [SMALL_STATE(1153)] = 66272, + [SMALL_STATE(1154)] = 66314, + [SMALL_STATE(1155)] = 66356, + [SMALL_STATE(1156)] = 66396, + [SMALL_STATE(1157)] = 66472, + [SMALL_STATE(1158)] = 66512, + [SMALL_STATE(1159)] = 66554, + [SMALL_STATE(1160)] = 66594, + [SMALL_STATE(1161)] = 66670, + [SMALL_STATE(1162)] = 66712, + [SMALL_STATE(1163)] = 66752, + [SMALL_STATE(1164)] = 66828, + [SMALL_STATE(1165)] = 66870, + [SMALL_STATE(1166)] = 66910, + [SMALL_STATE(1167)] = 66950, + [SMALL_STATE(1168)] = 66992, + [SMALL_STATE(1169)] = 67034, + [SMALL_STATE(1170)] = 67076, + [SMALL_STATE(1171)] = 67152, + [SMALL_STATE(1172)] = 67228, + [SMALL_STATE(1173)] = 67304, + [SMALL_STATE(1174)] = 67380, + [SMALL_STATE(1175)] = 67422, + [SMALL_STATE(1176)] = 67462, + [SMALL_STATE(1177)] = 67538, + [SMALL_STATE(1178)] = 67614, + [SMALL_STATE(1179)] = 67690, + [SMALL_STATE(1180)] = 67766, + [SMALL_STATE(1181)] = 67842, + [SMALL_STATE(1182)] = 67882, + [SMALL_STATE(1183)] = 67958, + [SMALL_STATE(1184)] = 68034, + [SMALL_STATE(1185)] = 68110, + [SMALL_STATE(1186)] = 68186, + [SMALL_STATE(1187)] = 68225, + [SMALL_STATE(1188)] = 68264, + [SMALL_STATE(1189)] = 68339, + [SMALL_STATE(1190)] = 68414, + [SMALL_STATE(1191)] = 68489, + [SMALL_STATE(1192)] = 68530, + [SMALL_STATE(1193)] = 68571, + [SMALL_STATE(1194)] = 68612, + [SMALL_STATE(1195)] = 68653, + [SMALL_STATE(1196)] = 68694, + [SMALL_STATE(1197)] = 68733, + [SMALL_STATE(1198)] = 68772, + [SMALL_STATE(1199)] = 68811, + [SMALL_STATE(1200)] = 68850, + [SMALL_STATE(1201)] = 68889, + [SMALL_STATE(1202)] = 68930, + [SMALL_STATE(1203)] = 68969, + [SMALL_STATE(1204)] = 69008, + [SMALL_STATE(1205)] = 69049, + [SMALL_STATE(1206)] = 69088, + [SMALL_STATE(1207)] = 69127, + [SMALL_STATE(1208)] = 69168, + [SMALL_STATE(1209)] = 69207, + [SMALL_STATE(1210)] = 69248, + [SMALL_STATE(1211)] = 69287, + [SMALL_STATE(1212)] = 69326, + [SMALL_STATE(1213)] = 69365, + [SMALL_STATE(1214)] = 69404, + [SMALL_STATE(1215)] = 69445, + [SMALL_STATE(1216)] = 69484, + [SMALL_STATE(1217)] = 69523, + [SMALL_STATE(1218)] = 69562, + [SMALL_STATE(1219)] = 69601, + [SMALL_STATE(1220)] = 69640, + [SMALL_STATE(1221)] = 69679, + [SMALL_STATE(1222)] = 69718, + [SMALL_STATE(1223)] = 69757, + [SMALL_STATE(1224)] = 69796, + [SMALL_STATE(1225)] = 69835, + [SMALL_STATE(1226)] = 69874, + [SMALL_STATE(1227)] = 69913, + [SMALL_STATE(1228)] = 69954, + [SMALL_STATE(1229)] = 69993, + [SMALL_STATE(1230)] = 70032, + [SMALL_STATE(1231)] = 70071, + [SMALL_STATE(1232)] = 70110, + [SMALL_STATE(1233)] = 70149, + [SMALL_STATE(1234)] = 70188, + [SMALL_STATE(1235)] = 70229, + [SMALL_STATE(1236)] = 70270, + [SMALL_STATE(1237)] = 70309, + [SMALL_STATE(1238)] = 70350, + [SMALL_STATE(1239)] = 70391, + [SMALL_STATE(1240)] = 70432, + [SMALL_STATE(1241)] = 70471, + [SMALL_STATE(1242)] = 70512, + [SMALL_STATE(1243)] = 70551, + [SMALL_STATE(1244)] = 70592, + [SMALL_STATE(1245)] = 70631, + [SMALL_STATE(1246)] = 70670, + [SMALL_STATE(1247)] = 70709, + [SMALL_STATE(1248)] = 70748, + [SMALL_STATE(1249)] = 70787, + [SMALL_STATE(1250)] = 70826, + [SMALL_STATE(1251)] = 70865, + [SMALL_STATE(1252)] = 70904, + [SMALL_STATE(1253)] = 70945, + [SMALL_STATE(1254)] = 70984, + [SMALL_STATE(1255)] = 71023, + [SMALL_STATE(1256)] = 71064, + [SMALL_STATE(1257)] = 71105, + [SMALL_STATE(1258)] = 71146, + [SMALL_STATE(1259)] = 71185, + [SMALL_STATE(1260)] = 71226, + [SMALL_STATE(1261)] = 71265, + [SMALL_STATE(1262)] = 71304, + [SMALL_STATE(1263)] = 71377, + [SMALL_STATE(1264)] = 71418, + [SMALL_STATE(1265)] = 71457, + [SMALL_STATE(1266)] = 71496, + [SMALL_STATE(1267)] = 71535, + [SMALL_STATE(1268)] = 71608, + [SMALL_STATE(1269)] = 71647, + [SMALL_STATE(1270)] = 71686, + [SMALL_STATE(1271)] = 71725, + [SMALL_STATE(1272)] = 71764, + [SMALL_STATE(1273)] = 71803, + [SMALL_STATE(1274)] = 71876, + [SMALL_STATE(1275)] = 71915, + [SMALL_STATE(1276)] = 71954, + [SMALL_STATE(1277)] = 71993, + [SMALL_STATE(1278)] = 72032, + [SMALL_STATE(1279)] = 72071, + [SMALL_STATE(1280)] = 72110, + [SMALL_STATE(1281)] = 72149, + [SMALL_STATE(1282)] = 72190, + [SMALL_STATE(1283)] = 72231, + [SMALL_STATE(1284)] = 72304, + [SMALL_STATE(1285)] = 72345, + [SMALL_STATE(1286)] = 72418, + [SMALL_STATE(1287)] = 72457, + [SMALL_STATE(1288)] = 72530, + [SMALL_STATE(1289)] = 72603, + [SMALL_STATE(1290)] = 72644, + [SMALL_STATE(1291)] = 72685, + [SMALL_STATE(1292)] = 72726, + [SMALL_STATE(1293)] = 72799, + [SMALL_STATE(1294)] = 72872, + [SMALL_STATE(1295)] = 72945, + [SMALL_STATE(1296)] = 73018, + [SMALL_STATE(1297)] = 73091, + [SMALL_STATE(1298)] = 73163, + [SMALL_STATE(1299)] = 73203, + [SMALL_STATE(1300)] = 73241, + [SMALL_STATE(1301)] = 73281, + [SMALL_STATE(1302)] = 73319, + [SMALL_STATE(1303)] = 73359, + [SMALL_STATE(1304)] = 73397, + [SMALL_STATE(1305)] = 73435, + [SMALL_STATE(1306)] = 73497, + [SMALL_STATE(1307)] = 73535, + [SMALL_STATE(1308)] = 73597, + [SMALL_STATE(1309)] = 73635, + [SMALL_STATE(1310)] = 73675, + [SMALL_STATE(1311)] = 73713, + [SMALL_STATE(1312)] = 73751, + [SMALL_STATE(1313)] = 73789, + [SMALL_STATE(1314)] = 73827, + [SMALL_STATE(1315)] = 73865, + [SMALL_STATE(1316)] = 73903, + [SMALL_STATE(1317)] = 73941, + [SMALL_STATE(1318)] = 73981, + [SMALL_STATE(1319)] = 74019, + [SMALL_STATE(1320)] = 74057, + [SMALL_STATE(1321)] = 74097, + [SMALL_STATE(1322)] = 74135, + [SMALL_STATE(1323)] = 74173, + [SMALL_STATE(1324)] = 74211, + [SMALL_STATE(1325)] = 74249, + [SMALL_STATE(1326)] = 74287, + [SMALL_STATE(1327)] = 74325, + [SMALL_STATE(1328)] = 74363, + [SMALL_STATE(1329)] = 74401, + [SMALL_STATE(1330)] = 74441, + [SMALL_STATE(1331)] = 74481, + [SMALL_STATE(1332)] = 74519, + [SMALL_STATE(1333)] = 74557, + [SMALL_STATE(1334)] = 74597, + [SMALL_STATE(1335)] = 74635, + [SMALL_STATE(1336)] = 74675, + [SMALL_STATE(1337)] = 74747, + [SMALL_STATE(1338)] = 74819, + [SMALL_STATE(1339)] = 74859, + [SMALL_STATE(1340)] = 74897, + [SMALL_STATE(1341)] = 74935, + [SMALL_STATE(1342)] = 74973, + [SMALL_STATE(1343)] = 75045, + [SMALL_STATE(1344)] = 75085, + [SMALL_STATE(1345)] = 75157, + [SMALL_STATE(1346)] = 75229, + [SMALL_STATE(1347)] = 75301, + [SMALL_STATE(1348)] = 75373, + [SMALL_STATE(1349)] = 75411, + [SMALL_STATE(1350)] = 75483, + [SMALL_STATE(1351)] = 75555, + [SMALL_STATE(1352)] = 75627, + [SMALL_STATE(1353)] = 75699, + [SMALL_STATE(1354)] = 75736, + [SMALL_STATE(1355)] = 75773, + [SMALL_STATE(1356)] = 75810, + [SMALL_STATE(1357)] = 75853, + [SMALL_STATE(1358)] = 75890, + [SMALL_STATE(1359)] = 75948, + [SMALL_STATE(1360)] = 76006, + [SMALL_STATE(1361)] = 76064, + [SMALL_STATE(1362)] = 76122, + [SMALL_STATE(1363)] = 76180, + [SMALL_STATE(1364)] = 76215, + [SMALL_STATE(1365)] = 76260, + [SMALL_STATE(1366)] = 76305, + [SMALL_STATE(1367)] = 76350, + [SMALL_STATE(1368)] = 76385, + [SMALL_STATE(1369)] = 76425, + [SMALL_STATE(1370)] = 76459, + [SMALL_STATE(1371)] = 76503, + [SMALL_STATE(1372)] = 76547, + [SMALL_STATE(1373)] = 76591, + [SMALL_STATE(1374)] = 76630, + [SMALL_STATE(1375)] = 76669, + [SMALL_STATE(1376)] = 76701, + [SMALL_STATE(1377)] = 76765, + [SMALL_STATE(1378)] = 76799, + [SMALL_STATE(1379)] = 76863, + [SMALL_STATE(1380)] = 76899, + [SMALL_STATE(1381)] = 76935, + [SMALL_STATE(1382)] = 76971, + [SMALL_STATE(1383)] = 77007, + [SMALL_STATE(1384)] = 77039, + [SMALL_STATE(1385)] = 77075, + [SMALL_STATE(1386)] = 77111, + [SMALL_STATE(1387)] = 77147, + [SMALL_STATE(1388)] = 77180, + [SMALL_STATE(1389)] = 77237, + [SMALL_STATE(1390)] = 77294, + [SMALL_STATE(1391)] = 77351, + [SMALL_STATE(1392)] = 77384, + [SMALL_STATE(1393)] = 77441, + [SMALL_STATE(1394)] = 77498, + [SMALL_STATE(1395)] = 77533, + [SMALL_STATE(1396)] = 77590, + [SMALL_STATE(1397)] = 77621, + [SMALL_STATE(1398)] = 77652, + [SMALL_STATE(1399)] = 77709, + [SMALL_STATE(1400)] = 77766, + [SMALL_STATE(1401)] = 77823, + [SMALL_STATE(1402)] = 77880, + [SMALL_STATE(1403)] = 77913, + [SMALL_STATE(1404)] = 77944, + [SMALL_STATE(1405)] = 78001, + [SMALL_STATE(1406)] = 78058, + [SMALL_STATE(1407)] = 78115, + [SMALL_STATE(1408)] = 78172, + [SMALL_STATE(1409)] = 78205, + [SMALL_STATE(1410)] = 78262, + [SMALL_STATE(1411)] = 78319, + [SMALL_STATE(1412)] = 78376, + [SMALL_STATE(1413)] = 78433, + [SMALL_STATE(1414)] = 78490, + [SMALL_STATE(1415)] = 78547, + [SMALL_STATE(1416)] = 78604, + [SMALL_STATE(1417)] = 78661, + [SMALL_STATE(1418)] = 78718, + [SMALL_STATE(1419)] = 78749, + [SMALL_STATE(1420)] = 78806, + [SMALL_STATE(1421)] = 78863, + [SMALL_STATE(1422)] = 78920, + [SMALL_STATE(1423)] = 78977, + [SMALL_STATE(1424)] = 79034, + [SMALL_STATE(1425)] = 79069, + [SMALL_STATE(1426)] = 79126, + [SMALL_STATE(1427)] = 79183, + [SMALL_STATE(1428)] = 79214, + [SMALL_STATE(1429)] = 79247, + [SMALL_STATE(1430)] = 79304, + [SMALL_STATE(1431)] = 79361, + [SMALL_STATE(1432)] = 79418, + [SMALL_STATE(1433)] = 79449, + [SMALL_STATE(1434)] = 79484, + [SMALL_STATE(1435)] = 79541, + [SMALL_STATE(1436)] = 79598, + [SMALL_STATE(1437)] = 79633, + [SMALL_STATE(1438)] = 79668, + [SMALL_STATE(1439)] = 79725, + [SMALL_STATE(1440)] = 79782, + [SMALL_STATE(1441)] = 79839, + [SMALL_STATE(1442)] = 79870, + [SMALL_STATE(1443)] = 79931, + [SMALL_STATE(1444)] = 79988, + [SMALL_STATE(1445)] = 80045, + [SMALL_STATE(1446)] = 80076, + [SMALL_STATE(1447)] = 80133, + [SMALL_STATE(1448)] = 80190, + [SMALL_STATE(1449)] = 80247, + [SMALL_STATE(1450)] = 80280, + [SMALL_STATE(1451)] = 80313, + [SMALL_STATE(1452)] = 80348, + [SMALL_STATE(1453)] = 80379, + [SMALL_STATE(1454)] = 80436, + [SMALL_STATE(1455)] = 80493, + [SMALL_STATE(1456)] = 80550, + [SMALL_STATE(1457)] = 80583, + [SMALL_STATE(1458)] = 80618, + [SMALL_STATE(1459)] = 80653, + [SMALL_STATE(1460)] = 80688, + [SMALL_STATE(1461)] = 80723, + [SMALL_STATE(1462)] = 80780, + [SMALL_STATE(1463)] = 80811, + [SMALL_STATE(1464)] = 80846, + [SMALL_STATE(1465)] = 80903, + [SMALL_STATE(1466)] = 80960, + [SMALL_STATE(1467)] = 80995, + [SMALL_STATE(1468)] = 81028, + [SMALL_STATE(1469)] = 81062, + [SMALL_STATE(1470)] = 81094, + [SMALL_STATE(1471)] = 81126, + [SMALL_STATE(1472)] = 81158, + [SMALL_STATE(1473)] = 81190, + [SMALL_STATE(1474)] = 81224, + [SMALL_STATE(1475)] = 81258, + [SMALL_STATE(1476)] = 81292, + [SMALL_STATE(1477)] = 81324, + [SMALL_STATE(1478)] = 81360, + [SMALL_STATE(1479)] = 81394, + [SMALL_STATE(1480)] = 81428, + [SMALL_STATE(1481)] = 81460, + [SMALL_STATE(1482)] = 81494, + [SMALL_STATE(1483)] = 81528, + [SMALL_STATE(1484)] = 81558, + [SMALL_STATE(1485)] = 81592, + [SMALL_STATE(1486)] = 81624, + [SMALL_STATE(1487)] = 81658, + [SMALL_STATE(1488)] = 81692, + [SMALL_STATE(1489)] = 81728, + [SMALL_STATE(1490)] = 81762, + [SMALL_STATE(1491)] = 81796, + [SMALL_STATE(1492)] = 81828, + [SMALL_STATE(1493)] = 81862, + [SMALL_STATE(1494)] = 81892, + [SMALL_STATE(1495)] = 81922, + [SMALL_STATE(1496)] = 81954, + [SMALL_STATE(1497)] = 81986, + [SMALL_STATE(1498)] = 82018, + [SMALL_STATE(1499)] = 82050, + [SMALL_STATE(1500)] = 82082, + [SMALL_STATE(1501)] = 82114, + [SMALL_STATE(1502)] = 82146, + [SMALL_STATE(1503)] = 82180, + [SMALL_STATE(1504)] = 82210, + [SMALL_STATE(1505)] = 82239, + [SMALL_STATE(1506)] = 82268, + [SMALL_STATE(1507)] = 82299, + [SMALL_STATE(1508)] = 82328, + [SMALL_STATE(1509)] = 82361, + [SMALL_STATE(1510)] = 82390, + [SMALL_STATE(1511)] = 82419, + [SMALL_STATE(1512)] = 82448, + [SMALL_STATE(1513)] = 82479, + [SMALL_STATE(1514)] = 82512, + [SMALL_STATE(1515)] = 82543, + [SMALL_STATE(1516)] = 82574, + [SMALL_STATE(1517)] = 82607, + [SMALL_STATE(1518)] = 82636, + [SMALL_STATE(1519)] = 82667, + [SMALL_STATE(1520)] = 82696, + [SMALL_STATE(1521)] = 82729, + [SMALL_STATE(1522)] = 82760, + [SMALL_STATE(1523)] = 82793, + [SMALL_STATE(1524)] = 82826, + [SMALL_STATE(1525)] = 82857, + [SMALL_STATE(1526)] = 82886, + [SMALL_STATE(1527)] = 82919, + [SMALL_STATE(1528)] = 82948, + [SMALL_STATE(1529)] = 82981, + [SMALL_STATE(1530)] = 83012, + [SMALL_STATE(1531)] = 83045, + [SMALL_STATE(1532)] = 83074, + [SMALL_STATE(1533)] = 83103, + [SMALL_STATE(1534)] = 83134, + [SMALL_STATE(1535)] = 83165, + [SMALL_STATE(1536)] = 83196, + [SMALL_STATE(1537)] = 83227, + [SMALL_STATE(1538)] = 83258, + [SMALL_STATE(1539)] = 83289, + [SMALL_STATE(1540)] = 83320, + [SMALL_STATE(1541)] = 83349, + [SMALL_STATE(1542)] = 83380, + [SMALL_STATE(1543)] = 83411, + [SMALL_STATE(1544)] = 83442, + [SMALL_STATE(1545)] = 83475, + [SMALL_STATE(1546)] = 83508, + [SMALL_STATE(1547)] = 83541, + [SMALL_STATE(1548)] = 83572, + [SMALL_STATE(1549)] = 83601, + [SMALL_STATE(1550)] = 83636, + [SMALL_STATE(1551)] = 83669, + [SMALL_STATE(1552)] = 83704, + [SMALL_STATE(1553)] = 83737, + [SMALL_STATE(1554)] = 83768, + [SMALL_STATE(1555)] = 83799, + [SMALL_STATE(1556)] = 83830, + [SMALL_STATE(1557)] = 83863, + [SMALL_STATE(1558)] = 83894, + [SMALL_STATE(1559)] = 83925, + [SMALL_STATE(1560)] = 83958, + [SMALL_STATE(1561)] = 83989, + [SMALL_STATE(1562)] = 84019, + [SMALL_STATE(1563)] = 84047, + [SMALL_STATE(1564)] = 84075, + [SMALL_STATE(1565)] = 84107, + [SMALL_STATE(1566)] = 84139, + [SMALL_STATE(1567)] = 84167, + [SMALL_STATE(1568)] = 84195, + [SMALL_STATE(1569)] = 84223, + [SMALL_STATE(1570)] = 84253, + [SMALL_STATE(1571)] = 84281, + [SMALL_STATE(1572)] = 84309, + [SMALL_STATE(1573)] = 84337, + [SMALL_STATE(1574)] = 84367, + [SMALL_STATE(1575)] = 84397, + [SMALL_STATE(1576)] = 84427, + [SMALL_STATE(1577)] = 84457, + [SMALL_STATE(1578)] = 84485, + [SMALL_STATE(1579)] = 84513, + [SMALL_STATE(1580)] = 84541, + [SMALL_STATE(1581)] = 84573, + [SMALL_STATE(1582)] = 84603, + [SMALL_STATE(1583)] = 84631, + [SMALL_STATE(1584)] = 84659, + [SMALL_STATE(1585)] = 84687, + [SMALL_STATE(1586)] = 84715, + [SMALL_STATE(1587)] = 84743, + [SMALL_STATE(1588)] = 84771, + [SMALL_STATE(1589)] = 84799, + [SMALL_STATE(1590)] = 84829, + [SMALL_STATE(1591)] = 84859, + [SMALL_STATE(1592)] = 84889, + [SMALL_STATE(1593)] = 84919, + [SMALL_STATE(1594)] = 84947, + [SMALL_STATE(1595)] = 84977, + [SMALL_STATE(1596)] = 85007, + [SMALL_STATE(1597)] = 85035, + [SMALL_STATE(1598)] = 85065, + [SMALL_STATE(1599)] = 85093, + [SMALL_STATE(1600)] = 85121, + [SMALL_STATE(1601)] = 85151, + [SMALL_STATE(1602)] = 85181, + [SMALL_STATE(1603)] = 85211, + [SMALL_STATE(1604)] = 85241, + [SMALL_STATE(1605)] = 85271, + [SMALL_STATE(1606)] = 85299, + [SMALL_STATE(1607)] = 85327, + [SMALL_STATE(1608)] = 85355, + [SMALL_STATE(1609)] = 85383, + [SMALL_STATE(1610)] = 85411, + [SMALL_STATE(1611)] = 85441, + [SMALL_STATE(1612)] = 85471, + [SMALL_STATE(1613)] = 85499, + [SMALL_STATE(1614)] = 85527, + [SMALL_STATE(1615)] = 85557, + [SMALL_STATE(1616)] = 85585, + [SMALL_STATE(1617)] = 85613, + [SMALL_STATE(1618)] = 85641, + [SMALL_STATE(1619)] = 85669, + [SMALL_STATE(1620)] = 85699, + [SMALL_STATE(1621)] = 85727, + [SMALL_STATE(1622)] = 85755, + [SMALL_STATE(1623)] = 85783, + [SMALL_STATE(1624)] = 85811, + [SMALL_STATE(1625)] = 85839, + [SMALL_STATE(1626)] = 85869, + [SMALL_STATE(1627)] = 85897, + [SMALL_STATE(1628)] = 85925, + [SMALL_STATE(1629)] = 85953, + [SMALL_STATE(1630)] = 85983, + [SMALL_STATE(1631)] = 86013, + [SMALL_STATE(1632)] = 86041, + [SMALL_STATE(1633)] = 86071, + [SMALL_STATE(1634)] = 86103, + [SMALL_STATE(1635)] = 86135, + [SMALL_STATE(1636)] = 86163, + [SMALL_STATE(1637)] = 86191, + [SMALL_STATE(1638)] = 86219, + [SMALL_STATE(1639)] = 86247, + [SMALL_STATE(1640)] = 86275, + [SMALL_STATE(1641)] = 86303, + [SMALL_STATE(1642)] = 86333, + [SMALL_STATE(1643)] = 86361, + [SMALL_STATE(1644)] = 86391, + [SMALL_STATE(1645)] = 86421, + [SMALL_STATE(1646)] = 86451, + [SMALL_STATE(1647)] = 86481, + [SMALL_STATE(1648)] = 86511, + [SMALL_STATE(1649)] = 86539, + [SMALL_STATE(1650)] = 86569, + [SMALL_STATE(1651)] = 86601, + [SMALL_STATE(1652)] = 86631, + [SMALL_STATE(1653)] = 86659, + [SMALL_STATE(1654)] = 86691, + [SMALL_STATE(1655)] = 86721, + [SMALL_STATE(1656)] = 86751, + [SMALL_STATE(1657)] = 86781, + [SMALL_STATE(1658)] = 86811, + [SMALL_STATE(1659)] = 86841, + [SMALL_STATE(1660)] = 86871, + [SMALL_STATE(1661)] = 86901, + [SMALL_STATE(1662)] = 86929, + [SMALL_STATE(1663)] = 86957, + [SMALL_STATE(1664)] = 86985, + [SMALL_STATE(1665)] = 87015, + [SMALL_STATE(1666)] = 87044, + [SMALL_STATE(1667)] = 87091, + [SMALL_STATE(1668)] = 87120, + [SMALL_STATE(1669)] = 87167, + [SMALL_STATE(1670)] = 87194, + [SMALL_STATE(1671)] = 87223, + [SMALL_STATE(1672)] = 87250, + [SMALL_STATE(1673)] = 87277, + [SMALL_STATE(1674)] = 87304, + [SMALL_STATE(1675)] = 87331, + [SMALL_STATE(1676)] = 87358, + [SMALL_STATE(1677)] = 87385, + [SMALL_STATE(1678)] = 87432, + [SMALL_STATE(1679)] = 87479, + [SMALL_STATE(1680)] = 87526, + [SMALL_STATE(1681)] = 87553, + [SMALL_STATE(1682)] = 87600, + [SMALL_STATE(1683)] = 87627, + [SMALL_STATE(1684)] = 87674, + [SMALL_STATE(1685)] = 87701, + [SMALL_STATE(1686)] = 87728, + [SMALL_STATE(1687)] = 87775, + [SMALL_STATE(1688)] = 87802, + [SMALL_STATE(1689)] = 87849, + [SMALL_STATE(1690)] = 87878, + [SMALL_STATE(1691)] = 87925, + [SMALL_STATE(1692)] = 87972, + [SMALL_STATE(1693)] = 87999, + [SMALL_STATE(1694)] = 88046, + [SMALL_STATE(1695)] = 88073, + [SMALL_STATE(1696)] = 88100, + [SMALL_STATE(1697)] = 88147, + [SMALL_STATE(1698)] = 88194, + [SMALL_STATE(1699)] = 88221, + [SMALL_STATE(1700)] = 88248, + [SMALL_STATE(1701)] = 88275, + [SMALL_STATE(1702)] = 88302, + [SMALL_STATE(1703)] = 88349, + [SMALL_STATE(1704)] = 88396, + [SMALL_STATE(1705)] = 88443, + [SMALL_STATE(1706)] = 88470, + [SMALL_STATE(1707)] = 88517, + [SMALL_STATE(1708)] = 88564, + [SMALL_STATE(1709)] = 88591, + [SMALL_STATE(1710)] = 88638, + [SMALL_STATE(1711)] = 88665, + [SMALL_STATE(1712)] = 88692, + [SMALL_STATE(1713)] = 88739, + [SMALL_STATE(1714)] = 88786, + [SMALL_STATE(1715)] = 88833, + [SMALL_STATE(1716)] = 88880, + [SMALL_STATE(1717)] = 88909, + [SMALL_STATE(1718)] = 88938, + [SMALL_STATE(1719)] = 88965, + [SMALL_STATE(1720)] = 88994, + [SMALL_STATE(1721)] = 89023, + [SMALL_STATE(1722)] = 89070, + [SMALL_STATE(1723)] = 89099, + [SMALL_STATE(1724)] = 89146, + [SMALL_STATE(1725)] = 89175, + [SMALL_STATE(1726)] = 89222, + [SMALL_STATE(1727)] = 89251, + [SMALL_STATE(1728)] = 89280, + [SMALL_STATE(1729)] = 89309, + [SMALL_STATE(1730)] = 89336, + [SMALL_STATE(1731)] = 89383, + [SMALL_STATE(1732)] = 89412, + [SMALL_STATE(1733)] = 89441, + [SMALL_STATE(1734)] = 89488, + [SMALL_STATE(1735)] = 89535, + [SMALL_STATE(1736)] = 89564, + [SMALL_STATE(1737)] = 89611, + [SMALL_STATE(1738)] = 89640, + [SMALL_STATE(1739)] = 89687, + [SMALL_STATE(1740)] = 89714, + [SMALL_STATE(1741)] = 89761, + [SMALL_STATE(1742)] = 89808, + [SMALL_STATE(1743)] = 89855, + [SMALL_STATE(1744)] = 89882, + [SMALL_STATE(1745)] = 89929, + [SMALL_STATE(1746)] = 89976, + [SMALL_STATE(1747)] = 90005, + [SMALL_STATE(1748)] = 90032, + [SMALL_STATE(1749)] = 90079, + [SMALL_STATE(1750)] = 90108, + [SMALL_STATE(1751)] = 90135, + [SMALL_STATE(1752)] = 90162, + [SMALL_STATE(1753)] = 90189, + [SMALL_STATE(1754)] = 90216, + [SMALL_STATE(1755)] = 90243, + [SMALL_STATE(1756)] = 90272, + [SMALL_STATE(1757)] = 90299, + [SMALL_STATE(1758)] = 90326, + [SMALL_STATE(1759)] = 90373, + [SMALL_STATE(1760)] = 90420, + [SMALL_STATE(1761)] = 90467, + [SMALL_STATE(1762)] = 90514, + [SMALL_STATE(1763)] = 90543, + [SMALL_STATE(1764)] = 90590, + [SMALL_STATE(1765)] = 90617, + [SMALL_STATE(1766)] = 90644, + [SMALL_STATE(1767)] = 90691, + [SMALL_STATE(1768)] = 90738, + [SMALL_STATE(1769)] = 90785, + [SMALL_STATE(1770)] = 90832, + [SMALL_STATE(1771)] = 90859, + [SMALL_STATE(1772)] = 90906, + [SMALL_STATE(1773)] = 90953, + [SMALL_STATE(1774)] = 90982, + [SMALL_STATE(1775)] = 91029, + [SMALL_STATE(1776)] = 91058, + [SMALL_STATE(1777)] = 91105, + [SMALL_STATE(1778)] = 91134, + [SMALL_STATE(1779)] = 91161, + [SMALL_STATE(1780)] = 91188, + [SMALL_STATE(1781)] = 91235, + [SMALL_STATE(1782)] = 91282, + [SMALL_STATE(1783)] = 91329, + [SMALL_STATE(1784)] = 91356, + [SMALL_STATE(1785)] = 91383, + [SMALL_STATE(1786)] = 91430, + [SMALL_STATE(1787)] = 91477, + [SMALL_STATE(1788)] = 91524, + [SMALL_STATE(1789)] = 91571, + [SMALL_STATE(1790)] = 91618, + [SMALL_STATE(1791)] = 91665, + [SMALL_STATE(1792)] = 91694, + [SMALL_STATE(1793)] = 91741, + [SMALL_STATE(1794)] = 91788, + [SMALL_STATE(1795)] = 91835, + [SMALL_STATE(1796)] = 91882, + [SMALL_STATE(1797)] = 91929, + [SMALL_STATE(1798)] = 91956, + [SMALL_STATE(1799)] = 92003, + [SMALL_STATE(1800)] = 92030, + [SMALL_STATE(1801)] = 92057, + [SMALL_STATE(1802)] = 92104, + [SMALL_STATE(1803)] = 92151, + [SMALL_STATE(1804)] = 92198, + [SMALL_STATE(1805)] = 92225, + [SMALL_STATE(1806)] = 92252, + [SMALL_STATE(1807)] = 92299, + [SMALL_STATE(1808)] = 92346, + [SMALL_STATE(1809)] = 92393, + [SMALL_STATE(1810)] = 92440, + [SMALL_STATE(1811)] = 92487, + [SMALL_STATE(1812)] = 92534, + [SMALL_STATE(1813)] = 92581, + [SMALL_STATE(1814)] = 92628, + [SMALL_STATE(1815)] = 92675, + [SMALL_STATE(1816)] = 92722, + [SMALL_STATE(1817)] = 92769, + [SMALL_STATE(1818)] = 92816, + [SMALL_STATE(1819)] = 92845, + [SMALL_STATE(1820)] = 92892, + [SMALL_STATE(1821)] = 92939, + [SMALL_STATE(1822)] = 92986, + [SMALL_STATE(1823)] = 93033, + [SMALL_STATE(1824)] = 93060, + [SMALL_STATE(1825)] = 93089, + [SMALL_STATE(1826)] = 93136, + [SMALL_STATE(1827)] = 93183, + [SMALL_STATE(1828)] = 93230, + [SMALL_STATE(1829)] = 93277, + [SMALL_STATE(1830)] = 93324, + [SMALL_STATE(1831)] = 93371, + [SMALL_STATE(1832)] = 93418, + [SMALL_STATE(1833)] = 93465, + [SMALL_STATE(1834)] = 93512, + [SMALL_STATE(1835)] = 93559, + [SMALL_STATE(1836)] = 93586, + [SMALL_STATE(1837)] = 93613, + [SMALL_STATE(1838)] = 93660, + [SMALL_STATE(1839)] = 93707, + [SMALL_STATE(1840)] = 93735, + [SMALL_STATE(1841)] = 93761, + [SMALL_STATE(1842)] = 93787, + [SMALL_STATE(1843)] = 93813, + [SMALL_STATE(1844)] = 93839, + [SMALL_STATE(1845)] = 93865, + [SMALL_STATE(1846)] = 93891, + [SMALL_STATE(1847)] = 93919, + [SMALL_STATE(1848)] = 93945, + [SMALL_STATE(1849)] = 93971, + [SMALL_STATE(1850)] = 93997, + [SMALL_STATE(1851)] = 94023, + [SMALL_STATE(1852)] = 94049, + [SMALL_STATE(1853)] = 94075, + [SMALL_STATE(1854)] = 94101, + [SMALL_STATE(1855)] = 94129, + [SMALL_STATE(1856)] = 94157, + [SMALL_STATE(1857)] = 94183, + [SMALL_STATE(1858)] = 94209, + [SMALL_STATE(1859)] = 94235, + [SMALL_STATE(1860)] = 94261, + [SMALL_STATE(1861)] = 94289, + [SMALL_STATE(1862)] = 94317, + [SMALL_STATE(1863)] = 94345, + [SMALL_STATE(1864)] = 94371, + [SMALL_STATE(1865)] = 94399, + [SMALL_STATE(1866)] = 94443, + [SMALL_STATE(1867)] = 94469, + [SMALL_STATE(1868)] = 94495, + [SMALL_STATE(1869)] = 94521, + [SMALL_STATE(1870)] = 94549, + [SMALL_STATE(1871)] = 94577, + [SMALL_STATE(1872)] = 94601, + [SMALL_STATE(1873)] = 94627, + [SMALL_STATE(1874)] = 94653, + [SMALL_STATE(1875)] = 94679, + [SMALL_STATE(1876)] = 94705, + [SMALL_STATE(1877)] = 94733, + [SMALL_STATE(1878)] = 94761, + [SMALL_STATE(1879)] = 94789, + [SMALL_STATE(1880)] = 94813, + [SMALL_STATE(1881)] = 94841, + [SMALL_STATE(1882)] = 94867, + [SMALL_STATE(1883)] = 94893, + [SMALL_STATE(1884)] = 94937, + [SMALL_STATE(1885)] = 94965, + [SMALL_STATE(1886)] = 94991, + [SMALL_STATE(1887)] = 95017, + [SMALL_STATE(1888)] = 95043, + [SMALL_STATE(1889)] = 95071, + [SMALL_STATE(1890)] = 95097, + [SMALL_STATE(1891)] = 95125, + [SMALL_STATE(1892)] = 95151, + [SMALL_STATE(1893)] = 95177, + [SMALL_STATE(1894)] = 95203, + [SMALL_STATE(1895)] = 95229, + [SMALL_STATE(1896)] = 95255, + [SMALL_STATE(1897)] = 95281, + [SMALL_STATE(1898)] = 95307, + [SMALL_STATE(1899)] = 95333, + [SMALL_STATE(1900)] = 95361, + [SMALL_STATE(1901)] = 95387, + [SMALL_STATE(1902)] = 95413, + [SMALL_STATE(1903)] = 95439, + [SMALL_STATE(1904)] = 95465, + [SMALL_STATE(1905)] = 95491, + [SMALL_STATE(1906)] = 95519, + [SMALL_STATE(1907)] = 95545, + [SMALL_STATE(1908)] = 95573, + [SMALL_STATE(1909)] = 95599, + [SMALL_STATE(1910)] = 95627, + [SMALL_STATE(1911)] = 95653, + [SMALL_STATE(1912)] = 95679, + [SMALL_STATE(1913)] = 95723, + [SMALL_STATE(1914)] = 95751, + [SMALL_STATE(1915)] = 95779, + [SMALL_STATE(1916)] = 95803, + [SMALL_STATE(1917)] = 95831, + [SMALL_STATE(1918)] = 95859, + [SMALL_STATE(1919)] = 95887, + [SMALL_STATE(1920)] = 95931, + [SMALL_STATE(1921)] = 95959, + [SMALL_STATE(1922)] = 95985, + [SMALL_STATE(1923)] = 96011, + [SMALL_STATE(1924)] = 96039, + [SMALL_STATE(1925)] = 96065, + [SMALL_STATE(1926)] = 96109, + [SMALL_STATE(1927)] = 96135, + [SMALL_STATE(1928)] = 96161, + [SMALL_STATE(1929)] = 96189, + [SMALL_STATE(1930)] = 96215, + [SMALL_STATE(1931)] = 96261, + [SMALL_STATE(1932)] = 96289, + [SMALL_STATE(1933)] = 96315, + [SMALL_STATE(1934)] = 96341, + [SMALL_STATE(1935)] = 96367, + [SMALL_STATE(1936)] = 96393, + [SMALL_STATE(1937)] = 96418, + [SMALL_STATE(1938)] = 96443, + [SMALL_STATE(1939)] = 96468, + [SMALL_STATE(1940)] = 96493, + [SMALL_STATE(1941)] = 96520, + [SMALL_STATE(1942)] = 96545, + [SMALL_STATE(1943)] = 96570, + [SMALL_STATE(1944)] = 96595, + [SMALL_STATE(1945)] = 96622, + [SMALL_STATE(1946)] = 96647, + [SMALL_STATE(1947)] = 96672, + [SMALL_STATE(1948)] = 96697, + [SMALL_STATE(1949)] = 96722, + [SMALL_STATE(1950)] = 96749, + [SMALL_STATE(1951)] = 96774, + [SMALL_STATE(1952)] = 96801, + [SMALL_STATE(1953)] = 96826, + [SMALL_STATE(1954)] = 96853, + [SMALL_STATE(1955)] = 96878, + [SMALL_STATE(1956)] = 96903, + [SMALL_STATE(1957)] = 96930, + [SMALL_STATE(1958)] = 96957, + [SMALL_STATE(1959)] = 96982, + [SMALL_STATE(1960)] = 97009, + [SMALL_STATE(1961)] = 97034, + [SMALL_STATE(1962)] = 97061, + [SMALL_STATE(1963)] = 97086, + [SMALL_STATE(1964)] = 97111, + [SMALL_STATE(1965)] = 97136, + [SMALL_STATE(1966)] = 97163, + [SMALL_STATE(1967)] = 97190, + [SMALL_STATE(1968)] = 97217, + [SMALL_STATE(1969)] = 97242, + [SMALL_STATE(1970)] = 97267, + [SMALL_STATE(1971)] = 97292, + [SMALL_STATE(1972)] = 97317, + [SMALL_STATE(1973)] = 97342, + [SMALL_STATE(1974)] = 97367, + [SMALL_STATE(1975)] = 97394, + [SMALL_STATE(1976)] = 97421, + [SMALL_STATE(1977)] = 97446, + [SMALL_STATE(1978)] = 97473, + [SMALL_STATE(1979)] = 97500, + [SMALL_STATE(1980)] = 97525, + [SMALL_STATE(1981)] = 97552, + [SMALL_STATE(1982)] = 97577, + [SMALL_STATE(1983)] = 97602, + [SMALL_STATE(1984)] = 97629, + [SMALL_STATE(1985)] = 97654, + [SMALL_STATE(1986)] = 97681, + [SMALL_STATE(1987)] = 97706, + [SMALL_STATE(1988)] = 97733, + [SMALL_STATE(1989)] = 97758, + [SMALL_STATE(1990)] = 97783, + [SMALL_STATE(1991)] = 97808, + [SMALL_STATE(1992)] = 97833, + [SMALL_STATE(1993)] = 97858, + [SMALL_STATE(1994)] = 97883, + [SMALL_STATE(1995)] = 97908, + [SMALL_STATE(1996)] = 97933, + [SMALL_STATE(1997)] = 97958, + [SMALL_STATE(1998)] = 97983, + [SMALL_STATE(1999)] = 98008, + [SMALL_STATE(2000)] = 98033, + [SMALL_STATE(2001)] = 98066, + [SMALL_STATE(2002)] = 98091, + [SMALL_STATE(2003)] = 98118, + [SMALL_STATE(2004)] = 98143, + [SMALL_STATE(2005)] = 98168, + [SMALL_STATE(2006)] = 98195, + [SMALL_STATE(2007)] = 98222, + [SMALL_STATE(2008)] = 98249, + [SMALL_STATE(2009)] = 98274, + [SMALL_STATE(2010)] = 98299, + [SMALL_STATE(2011)] = 98324, + [SMALL_STATE(2012)] = 98348, + [SMALL_STATE(2013)] = 98372, + [SMALL_STATE(2014)] = 98394, + [SMALL_STATE(2015)] = 98418, + [SMALL_STATE(2016)] = 98442, + [SMALL_STATE(2017)] = 98464, + [SMALL_STATE(2018)] = 98504, + [SMALL_STATE(2019)] = 98528, + [SMALL_STATE(2020)] = 98550, + [SMALL_STATE(2021)] = 98574, + [SMALL_STATE(2022)] = 98614, + [SMALL_STATE(2023)] = 98638, + [SMALL_STATE(2024)] = 98662, + [SMALL_STATE(2025)] = 98685, + [SMALL_STATE(2026)] = 98720, + [SMALL_STATE(2027)] = 98755, + [SMALL_STATE(2028)] = 98790, + [SMALL_STATE(2029)] = 98825, + [SMALL_STATE(2030)] = 98860, + [SMALL_STATE(2031)] = 98897, + [SMALL_STATE(2032)] = 98932, + [SMALL_STATE(2033)] = 98967, + [SMALL_STATE(2034)] = 99002, + [SMALL_STATE(2035)] = 99037, + [SMALL_STATE(2036)] = 99072, + [SMALL_STATE(2037)] = 99107, + [SMALL_STATE(2038)] = 99142, + [SMALL_STATE(2039)] = 99177, + [SMALL_STATE(2040)] = 99212, + [SMALL_STATE(2041)] = 99247, + [SMALL_STATE(2042)] = 99282, + [SMALL_STATE(2043)] = 99317, + [SMALL_STATE(2044)] = 99352, + [SMALL_STATE(2045)] = 99387, + [SMALL_STATE(2046)] = 99422, + [SMALL_STATE(2047)] = 99457, + [SMALL_STATE(2048)] = 99492, + [SMALL_STATE(2049)] = 99527, + [SMALL_STATE(2050)] = 99562, + [SMALL_STATE(2051)] = 99598, + [SMALL_STATE(2052)] = 99632, + [SMALL_STATE(2053)] = 99668, + [SMALL_STATE(2054)] = 99702, + [SMALL_STATE(2055)] = 99736, + [SMALL_STATE(2056)] = 99770, + [SMALL_STATE(2057)] = 99804, + [SMALL_STATE(2058)] = 99840, + [SMALL_STATE(2059)] = 99871, + [SMALL_STATE(2060)] = 99900, + [SMALL_STATE(2061)] = 99933, + [SMALL_STATE(2062)] = 99964, + [SMALL_STATE(2063)] = 99995, + [SMALL_STATE(2064)] = 100028, + [SMALL_STATE(2065)] = 100056, + [SMALL_STATE(2066)] = 100084, + [SMALL_STATE(2067)] = 100112, + [SMALL_STATE(2068)] = 100140, + [SMALL_STATE(2069)] = 100168, + [SMALL_STATE(2070)] = 100196, + [SMALL_STATE(2071)] = 100224, + [SMALL_STATE(2072)] = 100252, + [SMALL_STATE(2073)] = 100280, + [SMALL_STATE(2074)] = 100308, + [SMALL_STATE(2075)] = 100336, + [SMALL_STATE(2076)] = 100364, + [SMALL_STATE(2077)] = 100392, + [SMALL_STATE(2078)] = 100420, + [SMALL_STATE(2079)] = 100448, + [SMALL_STATE(2080)] = 100476, + [SMALL_STATE(2081)] = 100504, + [SMALL_STATE(2082)] = 100532, + [SMALL_STATE(2083)] = 100560, + [SMALL_STATE(2084)] = 100588, + [SMALL_STATE(2085)] = 100616, + [SMALL_STATE(2086)] = 100644, + [SMALL_STATE(2087)] = 100672, + [SMALL_STATE(2088)] = 100700, + [SMALL_STATE(2089)] = 100730, + [SMALL_STATE(2090)] = 100758, + [SMALL_STATE(2091)] = 100788, + [SMALL_STATE(2092)] = 100816, + [SMALL_STATE(2093)] = 100844, + [SMALL_STATE(2094)] = 100872, + [SMALL_STATE(2095)] = 100900, + [SMALL_STATE(2096)] = 100924, + [SMALL_STATE(2097)] = 100952, + [SMALL_STATE(2098)] = 100980, + [SMALL_STATE(2099)] = 101008, + [SMALL_STATE(2100)] = 101036, + [SMALL_STATE(2101)] = 101060, + [SMALL_STATE(2102)] = 101088, + [SMALL_STATE(2103)] = 101116, + [SMALL_STATE(2104)] = 101144, + [SMALL_STATE(2105)] = 101172, + [SMALL_STATE(2106)] = 101200, + [SMALL_STATE(2107)] = 101228, + [SMALL_STATE(2108)] = 101258, + [SMALL_STATE(2109)] = 101288, + [SMALL_STATE(2110)] = 101318, + [SMALL_STATE(2111)] = 101346, + [SMALL_STATE(2112)] = 101374, + [SMALL_STATE(2113)] = 101402, + [SMALL_STATE(2114)] = 101430, + [SMALL_STATE(2115)] = 101460, + [SMALL_STATE(2116)] = 101488, + [SMALL_STATE(2117)] = 101516, + [SMALL_STATE(2118)] = 101544, + [SMALL_STATE(2119)] = 101572, + [SMALL_STATE(2120)] = 101600, + [SMALL_STATE(2121)] = 101628, + [SMALL_STATE(2122)] = 101656, + [SMALL_STATE(2123)] = 101684, + [SMALL_STATE(2124)] = 101708, + [SMALL_STATE(2125)] = 101736, + [SMALL_STATE(2126)] = 101764, + [SMALL_STATE(2127)] = 101794, + [SMALL_STATE(2128)] = 101822, + [SMALL_STATE(2129)] = 101850, + [SMALL_STATE(2130)] = 101878, + [SMALL_STATE(2131)] = 101906, + [SMALL_STATE(2132)] = 101934, + [SMALL_STATE(2133)] = 101962, + [SMALL_STATE(2134)] = 101990, + [SMALL_STATE(2135)] = 102010, + [SMALL_STATE(2136)] = 102038, + [SMALL_STATE(2137)] = 102062, + [SMALL_STATE(2138)] = 102090, + [SMALL_STATE(2139)] = 102118, + [SMALL_STATE(2140)] = 102146, + [SMALL_STATE(2141)] = 102174, + [SMALL_STATE(2142)] = 102202, + [SMALL_STATE(2143)] = 102230, + [SMALL_STATE(2144)] = 102258, + [SMALL_STATE(2145)] = 102286, + [SMALL_STATE(2146)] = 102314, + [SMALL_STATE(2147)] = 102342, + [SMALL_STATE(2148)] = 102370, + [SMALL_STATE(2149)] = 102398, + [SMALL_STATE(2150)] = 102426, + [SMALL_STATE(2151)] = 102453, + [SMALL_STATE(2152)] = 102480, + [SMALL_STATE(2153)] = 102507, + [SMALL_STATE(2154)] = 102536, + [SMALL_STATE(2155)] = 102563, + [SMALL_STATE(2156)] = 102590, + [SMALL_STATE(2157)] = 102615, + [SMALL_STATE(2158)] = 102642, + [SMALL_STATE(2159)] = 102669, + [SMALL_STATE(2160)] = 102696, + [SMALL_STATE(2161)] = 102723, + [SMALL_STATE(2162)] = 102742, + [SMALL_STATE(2163)] = 102767, + [SMALL_STATE(2164)] = 102794, + [SMALL_STATE(2165)] = 102821, + [SMALL_STATE(2166)] = 102848, + [SMALL_STATE(2167)] = 102875, + [SMALL_STATE(2168)] = 102902, + [SMALL_STATE(2169)] = 102929, + [SMALL_STATE(2170)] = 102956, + [SMALL_STATE(2171)] = 102977, + [SMALL_STATE(2172)] = 103004, + [SMALL_STATE(2173)] = 103031, + [SMALL_STATE(2174)] = 103058, + [SMALL_STATE(2175)] = 103085, + [SMALL_STATE(2176)] = 103112, + [SMALL_STATE(2177)] = 103139, + [SMALL_STATE(2178)] = 103158, + [SMALL_STATE(2179)] = 103185, + [SMALL_STATE(2180)] = 103212, + [SMALL_STATE(2181)] = 103239, + [SMALL_STATE(2182)] = 103266, + [SMALL_STATE(2183)] = 103293, + [SMALL_STATE(2184)] = 103320, + [SMALL_STATE(2185)] = 103347, + [SMALL_STATE(2186)] = 103374, + [SMALL_STATE(2187)] = 103401, + [SMALL_STATE(2188)] = 103428, + [SMALL_STATE(2189)] = 103452, + [SMALL_STATE(2190)] = 103476, + [SMALL_STATE(2191)] = 103500, + [SMALL_STATE(2192)] = 103524, + [SMALL_STATE(2193)] = 103548, + [SMALL_STATE(2194)] = 103572, + [SMALL_STATE(2195)] = 103596, + [SMALL_STATE(2196)] = 103620, + [SMALL_STATE(2197)] = 103640, + [SMALL_STATE(2198)] = 103660, + [SMALL_STATE(2199)] = 103680, + [SMALL_STATE(2200)] = 103704, + [SMALL_STATE(2201)] = 103728, + [SMALL_STATE(2202)] = 103752, + [SMALL_STATE(2203)] = 103776, + [SMALL_STATE(2204)] = 103800, + [SMALL_STATE(2205)] = 103824, + [SMALL_STATE(2206)] = 103848, + [SMALL_STATE(2207)] = 103872, + [SMALL_STATE(2208)] = 103896, + [SMALL_STATE(2209)] = 103920, + [SMALL_STATE(2210)] = 103944, + [SMALL_STATE(2211)] = 103968, + [SMALL_STATE(2212)] = 103992, + [SMALL_STATE(2213)] = 104016, + [SMALL_STATE(2214)] = 104040, + [SMALL_STATE(2215)] = 104064, + [SMALL_STATE(2216)] = 104088, + [SMALL_STATE(2217)] = 104112, + [SMALL_STATE(2218)] = 104136, + [SMALL_STATE(2219)] = 104152, + [SMALL_STATE(2220)] = 104176, + [SMALL_STATE(2221)] = 104200, + [SMALL_STATE(2222)] = 104224, + [SMALL_STATE(2223)] = 104248, + [SMALL_STATE(2224)] = 104272, + [SMALL_STATE(2225)] = 104296, + [SMALL_STATE(2226)] = 104320, + [SMALL_STATE(2227)] = 104344, + [SMALL_STATE(2228)] = 104368, + [SMALL_STATE(2229)] = 104392, + [SMALL_STATE(2230)] = 104416, + [SMALL_STATE(2231)] = 104440, + [SMALL_STATE(2232)] = 104456, + [SMALL_STATE(2233)] = 104480, + [SMALL_STATE(2234)] = 104504, + [SMALL_STATE(2235)] = 104528, + [SMALL_STATE(2236)] = 104552, + [SMALL_STATE(2237)] = 104576, + [SMALL_STATE(2238)] = 104600, + [SMALL_STATE(2239)] = 104624, + [SMALL_STATE(2240)] = 104648, + [SMALL_STATE(2241)] = 104672, + [SMALL_STATE(2242)] = 104696, + [SMALL_STATE(2243)] = 104720, + [SMALL_STATE(2244)] = 104736, + [SMALL_STATE(2245)] = 104760, + [SMALL_STATE(2246)] = 104784, + [SMALL_STATE(2247)] = 104808, + [SMALL_STATE(2248)] = 104832, + [SMALL_STATE(2249)] = 104856, + [SMALL_STATE(2250)] = 104880, + [SMALL_STATE(2251)] = 104904, + [SMALL_STATE(2252)] = 104928, + [SMALL_STATE(2253)] = 104952, + [SMALL_STATE(2254)] = 104976, + [SMALL_STATE(2255)] = 105000, + [SMALL_STATE(2256)] = 105024, + [SMALL_STATE(2257)] = 105048, + [SMALL_STATE(2258)] = 105072, + [SMALL_STATE(2259)] = 105096, + [SMALL_STATE(2260)] = 105120, + [SMALL_STATE(2261)] = 105144, + [SMALL_STATE(2262)] = 105168, + [SMALL_STATE(2263)] = 105192, + [SMALL_STATE(2264)] = 105216, + [SMALL_STATE(2265)] = 105240, + [SMALL_STATE(2266)] = 105264, + [SMALL_STATE(2267)] = 105288, + [SMALL_STATE(2268)] = 105312, + [SMALL_STATE(2269)] = 105336, + [SMALL_STATE(2270)] = 105360, + [SMALL_STATE(2271)] = 105380, + [SMALL_STATE(2272)] = 105404, + [SMALL_STATE(2273)] = 105427, + [SMALL_STATE(2274)] = 105446, + [SMALL_STATE(2275)] = 105467, + [SMALL_STATE(2276)] = 105486, + [SMALL_STATE(2277)] = 105507, + [SMALL_STATE(2278)] = 105528, + [SMALL_STATE(2279)] = 105547, + [SMALL_STATE(2280)] = 105566, + [SMALL_STATE(2281)] = 105589, + [SMALL_STATE(2282)] = 105610, + [SMALL_STATE(2283)] = 105629, + [SMALL_STATE(2284)] = 105648, + [SMALL_STATE(2285)] = 105669, + [SMALL_STATE(2286)] = 105690, + [SMALL_STATE(2287)] = 105711, + [SMALL_STATE(2288)] = 105732, + [SMALL_STATE(2289)] = 105753, + [SMALL_STATE(2290)] = 105768, + [SMALL_STATE(2291)] = 105789, + [SMALL_STATE(2292)] = 105810, + [SMALL_STATE(2293)] = 105829, + [SMALL_STATE(2294)] = 105850, + [SMALL_STATE(2295)] = 105865, + [SMALL_STATE(2296)] = 105884, + [SMALL_STATE(2297)] = 105899, + [SMALL_STATE(2298)] = 105920, + [SMALL_STATE(2299)] = 105939, + [SMALL_STATE(2300)] = 105960, + [SMALL_STATE(2301)] = 105981, + [SMALL_STATE(2302)] = 106000, + [SMALL_STATE(2303)] = 106021, + [SMALL_STATE(2304)] = 106040, + [SMALL_STATE(2305)] = 106061, + [SMALL_STATE(2306)] = 106080, + [SMALL_STATE(2307)] = 106101, + [SMALL_STATE(2308)] = 106122, + [SMALL_STATE(2309)] = 106141, + [SMALL_STATE(2310)] = 106162, + [SMALL_STATE(2311)] = 106177, + [SMALL_STATE(2312)] = 106192, + [SMALL_STATE(2313)] = 106213, + [SMALL_STATE(2314)] = 106228, + [SMALL_STATE(2315)] = 106249, + [SMALL_STATE(2316)] = 106268, + [SMALL_STATE(2317)] = 106289, + [SMALL_STATE(2318)] = 106310, + [SMALL_STATE(2319)] = 106331, + [SMALL_STATE(2320)] = 106352, + [SMALL_STATE(2321)] = 106371, + [SMALL_STATE(2322)] = 106390, + [SMALL_STATE(2323)] = 106409, + [SMALL_STATE(2324)] = 106430, + [SMALL_STATE(2325)] = 106448, + [SMALL_STATE(2326)] = 106466, + [SMALL_STATE(2327)] = 106484, + [SMALL_STATE(2328)] = 106502, + [SMALL_STATE(2329)] = 106518, + [SMALL_STATE(2330)] = 106536, + [SMALL_STATE(2331)] = 106554, + [SMALL_STATE(2332)] = 106572, + [SMALL_STATE(2333)] = 106590, + [SMALL_STATE(2334)] = 106608, + [SMALL_STATE(2335)] = 106626, + [SMALL_STATE(2336)] = 106644, + [SMALL_STATE(2337)] = 106662, + [SMALL_STATE(2338)] = 106680, + [SMALL_STATE(2339)] = 106698, + [SMALL_STATE(2340)] = 106716, + [SMALL_STATE(2341)] = 106736, + [SMALL_STATE(2342)] = 106750, + [SMALL_STATE(2343)] = 106768, + [SMALL_STATE(2344)] = 106786, + [SMALL_STATE(2345)] = 106804, + [SMALL_STATE(2346)] = 106822, + [SMALL_STATE(2347)] = 106840, + [SMALL_STATE(2348)] = 106858, + [SMALL_STATE(2349)] = 106876, + [SMALL_STATE(2350)] = 106894, + [SMALL_STATE(2351)] = 106912, + [SMALL_STATE(2352)] = 106932, + [SMALL_STATE(2353)] = 106952, + [SMALL_STATE(2354)] = 106970, + [SMALL_STATE(2355)] = 106988, + [SMALL_STATE(2356)] = 107006, + [SMALL_STATE(2357)] = 107024, + [SMALL_STATE(2358)] = 107042, + [SMALL_STATE(2359)] = 107060, + [SMALL_STATE(2360)] = 107078, + [SMALL_STATE(2361)] = 107092, + [SMALL_STATE(2362)] = 107110, + [SMALL_STATE(2363)] = 107128, + [SMALL_STATE(2364)] = 107148, + [SMALL_STATE(2365)] = 107166, + [SMALL_STATE(2366)] = 107184, + [SMALL_STATE(2367)] = 107202, + [SMALL_STATE(2368)] = 107220, + [SMALL_STATE(2369)] = 107238, + [SMALL_STATE(2370)] = 107256, + [SMALL_STATE(2371)] = 107274, + [SMALL_STATE(2372)] = 107292, + [SMALL_STATE(2373)] = 107310, + [SMALL_STATE(2374)] = 107328, + [SMALL_STATE(2375)] = 107346, + [SMALL_STATE(2376)] = 107364, + [SMALL_STATE(2377)] = 107382, + [SMALL_STATE(2378)] = 107396, + [SMALL_STATE(2379)] = 107414, + [SMALL_STATE(2380)] = 107432, + [SMALL_STATE(2381)] = 107452, + [SMALL_STATE(2382)] = 107470, + [SMALL_STATE(2383)] = 107488, + [SMALL_STATE(2384)] = 107506, + [SMALL_STATE(2385)] = 107524, + [SMALL_STATE(2386)] = 107542, + [SMALL_STATE(2387)] = 107560, + [SMALL_STATE(2388)] = 107578, + [SMALL_STATE(2389)] = 107598, + [SMALL_STATE(2390)] = 107616, + [SMALL_STATE(2391)] = 107636, + [SMALL_STATE(2392)] = 107654, + [SMALL_STATE(2393)] = 107670, + [SMALL_STATE(2394)] = 107688, + [SMALL_STATE(2395)] = 107706, + [SMALL_STATE(2396)] = 107723, + [SMALL_STATE(2397)] = 107740, + [SMALL_STATE(2398)] = 107757, + [SMALL_STATE(2399)] = 107774, + [SMALL_STATE(2400)] = 107791, + [SMALL_STATE(2401)] = 107808, + [SMALL_STATE(2402)] = 107825, + [SMALL_STATE(2403)] = 107842, + [SMALL_STATE(2404)] = 107859, + [SMALL_STATE(2405)] = 107876, + [SMALL_STATE(2406)] = 107893, + [SMALL_STATE(2407)] = 107906, + [SMALL_STATE(2408)] = 107923, + [SMALL_STATE(2409)] = 107940, + [SMALL_STATE(2410)] = 107957, + [SMALL_STATE(2411)] = 107974, + [SMALL_STATE(2412)] = 107991, + [SMALL_STATE(2413)] = 108008, + [SMALL_STATE(2414)] = 108025, + [SMALL_STATE(2415)] = 108040, + [SMALL_STATE(2416)] = 108057, + [SMALL_STATE(2417)] = 108072, + [SMALL_STATE(2418)] = 108089, + [SMALL_STATE(2419)] = 108106, + [SMALL_STATE(2420)] = 108123, + [SMALL_STATE(2421)] = 108140, + [SMALL_STATE(2422)] = 108157, + [SMALL_STATE(2423)] = 108174, + [SMALL_STATE(2424)] = 108187, + [SMALL_STATE(2425)] = 108204, + [SMALL_STATE(2426)] = 108221, + [SMALL_STATE(2427)] = 108238, + [SMALL_STATE(2428)] = 108255, + [SMALL_STATE(2429)] = 108272, + [SMALL_STATE(2430)] = 108287, + [SMALL_STATE(2431)] = 108304, + [SMALL_STATE(2432)] = 108321, + [SMALL_STATE(2433)] = 108338, + [SMALL_STATE(2434)] = 108353, + [SMALL_STATE(2435)] = 108370, + [SMALL_STATE(2436)] = 108387, + [SMALL_STATE(2437)] = 108402, + [SMALL_STATE(2438)] = 108419, + [SMALL_STATE(2439)] = 108436, + [SMALL_STATE(2440)] = 108451, + [SMALL_STATE(2441)] = 108468, + [SMALL_STATE(2442)] = 108485, + [SMALL_STATE(2443)] = 108502, + [SMALL_STATE(2444)] = 108519, + [SMALL_STATE(2445)] = 108536, + [SMALL_STATE(2446)] = 108553, + [SMALL_STATE(2447)] = 108570, + [SMALL_STATE(2448)] = 108587, + [SMALL_STATE(2449)] = 108604, + [SMALL_STATE(2450)] = 108621, + [SMALL_STATE(2451)] = 108638, + [SMALL_STATE(2452)] = 108655, + [SMALL_STATE(2453)] = 108667, + [SMALL_STATE(2454)] = 108679, + [SMALL_STATE(2455)] = 108691, + [SMALL_STATE(2456)] = 108703, + [SMALL_STATE(2457)] = 108715, + [SMALL_STATE(2458)] = 108727, + [SMALL_STATE(2459)] = 108739, + [SMALL_STATE(2460)] = 108753, + [SMALL_STATE(2461)] = 108765, + [SMALL_STATE(2462)] = 108777, + [SMALL_STATE(2463)] = 108791, + [SMALL_STATE(2464)] = 108803, + [SMALL_STATE(2465)] = 108817, + [SMALL_STATE(2466)] = 108829, + [SMALL_STATE(2467)] = 108841, + [SMALL_STATE(2468)] = 108855, + [SMALL_STATE(2469)] = 108867, + [SMALL_STATE(2470)] = 108879, + [SMALL_STATE(2471)] = 108891, + [SMALL_STATE(2472)] = 108905, + [SMALL_STATE(2473)] = 108917, + [SMALL_STATE(2474)] = 108929, + [SMALL_STATE(2475)] = 108943, + [SMALL_STATE(2476)] = 108955, + [SMALL_STATE(2477)] = 108969, + [SMALL_STATE(2478)] = 108981, + [SMALL_STATE(2479)] = 108995, + [SMALL_STATE(2480)] = 109007, + [SMALL_STATE(2481)] = 109019, + [SMALL_STATE(2482)] = 109033, + [SMALL_STATE(2483)] = 109045, + [SMALL_STATE(2484)] = 109057, + [SMALL_STATE(2485)] = 109071, + [SMALL_STATE(2486)] = 109083, + [SMALL_STATE(2487)] = 109095, + [SMALL_STATE(2488)] = 109109, + [SMALL_STATE(2489)] = 109121, + [SMALL_STATE(2490)] = 109132, + [SMALL_STATE(2491)] = 109141, + [SMALL_STATE(2492)] = 109152, + [SMALL_STATE(2493)] = 109163, + [SMALL_STATE(2494)] = 109174, + [SMALL_STATE(2495)] = 109185, + [SMALL_STATE(2496)] = 109196, + [SMALL_STATE(2497)] = 109207, + [SMALL_STATE(2498)] = 109218, + [SMALL_STATE(2499)] = 109229, + [SMALL_STATE(2500)] = 109240, + [SMALL_STATE(2501)] = 109251, + [SMALL_STATE(2502)] = 109262, + [SMALL_STATE(2503)] = 109273, + [SMALL_STATE(2504)] = 109284, + [SMALL_STATE(2505)] = 109295, + [SMALL_STATE(2506)] = 109306, + [SMALL_STATE(2507)] = 109317, + [SMALL_STATE(2508)] = 109328, + [SMALL_STATE(2509)] = 109339, + [SMALL_STATE(2510)] = 109350, + [SMALL_STATE(2511)] = 109361, + [SMALL_STATE(2512)] = 109372, + [SMALL_STATE(2513)] = 109383, + [SMALL_STATE(2514)] = 109394, + [SMALL_STATE(2515)] = 109405, + [SMALL_STATE(2516)] = 109416, + [SMALL_STATE(2517)] = 109427, + [SMALL_STATE(2518)] = 109438, + [SMALL_STATE(2519)] = 109449, + [SMALL_STATE(2520)] = 109460, + [SMALL_STATE(2521)] = 109471, + [SMALL_STATE(2522)] = 109482, + [SMALL_STATE(2523)] = 109493, + [SMALL_STATE(2524)] = 109504, + [SMALL_STATE(2525)] = 109515, + [SMALL_STATE(2526)] = 109526, + [SMALL_STATE(2527)] = 109537, + [SMALL_STATE(2528)] = 109548, + [SMALL_STATE(2529)] = 109559, + [SMALL_STATE(2530)] = 109570, + [SMALL_STATE(2531)] = 109581, + [SMALL_STATE(2532)] = 109590, + [SMALL_STATE(2533)] = 109601, + [SMALL_STATE(2534)] = 109612, + [SMALL_STATE(2535)] = 109623, + [SMALL_STATE(2536)] = 109634, + [SMALL_STATE(2537)] = 109645, + [SMALL_STATE(2538)] = 109654, + [SMALL_STATE(2539)] = 109665, + [SMALL_STATE(2540)] = 109676, + [SMALL_STATE(2541)] = 109687, + [SMALL_STATE(2542)] = 109698, + [SMALL_STATE(2543)] = 109709, + [SMALL_STATE(2544)] = 109720, + [SMALL_STATE(2545)] = 109731, + [SMALL_STATE(2546)] = 109742, + [SMALL_STATE(2547)] = 109753, + [SMALL_STATE(2548)] = 109764, + [SMALL_STATE(2549)] = 109775, + [SMALL_STATE(2550)] = 109786, + [SMALL_STATE(2551)] = 109797, + [SMALL_STATE(2552)] = 109808, + [SMALL_STATE(2553)] = 109819, + [SMALL_STATE(2554)] = 109830, + [SMALL_STATE(2555)] = 109841, + [SMALL_STATE(2556)] = 109852, + [SMALL_STATE(2557)] = 109861, + [SMALL_STATE(2558)] = 109872, + [SMALL_STATE(2559)] = 109883, + [SMALL_STATE(2560)] = 109894, + [SMALL_STATE(2561)] = 109903, + [SMALL_STATE(2562)] = 109914, + [SMALL_STATE(2563)] = 109925, + [SMALL_STATE(2564)] = 109936, + [SMALL_STATE(2565)] = 109947, + [SMALL_STATE(2566)] = 109958, + [SMALL_STATE(2567)] = 109969, + [SMALL_STATE(2568)] = 109980, + [SMALL_STATE(2569)] = 109991, + [SMALL_STATE(2570)] = 110002, + [SMALL_STATE(2571)] = 110013, + [SMALL_STATE(2572)] = 110024, + [SMALL_STATE(2573)] = 110035, + [SMALL_STATE(2574)] = 110046, + [SMALL_STATE(2575)] = 110057, + [SMALL_STATE(2576)] = 110068, + [SMALL_STATE(2577)] = 110077, + [SMALL_STATE(2578)] = 110088, + [SMALL_STATE(2579)] = 110099, + [SMALL_STATE(2580)] = 110110, + [SMALL_STATE(2581)] = 110119, + [SMALL_STATE(2582)] = 110130, + [SMALL_STATE(2583)] = 110141, + [SMALL_STATE(2584)] = 110152, + [SMALL_STATE(2585)] = 110163, + [SMALL_STATE(2586)] = 110174, + [SMALL_STATE(2587)] = 110185, + [SMALL_STATE(2588)] = 110196, + [SMALL_STATE(2589)] = 110207, + [SMALL_STATE(2590)] = 110218, + [SMALL_STATE(2591)] = 110229, + [SMALL_STATE(2592)] = 110240, + [SMALL_STATE(2593)] = 110251, + [SMALL_STATE(2594)] = 110262, + [SMALL_STATE(2595)] = 110273, + [SMALL_STATE(2596)] = 110284, + [SMALL_STATE(2597)] = 110293, + [SMALL_STATE(2598)] = 110304, + [SMALL_STATE(2599)] = 110313, + [SMALL_STATE(2600)] = 110324, + [SMALL_STATE(2601)] = 110335, + [SMALL_STATE(2602)] = 110346, + [SMALL_STATE(2603)] = 110357, + [SMALL_STATE(2604)] = 110366, + [SMALL_STATE(2605)] = 110377, + [SMALL_STATE(2606)] = 110386, + [SMALL_STATE(2607)] = 110397, + [SMALL_STATE(2608)] = 110408, + [SMALL_STATE(2609)] = 110419, + [SMALL_STATE(2610)] = 110430, + [SMALL_STATE(2611)] = 110439, + [SMALL_STATE(2612)] = 110450, + [SMALL_STATE(2613)] = 110459, + [SMALL_STATE(2614)] = 110470, + [SMALL_STATE(2615)] = 110481, + [SMALL_STATE(2616)] = 110492, + [SMALL_STATE(2617)] = 110503, + [SMALL_STATE(2618)] = 110512, + [SMALL_STATE(2619)] = 110523, + [SMALL_STATE(2620)] = 110532, + [SMALL_STATE(2621)] = 110543, + [SMALL_STATE(2622)] = 110554, + [SMALL_STATE(2623)] = 110565, + [SMALL_STATE(2624)] = 110576, + [SMALL_STATE(2625)] = 110585, + [SMALL_STATE(2626)] = 110596, + [SMALL_STATE(2627)] = 110605, + [SMALL_STATE(2628)] = 110616, + [SMALL_STATE(2629)] = 110627, + [SMALL_STATE(2630)] = 110638, + [SMALL_STATE(2631)] = 110647, + [SMALL_STATE(2632)] = 110658, + [SMALL_STATE(2633)] = 110667, + [SMALL_STATE(2634)] = 110678, + [SMALL_STATE(2635)] = 110689, + [SMALL_STATE(2636)] = 110700, + [SMALL_STATE(2637)] = 110709, + [SMALL_STATE(2638)] = 110720, + [SMALL_STATE(2639)] = 110729, + [SMALL_STATE(2640)] = 110740, + [SMALL_STATE(2641)] = 110751, + [SMALL_STATE(2642)] = 110760, + [SMALL_STATE(2643)] = 110771, + [SMALL_STATE(2644)] = 110780, + [SMALL_STATE(2645)] = 110791, + [SMALL_STATE(2646)] = 110802, + [SMALL_STATE(2647)] = 110811, + [SMALL_STATE(2648)] = 110822, + [SMALL_STATE(2649)] = 110831, + [SMALL_STATE(2650)] = 110842, + [SMALL_STATE(2651)] = 110853, + [SMALL_STATE(2652)] = 110862, + [SMALL_STATE(2653)] = 110873, + [SMALL_STATE(2654)] = 110882, + [SMALL_STATE(2655)] = 110893, + [SMALL_STATE(2656)] = 110904, + [SMALL_STATE(2657)] = 110913, + [SMALL_STATE(2658)] = 110924, + [SMALL_STATE(2659)] = 110933, + [SMALL_STATE(2660)] = 110944, + [SMALL_STATE(2661)] = 110955, + [SMALL_STATE(2662)] = 110964, + [SMALL_STATE(2663)] = 110975, + [SMALL_STATE(2664)] = 110984, + [SMALL_STATE(2665)] = 110995, + [SMALL_STATE(2666)] = 111006, + [SMALL_STATE(2667)] = 111015, + [SMALL_STATE(2668)] = 111026, + [SMALL_STATE(2669)] = 111035, + [SMALL_STATE(2670)] = 111046, + [SMALL_STATE(2671)] = 111057, + [SMALL_STATE(2672)] = 111066, + [SMALL_STATE(2673)] = 111077, + [SMALL_STATE(2674)] = 111086, + [SMALL_STATE(2675)] = 111097, + [SMALL_STATE(2676)] = 111108, + [SMALL_STATE(2677)] = 111117, + [SMALL_STATE(2678)] = 111128, + [SMALL_STATE(2679)] = 111137, + [SMALL_STATE(2680)] = 111148, + [SMALL_STATE(2681)] = 111159, + [SMALL_STATE(2682)] = 111168, + [SMALL_STATE(2683)] = 111179, + [SMALL_STATE(2684)] = 111188, + [SMALL_STATE(2685)] = 111199, + [SMALL_STATE(2686)] = 111210, + [SMALL_STATE(2687)] = 111219, + [SMALL_STATE(2688)] = 111230, + [SMALL_STATE(2689)] = 111239, + [SMALL_STATE(2690)] = 111250, + [SMALL_STATE(2691)] = 111261, + [SMALL_STATE(2692)] = 111270, + [SMALL_STATE(2693)] = 111281, + [SMALL_STATE(2694)] = 111290, + [SMALL_STATE(2695)] = 111301, + [SMALL_STATE(2696)] = 111312, + [SMALL_STATE(2697)] = 111321, + [SMALL_STATE(2698)] = 111332, + [SMALL_STATE(2699)] = 111341, + [SMALL_STATE(2700)] = 111352, + [SMALL_STATE(2701)] = 111363, + [SMALL_STATE(2702)] = 111372, + [SMALL_STATE(2703)] = 111383, + [SMALL_STATE(2704)] = 111392, + [SMALL_STATE(2705)] = 111403, + [SMALL_STATE(2706)] = 111414, + [SMALL_STATE(2707)] = 111423, + [SMALL_STATE(2708)] = 111434, + [SMALL_STATE(2709)] = 111443, + [SMALL_STATE(2710)] = 111452, + [SMALL_STATE(2711)] = 111463, + [SMALL_STATE(2712)] = 111472, + [SMALL_STATE(2713)] = 111481, + [SMALL_STATE(2714)] = 111492, + [SMALL_STATE(2715)] = 111501, + [SMALL_STATE(2716)] = 111510, + [SMALL_STATE(2717)] = 111521, + [SMALL_STATE(2718)] = 111530, + [SMALL_STATE(2719)] = 111539, + [SMALL_STATE(2720)] = 111550, + [SMALL_STATE(2721)] = 111559, + [SMALL_STATE(2722)] = 111568, + [SMALL_STATE(2723)] = 111579, + [SMALL_STATE(2724)] = 111588, + [SMALL_STATE(2725)] = 111597, + [SMALL_STATE(2726)] = 111608, + [SMALL_STATE(2727)] = 111617, + [SMALL_STATE(2728)] = 111626, + [SMALL_STATE(2729)] = 111637, + [SMALL_STATE(2730)] = 111646, + [SMALL_STATE(2731)] = 111655, + [SMALL_STATE(2732)] = 111666, + [SMALL_STATE(2733)] = 111675, + [SMALL_STATE(2734)] = 111684, + [SMALL_STATE(2735)] = 111695, + [SMALL_STATE(2736)] = 111704, + [SMALL_STATE(2737)] = 111713, + [SMALL_STATE(2738)] = 111724, + [SMALL_STATE(2739)] = 111733, + [SMALL_STATE(2740)] = 111742, + [SMALL_STATE(2741)] = 111753, + [SMALL_STATE(2742)] = 111762, + [SMALL_STATE(2743)] = 111771, + [SMALL_STATE(2744)] = 111782, + [SMALL_STATE(2745)] = 111791, + [SMALL_STATE(2746)] = 111800, + [SMALL_STATE(2747)] = 111811, + [SMALL_STATE(2748)] = 111820, + [SMALL_STATE(2749)] = 111829, + [SMALL_STATE(2750)] = 111840, + [SMALL_STATE(2751)] = 111849, + [SMALL_STATE(2752)] = 111858, + [SMALL_STATE(2753)] = 111867, + [SMALL_STATE(2754)] = 111876, + [SMALL_STATE(2755)] = 111885, + [SMALL_STATE(2756)] = 111896, + [SMALL_STATE(2757)] = 111905, + [SMALL_STATE(2758)] = 111914, + [SMALL_STATE(2759)] = 111925, + [SMALL_STATE(2760)] = 111934, + [SMALL_STATE(2761)] = 111943, + [SMALL_STATE(2762)] = 111954, + [SMALL_STATE(2763)] = 111963, + [SMALL_STATE(2764)] = 111972, + [SMALL_STATE(2765)] = 111983, + [SMALL_STATE(2766)] = 111992, + [SMALL_STATE(2767)] = 112001, + [SMALL_STATE(2768)] = 112012, + [SMALL_STATE(2769)] = 112021, + [SMALL_STATE(2770)] = 112030, + [SMALL_STATE(2771)] = 112041, + [SMALL_STATE(2772)] = 112050, + [SMALL_STATE(2773)] = 112059, + [SMALL_STATE(2774)] = 112070, + [SMALL_STATE(2775)] = 112079, + [SMALL_STATE(2776)] = 112088, + [SMALL_STATE(2777)] = 112099, + [SMALL_STATE(2778)] = 112108, + [SMALL_STATE(2779)] = 112117, + [SMALL_STATE(2780)] = 112126, + [SMALL_STATE(2781)] = 112137, + [SMALL_STATE(2782)] = 112148, + [SMALL_STATE(2783)] = 112159, + [SMALL_STATE(2784)] = 112170, + [SMALL_STATE(2785)] = 112181, + [SMALL_STATE(2786)] = 112192, + [SMALL_STATE(2787)] = 112203, + [SMALL_STATE(2788)] = 112214, + [SMALL_STATE(2789)] = 112225, + [SMALL_STATE(2790)] = 112236, + [SMALL_STATE(2791)] = 112247, + [SMALL_STATE(2792)] = 112258, + [SMALL_STATE(2793)] = 112269, + [SMALL_STATE(2794)] = 112280, + [SMALL_STATE(2795)] = 112291, + [SMALL_STATE(2796)] = 112302, + [SMALL_STATE(2797)] = 112313, + [SMALL_STATE(2798)] = 112324, + [SMALL_STATE(2799)] = 112335, + [SMALL_STATE(2800)] = 112346, + [SMALL_STATE(2801)] = 112357, + [SMALL_STATE(2802)] = 112368, + [SMALL_STATE(2803)] = 112379, + [SMALL_STATE(2804)] = 112390, + [SMALL_STATE(2805)] = 112401, + [SMALL_STATE(2806)] = 112412, + [SMALL_STATE(2807)] = 112423, + [SMALL_STATE(2808)] = 112434, + [SMALL_STATE(2809)] = 112445, + [SMALL_STATE(2810)] = 112456, + [SMALL_STATE(2811)] = 112467, + [SMALL_STATE(2812)] = 112478, + [SMALL_STATE(2813)] = 112489, + [SMALL_STATE(2814)] = 112500, + [SMALL_STATE(2815)] = 112511, + [SMALL_STATE(2816)] = 112522, + [SMALL_STATE(2817)] = 112533, + [SMALL_STATE(2818)] = 112544, + [SMALL_STATE(2819)] = 112555, + [SMALL_STATE(2820)] = 112566, + [SMALL_STATE(2821)] = 112577, + [SMALL_STATE(2822)] = 112588, + [SMALL_STATE(2823)] = 112599, + [SMALL_STATE(2824)] = 112610, + [SMALL_STATE(2825)] = 112621, + [SMALL_STATE(2826)] = 112632, + [SMALL_STATE(2827)] = 112643, + [SMALL_STATE(2828)] = 112654, + [SMALL_STATE(2829)] = 112665, + [SMALL_STATE(2830)] = 112676, + [SMALL_STATE(2831)] = 112687, + [SMALL_STATE(2832)] = 112698, + [SMALL_STATE(2833)] = 112709, + [SMALL_STATE(2834)] = 112720, + [SMALL_STATE(2835)] = 112731, + [SMALL_STATE(2836)] = 112742, + [SMALL_STATE(2837)] = 112753, + [SMALL_STATE(2838)] = 112764, + [SMALL_STATE(2839)] = 112775, + [SMALL_STATE(2840)] = 112786, + [SMALL_STATE(2841)] = 112797, + [SMALL_STATE(2842)] = 112808, + [SMALL_STATE(2843)] = 112819, + [SMALL_STATE(2844)] = 112830, + [SMALL_STATE(2845)] = 112841, + [SMALL_STATE(2846)] = 112852, + [SMALL_STATE(2847)] = 112863, + [SMALL_STATE(2848)] = 112874, + [SMALL_STATE(2849)] = 112885, + [SMALL_STATE(2850)] = 112896, + [SMALL_STATE(2851)] = 112907, + [SMALL_STATE(2852)] = 112918, + [SMALL_STATE(2853)] = 112929, + [SMALL_STATE(2854)] = 112940, + [SMALL_STATE(2855)] = 112951, + [SMALL_STATE(2856)] = 112962, + [SMALL_STATE(2857)] = 112973, + [SMALL_STATE(2858)] = 112984, + [SMALL_STATE(2859)] = 112995, + [SMALL_STATE(2860)] = 113006, + [SMALL_STATE(2861)] = 113017, + [SMALL_STATE(2862)] = 113028, + [SMALL_STATE(2863)] = 113039, + [SMALL_STATE(2864)] = 113050, + [SMALL_STATE(2865)] = 113061, + [SMALL_STATE(2866)] = 113072, + [SMALL_STATE(2867)] = 113083, + [SMALL_STATE(2868)] = 113094, + [SMALL_STATE(2869)] = 113105, + [SMALL_STATE(2870)] = 113116, + [SMALL_STATE(2871)] = 113127, + [SMALL_STATE(2872)] = 113138, + [SMALL_STATE(2873)] = 113149, + [SMALL_STATE(2874)] = 113160, + [SMALL_STATE(2875)] = 113171, + [SMALL_STATE(2876)] = 113182, + [SMALL_STATE(2877)] = 113193, + [SMALL_STATE(2878)] = 113204, + [SMALL_STATE(2879)] = 113215, + [SMALL_STATE(2880)] = 113226, + [SMALL_STATE(2881)] = 113237, + [SMALL_STATE(2882)] = 113248, + [SMALL_STATE(2883)] = 113259, + [SMALL_STATE(2884)] = 113270, + [SMALL_STATE(2885)] = 113281, + [SMALL_STATE(2886)] = 113292, + [SMALL_STATE(2887)] = 113303, + [SMALL_STATE(2888)] = 113314, + [SMALL_STATE(2889)] = 113325, + [SMALL_STATE(2890)] = 113336, + [SMALL_STATE(2891)] = 113347, + [SMALL_STATE(2892)] = 113358, + [SMALL_STATE(2893)] = 113369, + [SMALL_STATE(2894)] = 113380, + [SMALL_STATE(2895)] = 113391, + [SMALL_STATE(2896)] = 113402, + [SMALL_STATE(2897)] = 113413, + [SMALL_STATE(2898)] = 113424, + [SMALL_STATE(2899)] = 113435, + [SMALL_STATE(2900)] = 113446, + [SMALL_STATE(2901)] = 113457, + [SMALL_STATE(2902)] = 113468, + [SMALL_STATE(2903)] = 113479, + [SMALL_STATE(2904)] = 113490, + [SMALL_STATE(2905)] = 113501, + [SMALL_STATE(2906)] = 113512, + [SMALL_STATE(2907)] = 113523, + [SMALL_STATE(2908)] = 113534, + [SMALL_STATE(2909)] = 113545, + [SMALL_STATE(2910)] = 113556, + [SMALL_STATE(2911)] = 113567, + [SMALL_STATE(2912)] = 113578, + [SMALL_STATE(2913)] = 113589, + [SMALL_STATE(2914)] = 113600, + [SMALL_STATE(2915)] = 113611, + [SMALL_STATE(2916)] = 113622, + [SMALL_STATE(2917)] = 113633, + [SMALL_STATE(2918)] = 113644, + [SMALL_STATE(2919)] = 113655, + [SMALL_STATE(2920)] = 113666, }; static const TSParseActionEntry ts_parse_actions[] = { @@ -96154,2258 +119583,2546 @@ 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 = false}}, SHIFT_EXTRA(), - [7] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1706), - [9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1726), - [11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1788), - [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2045), - [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2496), - [17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1763), - [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1974), - [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1953), - [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1764), - [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1754), - [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1718), - [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), - [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1084), - [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), - [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1081), - [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(386), - [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(352), - [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(211), - [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(205), - [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1713), - [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(325), - [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(278), - [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(426), - [53] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1751), - [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1768), - [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1555), - [59] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), - [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(349), - [63] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1559), - [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1559), - [67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2174), - [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2161), - [71] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2427), - [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1033), - [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1027), - [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(214), - [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(388), - [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(221), - [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(220), - [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1711), - [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(257), - [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(302), - [91] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1743), - [93] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1772), - [95] = {.entry = {.count = 1, .reusable = false}}, SHIFT(832), - [97] = {.entry = {.count = 1, .reusable = false}}, SHIFT(348), - [99] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833), - [101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(833), - [103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2230), - [105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2226), - [107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1056), - [109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1059), - [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(398), - [113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(313), - [115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(197), - [117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(196), - [119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1714), - [121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(381), - [123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(285), - [125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1739), - [127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1782), - [129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(971), - [131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(199), - [133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), - [135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(959), - [137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2245), - [139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2246), - [141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1065), - [143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1062), - [145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(347), - [147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(345), - [149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(341), - [151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(339), - [153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1716), - [155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(338), - [157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(336), - [159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1746), - [161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1786), - [163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(898), - [165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(318), - [167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), - [169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(899), - [171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2151), - [173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2288), - [175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parametrized_type, 1, .production_id = 2), - [177] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parametrized_type, 1, .production_id = 2), - [179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), - [181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), - [183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parametrized_type, 2, .production_id = 2), - [185] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parametrized_type, 2, .production_id = 2), - [187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parametrized_type_repeat1, 2), - [189] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_parametrized_type_repeat1, 2), - [191] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parametrized_type_repeat1, 2), SHIFT_REPEAT(157), - [194] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parametrized_type_repeat1, 2), SHIFT_REPEAT(119), - [197] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 3), - [199] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameter, 3), - [201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_subexpression, 3), - [203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_expression, 2, .production_id = 8), - [205] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_expression, 2, .production_id = 8), - [207] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_subexpression, 1), - [209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_expression, 1, .production_id = 1), - [211] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_expression, 1, .production_id = 1), - [213] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 1), - [215] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameter, 1), - [217] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), - [219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), - [221] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(25), - [224] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(485), - [227] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(480), - [230] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(478), - [233] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(478), - [236] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2344), - [239] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2345), - [242] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call_expression, 2, .production_id = 3), - [244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call_expression, 2, .production_id = 3), - [246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), - [248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(485), - [250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), - [252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), - [254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(478), - [256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2344), - [258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2345), - [260] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subexpression_token, 1), - [262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subexpression_token, 1), - [264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), - [266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(524), - [268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), - [270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), - [272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(504), - [274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2365), - [276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2366), - [278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), - [280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(505), - [282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), - [284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), - [286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(520), - [288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2290), - [290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2291), - [292] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(54), - [295] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(505), - [298] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(508), - [301] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(520), - [304] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(520), - [307] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2290), - [310] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2291), - [313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), - [315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(516), - [317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), - [319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), - [321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(539), - [323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2335), - [325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2336), - [327] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(11), - [330] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(524), - [333] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(507), - [336] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(504), - [339] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(504), - [342] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2365), - [345] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2366), - [348] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(26), - [351] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(533), - [354] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(513), - [357] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(511), - [360] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(511), - [363] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2341), - [366] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2342), - [369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), - [371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(533), - [373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), - [375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), - [377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(511), - [379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2341), - [381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2342), - [383] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(29), - [386] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(516), - [389] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(546), - [392] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(539), - [395] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(539), - [398] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2335), - [401] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2336), - [404] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(56), - [407] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(586), - [410] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(647), - [413] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(634), - [416] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(634), - [419] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2265), - [422] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2266), - [425] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(47), - [428] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(646), - [431] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(569), - [434] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(565), - [437] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(565), - [440] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2275), - [443] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2276), - [446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), - [448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(586), - [450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), - [452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), - [454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(634), - [456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2265), - [458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2266), - [460] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(24), - [463] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(607), - [466] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(574), - [469] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(585), - [472] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(585), - [475] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2359), - [478] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2360), - [481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), - [483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(649), - [485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615), - [487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), - [489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(592), - [491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2356), - [493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2357), - [495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), - [497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(646), - [499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), - [501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), - [503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(565), - [505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2275), - [507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2276), - [509] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(34), - [512] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(580), - [515] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(581), - [518] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(591), - [521] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(591), - [524] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2323), - [527] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2324), - [530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), - [532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(619), - [534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), - [536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), - [538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(650), - [540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2329), - [542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2330), - [544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), - [546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(607), - [548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), - [550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), - [552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(585), - [554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2359), - [556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2360), - [558] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(19), - [561] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(649), - [564] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(615), - [567] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(592), - [570] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(592), - [573] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2356), - [576] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2357), - [579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), - [581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(578), - [583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), - [585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), - [587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(610), - [589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2362), - [591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2363), - [593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), - [595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(580), - [597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), - [599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), - [601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(591), - [603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2323), - [605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2324), - [607] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(13), - [610] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(578), - [613] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(605), - [616] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(610), - [619] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(610), - [622] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2362), - [625] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2363), - [628] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(3), - [631] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(619), - [634] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(652), - [637] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(650), - [640] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(650), - [643] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2329), - [646] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2330), - [649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), - [651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(673), - [653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), - [655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), - [657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(736), - [659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2377), - [661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2378), - [663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), - [665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(775), - [667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), - [669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), - [671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(701), - [673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2353), - [675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2354), - [677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), - [679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(662), - [681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675), - [683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), - [685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(679), - [687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2308), - [689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2309), - [691] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(16), - [694] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(673), - [697] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(779), - [700] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(736), - [703] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(736), - [706] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2377), - [709] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2378), - [712] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(22), - [715] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(771), - [718] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(782), - [721] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(772), - [724] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(772), - [727] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2350), - [730] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2351), - [733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), - [735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(660), - [737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684), - [739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), - [741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(687), - [743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2250), - [745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2251), - [747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), - [749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(781), - [751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756), - [753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), - [755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(752), - [757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2280), - [759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2281), - [761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), - [763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(771), - [765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), - [767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), - [769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(772), - [771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2350), - [773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2351), - [775] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(55), - [778] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(781), - [781] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(756), - [784] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(752), - [787] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(752), - [790] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2280), - [793] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2281), - [796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), - [798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(760), - [800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), - [802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722), - [804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(722), - [806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2320), - [808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2321), - [810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), - [812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(753), - [814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733), - [816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729), - [818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(729), - [820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2285), - [822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2286), - [824] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(28), - [827] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(753), - [830] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(733), - [833] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(729), - [836] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(729), - [839] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2285), - [842] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2286), - [845] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(32), - [848] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(775), - [851] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(712), - [854] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(701), - [857] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(701), - [860] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2353), - [863] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2354), - [866] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(35), - [869] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(760), - [872] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(728), - [875] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(722), - [878] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(722), - [881] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2320), - [884] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2321), - [887] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(51), - [890] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(660), - [893] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(684), - [896] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(687), - [899] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(687), - [902] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2250), - [905] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2251), - [908] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(41), - [911] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(662), - [914] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(675), - [917] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(679), - [920] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(679), - [923] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2308), - [926] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2309), - [929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(215), - [931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1753), - [933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1790), - [935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(354), - [937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), - [939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(315), - [941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1733), - [943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1801), - [945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(183), - [947] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(7), - [950] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(885), - [953] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(865), - [956] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(855), - [959] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(855), - [962] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2374), - [965] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2375), - [968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(256), - [970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1761), - [972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1794), - [974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1671), - [976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(218), - [978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1554), - [980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1554), - [982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2219), - [984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2215), - [986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), - [988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(885), - [990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), - [992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855), - [994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(855), - [996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2374), - [998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2375), - [1000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(359), - [1002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1738), - [1004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1798), - [1006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1686), - [1008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(200), - [1010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1646), - [1012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1646), - [1014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2213), - [1016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2209), - [1018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(192), - [1020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1762), - [1022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1771), - [1024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1692), - [1026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(404), - [1028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1691), - [1030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1691), - [1032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2225), - [1034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2221), - [1036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(240), - [1038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1735), - [1040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1793), - [1042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1411), - [1044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(222), - [1046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1421), - [1048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1421), - [1050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2270), - [1052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2271), - [1054] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(57), - [1057] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(857), - [1060] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(874), - [1063] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(877), - [1066] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(877), - [1069] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2300), - [1072] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2301), - [1075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), - [1077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(879), - [1079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), - [1081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), - [1083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(848), - [1085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2332), - [1087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2333), - [1089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(228), - [1091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1752), - [1093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1787), - [1095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(206), - [1097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), - [1099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(377), - [1101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1729), - [1103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1775), - [1105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(948), - [1107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(317), - [1109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), - [1111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(929), - [1113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2260), - [1115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2261), - [1117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(395), - [1119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1737), - [1121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1766), - [1123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1618), - [1125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(399), - [1127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1619), - [1129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1619), - [1131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2207), - [1133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2203), - [1135] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(8), - [1138] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(879), - [1141] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(856), - [1144] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(848), - [1147] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(848), - [1150] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2332), - [1153] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2333), - [1156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), - [1158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(368), - [1160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1757), - [1162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1804), - [1164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(390), - [1166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(255), - [1168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1749), - [1170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1781), - [1172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(232), - [1174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(265), - [1176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1756), - [1178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1799), - [1180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(242), - [1182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(383), - [1184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1747), - [1186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1783), - [1188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1410), - [1190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(243), - [1192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1403), - [1194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1403), - [1196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2326), - [1198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2327), - [1200] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(44), - [1203] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(832), - [1206] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(840), - [1209] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(833), - [1212] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(833), - [1215] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2230), - [1218] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2226), - [1221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), - [1223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840), - [1225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), - [1227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(857), - [1229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), - [1231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877), - [1233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(877), - [1235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2300), - [1237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2301), - [1239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(284), - [1241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1760), - [1243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1789), - [1245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(259), - [1247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(295), - [1249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1745), - [1251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1769), - [1253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(804), - [1255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(266), - [1257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), - [1259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(805), - [1261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2201), - [1263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2194), - [1265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(276), - [1267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1730), - [1269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1796), - [1271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1342), - [1273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(353), - [1275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1379), - [1277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1379), - [1279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2295), - [1281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2296), - [1283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(303), - [1285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1736), - [1287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1803), - [1289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(279), - [1291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(365), - [1293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1732), - [1295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1797), - [1297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(296), - [1299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(397), - [1301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1741), - [1303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1780), - [1305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(305), - [1307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(387), - [1309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1744), - [1311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1802), - [1313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1448), - [1315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(371), - [1317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1449), - [1319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1449), - [1321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2240), - [1323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2236), - [1325] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(14), - [1328] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(804), - [1331] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(816), - [1334] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(805), - [1337] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(805), - [1340] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2201), - [1343] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2194), - [1346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), - [1348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), - [1350] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(21), - [1353] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(786), - [1356] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(800), - [1359] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(788), - [1362] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(788), - [1365] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2190), - [1368] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2179), - [1371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), - [1373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(786), - [1375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(800), - [1377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), - [1379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(788), - [1381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2190), - [1383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2179), - [1385] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(53), - [1388] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(948), - [1391] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(931), - [1394] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(929), - [1397] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(929), - [1400] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2260), - [1403] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2261), - [1406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), - [1408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), - [1410] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(33), - [1413] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(898), - [1416] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(911), - [1419] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(899), - [1422] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(899), - [1425] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2151), - [1428] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2288), - [1431] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(52), - [1434] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(941), - [1437] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(951), - [1440] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(947), - [1443] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(947), - [1446] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2255), - [1449] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2256), - [1452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), - [1454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(941), - [1456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), - [1458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), - [1460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(947), - [1462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2255), - [1464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2256), - [1466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), - [1468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), - [1470] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_control_expression, 1), - [1472] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop_control_expression, 1), - [1474] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(49), - [1477] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(971), - [1480] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(983), - [1483] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(959), - [1486] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(959), - [1489] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2245), - [1492] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2246), - [1495] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_expression, 2, .production_id = 16), - [1497] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_expression, 2, .production_id = 16), - [1499] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_statement, 3, .production_id = 15), - [1501] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_statement, 3, .production_id = 15), - [1503] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_name_subsuperexpression, 3), - [1505] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_operator_expression, 2, .production_id = 17), - [1507] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_operator_expression, 2, .production_id = 17), - [1509] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_prefixed_expression, 1), - [1511] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_prefixed_expression, 1), - [1513] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_function, 5, .production_id = 27), - [1515] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_function, 5, .production_id = 27), - [1517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_function, 6, .production_id = 29), - [1519] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_function, 6, .production_id = 29), - [1521] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 1), - [1523] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression, 1), - [1525] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 2), - [1527] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 2), - [1529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), - [1531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983), - [1533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_function, 4, .production_id = 25), - [1535] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_function, 4, .production_id = 25), - [1537] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 3), - [1539] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 3), - [1541] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_function, 3, .production_id = 20), - [1543] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_function, 3, .production_id = 20), - [1545] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_operator_expression, 3, .production_id = 21), - [1547] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_operator_expression, 3, .production_id = 21), - [1549] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subexpression, 1), - [1551] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subexpression, 1), - [1553] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(1712), - [1556] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(467), - [1559] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2), - [1561] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(1763), - [1564] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(214), - [1567] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(388), - [1570] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(221), - [1573] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(220), - [1576] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(1711), - [1579] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(257), - [1582] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(207), - [1585] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(302), - [1588] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(426), - [1591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1712), - [1593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), - [1595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), - [1597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), - [1599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), - [1601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), - [1603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1711), - [1605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), - [1607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), - [1609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), - [1611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426), - [1613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), - [1615] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_name_superexpression, 2), - [1617] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_name_superexpression, 2), - [1619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1813), - [1621] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_char_literal, 3), - [1623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_char_literal, 3), - [1625] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_name_subsuperexpression, 3), - [1627] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_literal, 1), - [1629] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_literal, 1), - [1631] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_subexpression, 3), - [1633] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_subexpression, 1), - [1635] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_name_subsuperexpression, 1), - [1637] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_name_subsuperexpression, 1), - [1639] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_name_superexpression, 3), - [1641] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_name_superexpression, 3), - [1643] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_condition_repeat1, 4), - [1645] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_condition_repeat1, 4), - [1647] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_name_superexpression, 1), - [1649] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_name_superexpression, 1), - [1651] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_argument, 1), - [1653] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_argument, 1), - [1655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1717), - [1657] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 3), - [1659] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 3), - [1661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_case, 6, .production_id = 32), - [1663] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_case, 6, .production_id = 32), - [1665] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_case, 4, .production_id = 30), - [1667] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_case, 4, .production_id = 30), - [1669] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_loop, 4, .production_id = 24), - [1671] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_loop, 4, .production_id = 24), - [1673] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 1), - [1675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), - [1677] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1706), - [1680] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1726), - [1683] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1788), - [1686] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(2045), - [1689] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(2496), - [1692] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1763), - [1695] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1974), - [1698] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1953), - [1701] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1764), - [1704] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1754), - [1707] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1718), - [1710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 4, .production_id = 4), - [1712] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_statement, 4, .production_id = 4), - [1714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1778), - [1716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1126), - [1718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1096), - [1720] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_while_loop, 4, .production_id = 23), - [1722] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_while_loop, 4, .production_id = 23), - [1724] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_import_statement_repeat1, 2), - [1726] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_import_statement_repeat1, 2), - [1728] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_import_statement_repeat1, 2), SHIFT_REPEAT(1778), - [1731] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_import_statement_repeat1, 2), SHIFT_REPEAT(1126), - [1734] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_import_statement_repeat1, 2), SHIFT_REPEAT(1096), - [1737] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_import_statement_repeat1, 2), SHIFT_REPEAT(535), - [1740] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_flow_control, 1), - [1742] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_flow_control, 1), - [1744] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_superexpression, 1), - [1746] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_superexpression, 1), - [1748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_condition, 6), - [1750] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_condition, 6), - [1752] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_loop, 6, .production_id = 28), - [1754] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_loop, 6, .production_id = 28), - [1756] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_loop, 2, .production_id = 15), - [1758] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop_loop, 2, .production_id = 15), - [1760] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_condition, 7), - [1762] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_condition, 7), - [1764] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_import_statement_repeat1, 2), SHIFT_REPEAT(1154), - [1767] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_import_statement_repeat1, 2), SHIFT_REPEAT(1125), - [1770] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_import_statement_repeat1, 2), SHIFT_REPEAT(1122), - [1773] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_alias_definition, 4, .production_id = 12), - [1775] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_alias_definition, 4, .production_id = 12), - [1777] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_definition, 4, .production_id = 10), - [1779] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_definition, 4, .production_id = 10), - [1781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1154), - [1783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1125), - [1785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1122), - [1787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), - [1789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1311), - [1791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1326), - [1793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1335), - [1795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1335), - [1797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2347), - [1799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2348), - [1801] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(23), - [1804] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1311), - [1807] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1326), - [1810] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1335), - [1813] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1335), - [1816] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2347), - [1819] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2348), - [1822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1722), - [1824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2024), - [1826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2471), - [1828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1941), - [1830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1724), - [1832] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typeclass_expression, 2, .production_id = 6), - [1834] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_typeclass_expression, 2, .production_id = 6), - [1836] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sources, 1), - [1838] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2), - [1841] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1381), - [1844] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1370), - [1847] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1364), - [1850] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1364), - [1853] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2338), - [1856] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2339), - [1859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2), - [1861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1381), - [1863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1370), - [1865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1364), - [1867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1364), - [1869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2338), - [1871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2339), - [1873] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parametrized_typeclass, 1, .production_id = 7), - [1875] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parametrized_typeclass, 1, .production_id = 7), - [1877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), - [1879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1342), - [1881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1341), - [1883] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(50), - [1886] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1342), - [1889] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1341), - [1892] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1379), - [1895] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1379), - [1898] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2295), - [1901] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2296), - [1904] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typeclass_expression, 1, .production_id = 5), - [1906] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_typeclass_expression, 1, .production_id = 5), - [1908] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parametrized_typeclass, 2, .production_id = 7), - [1910] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parametrized_typeclass, 2, .production_id = 7), - [1912] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sources_repeat1, 2), SHIFT_REPEAT(1706), - [1915] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sources_repeat1, 2), SHIFT_REPEAT(1722), - [1918] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_sources_repeat1, 2), - [1920] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sources_repeat1, 2), SHIFT_REPEAT(2024), - [1923] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sources_repeat1, 2), SHIFT_REPEAT(2471), - [1926] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sources_repeat1, 2), SHIFT_REPEAT(1763), - [1929] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sources_repeat1, 2), SHIFT_REPEAT(1974), - [1932] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sources_repeat1, 2), SHIFT_REPEAT(1941), - [1935] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sources_repeat1, 2), SHIFT_REPEAT(1764), - [1938] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sources_repeat1, 2), SHIFT_REPEAT(1754), - [1941] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sources_repeat1, 2), SHIFT_REPEAT(1724), - [1944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), - [1946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1382), - [1948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1352), - [1950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1347), - [1952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1347), - [1954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2371), - [1956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2372), - [1958] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(31), - [1961] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1382), - [1964] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1352), - [1967] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1347), - [1970] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1347), - [1973] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2371), - [1976] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2372), - [1979] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(17), - [1982] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1419), - [1985] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1389), - [1988] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1385), - [1991] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1385), - [1994] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2368), - [1997] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2369), - [2000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), - [2002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1419), - [2004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1389), - [2006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1385), - [2008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1385), - [2010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2368), - [2012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2369), - [2014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), - [2016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1410), - [2018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1405), - [2020] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(58), - [2023] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1411), - [2026] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1418), - [2029] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1421), - [2032] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1421), - [2035] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2270), - [2038] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2271), - [2041] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(20), - [2044] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1410), - [2047] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1405), - [2050] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1403), - [2053] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1403), - [2056] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2326), - [2059] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2327), - [2062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), - [2064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1418), - [2066] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(36), - [2069] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1513), - [2072] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1515), - [2075] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1511), - [2078] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1511), - [2081] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2317), - [2084] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2318), - [2087] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(46), - [2090] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1465), - [2093] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1471), - [2096] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1473), - [2099] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1473), - [2102] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2305), - [2105] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2306), - [2108] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(39), - [2111] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1477), - [2114] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1483), - [2117] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1505), - [2120] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1505), - [2123] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2311), - [2126] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2312), - [2129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), - [2131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1465), - [2133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1471), - [2135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1473), - [2137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1473), - [2139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2305), - [2141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2306), - [2143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), - [2145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1448), - [2147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1456), - [2149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), - [2151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1439), - [2153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1446), - [2155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1440), - [2157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1440), - [2159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2235), - [2161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2231), - [2163] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(45), - [2166] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1439), - [2169] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1446), - [2172] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1440), - [2175] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1440), - [2178] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2235), - [2181] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2231), - [2184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), - [2186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1486), - [2188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1519), - [2190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1512), - [2192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1512), - [2194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2314), - [2196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2315), - [2198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), - [2200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1477), - [2202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1483), - [2204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1505), - [2206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1505), - [2208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2311), - [2210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2312), - [2212] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(38), - [2215] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1486), - [2218] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1519), - [2221] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1512), - [2224] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1512), - [2227] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2314), - [2230] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2315), - [2233] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(48), - [2236] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1448), - [2239] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1456), - [2242] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1449), - [2245] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1449), - [2248] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2240), - [2251] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2236), - [2254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), - [2256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1513), - [2258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1515), - [2260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1511), - [2262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1511), - [2264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2317), - [2266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2318), - [2268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), - [2270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1595), - [2272] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(40), - [2275] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1671), - [2278] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1644), - [2281] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1554), - [2284] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1554), - [2287] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2219), - [2290] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2215), - [2293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), - [2295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1644), - [2297] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(43), - [2300] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1686), - [2303] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1669), - [2306] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1646), - [2309] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1646), - [2312] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2213), - [2315] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2209), - [2318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), - [2320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1669), - [2322] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(6), - [2325] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1618), - [2328] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1641), - [2331] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1619), - [2334] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1619), - [2337] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2207), - [2340] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2203), - [2343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), - [2345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1641), - [2347] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(42), - [2350] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1692), - [2353] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1595), - [2356] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1691), - [2359] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1691), - [2362] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2225), - [2365] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2221), - [2368] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_declaration_repeat1, 2), - [2370] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_function_declaration_repeat1, 2), - [2372] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declaration_repeat1, 2), SHIFT_REPEAT(2409), - [2375] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declaration_repeat1, 2), SHIFT_REPEAT(1093), - [2378] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(27), - [2381] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1555), - [2384] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1603), - [2387] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1559), - [2390] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1559), - [2393] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2174), - [2396] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2161), - [2399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_identifier_definition, 1), - [2401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), - [2403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1555), - [2405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1603), - [2407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), - [2409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), - [2411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), - [2413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), - [2415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1477), - [2417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1513), - [2419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1618), - [2421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), - [2423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), - [2425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), - [2427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), - [2429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), - [2431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607), - [2433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(771), - [2435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), - [2437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), - [2439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), - [2441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), - [2443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760), - [2445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1465), - [2447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), - [2449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1411), - [2451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775), - [2453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), - [2455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), - [2457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), - [2459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673), - [2461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1486), - [2463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), - [2465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898), - [2467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), - [2469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619), - [2471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), - [2473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), - [2475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), - [2477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1671), - [2479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), - [2481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646), - [2483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1381), - [2485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832), - [2487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), - [2489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), - [2491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1686), - [2493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1692), - [2495] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defined_typeclass, 1, .production_id = 5), - [2497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1973), - [2499] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_defined_typeclass, 1, .production_id = 5), - [2501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2409), - [2503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1093), - [2505] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_constructor_repeat1, 4), - [2507] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_type_constructor_repeat1, 4), - [2509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1078), - [2511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_definition_parameter, 1, .production_id = 1), - [2513] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_definition_parameter, 1, .production_id = 1), - [2515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotated_typeclass, 1, .production_id = 7), - [2517] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotated_typeclass, 1, .production_id = 7), - [2519] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defined_typeclass, 2, .production_id = 5), - [2521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1970), - [2523] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_defined_typeclass, 2, .production_id = 5), - [2525] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_name_expression, 1), - [2527] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_name_expression, 1), - [2529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2128), - [2531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_definition_parameter, 5, .production_id = 8), - [2533] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_definition_parameter, 5, .production_id = 8), - [2535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_name_expression, 3), - [2537] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_name_expression, 3), - [2539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_constructor_repeat1, 2), - [2541] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constructor_repeat1, 2), SHIFT_REPEAT(2435), - [2544] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_constructor, 3, .production_id = 8), - [2546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2435), - [2548] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotated_typeclass, 4, .production_id = 18), - [2550] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotated_typeclass, 4, .production_id = 18), - [2552] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_constructor, 2, .production_id = 8), - [2554] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_name_expression, 2), - [2556] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_name_expression, 2), - [2558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1073), - [2560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2426), - [2562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1958), - [2564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2456), - [2566] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constructor_repeat1, 2), SHIFT_REPEAT(2456), - [2569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1016), - [2571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_symbol, 1), - [2573] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_symbol, 1), - [2575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_defined_name_repeat1, 2), - [2577] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_defined_name_repeat1, 2), - [2579] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_defined_name_repeat1, 2), SHIFT_REPEAT(2472), - [2582] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_defined_name_repeat1, 2), SHIFT_REPEAT(1196), - [2585] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_type_constructor_repeat1, 2), - [2587] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constructor_repeat1, 2), SHIFT_REPEAT(2432), - [2590] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_constructor, 3, .production_id = 8), - [2592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2432), - [2594] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constructor_repeat1, 2), SHIFT_REPEAT(2426), - [2597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defined_typeclass, 3, .production_id = 5), - [2599] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_defined_typeclass, 3, .production_id = 5), - [2601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2472), - [2603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1196), - [2605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1089), - [2607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defined_typeclass, 4, .production_id = 5), - [2609] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_defined_typeclass, 4, .production_id = 5), - [2611] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_constructor, 2, .production_id = 8), - [2613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1972), - [2615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1028), - [2617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2476), - [2619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1219), - [2621] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constructor_repeat1, 2), SHIFT_REPEAT(2450), - [2624] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_condition_repeat1, 2), - [2626] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_condition_repeat1, 2), SHIFT_REPEAT(396), - [2629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1025), - [2631] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_case, 2, .production_id = 22), - [2633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), - [2635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), - [2637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2423), - [2639] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_condition, 5), - [2641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), - [2643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), - [2645] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 1), - [2647] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 1), - [2649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1720), - [2651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2447), - [2653] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constructor_repeat1, 2), SHIFT_REPEAT(2447), - [2656] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_defined_name_repeat1, 2), SHIFT_REPEAT(2476), - [2659] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_defined_name_repeat1, 2), SHIFT_REPEAT(1219), - [2662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1036), - [2664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1070), - [2666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2450), - [2668] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variant_type_repeat1, 2), - [2670] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_variant_type_repeat1, 2), - [2672] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_repeat1, 2), - [2674] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_repeat1, 2), SHIFT_REPEAT(366), - [2677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1051), - [2679] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tuple_type_repeat1, 2), - [2681] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_tuple_type_repeat1, 2), - [2683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tuple_type_repeat1, 4), - [2685] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_tuple_type_repeat1, 4), - [2687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_any_type, 3), - [2689] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_any_type, 3), - [2691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_condition, 4), - [2693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), - [2695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match, 4, .production_id = 22), - [2697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), - [2699] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constructor_repeat1, 2), SHIFT_REPEAT(2423), - [2702] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_identifier_definition, 2), - [2704] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_identifier_definition, 2), - [2706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2453), - [2708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1019), - [2710] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constructor_repeat1, 2), SHIFT_REPEAT(2453), - [2713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1023), - [2715] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_type_repeat1, 2), SHIFT_REPEAT(1720), - [2718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1037), - [2720] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 2), - [2722] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 2), - [2724] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_identifier_definition, 1), - [2726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_any_type, 1), - [2728] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_any_type, 1), - [2730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2468), - [2732] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_condition, 5), - [2734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), - [2736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), - [2738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2444), - [2740] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declartation_type, 1), - [2742] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declartation_type, 1), - [2744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1029), - [2746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variant_expression_repeat1, 2), - [2748] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variant_expression_repeat1, 2), SHIFT_REPEAT(1027), - [2751] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variant_type, 1), - [2753] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variant_type, 1), - [2755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1770), - [2757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1052), - [2759] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constructor_repeat1, 2), SHIFT_REPEAT(2468), - [2762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typeclass_definition, 4, .production_id = 6), - [2764] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_typeclass_definition, 4, .production_id = 6), - [2766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1968), - [2768] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 4, .production_id = 3), - [2770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1949), - [2772] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 4, .production_id = 3), - [2774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2417), - [2776] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constructor_repeat1, 2), SHIFT_REPEAT(2441), - [2779] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_definition_argument, 5, .production_id = 26), - [2781] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_definition_argument, 5, .production_id = 26), - [2783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2441), - [2785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1049), - [2787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1050), - [2789] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variant_type, 2), - [2791] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variant_type, 2), - [2793] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variant_type_repeat1, 2), SHIFT_REPEAT(1770), - [2796] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2), - [2798] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2), SHIFT_REPEAT(1033), - [2801] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_definition_argument, 1, .production_id = 3), - [2803] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_definition_argument, 1, .production_id = 3), - [2805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1054), - [2807] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constructor_repeat1, 2), SHIFT_REPEAT(2444), - [2810] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_variant_expression_repeat1, 2), - [2812] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_case, 4, .production_id = 31), - [2814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), - [2816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1035), - [2818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1012), - [2820] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_typeclass_definition_repeat1, 2), - [2822] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_typeclass_definition_repeat1, 2), - [2824] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_typeclass_definition_repeat1, 2), SHIFT_REPEAT(1968), - [2827] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constructor_repeat1, 2), SHIFT_REPEAT(2417), - [2830] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2), - [2832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1086), - [2834] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variant_expression, 1), - [2836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), - [2838] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_condition_repeat1, 2), - [2840] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_condition_repeat1, 2), SHIFT_REPEAT(311), - [2843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2006), - [2845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007), - [2847] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 3, .production_id = 3), - [2849] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 3, .production_id = 3), - [2851] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declartation_type, 3), - [2853] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declartation_type, 3), - [2855] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_match_repeat1, 2), - [2857] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_repeat1, 2), SHIFT_REPEAT(292), - [2860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), - [2862] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_case, 2, .production_id = 22), - [2864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), - [2866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 3), - [2868] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, .production_id = 3), - [2870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_expression, 1), - [2872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1033), - [2874] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_condition, 4), - [2876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), - [2878] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match, 4, .production_id = 22), - [2880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), - [2882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1076), - [2884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1011), - [2886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2072), - [2888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1068), - [2890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), - [2892] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_case, 4, .production_id = 31), - [2894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), - [2896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), - [2898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1061), - [2900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typeclass_definition, 2, .production_id = 6), - [2902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2034), - [2904] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_typeclass_definition, 2, .production_id = 6), - [2906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1077), - [2908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2465), - [2910] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_condition_repeat1, 2), SHIFT_REPEAT(378), - [2913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), - [2915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), - [2917] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_expression, 1), - [2919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1065), - [2921] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_repeat1, 2), SHIFT_REPEAT(238), - [2924] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variant_expression, 1), - [2926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1062), - [2928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), - [2930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1721), - [2932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1774), - [2934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1020), - [2936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), - [2938] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constructor_repeat1, 2), SHIFT_REPEAT(2465), - [2941] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variant_expression_repeat1, 2), SHIFT_REPEAT(1062), - [2944] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2), SHIFT_REPEAT(1065), - [2947] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constructor_repeat1, 2), SHIFT_REPEAT(2072), - [2950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), - [2952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), - [2954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), - [2956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593), - [2958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace, 6, .production_id = 19), - [2960] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace, 6, .production_id = 19), - [2962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1251), - [2964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), - [2966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1394), - [2968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1685), - [2970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1363), - [2972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774), - [2974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), - [2976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), - [2978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), - [2980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1377), - [2982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), - [2984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), - [2986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1038), - [2988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1659), - [2990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), - [2992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740), - [2994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810), - [2996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1532), - [2998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), - [3000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), - [3002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628), - [3004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1502), - [3006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_statement, 1), - [3008] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_source_statement, 1), - [3010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), - [3012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2420), - [3014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1044), - [3016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1442), - [3018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1451), - [3020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976), - [3022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1408), - [3024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1056), - [3026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1059), - [3028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562), - [3030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_statement, 1), - [3032] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2), SHIFT_REPEAT(1056), - [3035] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variant_expression_repeat1, 2), SHIFT_REPEAT(1059), - [3038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), - [3040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), - [3042] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_statement, 2), - [3044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace, 5, .production_id = 14), - [3046] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace, 5, .production_id = 14), - [3048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 2, .production_id = 4), - [3050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1430), - [3052] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_statement, 2, .production_id = 4), - [3054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1499), - [3056] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_declaration_statement, 2), - [3058] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__function_declaration_statement, 2), - [3060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1413), - [3062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1522), - [3064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639), - [3066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), - [3068] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constructor_repeat1, 2), SHIFT_REPEAT(2420), - [3071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1045), - [3073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1580), - [3075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), - [3077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), - [3079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), - [3081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491), - [3083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640), - [3085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1480), - [3087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), - [3089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1468), - [3091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), - [3093] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_any_type, 1), - [3095] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_any_type, 1), - [3097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 4, .production_id = 12), - [3099] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 4, .production_id = 12), - [3101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_alias_type_definition, 4, .production_id = 12), - [3103] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_alias_type_definition, 4, .production_id = 12), - [3105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 4, .production_id = 10), - [3107] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 4, .production_id = 10), - [3109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), - [3111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1360), - [3113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_usage_definition, 4, .production_id = 11), - [3115] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_usage_definition, 4, .production_id = 11), - [3117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905), - [3119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_partition, 5, .production_id = 14), - [3121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_partition, 5, .production_id = 14), - [3123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1057), - [3125] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parametrized_type_repeat1, 2), SHIFT_REPEAT(535), - [3128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1396), - [3130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1125), - [3132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1096), - [3134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1242), - [3136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), - [3138] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declaration_repeat2, 2), SHIFT_REPEAT(1242), - [3141] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declaration_repeat2, 2), SHIFT_REPEAT(863), - [3144] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declaration_repeat2, 2), SHIFT_REPEAT(535), - [3147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1723), - [3149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), - [3151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1564), - [3153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2221), - [3155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), - [3157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), - [3159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2378), - [3161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), - [3163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1383), - [3165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2372), - [3167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), - [3169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825), - [3171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2375), - [3173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), - [3175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939), - [3177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2256), - [3179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), - [3181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1423), - [3183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2369), - [3185] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_superexpression_repeat2, 2), SHIFT_REPEAT(90), - [3188] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_superexpression_repeat2, 2), SHIFT_REPEAT(2400), - [3191] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_superexpression_repeat2, 2), SHIFT_REPEAT(2475), - [3194] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_name_superexpression_repeat2, 2), SHIFT_REPEAT(2475), - [3197] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_superexpression_repeat2, 2), SHIFT_REPEAT(2448), - [3200] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_superexpression_repeat2, 2), SHIFT_REPEAT(2241), - [3203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), - [3205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), - [3207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2366), - [3209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), - [3211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(620), - [3213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2363), - [3215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), - [3217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), - [3219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2288), - [3221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1715), - [3223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), - [3225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594), - [3227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2360), - [3229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), - [3231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), - [3233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2357), - [3235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), - [3237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), - [3239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2261), - [3241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), - [3243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), - [3245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2354), - [3247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), - [3249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), - [3251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2301), - [3253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), - [3255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), - [3257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2351), - [3259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), - [3261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1585), - [3263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2161), - [3265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), - [3267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1330), - [3269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2348), - [3271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), - [3273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), - [3275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2345), - [3277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), - [3279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), - [3281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2266), - [3283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), - [3285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), - [3287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2342), - [3289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), - [3291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1359), - [3293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2339), - [3295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), - [3297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), - [3299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2336), - [3301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), - [3303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(831), - [3305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2333), - [3307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), - [3309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1399), - [3311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2271), - [3313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), - [3315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(636), - [3317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2330), - [3319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), - [3321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1401), - [3323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2327), - [3325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), - [3327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), - [3329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2324), - [3331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), - [3333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796), - [3335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2179), - [3337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), - [3339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811), - [3341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2194), - [3343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), - [3345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), - [3347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2321), - [3349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), - [3351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551), - [3353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2276), - [3355] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_superexpression_repeat1, 2), SHIFT_REPEAT(1778), - [3358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_name_superexpression_repeat1, 2), - [3360] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_superexpression_repeat1, 2), SHIFT_REPEAT(2427), - [3363] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_name_superexpression_repeat1, 2), - [3365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), - [3367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1681), - [3369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2215), - [3371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), - [3373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1627), - [3375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2203), - [3377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), - [3379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), - [3381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2246), - [3383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), - [3385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), - [3387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2226), - [3389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), - [3391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1508), - [3393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2318), - [3395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), - [3397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), - [3399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2281), - [3401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), - [3403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1661), - [3405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2209), - [3407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), - [3409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1492), - [3411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2315), - [3413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), - [3415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1459), - [3417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2236), - [3419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), - [3421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1358), - [3423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2296), - [3425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), - [3427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710), - [3429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2286), - [3431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), - [3433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1497), - [3435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2312), - [3437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), - [3439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), - [3441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2251), - [3443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), - [3445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1452), - [3447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2231), - [3449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), - [3451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538), - [3453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2291), - [3455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), - [3457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), - [3459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2309), - [3461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), - [3463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1474), - [3465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2306), - [3467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2041), - [3469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1795), - [3471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2025), - [3473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2026), - [3475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1957), - [3477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2022), - [3479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2037), - [3481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1954), - [3483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1700), - [3485] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_annotations, 1), - [3487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1719), - [3489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1241), - [3491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2098), - [3493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2523), - [3495] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_annotations, 2), - [3497] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_definition_parameter_repeat1, 2), SHIFT_REPEAT(1700), - [3500] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_definition_parameter_repeat1, 2), - [3502] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_definition_parameter_repeat1, 2), SHIFT_REPEAT(863), - [3505] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_definition_parameter_repeat1, 2), SHIFT_REPEAT(2427), - [3508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1097), - [3510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), - [3512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2036), - [3514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1880), - [3516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), - [3518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), - [3520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), - [3522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1779), - [3524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1850), - [3526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), - [3528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), - [3530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), - [3532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), - [3534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), - [3536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), - [3538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185), - [3540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), - [3542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), - [3544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), - [3546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), - [3548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), - [3550] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_definition_argument_repeat1, 2), SHIFT_REPEAT(1779), - [3553] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_definition_argument_repeat1, 2), - [3555] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_definition_argument_repeat1, 2), SHIFT_REPEAT(535), - [3558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), - [3560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1228), - [3562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), - [3564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), - [3566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), - [3568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1129), - [3570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1103), - [3572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), - [3574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), - [3576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1150), - [3578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1108), - [3580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1123), - [3582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), - [3584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), - [3586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), - [3588] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_defined_name_repeat1, 2), SHIFT_REPEAT(2322), - [3591] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_defined_name_repeat1, 2), SHIFT_REPEAT(1880), - [3594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1168), - [3596] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defined_type, 2, .production_id = 1), - [3598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1967), - [3600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defined_type, 1, .production_id = 1), - [3602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1969), - [3604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2451), - [3606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), - [3608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2438), - [3610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1950), - [3612] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defined_name, 2, .production_id = 3), - [3614] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constructor_repeat1, 2), SHIFT_REPEAT(2438), - [3617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1959), - [3619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defined_type, 3, .production_id = 1), - [3621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2322), - [3623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), - [3625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1960), - [3627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defined_name, 1, .production_id = 3), - [3629] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_name_superexpression_repeat2, 2), - [3631] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_name_superexpression_repeat2, 2), - [3633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1944), - [3635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1063), - [3637] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defined_type, 4, .production_id = 1), - [3639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), - [3641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1884), - [3643] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_definition_parameter_repeat1, 3), - [3645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), - [3647] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constructor_repeat1, 2), SHIFT_REPEAT(2462), - [3650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), - [3652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), - [3654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), - [3656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), - [3658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1032), - [3660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), - [3662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1438), - [3664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), - [3666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), - [3668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), - [3670] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotated_type, 1, .production_id = 2), - [3672] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defined_name, 4, .production_id = 3), - [3674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), - [3676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), - [3678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1090), - [3680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), - [3682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), - [3684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), - [3686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), - [3688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), - [3690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), - [3692] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constructor_repeat1, 2), SHIFT_REPEAT(2429), - [3695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), - [3697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), - [3699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), - [3701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1435), - [3703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2429), - [3705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), - [3707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), - [3709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), - [3711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), - [3713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), - [3715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), - [3717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), - [3719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), - [3721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), - [3723] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_definition_argument_repeat1, 3), - [3725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1843), - [3727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), - [3729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1826), - [3731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1819), - [3733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2462), - [3735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), - [3737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), - [3739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), - [3741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), - [3743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), - [3745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), - [3747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), - [3749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), - [3751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), - [3753] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotated_type, 4, .production_id = 13), - [3755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), - [3757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1849), - [3759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), - [3761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), - [3763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1887), - [3765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), - [3767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), - [3769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), - [3771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), - [3773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), - [3775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1922), - [3777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1864), - [3779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), - [3781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1088), - [3783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1933), - [3785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), - [3787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1847), - [3789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1824), - [3791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1918), - [3793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), - [3795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), - [3797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), - [3799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1903), - [3801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), - [3803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), - [3805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), - [3807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1913), - [3809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1888), - [3811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1873), - [3813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1833), - [3815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), - [3817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1856), - [3819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), - [3821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), - [3823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1855), - [3825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), - [3827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1842), - [3829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), - [3831] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defined_name, 3, .production_id = 3), - [3833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), - [3835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), - [3837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), - [3839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), - [3841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1827), - [3843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), - [3845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1872), - [3847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1902), - [3849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), - [3851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), - [3853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), - [3855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), - [3857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1927), - [3859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), - [3861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), - [3863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotated_name, 3, .production_id = 9), - [3865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1026), - [3867] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__name_or_operator, 3), - [3869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2443), - [3871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1812), - [3873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1040), - [3875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1034), - [3877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), - [3879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), - [3881] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_repeat1, 2), SHIFT_REPEAT(400), - [3884] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_declaration_repeat2, 2), - [3886] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_condition_repeat1, 2), SHIFT_REPEAT(346), - [3889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), - [3891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1800), - [3893] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotated_name, 1, .production_id = 3), - [3895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), - [3897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), - [3899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2459), - [3901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1791), - [3903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1219), - [3905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), - [3907] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constructor_repeat1, 2), SHIFT_REPEAT(2459), - [3910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1830), - [3912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1196), - [3914] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_type_repeat1, 2), SHIFT_REPEAT(1721), - [3917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variant_name_repeat1, 2), - [3919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1072), - [3921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1071), - [3923] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constructor_repeat1, 2), SHIFT_REPEAT(2406), - [3926] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variant_expression_repeat1, 2), SHIFT_REPEAT(1081), - [3929] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variant_type_repeat1, 2), SHIFT_REPEAT(1774), - [3932] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tuple_name_repeat1, 2), - [3934] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_name_repeat1, 2), SHIFT_REPEAT(2022), - [3937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2389), - [3939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1067), - [3941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2411), - [3943] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_name, 1), - [3945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2414), - [3947] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constructor_repeat1, 2), SHIFT_REPEAT(2411), - [3950] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constructor_repeat1, 2), SHIFT_REPEAT(2414), - [3953] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variant_name, 1), - [3955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2399), - [3957] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constructor_repeat1, 2), SHIFT_REPEAT(2399), - [3960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1014), - [3962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1060), - [3964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1084), - [3966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1081), - [3968] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_identifier_definition_repeat1, 2), SHIFT_REPEAT(2004), - [3971] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_identifier_definition_repeat1, 2), - [3973] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variant_name_repeat1, 2), SHIFT_REPEAT(2037), - [3976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2004), - [3978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1159), - [3980] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constructor_repeat1, 2), SHIFT_REPEAT(2389), - [3983] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variant_name_repeat1, 2), SHIFT_REPEAT(2026), - [3986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2406), - [3988] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_name_repeat1, 2), SHIFT_REPEAT(2025), - [3991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1031), - [3993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), - [3995] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2), SHIFT_REPEAT(1084), - [3998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2448), - [4000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1080), - [4002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1015), - [4004] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_expression_repeat1, 2), SHIFT_REPEAT(2065), - [4007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defined_annotated_name, 1, .production_id = 3), - [4009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1437), - [4011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2189), - [4013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2313), - [4015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1112), - [4017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1098), - [4019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1083), - [4021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2035), - [4023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1066), - [4025] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_any_name, 1), - [4027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1041), - [4029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1509), - [4031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), - [4033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1369), - [4035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1362), - [4037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1424), - [4039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1355), - [4041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1353), - [4043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), - [4045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), - [4047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), - [4049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), - [4051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), - [4053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1152), - [4055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479), - [4057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), - [4059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), - [4061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), - [4063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), - [4065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1323), - [4067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1333), - [4069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2146), - [4071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), - [4073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1324), - [4075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1318), - [4077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2122), - [4079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), - [4081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), - [4083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), - [4085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), - [4087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), - [4089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), - [4091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), - [4093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), - [4095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1361), - [4097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), - [4099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691), - [4101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), - [4103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611), - [4105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), - [4107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), - [4109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), - [4111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), - [4113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), - [4115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1821), - [4117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), - [4119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), - [4121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), - [4123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), - [4125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), - [4127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), - [4129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1731), - [4131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), - [4133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612), - [4135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), - [4137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1268), - [4139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623), - [4141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627), - [4143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), - [4145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), - [4147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), - [4149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), - [4151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), - [4153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), - [4155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), - [4157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(830), - [4159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1388), - [4161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1384), - [4163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1211), - [4165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), - [4167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1427), - [4169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1428), - [4171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), - [4173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1349), - [4175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1345), - [4177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1024), - [4179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664), - [4181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1339), - [4183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1340), - [4185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), - [4187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), - [4189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_name_expression_repeat1, 2), - [4191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), - [4193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), - [4195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), - [4197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(770), - [4199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726), - [4201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), - [4203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), - [4205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), - [4207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), - [4209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), - [4211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), - [4213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), - [4215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1416), - [4217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1367), - [4219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), - [4221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), - [4223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1380), - [4225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621), - [4227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), - [4229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631), - [4231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1491), - [4233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2510), - [4235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), - [4237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1862), - [4239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645), - [4241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), - [4243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1398), - [4245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1400), - [4247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1493), - [4249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), - [4251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1402), - [4253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2520), - [4255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2020), - [4257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), - [4259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1404), - [4261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613), - [4263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), - [4265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1496), - [4267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), - [4269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1030), - [4271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), - [4273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), - [4275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), - [4277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), - [4279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2521), - [4281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), - [4283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), - [4285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1993), - [4287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444), - [4289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2513), - [4291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), - [4293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598), - [4295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), - [4297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), - [4299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), - [4301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), - [4303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1053), - [4305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), - [4307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), - [4309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1765), - [4311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2507), - [4313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), - [4315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), - [4317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), - [4319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2503), - [4321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), - [4323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1500), - [4325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1501), - [4327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1507), - [4329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1013), - [4331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), - [4333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2499), - [4335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1254), - [4337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2497), - [4339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), - [4341] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defined_annotated_name, 3, .production_id = 3), - [4343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1043), - [4345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2493), - [4347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1514), - [4349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2491), - [4351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1516), - [4353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1488), - [4355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1017), - [4357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2488), - [4359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), - [4361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2485), - [4363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1510), - [4365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1101), - [4367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1046), - [4369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2481), - [4371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1517), - [4373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2478), - [4375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1520), - [4377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1487), - [4379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1055), - [4381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2473), - [4383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2467), - [4385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), - [4387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1506), - [4389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1064), - [4391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2463), - [4393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2460), - [4395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1484), - [4397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), - [4399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1069), - [4401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2454), - [4403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2442), - [4405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), - [4407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), - [4409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1074), - [4411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2431), - [4413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2428), - [4415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), - [4417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), - [4419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1079), - [4421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2421), - [4423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2416), - [4425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1476), - [4427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1813), - [4429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1082), - [4431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2412), - [4433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2408), - [4435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1475), - [4437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), - [4439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1087), - [4441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2403), - [4443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2401), - [4445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1494), - [4447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1472), - [4449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022), - [4451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2394), - [4453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2392), - [4455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), - [4457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), - [4459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1085), - [4461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2385), - [4463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2382), - [4465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), - [4467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1420), - [4469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1058), - [4471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2379), - [4473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2373), - [4475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), - [4477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1350), - [4479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1021), - [4481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2361), - [4483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2355), - [4485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1357), - [4487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1354), - [4489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1075), - [4491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2346), - [4493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2340), - [4495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), - [4497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1182), - [4499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1048), - [4501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2319), - [4503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2310), - [4505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1365), - [4507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2159), - [4509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1018), - [4511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2302), - [4513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2297), - [4515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1337), - [4517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), - [4519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1047), - [4521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2287), - [4523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2278), - [4525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), - [4527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), - [4529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1042), - [4531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2238), - [4533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2263), - [4535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), - [4537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), - [4539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1039), - [4541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2257), - [4543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2252), - [4545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), - [4547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2242), - [4549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2237), - [4551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), - [4553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2228), - [4555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2223), - [4557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1759), - [4559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2216), - [4561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2211), - [4563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1429), - [4565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2046), - [4567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2197), - [4569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), - [4571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2187), - [4573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2184), - [4575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2181), - [4577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2166), - [4579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1297), - [4581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2160), - [4583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2157), - [4585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1878), - [4587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2154), - [4589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2149), - [4591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(732), - [4593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2134), - [4595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2112), - [4597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2101), - [4599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2084), - [4601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735), - [4603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2049), - [4605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2051), - [4607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), - [4609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2054), - [4611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2056), - [4613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643), - [4615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2060), - [4617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2063), - [4619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749), - [4621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2067), - [4623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2070), - [4625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754), - [4627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2074), - [4629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2076), - [4631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), - [4633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2079), - [4635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2082), - [4637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), - [4639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2086), - [4641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2089), - [4643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935), - [4645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2093), - [4647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2096), - [4649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), - [4651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2100), - [4653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2103), - [4655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), - [4657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2107), - [4659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2110), - [4661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1940), - [4663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2114), - [4665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2117), - [4667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1426), - [4669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2121), - [4671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2124), - [4673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1425), - [4675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2127), - [4677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2130), - [4679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), - [4681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2133), - [4683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2136), - [4685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1422), - [4687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932), - [4689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), - [4691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), - [4693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2027), - [4695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), - [4697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), - [4699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1784), - [4701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1996), - [4703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), - [4705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2169), - [4707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), - [4709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), - [4711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), - [4713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), - [4715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928), - [4717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), - [4719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1777), - [4721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1989), - [4723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), - [4725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2186), - [4727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936), - [4729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), - [4731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), - [4733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950), - [4735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), - [4737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2199), - [4739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), - [4741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699), - [4743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1462), - [4745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2206), - [4747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690), - [4749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), - [4751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2212), - [4753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), - [4755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), - [4757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2218), - [4759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1461), - [4761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2334), - [4763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2224), - [4765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), - [4767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), - [4769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2229), - [4771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981), - [4773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1460), - [4775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2234), - [4777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2480), - [4779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2239), - [4781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), - [4783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1458), - [4785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2244), - [4787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209), - [4789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1792), - [4791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2249), - [4793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1457), - [4795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), - [4797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2254), - [4799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1643), - [4801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1455), - [4803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2259), - [4805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1454), - [4807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2367), - [4809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2264), - [4811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1776), - [4813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2033), - [4815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2269), - [4817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2283), - [4819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784), - [4821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2274), - [4823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_partition_name, 1), - [4825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1642), - [4827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2279), - [4829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1431), - [4831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1447), - [4833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2284), - [4835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), - [4837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(858), - [4839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2289), - [4841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1444), - [4843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1674), - [4845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2294), - [4847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844), - [4849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842), - [4851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2299), - [4853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1693), - [4855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(837), - [4857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2304), - [4859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1690), - [4861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1717), - [4863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2383), - [4865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2386), - [4867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1631), - [4869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1600), - [4871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2396), - [4873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1590), - [4875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1576), - [4877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1568), - [4879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1688), - [4881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1645), - [4883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1625), - [4885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), - [4887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1677), - [4889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826), - [4891] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [4893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1623), - [4895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1670), - [4897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1668), - [4899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1663), - [4901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821), - [4903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1650), - [4905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), - [4907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), - [4909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2446), - [4911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1638), - [4913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1637), - [4915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818), - [4917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), - [4919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), - [4921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815), - [4923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813), - [4925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), - [4927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), - [4929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), - [4931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), - [4933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), - [4935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), - [4937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913), - [4939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), - [4941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1608), - [4943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), - [4945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), - [4947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), - [4949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), - [4951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), - [4953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), - [4955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), - [4957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1598), - [4959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1606), - [4961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1604), - [4963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1740), + [7] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2416), + [9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2161), + [11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2871), + [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2471), + [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2805), + [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2805), + [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2380), + [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2272), + [23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2126), + [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2164), + [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2114), + [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), + [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1010), + [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), + [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(994), + [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(366), + [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(298), + [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(365), + [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(362), + [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1919), + [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(352), + [49] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2205), + [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(356), + [53] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2173), + [55] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2034), + [57] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), + [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(590), + [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1750), + [63] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), + [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(261), + [67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1823), + [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1823), + [71] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2576), + [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2560), + [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(262), + [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(278), + [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(268), + [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(270), + [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(263), + [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(224), + [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(220), + [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(219), + [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(239), + [93] = {.entry = {.count = 1, .reusable = false}}, SHIFT(253), + [95] = {.entry = {.count = 1, .reusable = false}}, SHIFT(225), + [97] = {.entry = {.count = 1, .reusable = false}}, SHIFT(260), + [99] = {.entry = {.count = 1, .reusable = false}}, SHIFT(265), + [101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(275), + [103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(221), + [105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(245), + [107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(276), + [109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(273), + [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(266), + [113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(264), + [115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(258), + [117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(255), + [119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(251), + [121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(242), + [123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(232), + [125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(222), + [127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(223), + [129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(228), + [131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(234), + [133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(250), + [135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(259), + [137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(252), + [139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(247), + [141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(241), + [143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(235), + [145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(226), + [147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(237), + [149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(243), + [151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(249), + [153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(230), + [155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(256), + [157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(248), + [159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(238), + [161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(267), + [163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(231), + [165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(236), + [167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(272), + [169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2495), + [171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(953), + [173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), + [175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(951), + [177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(391), + [179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(293), + [181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(314), + [183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(309), + [185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1883), + [187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(404), + [189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2267), + [191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(468), + [193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2182), + [195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2033), + [197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1311), + [199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(469), + [201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1341), + [203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1341), + [205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2646), + [207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2648), + [209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(451), + [211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(958), + [213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), + [215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(963), + [217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(411), + [219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(427), + [221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(432), + [223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(435), + [225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1912), + [227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(436), + [229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2260), + [231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(439), + [233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2172), + [235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2031), + [237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1249), + [239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(450), + [241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1286), + [243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1286), + [245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2531), + [247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2490), + [249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(257), + [251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(949), + [253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), + [255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(952), + [257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(373), + [259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(304), + [261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(402), + [263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(461), + [265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1925), + [267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(301), + [269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2213), + [271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(303), + [273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2181), + [275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2047), + [277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1316), + [279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(460), + [281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1339), + [283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1339), + [285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2630), + [287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2626), + [289] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parametrized_type, 2, .production_id = 4), + [291] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parametrized_type, 2, .production_id = 4), + [293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2179), + [295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parametrized_type_repeat1, 2), + [297] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_parametrized_type_repeat1, 2), + [299] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parametrized_type_repeat1, 2), SHIFT_REPEAT(2179), + [302] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parametrized_type_repeat1, 2), SHIFT_REPEAT(212), + [305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parametrized_type, 1, .production_id = 4), + [307] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parametrized_type, 1, .production_id = 4), + [309] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_expression, 2, .production_id = 5), + [311] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_expression, 2, .production_id = 5), + [313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_subexpression, 1), + [315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), + [317] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_expression, 1, .production_id = 3), + [319] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_expression, 1, .production_id = 3), + [321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), + [323] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_expression, 2, .production_id = 3), + [325] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_expression, 2, .production_id = 3), + [327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), + [329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_expression, 3, .production_id = 5), + [331] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_expression, 3, .production_id = 5), + [333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), + [335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_expression, 4, .production_id = 5), + [337] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_expression, 4, .production_id = 5), + [339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_expression, 3, .production_id = 3), + [341] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_expression, 3, .production_id = 3), + [343] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 3), + [345] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameter, 3), + [347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_subexpression, 3), + [349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 1), + [351] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameter, 1), + [353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1687), + [355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784), + [357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), + [359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1840), + [361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1885), + [363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1045), + [365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), + [367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898), + [369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call_expression, 2, .production_id = 2), + [371] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call_expression, 2, .production_id = 2), + [373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), + [375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2383), + [377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(679), + [379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), + [381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675), + [383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(675), + [385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2742), + [387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2744), + [389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), + [391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), + [393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1306), + [395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1091), + [397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823), + [399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), + [401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1863), + [403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1203), + [405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1770), + [407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1323), + [409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2004), + [411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1582), + [413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), + [415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1222), + [417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1072), + [419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1867), + [421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), + [423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1527), + [425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(622), + [427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1181), + [429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1992), + [431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1607), + [433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966), + [435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1835), + [437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1671), + [439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1023), + [441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), + [443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), + [445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1948), + [447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2016), + [449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1135), + [451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), + [453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), + [455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1230), + [457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1922), + [459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1254), + [461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), + [463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), + [465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1572), + [467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1122), + [469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1272), + [471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598), + [473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1616), + [475] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), + [477] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), + [479] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(138), + [482] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2383), + [485] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(679), + [488] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(674), + [491] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(675), + [494] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(675), + [497] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2742), + [500] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2744), + [503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1996), + [505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), + [507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), + [509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735), + [511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), + [513] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subexpression_token, 1), + [515] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subexpression_token, 1), + [517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), + [519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), + [521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2271), + [523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(287), + [525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2163), + [527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2032), + [529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), + [531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1753), + [533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(286), + [535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1805), + [537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1805), + [539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2727), + [541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2729), + [543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), + [545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2208), + [547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(511), + [549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2168), + [551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2049), + [553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), + [555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(767), + [557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(510), + [559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), + [561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(761), + [563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2676), + [565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2678), + [567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), + [569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2327), + [571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762), + [573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), + [575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2221), + [577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(282), + [579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2160), + [581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2048), + [583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), + [585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1906), + [587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(300), + [589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1859), + [591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1859), + [593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2641), + [595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2638), + [597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), + [599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2253), + [601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(459), + [603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2180), + [605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2044), + [607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1969), + [609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(433), + [611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1942), + [613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1942), + [615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2624), + [617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2619), + [619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), + [621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2325), + [623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(719), + [625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(732), + [627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734), + [629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(734), + [631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2745), + [633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2747), + [635] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(52), + [638] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2327), + [641] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(767), + [644] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(762), + [647] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(761), + [650] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(761), + [653] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2676), + [656] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2678), + [659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), + [661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2233), + [663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(428), + [665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2176), + [667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2039), + [669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1986), + [671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(364), + [673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1997), + [675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1997), + [677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2610), + [679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2605), + [681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), + [683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2228), + [685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(405), + [687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2174), + [689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2038), + [691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1984), + [693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(305), + [695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1947), + [697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1947), + [699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2603), + [701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2598), + [703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), + [705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2223), + [707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(307), + [709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2158), + [711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2036), + [713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1265), + [715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(306), + [717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1270), + [719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1270), + [721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2686), + [723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2688), + [725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), + [727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2262), + [729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(449), + [731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2178), + [733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2035), + [735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1954), + [737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(409), + [739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2009), + [741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2009), + [743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2617), + [745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2612), + [747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), + [749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2261), + [751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(491), + [753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2184), + [755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2046), + [757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1133), + [759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(493), + [761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1142), + [763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1142), + [765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2666), + [767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2668), + [769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), + [771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2244), + [773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(496), + [775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2187), + [777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2025), + [779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(874), + [781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(492), + [783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), + [785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(878), + [787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2691), + [789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2693), + [791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), + [793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2192), + [795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(418), + [797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2165), + [799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2043), + [801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(779), + [803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(417), + [805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), + [807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(930), + [809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2709), + [811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2711), + [813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), + [815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2204), + [817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(380), + [819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2159), + [821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2037), + [823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1098), + [825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(379), + [827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1109), + [829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1109), + [831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2596), + [833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2580), + [835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), + [837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2263), + [839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(330), + [841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2186), + [843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2045), + [845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1063), + [847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(328), + [849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1067), + [851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1067), + [853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2724), + [855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2726), + [857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), + [859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2242), + [861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(482), + [863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2183), + [865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2027), + [867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(915), + [869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(485), + [871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), + [873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(907), + [875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2651), + [877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2653), + [879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), + [881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2226), + [883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(371), + [885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2175), + [887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2042), + [889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1126), + [891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(372), + [893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1130), + [895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1130), + [897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2733), + [899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2735), + [901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), + [903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2252), + [905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(354), + [907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2154), + [909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2040), + [911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(834), + [913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(353), + [915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826), + [917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(826), + [919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2721), + [921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2723), + [923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), + [925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2232), + [927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(505), + [929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2185), + [931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2041), + [933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1694), + [935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(506), + [937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1676), + [939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1676), + [941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2671), + [943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2673), + [945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), + [947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2265), + [949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(473), + [951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2155), + [953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2026), + [955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1605), + [957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(472), + [959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1609), + [961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1609), + [963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2696), + [965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2698), + [967] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(124), + [970] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2354), + [973] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(702), + [976] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(691), + [979] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(692), + [982] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(692), + [985] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2760), + [988] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2762), + [991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), + [993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2239), + [995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(441), + [997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2166), + [999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2028), + [1001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(973), + [1003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(438), + [1005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968), + [1007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(968), + [1009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2701), + [1011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2703), + [1013] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(144), + [1016] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2325), + [1019] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(719), + [1022] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(732), + [1025] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(734), + [1028] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(734), + [1031] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2745), + [1034] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2747), + [1037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), + [1039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2216), + [1041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(471), + [1043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2167), + [1045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2029), + [1047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1216), + [1049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(474), + [1051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1220), + [1053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1220), + [1055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2661), + [1057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2663), + [1059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), + [1061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2354), + [1063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(702), + [1065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691), + [1067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), + [1069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(692), + [1071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2760), + [1073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2762), + [1075] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(119), + [1078] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2345), + [1081] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(714), + [1084] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(706), + [1087] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(705), + [1090] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(705), + [1093] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2730), + [1096] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2732), + [1099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), + [1101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2345), + [1103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(714), + [1105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), + [1107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), + [1109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(705), + [1111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2730), + [1113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2732), + [1115] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(132), + [1118] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2365), + [1121] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(750), + [1124] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(743), + [1127] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(742), + [1130] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(742), + [1133] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2754), + [1136] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2756), + [1139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), + [1141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2365), + [1143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(750), + [1145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), + [1147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), + [1149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(742), + [1151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2754), + [1153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2756), + [1155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), + [1157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2394), + [1159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), + [1161] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(82), + [1164] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2394), + [1167] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(779), + [1170] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(931), + [1173] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(930), + [1176] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(930), + [1179] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2709), + [1182] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2711), + [1185] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(5), + [1188] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2324), + [1191] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(874), + [1194] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(877), + [1197] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(878), + [1200] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(878), + [1203] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2691), + [1206] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2693), + [1209] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(128), + [1212] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2356), + [1215] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(887), + [1218] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(897), + [1221] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(902), + [1224] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(902), + [1227] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2757), + [1230] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2759), + [1233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), + [1235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2324), + [1237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877), + [1239] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(133), + [1242] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2353), + [1245] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(799), + [1248] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(795), + [1251] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(794), + [1254] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(794), + [1257] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2736), + [1260] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2738), + [1263] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(103), + [1266] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2364), + [1269] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(834), + [1272] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(828), + [1275] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(826), + [1278] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(826), + [1281] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2721), + [1284] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2723), + [1287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), + [1289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2353), + [1291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(799), + [1293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795), + [1295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), + [1297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(794), + [1299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2736), + [1301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2738), + [1303] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(139), + [1306] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2375), + [1309] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(845), + [1312] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(851), + [1315] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(853), + [1318] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(853), + [1321] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2751), + [1324] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2753), + [1327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), + [1329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2364), + [1331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), + [1333] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(117), + [1336] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2346), + [1339] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(905), + [1342] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(900), + [1345] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(899), + [1348] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(899), + [1351] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2763), + [1354] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2765), + [1357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), + [1359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2356), + [1361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(887), + [1363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), + [1365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), + [1367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(902), + [1369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2757), + [1371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2759), + [1373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), + [1375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2375), + [1377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(845), + [1379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), + [1381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), + [1383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(853), + [1385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2751), + [1387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2753), + [1389] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(74), + [1392] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2372), + [1395] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(915), + [1398] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(910), + [1401] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(907), + [1404] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(907), + [1407] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2651), + [1410] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2653), + [1413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), + [1415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2372), + [1417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), + [1419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), + [1421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2346), + [1423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(905), + [1425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), + [1427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), + [1429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(899), + [1431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2763), + [1433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2765), + [1435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), + [1437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2330), + [1439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(821), + [1441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810), + [1443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), + [1445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(807), + [1447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2775), + [1449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2777), + [1451] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(83), + [1454] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2330), + [1457] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(821), + [1460] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(810), + [1463] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(807), + [1466] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(807), + [1469] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2775), + [1472] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2777), + [1475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), + [1477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2381), + [1479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), + [1481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), + [1483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2329), + [1485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1148), + [1487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1068), + [1489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1057), + [1491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1057), + [1493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2778), + [1495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2779), + [1497] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(125), + [1500] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2338), + [1503] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1126), + [1506] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1129), + [1509] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1130), + [1512] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1130), + [1515] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2733), + [1518] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2735), + [1521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), + [1523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2367), + [1525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1140), + [1527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), + [1529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2332), + [1531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(992), + [1533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1011), + [1535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1017), + [1537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1017), + [1539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2766), + [1541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2768), + [1543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), + [1545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2389), + [1547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1095), + [1549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), + [1551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2358), + [1553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1162), + [1555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1138), + [1557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1175), + [1559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1175), + [1561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2556), + [1563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2537), + [1565] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(78), + [1568] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2329), + [1571] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1148), + [1574] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1068), + [1577] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1057), + [1580] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1057), + [1583] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2778), + [1586] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2779), + [1589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), + [1591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2338), + [1593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1129), + [1595] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(69), + [1598] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2381), + [1601] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(973), + [1604] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(970), + [1607] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(968), + [1610] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(968), + [1613] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2701), + [1616] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2703), + [1619] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(106), + [1622] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2332), + [1625] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(992), + [1628] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1011), + [1631] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1017), + [1634] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1017), + [1637] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2766), + [1640] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2768), + [1643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), + [1645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2343), + [1647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1066), + [1649] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(109), + [1652] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2343), + [1655] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1063), + [1658] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1066), + [1661] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1067), + [1664] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1067), + [1667] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2724), + [1670] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2726), + [1673] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(98), + [1676] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2389), + [1679] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1098), + [1682] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1095), + [1685] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1109), + [1688] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1109), + [1691] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2596), + [1694] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2580), + [1697] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(59), + [1700] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2367), + [1703] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1133), + [1706] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1140), + [1709] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1142), + [1712] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1142), + [1715] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2666), + [1718] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2668), + [1721] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(65), + [1724] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2358), + [1727] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1162), + [1730] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1138), + [1733] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1175), + [1736] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1175), + [1739] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2556), + [1742] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2537), + [1745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), + [1747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2374), + [1749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1233), + [1751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), + [1753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2348), + [1755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1269), + [1757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), + [1759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2337), + [1761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1219), + [1763] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(64), + [1766] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2337), + [1769] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1216), + [1772] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1219), + [1775] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1220), + [1778] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1220), + [1781] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2661), + [1784] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2663), + [1787] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(7), + [1790] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2374), + [1793] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1249), + [1796] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1233), + [1799] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1286), + [1802] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1286), + [1805] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2531), + [1808] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2490), + [1811] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(68), + [1814] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2357), + [1817] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1197), + [1820] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1186), + [1823] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1200), + [1826] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1200), + [1829] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2656), + [1832] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2658), + [1835] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(6), + [1838] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2348), + [1841] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1265), + [1844] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1269), + [1847] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1270), + [1850] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1270), + [1853] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2686), + [1856] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2688), + [1859] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(10), + [1862] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2334), + [1865] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1245), + [1868] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1248), + [1871] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1250), + [1874] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1250), + [1877] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2681), + [1880] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2683), + [1883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), + [1885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2357), + [1887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1197), + [1889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1186), + [1891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1200), + [1893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1200), + [1895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2656), + [1897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2658), + [1899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), + [1901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2334), + [1903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1245), + [1905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1248), + [1907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1250), + [1909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1250), + [1911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2681), + [1913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2683), + [1915] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(90), + [1918] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2393), + [1921] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1311), + [1924] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1319), + [1927] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1341), + [1930] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1341), + [1933] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2646), + [1936] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2648), + [1939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), + [1941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2393), + [1943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1319), + [1945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), + [1947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2335), + [1949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1312), + [1951] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(114), + [1954] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2335), + [1957] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1316), + [1960] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1312), + [1963] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1339), + [1966] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1339), + [1969] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2630), + [1972] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2626), + [1975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 3), + [1977] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 3), + [1979] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_function, 6, .production_id = 33), + [1981] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_function, 6, .production_id = 33), + [1983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_operator_expression, 2, .production_id = 18), + [1985] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_operator_expression, 2, .production_id = 18), + [1987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_function, 4, .production_id = 28), + [1989] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_function, 4, .production_id = 28), + [1991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_expression, 2, .production_id = 17), + [1993] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_expression, 2, .production_id = 17), + [1995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 2), + [1997] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 2), + [1999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_control_expression, 1), + [2001] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop_control_expression, 1), + [2003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 1), + [2005] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression, 1), + [2007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_function, 3, .production_id = 21), + [2009] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_function, 3, .production_id = 21), + [2011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_function, 5, .production_id = 31), + [2013] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_function, 5, .production_id = 31), + [2015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_statement, 3, .production_id = 16), + [2017] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_statement, 3, .production_id = 16), + [2019] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_name_subexpression, 3), + [2021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_prefixed_expression, 1), + [2023] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_prefixed_expression, 1), + [2025] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 4), + [2027] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 4), + [2029] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_operator_expression, 3, .production_id = 22), + [2031] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_operator_expression, 3, .production_id = 22), + [2033] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 2), + [2035] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 2), + [2037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subexpression, 1), + [2039] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subexpression, 1), + [2041] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 3), + [2043] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 3), + [2045] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_expression, 2, .production_id = 17), + [2047] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_expression, 2, .production_id = 17), + [2049] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_condition_repeat1, 4), + [2051] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_condition_repeat1, 4), + [2053] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_case, 6, .production_id = 36), + [2055] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_case, 6, .production_id = 36), + [2057] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_name_subexpression, 1), + [2059] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_name_subexpression, 1), + [2061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_name, 3), + [2063] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extended_name, 3), + [2065] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_subexpression, 3), + [2067] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_name_subexpression, 3), + [2069] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_case, 4, .production_id = 35), + [2071] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_case, 4, .production_id = 35), + [2073] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_subexpression, 1), + [2075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_literal, 1), + [2077] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_literal, 1), + [2079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_name_expression, 2), + [2081] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_name_expression, 2), + [2083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2134), + [2085] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_name_expression, 3), + [2087] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_name_expression, 3), + [2089] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_name, 1), + [2091] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extended_name, 1), + [2093] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_name, 2), + [2095] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extended_name, 2), + [2097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_name_expression, 1), + [2099] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_name_expression, 1), + [2101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_char_literal, 3), + [2103] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_char_literal, 3), + [2105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 3), + [2107] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 3), + [2109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_argument, 1), + [2111] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_argument, 1), + [2113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2024), + [2115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_condition, 7), + [2117] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_condition, 7), + [2119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_loop, 6, .production_id = 32), + [2121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_loop, 6, .production_id = 32), + [2123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_condition, 6), + [2125] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_condition, 6), + [2127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_flow_control, 1), + [2129] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_flow_control, 1), + [2131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_superexpression, 1), + [2133] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_superexpression, 1), + [2135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), + [2137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2387), + [2139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1507), + [2141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1511), + [2143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1517), + [2145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1517), + [2147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2748), + [2149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2750), + [2151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_loop, 2, .production_id = 16), + [2153] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop_loop, 2, .production_id = 16), + [2155] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(143), + [2158] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2387), + [2161] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1507), + [2164] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1511), + [2167] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1517), + [2170] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1517), + [2173] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2748), + [2176] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2750), + [2179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_loop, 4, .production_id = 27), + [2181] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_loop, 4, .production_id = 27), + [2183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_while_loop, 4, .production_id = 26), + [2185] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_while_loop, 4, .production_id = 26), + [2187] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(135), + [2190] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2368), + [2193] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1579), + [2196] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1563), + [2199] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1566), + [2202] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1566), + [2205] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2739), + [2208] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2741), + [2211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), + [2213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2368), + [2215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1579), + [2217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1563), + [2219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1566), + [2221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1566), + [2223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2739), + [2225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2741), + [2227] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(91), + [2230] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2349), + [2233] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1588), + [2236] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1585), + [2239] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1584), + [2242] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1584), + [2245] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2769), + [2248] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2771), + [2251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), + [2253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2349), + [2255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1588), + [2257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1585), + [2259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1584), + [2261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1584), + [2263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2769), + [2265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2771), + [2267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), + [2269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2361), + [2271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1605), + [2273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1615), + [2275] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(56), + [2278] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2361), + [2281] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1605), + [2284] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1615), + [2287] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1609), + [2290] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1609), + [2293] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2696), + [2296] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2698), + [2299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), + [2301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2350), + [2303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1639), + [2305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1636), + [2307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1562), + [2309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1562), + [2311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2636), + [2313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2632), + [2315] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(108), + [2318] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2350), + [2321] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1639), + [2324] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1636), + [2327] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1562), + [2330] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1562), + [2333] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2636), + [2336] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2632), + [2339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), + [2341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2201), + [2343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), + [2345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1197), + [2347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), + [2349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2250), + [2351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), + [2353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1148), + [2355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), + [2357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2209), + [2359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1245), + [2361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1311), + [2363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1216), + [2365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1265), + [2367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1906), + [2369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1865), + [2371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), + [2373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), + [2375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), + [2377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), + [2379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), + [2381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1925), + [2383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), + [2385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), + [2387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), + [2389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), + [2391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), + [2393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), + [2395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2251), + [2397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1162), + [2399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), + [2401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2214), + [2403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1853), + [2405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1881), + [2407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1881), + [2409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2706), + [2411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2708), + [2413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1098), + [2415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), + [2417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2207), + [2419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1924), + [2421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1935), + [2423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1935), + [2425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2712), + [2427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2714), + [2429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), + [2431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2268), + [2433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), + [2435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2222), + [2437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1898), + [2439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1892), + [2441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1892), + [2443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2715), + [2445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2717), + [2447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1133), + [2449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), + [2451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2237), + [2453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1857), + [2455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1850), + [2457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1850), + [2459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2718), + [2461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2720), + [2463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1316), + [2465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1694), + [2467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), + [2469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), + [2471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2248), + [2473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), + [2475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821), + [2477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), + [2479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2227), + [2481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1711), + [2483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1675), + [2485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1675), + [2487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2772), + [2489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2774), + [2491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), + [2493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2188), + [2495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1969), + [2497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), + [2499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), + [2501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2266), + [2503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992), + [2505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), + [2507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2257), + [2509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905), + [2511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), + [2513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2234), + [2515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), + [2517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), + [2519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), + [2521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2235), + [2523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), + [2525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1954), + [2527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), + [2529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2211), + [2531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), + [2533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), + [2535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2245), + [2537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), + [2539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2220), + [2541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799), + [2543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), + [2545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), + [2547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2331), + [2549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1673), + [2551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1249), + [2553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), + [2555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2194), + [2557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), + [2559] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(87), + [2562] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2331), + [2565] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1711), + [2568] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1673), + [2571] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1675), + [2574] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1675), + [2577] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2772), + [2580] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2774), + [2583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), + [2585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2190), + [2587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1579), + [2589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1986), + [2591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), + [2593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2224), + [2595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), + [2597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), + [2599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2333), + [2601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1753), + [2603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1799), + [2605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), + [2607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2254), + [2609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), + [2611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), + [2613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), + [2615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2256), + [2617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), + [2619] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(116), + [2622] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2333), + [2625] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1753), + [2628] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1799), + [2631] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1805), + [2634] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1805), + [2637] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2727), + [2640] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2729), + [2643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1984), + [2645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), + [2647] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(75), + [2650] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2386), + [2653] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1750), + [2656] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1757), + [2659] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1823), + [2662] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1823), + [2665] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2576), + [2668] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2560), + [2671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), + [2673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2386), + [2675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1750), + [2677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1757), + [2679] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(1865), + [2682] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(955), + [2685] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2), + [2687] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(373), + [2690] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(304), + [2693] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(402), + [2696] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(461), + [2699] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(1925), + [2702] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(301), + [2705] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(470), + [2708] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(303), + [2711] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2), SHIFT_REPEAT(590), + [2714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), + [2716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2326), + [2718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1684), + [2720] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(54), + [2723] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2326), + [2726] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1694), + [2729] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1684), + [2732] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1676), + [2735] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1676), + [2738] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2671), + [2741] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2673), + [2744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1126), + [2746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), + [2748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1063), + [2750] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(100), + [2753] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2384), + [2756] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1906), + [2759] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1900), + [2762] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1859), + [2765] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1859), + [2768] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2641), + [2771] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2638), + [2774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), + [2776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2384), + [2778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1900), + [2780] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(94), + [2783] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2371), + [2786] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1857), + [2789] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1851), + [2792] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1850), + [2795] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1850), + [2798] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2718), + [2801] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2720), + [2804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), + [2806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2371), + [2808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1857), + [2810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1851), + [2812] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(92), + [2815] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2382), + [2818] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1898), + [2821] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1893), + [2824] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1892), + [2827] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1892), + [2830] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2715), + [2833] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2717), + [2836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), + [2838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2385), + [2840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1853), + [2842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1889), + [2844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), + [2846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2382), + [2848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1898), + [2850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1893), + [2852] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(76), + [2855] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2385), + [2858] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1853), + [2861] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1889), + [2864] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1881), + [2867] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1881), + [2870] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2706), + [2873] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2708), + [2876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), + [2878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2391), + [2880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1924), + [2882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1933), + [2884] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(84), + [2887] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2391), + [2890] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1924), + [2893] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1933), + [2896] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1935), + [2899] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1935), + [2902] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2712), + [2905] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2714), + [2908] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(127), + [2911] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2379), + [2914] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1969), + [2917] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1945), + [2920] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1942), + [2923] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1942), + [2926] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2624), + [2929] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2619), + [2932] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), + [2934] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(2416), + [2937] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(2161), + [2940] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(2871), + [2943] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(2471), + [2946] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(2805), + [2949] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(2805), + [2952] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(2380), + [2955] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(2272), + [2958] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(2126), + [2961] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(2164), + [2964] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(2114), + [2967] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 1), + [2969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), + [2971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2379), + [2973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1945), + [2975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), + [2977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2355), + [2979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1994), + [2981] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(142), + [2984] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2378), + [2987] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1954), + [2990] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1943), + [2993] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2009), + [2996] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2009), + [2999] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2617), + [3002] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2612), + [3005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), + [3007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2378), + [3009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1943), + [3011] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(104), + [3014] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2355), + [3017] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1984), + [3020] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1994), + [3023] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1947), + [3026] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1947), + [3029] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2603), + [3032] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2598), + [3035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), + [3037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2344), + [3039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2001), + [3041] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(115), + [3044] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2344), + [3047] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1986), + [3050] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2001), + [3053] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1997), + [3056] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(1997), + [3059] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2610), + [3062] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_function_call_expression_repeat1, 2), SHIFT_REPEAT(2605), + [3065] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor, 1), + [3067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2897), + [3069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2481), + [3071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2280), + [3073] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sources_repeat1, 2), SHIFT_REPEAT(2416), + [3076] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_sources_repeat1, 2), + [3078] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sources_repeat1, 2), SHIFT_REPEAT(2897), + [3081] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sources_repeat1, 2), SHIFT_REPEAT(2481), + [3084] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sources_repeat1, 2), SHIFT_REPEAT(2805), + [3087] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sources_repeat1, 2), SHIFT_REPEAT(2805), + [3090] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sources_repeat1, 2), SHIFT_REPEAT(2380), + [3093] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sources_repeat1, 2), SHIFT_REPEAT(2280), + [3096] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sources_repeat1, 2), SHIFT_REPEAT(2126), + [3099] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sources_repeat1, 2), SHIFT_REPEAT(2164), + [3102] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_sources_repeat1, 2), SHIFT_REPEAT(2114), + [3105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sources, 1), + [3107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_any_type, 1), + [3109] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_any_type, 1), + [3111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 4, .production_id = 1), + [3113] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_statement, 4, .production_id = 1), + [3115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2743), + [3117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1452), + [3119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1452), + [3121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 7, .production_id = 12), + [3123] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_statement, 7, .production_id = 12), + [3125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_import_statement_repeat1, 2), + [3127] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_import_statement_repeat1, 2), + [3129] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_import_statement_repeat1, 2), SHIFT_REPEAT(2743), + [3132] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_import_statement_repeat1, 2), SHIFT_REPEAT(1452), + [3135] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_import_statement_repeat1, 2), SHIFT_REPEAT(1452), + [3138] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_any_type, 3), + [3140] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_any_type, 3), + [3142] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_declaration_repeat1, 2), + [3144] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_function_declaration_repeat1, 2), + [3146] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declaration_repeat1, 2), SHIFT_REPEAT(2625), + [3149] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declaration_repeat1, 2), SHIFT_REPEAT(1383), + [3152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__name_or_operator, 3), + [3154] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__name_or_operator, 3), + [3156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2532), + [3158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1493), + [3160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1493), + [3162] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_import_statement_repeat1, 2), SHIFT_REPEAT(2532), + [3165] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_import_statement_repeat1, 2), SHIFT_REPEAT(1493), + [3168] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_import_statement_repeat1, 2), SHIFT_REPEAT(1493), + [3171] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 1, .production_id = 3), + [3173] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 1, .production_id = 3), + [3175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2625), + [3177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1383), + [3179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 2, .production_id = 3), + [3181] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 2, .production_id = 3), + [3183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_definition_parameter, 5, .production_id = 5), + [3185] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_definition_parameter, 5, .production_id = 5), + [3187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1930), + [3189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1442), + [3191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2153), + [3193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2398), + [3195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1356), + [3197] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_constructor_repeat1, 4), + [3199] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_type_constructor_repeat1, 4), + [3201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1082), + [3203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1930), + [3205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2153), + [3207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2398), + [3209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2565), + [3211] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variant_type_repeat1, 2), + [3213] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_variant_type_repeat1, 2), + [3215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 2), + [3217] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 2), + [3219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_constructor_repeat1, 2), + [3221] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_type_constructor_repeat1, 2), + [3223] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constructor_repeat1, 2), SHIFT_REPEAT(2206), + [3226] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 1), + [3228] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 1), + [3230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_definition_parameter, 1, .production_id = 3), + [3232] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_definition_parameter, 1, .production_id = 3), + [3234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_constructor, 2, .production_id = 5), + [3236] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_constructor, 2, .production_id = 5), + [3238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2206), + [3240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tuple_type_repeat1, 2), + [3242] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_tuple_type_repeat1, 2), + [3244] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_type_repeat1, 2), SHIFT_REPEAT(1930), + [3247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_constructor, 3, .production_id = 5), + [3249] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_constructor, 3, .production_id = 5), + [3251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2200), + [3253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), + [3255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), + [3257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), + [3259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1007), + [3261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), + [3263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), + [3265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variant_type, 1), + [3267] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variant_type, 1), + [3269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), + [3271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotated_type, 5, .production_id = 19), + [3273] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotated_type, 5, .production_id = 19), + [3275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_scoped_any_type, 2, .production_id = 5), + [3277] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extended_scoped_any_type, 2, .production_id = 5), + [3279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), + [3281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), + [3283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), + [3285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), + [3287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1185), + [3289] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tuple_type_repeat1, 4), + [3291] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_tuple_type_repeat1, 4), + [3293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), + [3295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), + [3297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2), + [3299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), + [3301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 2), + [3303] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 2), + [3305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2423), + [3307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), + [3309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), + [3311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), + [3313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), + [3315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), + [3317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), + [3319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), + [3321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), + [3323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), + [3325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), + [3327] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotated_type, 1, .production_id = 4), + [3329] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotated_type, 1, .production_id = 4), + [3331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), + [3333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), + [3335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), + [3337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), + [3339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), + [3341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2255), + [3343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), + [3345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), + [3347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotated_type, 4, .production_id = 19), + [3349] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotated_type, 4, .production_id = 19), + [3351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(993), + [3353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), + [3355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), + [3357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), + [3359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_scoped_any_type, 1, .production_id = 3), + [3361] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extended_scoped_any_type, 1, .production_id = 3), + [3363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2219), + [3365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), + [3367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), + [3369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2193), + [3371] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constructor_repeat1, 2), SHIFT_REPEAT(2219), + [3374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), + [3376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), + [3378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), + [3380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), + [3382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), + [3384] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor, 1), + [3386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), + [3388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), + [3390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), + [3392] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constructor_repeat1, 2), SHIFT_REPEAT(2200), + [3395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variant_type, 2), + [3397] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variant_type, 2), + [3399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_symbol, 1), + [3401] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_symbol, 1), + [3403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), + [3405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), + [3407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), + [3409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1036), + [3411] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constructor_repeat1, 2), SHIFT_REPEAT(2193), + [3414] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variant_type_repeat1, 2), SHIFT_REPEAT(2153), + [3417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), + [3419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor, 2), + [3421] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor, 2), + [3423] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constructor_repeat1, 2), SHIFT_REPEAT(2255), + [3426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), + [3428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1077), + [3430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2191), + [3432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2202), + [3434] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constructor_repeat1, 2), SHIFT_REPEAT(2202), + [3437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1015), + [3439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(995), + [3441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2238), + [3443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typeclass_definition_statement, 4, .production_id = 6), + [3445] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_typeclass_definition_statement, 4, .production_id = 6), + [3447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2388), + [3449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match, 4, .production_id = 25), + [3451] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match, 4, .production_id = 25), + [3453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), + [3455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1027), + [3457] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_condition, 4), + [3459] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_condition, 4), + [3461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), + [3463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), + [3465] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constructor_repeat1, 2), SHIFT_REPEAT(2238), + [3468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1093), + [3470] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constructor_repeat1, 2), SHIFT_REPEAT(2191), + [3473] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_case, 2, .production_id = 25), + [3475] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_case, 2, .production_id = 25), + [3477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), + [3479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), + [3481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2215), + [3483] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constructor_repeat1, 2), SHIFT_REPEAT(2195), + [3486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_repeat1, 2), + [3488] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_match_repeat1, 2), + [3490] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_repeat1, 2), SHIFT_REPEAT(289), + [3493] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_condition, 5), + [3495] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_condition, 5), + [3497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), + [3499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2195), + [3501] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_condition_repeat1, 2), + [3503] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_condition_repeat1, 2), + [3505] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_condition_repeat1, 2), SHIFT_REPEAT(315), + [3508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1054), + [3510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_typeclass_definition_statement_repeat1, 2), + [3512] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_typeclass_definition_statement_repeat1, 2), + [3514] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_typeclass_definition_statement_repeat1, 2), SHIFT_REPEAT(2388), + [3517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1177), + [3519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1005), + [3521] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constructor_repeat1, 2), SHIFT_REPEAT(2215), + [3524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(956), + [3526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1107), + [3528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 3, .production_id = 8), + [3530] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 3, .production_id = 8), + [3532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), + [3534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), + [3536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), + [3538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), + [3540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), + [3542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1182), + [3544] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_repeat1, 2), SHIFT_REPEAT(321), + [3547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), + [3549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2203), + [3551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(984), + [3553] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_condition_repeat1, 2), SHIFT_REPEAT(368), + [3556] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variant_expression_repeat1, 2), + [3558] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_variant_expression_repeat1, 2), + [3560] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variant_expression_repeat1, 2), SHIFT_REPEAT(963), + [3563] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2), + [3565] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2), + [3567] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2), SHIFT_REPEAT(958), + [3570] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_condition_repeat1, 2), SHIFT_REPEAT(302), + [3573] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_expression, 1), + [3575] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_expression, 1), + [3577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), + [3579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variant_expression, 1), + [3581] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variant_expression, 1), + [3583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), + [3585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typeclass_definition_statement, 2, .production_id = 6), + [3587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2464), + [3589] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_typeclass_definition_statement, 2, .production_id = 6), + [3591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2258), + [3593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1004), + [3595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1106), + [3597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_case, 4, .production_id = 34), + [3599] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_case, 4, .production_id = 34), + [3601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), + [3603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1171), + [3605] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 4, .production_id = 14), + [3607] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 4, .production_id = 14), + [3609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1076), + [3611] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constructor_repeat1, 2), SHIFT_REPEAT(2247), + [3614] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constructor_repeat1, 2), SHIFT_REPEAT(2258), + [3617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2247), + [3619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), + [3621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), + [3623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), + [3625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), + [3627] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_repeat1, 2), SHIFT_REPEAT(413), + [3630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), + [3632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), + [3634] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constructor_repeat1, 2), SHIFT_REPEAT(2203), + [3637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(946), + [3639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1170), + [3641] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_any_type, 1), + [3643] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_any_type, 1), + [3645] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variant_expression_repeat1, 2), SHIFT_REPEAT(952), + [3648] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2), SHIFT_REPEAT(953), + [3651] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variant_expression_repeat1, 2), SHIFT_REPEAT(951), + [3654] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace, 8, .production_id = 29), + [3656] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace, 8, .production_id = 29), + [3658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2225), + [3660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2189), + [3662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(969), + [3664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), + [3666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952), + [3668] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 5, .production_id = 12), + [3670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2136), + [3672] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_statement, 5, .production_id = 12), + [3674] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2), SHIFT_REPEAT(949), + [3677] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition_statement, 5, .production_id = 15), + [3679] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition_statement, 5, .production_id = 15), + [3681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_alias_definition_statement, 5, .production_id = 13), + [3683] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_alias_definition_statement, 5, .production_id = 13), + [3685] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace, 5, .production_id = 10), + [3687] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace, 5, .production_id = 10), + [3689] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition_statement, 4, .production_id = 9), + [3691] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition_statement, 4, .production_id = 9), + [3693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(945), + [3695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition_statement, 4, .production_id = 9), + [3697] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition_statement, 4, .production_id = 9), + [3699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1033), + [3701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), + [3703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), + [3705] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_alias_definition_statement, 4, .production_id = 7), + [3707] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_alias_definition_statement, 4, .production_id = 7), + [3709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), + [3711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1002), + [3713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1013), + [3715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), + [3717] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_type_definition_statement, 2, .production_id = 5), + [3719] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_type_definition_statement, 2, .production_id = 5), + [3721] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constructor_repeat1, 2), SHIFT_REPEAT(2225), + [3724] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constructor_repeat1, 2), SHIFT_REPEAT(2189), + [3727] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 2, .production_id = 1), + [3729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2100), + [3731] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_statement, 2, .production_id = 1), + [3733] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_statement, 1), + [3735] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_source_statement, 1), + [3737] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_declaration_statement, 2), + [3739] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__function_declaration_statement, 2), + [3741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), + [3743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2750), + [3745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), + [3747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2632), + [3749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), + [3751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2726), + [3753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), + [3755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2537), + [3757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), + [3759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2668), + [3761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), + [3763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2653), + [3765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), + [3767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2720), + [3769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), + [3771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2723), + [3773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), + [3775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2626), + [3777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), + [3779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2663), + [3781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), + [3783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2673), + [3785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), + [3787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2648), + [3789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), + [3791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2729), + [3793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(988), + [3795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), + [3797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2717), + [3799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), + [3801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2605), + [3803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), + [3805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2560), + [3807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), + [3809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2732), + [3811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), + [3813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2678), + [3815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), + [3817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2735), + [3819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), + [3821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2714), + [3823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), + [3825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2619), + [3827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(950), + [3829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), + [3831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2738), + [3833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), + [3835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2658), + [3837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), + [3839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2490), + [3841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), + [3843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2580), + [3845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), + [3847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2711), + [3849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), + [3851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2683), + [3853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2123), + [3855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), + [3857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2741), + [3859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), + [3861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2638), + [3863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), + [3865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2744), + [3867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), + [3869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2598), + [3871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), + [3873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2779), + [3875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), + [3877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2708), + [3879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), + [3881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2747), + [3883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), + [3885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2688), + [3887] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_partition, 5, .production_id = 11), + [3889] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_partition, 5, .production_id = 11), + [3891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), + [3893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2612), + [3895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), + [3897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2777), + [3899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), + [3901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2774), + [3903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), + [3905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2771), + [3907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), + [3909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2693), + [3911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), + [3913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2768), + [3915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), + [3917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2765), + [3919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), + [3921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2762), + [3923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), + [3925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2698), + [3927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), + [3929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2759), + [3931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2095), + [3933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), + [3935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2756), + [3937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), + [3939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2753), + [3941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), + [3943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2703), + [3945] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_expression_repeat2, 2), SHIFT_REPEAT(182), + [3948] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_expression_repeat2, 2), SHIFT_REPEAT(2342), + [3951] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_expression_repeat2, 2), SHIFT_REPEAT(2019), + [3954] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_expression_repeat2, 2), SHIFT_REPEAT(2879), + [3957] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_name_expression_repeat2, 2), SHIFT_REPEAT(2879), + [3960] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_expression_repeat2, 2), SHIFT_REPEAT(2752), + [3963] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_expression_repeat2, 2), SHIFT_REPEAT(2643), + [3966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2109), + [3968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2692), + [3970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2108), + [3972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2342), + [3974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2019), + [3976] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_statement, 1), + [3978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_definition_statement, 4, .production_id = 30), + [3980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2088), + [3982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2534), + [3984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2090), + [3986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2373), + [3988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2377), + [3990] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_statement, 2), + [3992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1378), + [3994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2021), + [3996] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_expression_repeat1, 2), SHIFT_REPEAT(2169), + [3999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_name_expression_repeat1, 2), + [4001] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_name_expression_repeat1, 2), SHIFT_REPEAT(2495), + [4004] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_name_expression_repeat1, 2), + [4006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2030), + [4008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2170), + [4010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2013), + [4012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2459), + [4014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), + [4016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), + [4018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), + [4020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), + [4022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434), + [4024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), + [4026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), + [4028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), + [4030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), + [4032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421), + [4034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), + [4036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), + [4038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), + [4040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), + [4042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), + [4044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), + [4046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), + [4048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), + [4050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), + [4052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), + [4054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), + [4056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), + [4058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), + [4060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), + [4062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2052), + [4064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1375), + [4066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2311), + [4068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2169), + [4070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1396), + [4072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2056), + [4074] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_definition_parameter_repeat1, 2), SHIFT_REPEAT(2052), + [4077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_definition_parameter_repeat1, 2), + [4079] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_definition_parameter_repeat1, 2), SHIFT_REPEAT(2311), + [4082] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_definition_parameter_repeat1, 2), SHIFT_REPEAT(2495), + [4085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1427), + [4087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parametrized_typeclass, 1, .production_id = 23), + [4089] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_definition_repeat1, 2), + [4091] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_definition_repeat1, 2), SHIFT_REPEAT(2692), + [4094] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_definition_repeat1, 2), SHIFT_REPEAT(2342), + [4097] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_definition_repeat1, 2), SHIFT_REPEAT(2019), + [4100] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parametrized_typeclass, 2, .production_id = 23), + [4102] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_type_repeat1, 2), SHIFT_REPEAT(1442), + [4105] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_type_repeat1, 2), SHIFT_REPEAT(212), + [4108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), + [4110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 4, .production_id = 2), + [4112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), + [4114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), + [4116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), + [4118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), + [4120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), + [4122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), + [4124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), + [4126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), + [4128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), + [4130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), + [4132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425), + [4134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), + [4136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), + [4138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), + [4140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), + [4142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), + [4144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), + [4146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), + [4148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), + [4150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), + [4152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), + [4154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), + [4156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2152), + [4158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), + [4160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), + [4162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), + [4164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), + [4166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), + [4168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), + [4170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), + [4172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), + [4174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), + [4176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), + [4178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), + [4180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), + [4182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), + [4184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), + [4186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), + [4188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2157), + [4190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426), + [4192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), + [4194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), + [4196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), + [4198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2171), + [4200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), + [4202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), + [4204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), + [4206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), + [4208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), + [4210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), + [4212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), + [4214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), + [4216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), + [4218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), + [4220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), + [4222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), + [4224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), + [4226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), + [4228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), + [4230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), + [4232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), + [4234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_name_expression_repeat2, 2), + [4236] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_name_expression_repeat2, 2), + [4238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), + [4240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), + [4242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444), + [4244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), + [4246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479), + [4248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), + [4250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), + [4252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), + [4254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 3, .production_id = 2), + [4256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), + [4258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), + [4260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), + [4262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), + [4264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), + [4266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2109), + [4268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2108), + [4270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2823), + [4272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1445), + [4274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2761), + [4276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_reference_expression_repeat1, 2), + [4278] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_reference_expression_repeat1, 2), SHIFT_REPEAT(2170), + [4281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2107), + [4283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotated_name, 1, .production_id = 2), + [4285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), + [4287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1586), + [4289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), + [4291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1599), + [4293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), + [4295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(933), + [4297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), + [4299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1020), + [4301] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constructor_repeat1, 2), SHIFT_REPEAT(2199), + [4304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2199), + [4306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1198), + [4308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), + [4310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1097), + [4312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), + [4314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1751), + [4316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1926), + [4318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), + [4320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), + [4322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1246), + [4324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), + [4326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), + [4328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2289), + [4330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1314), + [4332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1843), + [4334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1217), + [4336] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_any_name, 3), + [4338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), + [4340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1904), + [4342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1895), + [4344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1266), + [4346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), + [4348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1127), + [4350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1682), + [4352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1989), + [4354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotated_name, 3, .production_id = 8), + [4356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1692), + [4358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1993), + [4360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), + [4362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733), + [4364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), + [4366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1856), + [4368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), + [4370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2162), + [4372] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 2, .production_id = 2), + [4374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913), + [4376] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_any_name, 1), + [4378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), + [4380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1509), + [4382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2156), + [4384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 1, .production_id = 2), + [4386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818), + [4388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1094), + [4390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1152), + [4392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832), + [4394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1970), + [4396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), + [4398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), + [4400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904), + [4402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1242), + [4404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1137), + [4406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1952), + [4408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1064), + [4410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1606), + [4412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1006), + [4414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1315), + [4416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1638), + [4418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1754), + [4420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2352), + [4422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2246), + [4424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2210), + [4426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2146), + [4428] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constructor_repeat1, 2), SHIFT_REPEAT(2264), + [4431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2131), + [4433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2068), + [4435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1084), + [4437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2264), + [4439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2363), + [4441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2094), + [4443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(976), + [4445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2101), + [4447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2075), + [4449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2073), + [4451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2132), + [4453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2050), + [4455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typeclass_expression, 2, .production_id = 24), + [4457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2135), + [4459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2057), + [4461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2217), + [4463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2119), + [4465] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variant_name_repeat1, 2), + [4467] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tuple_name_repeat1, 2), + [4469] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_name_repeat1, 2), SHIFT_REPEAT(2109), + [4472] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variant_name_repeat1, 2), SHIFT_REPEAT(2108), + [4475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2093), + [4477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2080), + [4479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1048), + [4481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2143), + [4483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variant_name, 1), + [4485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2128), + [4487] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constructor_repeat1, 2), SHIFT_REPEAT(2217), + [4490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2102), + [4492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2083), + [4494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(998), + [4496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2070), + [4498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typeclass_usage, 3), + [4500] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typeclass_expression, 1, .production_id = 20), + [4502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2139), + [4504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typeclass_usage, 1), + [4506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2096), + [4508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2091), + [4510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2110), + [4512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2122), + [4514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2067), + [4516] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constructor_repeat1, 2), SHIFT_REPEAT(2210), + [4519] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_name, 1), + [4521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2125), + [4523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(989), + [4525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2230), + [4527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), + [4529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), + [4531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), + [4533] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_repeat1, 2), SHIFT_REPEAT(370), + [4536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), + [4538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2246), + [4540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), + [4542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), + [4544] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constructor_repeat1, 2), SHIFT_REPEAT(2230), + [4547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1184), + [4549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(997), + [4551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2341), + [4553] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_condition_repeat1, 2), SHIFT_REPEAT(296), + [4556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2288), + [4558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1121), + [4560] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variant_expression_repeat1, 2), SHIFT_REPEAT(994), + [4563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), + [4565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), + [4567] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constructor_repeat1, 2), SHIFT_REPEAT(2249), + [4570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2427), + [4572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1462), + [4574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2241), + [4576] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constructor_repeat1, 2), SHIFT_REPEAT(2241), + [4579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2236), + [4581] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constructor_repeat1, 2), SHIFT_REPEAT(2236), + [4584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646), + [4586] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_expression_repeat1, 2), SHIFT_REPEAT(317), + [4589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_expression_repeat1, 2), + [4591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1173), + [4593] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_any_name, 1), + [4595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(954), + [4597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), + [4599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2249), + [4601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), + [4603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638), + [4605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618), + [4607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), + [4609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), + [4611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2229), + [4613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2764), + [4615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), + [4617] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2), SHIFT_REPEAT(1010), + [4620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631), + [4622] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_alias_definition_statement_repeat1, 2), + [4624] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_alias_definition_statement_repeat1, 2), SHIFT_REPEAT(2421), + [4627] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_constructor_repeat1, 2), SHIFT_REPEAT(2259), + [4630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_type_repeat1, 2), + [4632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2151), + [4634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2421), + [4636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1163), + [4638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2259), + [4640] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_constructor_repeat1, 2), SHIFT_REPEAT(2427), + [4643] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_constructor_repeat1, 2), + [4645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642), + [4647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), + [4649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), + [4651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1088), + [4653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), + [4655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), + [4657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2150), + [4659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2424), + [4661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645), + [4663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), + [4665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1115), + [4667] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_name_repeat1, 2), SHIFT_REPEAT(2088), + [4670] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variant_name_repeat1, 2), SHIFT_REPEAT(2090), + [4673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611), + [4675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1010), + [4677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), + [4679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1074), + [4681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986), + [4683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1039), + [4685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983), + [4687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1021), + [4689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), + [4691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2504), + [4693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), + [4695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1008), + [4697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1052), + [4699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1001), + [4701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1178), + [4703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990), + [4705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1000), + [4707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176), + [4709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1087), + [4711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1110), + [4713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2752), + [4715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1111), + [4717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1099), + [4719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1180), + [4721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1090), + [4723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1172), + [4725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1086), + [4727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179), + [4729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1125), + [4731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1014), + [4733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977), + [4735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1183), + [4737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2574), + [4739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1123), + [4741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623), + [4743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2789), + [4745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1956), + [4747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869), + [4749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1009), + [4751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019), + [4753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1028), + [4755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1029), + [4757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1939), + [4759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1570), + [4761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1583), + [4763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1946), + [4765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), + [4767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1577), + [4769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2062), + [4771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1567), + [4773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1674), + [4775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1680), + [4777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825), + [4779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1699), + [4781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), + [4783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1700), + [4785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), + [4787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), + [4789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1964), + [4791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722), + [4793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), + [4795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), + [4797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), + [4799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1073), + [4801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1050), + [4803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(831), + [4805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1043), + [4807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1041), + [4809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), + [4811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), + [4813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1030), + [4815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1590), + [4817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1762), + [4819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850), + [4821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1018), + [4823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2847), + [4825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2842), + [4827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), + [4829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), + [4831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1971), + [4833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2615), + [4835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), + [4837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1991), + [4839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1800), + [4841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), + [4843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1539), + [4845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), + [4847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), + [4849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), + [4851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1012), + [4853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1228), + [4855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1962), + [4857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), + [4859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), + [4861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1941), + [4863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1995), + [4865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2134), + [4867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), + [4869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), + [4871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2672), + [4873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1624), + [4875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), + [4877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688), + [4879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2770), + [4881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), + [4883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), + [4885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2618), + [4887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), + [4889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1968), + [4891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936), + [4893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), + [4895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), + [4897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), + [4899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), + [4901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726), + [4903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), + [4905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2865), + [4907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1629), + [4909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), + [4911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), + [4913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2844), + [4915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), + [4917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), + [4919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1982), + [4921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1936), + [4923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619), + [4925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), + [4927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), + [4929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), + [4931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1146), + [4933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1937), + [4935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), + [4937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), + [4939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1818), + [4941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1505), + [4943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2821), + [4945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1532), + [4947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2773), + [4949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1037), + [4951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2007), + [4953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1525), + [4955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2635), + [4957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1510), + [4959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2591), + [4961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1321), + [4963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), + [4965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756), + [4967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), + [4969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2552), + [4971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), + [4973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2536), + [4975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), + [4977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), + [4979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1165), + [4981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672), + [4983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2501), + [4985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1359), + [4987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2548), + [4989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1313), + [4991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), + [4993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), + [4995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2003), + [4997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2584), + [4999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2606), + [5001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1310), + [5003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), + [5005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), + [5007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2620), + [5009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1662), + [5011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2645), + [5013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1985), + [5015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1598), + [5017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1990), + [5019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2664), + [5021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1369), + [5023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2680), + [5025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1773), + [5027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1367), + [5029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2737), + [5031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1571), + [5033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2795), + [5035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1620), + [5037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1642), + [5039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2804), + [5041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299), + [5043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2811), + [5045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), + [5047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), + [5049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2828), + [5051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1158), + [5053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2841), + [5055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1999), + [5057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), + [5059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2852), + [5061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1483), + [5063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2859), + [5065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796), + [5067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), + [5069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2869), + [5071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2474), + [5073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2886), + [5075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1637), + [5077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1873), + [5079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2895), + [5081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1612), + [5083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2920), + [5085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143), + [5087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), + [5089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2918), + [5091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1144), + [5093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2915), + [5095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603), + [5097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1134), + [5099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2913), + [5101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1128), + [5103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2910), + [5105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1944), + [5107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1921), + [5109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2907), + [5111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2563), + [5113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2903), + [5115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), + [5117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2436), + [5119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2899), + [5121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1060), + [5123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2893), + [5125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737), + [5127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1907), + [5129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2885), + [5131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2876), + [5133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), + [5135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), + [5137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2868), + [5139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), + [5141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2862), + [5143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), + [5145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1587), + [5147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2857), + [5149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1079), + [5151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2853), + [5153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), + [5155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594), + [5157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2845), + [5159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), + [5161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2839), + [5163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2831), + [5165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1797), + [5167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2826), + [5169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2822), + [5171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2024), + [5173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2817), + [5175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2813), + [5177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1784), + [5179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2809), + [5181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2803), + [5183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1890), + [5185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2798), + [5187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2780), + [5189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1376), + [5191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2787), + [5193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2783), + [5195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), + [5197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2749), + [5199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2734), + [5201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1752), + [5203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2716), + [5205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2699), + [5207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), + [5209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2689), + [5211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2677), + [5213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1783), + [5215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2669), + [5217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2659), + [5219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1901), + [5221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2650), + [5223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2644), + [5225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2634), + [5227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2629), + [5229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2637), + [5231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2621), + [5233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2613), + [5235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1083), + [5237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2608), + [5239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2604), + [5241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1080), + [5243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2597), + [5245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2593), + [5247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2657), + [5249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2586), + [5251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2579), + [5253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2662), + [5255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2575), + [5257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2571), + [5259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1358), + [5261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2567), + [5263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2559), + [5265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_partition_name, 1), + [5267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2554), + [5269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2544), + [5271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1360), + [5273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2541), + [5275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2493), + [5277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1876), + [5279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2496), + [5281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2499), + [5283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1743), + [5285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2503), + [5287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2506), + [5289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1981), + [5291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2509), + [5293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2512), + [5295] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [5297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2516), + [5299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2519), + [5301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2522), + [5303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829), + [5305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1071), + [5307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2478), + [5309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1065), + [5311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2429), + [5313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), + [5315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815), + [5317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), + [5319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), + [5321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1258), + [5323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1302), + [5325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824), + [5327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2439), + [5329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), + [5331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1621), + [5333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2740), + [5335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), + [5337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1844), + [5339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1845), + [5341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1846), + [5343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2414), + [5345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), + [5347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1849), + [5349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1852), + [5351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1318), + [5353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2437), + [5355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1322), + [5357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1858), + [5359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1646), + [5361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1866), + [5363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016), + [5365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1327), + [5367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1886), + [5369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1910), + [5371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1085), + [5373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1328), + [5375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1903), + [5377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1908), + [5379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626), + [5381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1927), + [5383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1092), + [5385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1096), + [5387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1929), + [5389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2360), + [5391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), + [5393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), + [5395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), + [5397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1625), + [5399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), + [5401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), + [5403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), + [5405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932), + [5407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), + [5409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1778), + [5411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1231), + [5413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1931), + [5415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1887), + [5417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2017), + [5419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(636), + [5421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1841), + [5423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939), + [5425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), + [5427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1503), + [5429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1868), + [5431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1101), + [5433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1891), + [5435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871), + [5437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1240), + [5439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), + [5441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(957), + [5443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), + [5445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1207), + [5447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1199), + [5449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), + [5451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1291), + [5453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1202), + [5455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967), + [5457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), + [5459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1333), + [5461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1213), + [5463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1847), + [5465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), + [5467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1618), + [5469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1764), + [5471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1282), + [5473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1756), + [5475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1652), + [5477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2782), + [5479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1608), + [5481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1218), + [5483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1221), + [5485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2755), + [5487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), + [5489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1215), + [5491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), + [5493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), + [5495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), + [5497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), + [5499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612), + [5501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2905), + [5503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621), + [5505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), + [5507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2310), + [5509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), + [5511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), + [5513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1225), + [5515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1226), + [5517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), + [5519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1277), + [5521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1568), + [5523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1113), + [5525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), + [5527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1276), + [5529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1777), + [5531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1139), + [5533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1149), + [5535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2867), + [5537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1271), + [5539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1268), + [5541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2218), + [5543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), + [5545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1264), + [5547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1261), + [5549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1026), + [5551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1253), + [5553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1247), + [5555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749), + [5557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), + [5559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), + [5561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1241), + [5563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), + [5565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), + [5567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1705), + [5569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1708), + [5571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234), + [5573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1672), + [5575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1685), + [5577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1155), + [5579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1157), }; #ifdef __cplusplus diff --git a/src/print_visitor.cpp b/src/print_visitor.cpp index 02226fd..bed2ec1 100644 --- a/src/print_visitor.cpp +++ b/src/print_visitor.cpp @@ -90,7 +90,7 @@ void PrintVisitor::Visit(ImportStatement* node) { if (!node->symbols.empty()) { out_ << " (\n"; for (auto& symbol : node->symbols) { - Visitor::Visit(&symbol); + Visit(&symbol); out_ << '\n'; } out_ << ')'; @@ -183,7 +183,7 @@ void PrintVisitor::Visit(AbstractTypeDefinitionStatement* node) { break; } out_ << "] ("; - Visit(node->definition.get()); + Visit(node->type.get()); out_ << ")\n"; } @@ -413,7 +413,7 @@ void PrintVisitor::Visit(FunctionCallExpression* node) { Visitor::Visit(argument); out_ << ", "; } - out_ << ")\n"; + out_ << ")"; } void PrintVisitor::Visit(TupleExpression* node) { @@ -444,11 +444,24 @@ void PrintVisitor::Visit(TypeConstructor* node) { out_ << "[TypeConstructor "; Visit(node->type.get()); out_ << "]\n("; + + bool is_first = true; for (auto& parameter : node->parameters) { - Visit(¶meter.first); - out_ << " = "; - Visitor::Visit(parameter.second); - out_ << ")\n("; + if (!is_first) { + out_ << ")\n"; + is_first = false; + } + out_ << '('; + Visit(&std::get<0>(parameter)); + switch (std::get<1>(parameter)) { + case TypeConstructor::Assign: + out_ << " = "; + break; + case TypeConstructor::Move: + out_ << " <- "; + break; + } + Visitor::Visit(std::get<2>(parameter)); } out_ << ")\n"; } @@ -530,12 +543,12 @@ void PrintVisitor::Visit(AnnotatedName* node) { void PrintVisitor::Visit(FunctionType* node) { out_ << "[FunctionType] ("; - bool first = true; + bool is_first = true; for (auto& type : node->types) { - if (!first) { + if (!is_first) { out_ << " -> "; } - first = false; + is_first = false; Visitor::Visit(type); } out_ << ')'; @@ -601,7 +614,13 @@ void PrintVisitor::Visit(ParametrizedType* node) { } void PrintVisitor::Visit(TypeExpression* node) { - out_ << "[TypeExpression] ("; + out_ << "[TypeExpression "; + + if (node->array_size.has_value()) { + out_ << "[array size: " << node->array_size.value() << ']'; + } + + out_ << "] ("; for (auto& type_namespace : node->namespaces) { Visitor::Visit(type_namespace); out_ << '.'; @@ -655,7 +674,7 @@ void PrintVisitor::Visit(ExtendedName* node) { out_ << "[ExtendedName " << node->name << "] "; } -void PrintVisitor::Visit(AnyIdentifier* node) { // std::string +void PrintVisitor::Visit(std::string* node) { // std::string out_ << "[Identifier " << *node << "] "; } diff --git a/src/visitor.cpp b/src/visitor.cpp index 65788a3..3e2cc13 100644 --- a/src/visitor.cpp +++ b/src/visitor.cpp @@ -191,10 +191,10 @@ void Visitor::Visit(SuperExpression& node) { void Visitor::Visit(FunctionArgument& node) { switch (node.index()) { case 0: - Visit(*std::get>(node)); + Visit(std::get(node)); break; case 1: - Visit(*std::get>(node)); + Visit(std::get(node)); break; default: // error @@ -225,7 +225,7 @@ void Visitor::Visit(AnyName& node) { // Type -void Visitor::Visit(AnyType& node) { // Or ScopedAnyType +void Visitor::Visit(AnyType& node) { switch (node.index()) { case 0: Visit(std::get>(node).get()); @@ -318,7 +318,7 @@ void Visitor::Visit(Literal& node) { void Visitor::Visit(NameSubExpression& node) { switch (node.index()) { case 0: - Visit(std::get>(node).get()); + Visit(std::get>(node).get()); break; case 1: Visit(*std::get>(node)); diff --git a/tests/arrays.lang b/tests/arrays.lang index c52e03b..b8a8c7c 100644 --- a/tests/arrays.lang +++ b/tests/arrays.lang @@ -1,29 +1,21 @@ decl test_arrays : Unit -> Unit def test_arrays = { - var arr1 = [1, 2, 3] - const arr2 = [] // empty array ?? - var arr3 = [] : Int.5 // TODO: decide ?? - const arr4= ['a'..'z'] - const n = 100; - var @arr5 = @[] : @Int.n // unique pointer (??) + var arr1 = [1; 2; 3] + const arr2 = [] + var arr3 = [] + const arr4 = 'a'..'z' + const n = 100 + var @arr5 = @$Int_n - var @@arr6 = @@[] : @@Int.n // shared pointer (??) - var @@arr6_pointer = @@arr6 + var @arr6 = @$Int_n + var @arr6_pointer = @arr6 const elem1 = arr1.1 var elem2 = arr1.1 - const *ref1 = *arr1.1 // reference <-> unmanaged pointer (??) - var *ref2 = *arr1.1 - ; *arr1.1 = 123 + const ~ref1 = ~arr1.1 + var ~ref2 = ~arr1.1 + ; ~arr1.1 = 123 ; ref1 = arr1.2 // set value - ; *ref1 = *ref2 // set reference - - // ?? references, that can't change ?? - - // ?? array access, array mutable access, array get reference to elem ?? - // ?? arrays as basic type ?? - // ?? custom allocators ?? + ; ~ref1 = ~ref2 // set reference } - -// ???????????????????? diff --git a/tests/classes.lang b/tests/classes.lang index 5899465..ee506cf 100644 --- a/tests/classes.lang +++ b/tests/classes.lang @@ -1,12 +1,3 @@ -// ?? value - parametric classes ?? - -// struct fields/etc. accessible from everywere -// class fields/etc. accessible only from namespace of class or class instance (from "methods") - -// points at the beginning of constructor name - amount of needed constructor prefixes ? - -// ?? how to make class compositons ?? - struct Fruit = | Apple | Orange @@ -20,13 +11,13 @@ struct (Result : #Move) 'A 'B = | & 'A | Error & 'B -// struct (Complex : #Value) = -// & Float(0.0) -// & Float(0.0) -// -// struct Task = -// & name("Task") : String -// & duration(0.0) : Float +struct (Complex : #Value) = + & Float + & Float + +struct Task = + & name : String + & duration : Float class Employee = & name : String diff --git a/tests/default_constructors.lang b/tests/default_constructors.lang index 3223deb..97303aa 100644 --- a/tests/default_constructors.lang +++ b/tests/default_constructors.lang @@ -12,6 +12,7 @@ namespace Employee { & duration = 10.3 & sleep_on_work = ($Productivity.SleepOnWork.No)) & salary = 123) + } } diff --git a/tests/flow_control.lang b/tests/flow_control.lang index dcb9083..8ede09d 100644 --- a/tests/flow_control.lang +++ b/tests/flow_control.lang @@ -1,22 +1,14 @@ decl flow_control_test : Unit -> Unit def flow_control_test = { -// if && || a < b -// || a == b -// && b < c -// && c > 10 - - if ((a < b) || (a == b)) && (b < c) - then IO.print x - elif x < 0 - then { + if ((a < b) || (a == b)) && (b < c) then IO.print x + elif x < 0 then { ; ++x ; IO.print y } else { return {} } - while (a > 0) && (!array.is_empty) - do { + while (a > 0) && (!array.is_empty) do { ; --a ; array.pop } @@ -28,9 +20,7 @@ def flow_control_test = { ; IO.print i } - for & i & j - in (& 0..y & 0..k) - do { // TODO: decide ??? does it work (like auto zip) ??? + for & i & j in (& 0..y & 0..k) do { ; IO.print 1 ; IO.print 2 ; IO.print 128 diff --git a/tests/functions.lang b/tests/functions.lang index f1098b2..2b617fd 100644 --- a/tests/functions.lang +++ b/tests/functions.lang @@ -1,7 +1,5 @@ -// "decl" is not required, but useful in module interface - decl sum ('A : #Add) : 'A -> 'A -> 'A -def sum : a b = a + b +def sum 'A : a b = a + b decl fib : Int -> Int def fib : n = @@ -16,25 +14,22 @@ def fact : n = | n -> n * fact (n - 1) decl find_prefix_hashes ('H : (#AccHash Char)) : String -> Array 'H -def find_prefix_hashes ('H : (#AccHash Char)) : str = { +def find_prefix_hashes 'H : str = { var hashes = (Array 'H).new (str.size + 1) - ; hashes.0 = 'H.of str.0 - for i in 1..hashes.size do { - ; hashes.i = hashes.(i - 1).clone - ; hashes.i.append str.i - } - return hashes + ; hashes.0 = 'H.of str.0 + for i in 1..hashes.size do { + ; hashes.i = hashes.(i - 1).clone + ; hashes.i.append str.i + } + + return hashes } -// ?? other default constructor symbol (instead of placeholder _), etc. ?? - -// seporate first and last iteration of loop ? -// previous and next iterations ? +alias Hash = AccHash Char decl find_substring : String -> String -> Array Index def find_substring : str substr = { - alias Hash = AccHash Char var result = (Array Index).empty @@ -64,7 +59,4 @@ decl mul : Int -> Int -> Int def mul : x y = x * y decl mul_10 : Int -> Int -def mul_10 = mul 10 // or argument can be used - -// ?? is partial application feature needed ?? - +def mul_10 = mul 10 diff --git a/tests/import.lang b/tests/import.lang index 940d6c4..d3c2533 100644 --- a/tests/import.lang +++ b/tests/import.lang @@ -1,11 +1,11 @@ import "module" import "module" : func import "module" : + Type1 func1 func2 func3 func4 - func5 use ModuleNamespace = import "module" @@ -14,5 +14,3 @@ use PartOfModuleNamespace = func1 func2 func3 - -// ?? use ":" once again ?? diff --git a/tests/lambdas.lang b/tests/lambdas.lang index ad9a193..1f6d3dd 100644 --- a/tests/lambdas.lang +++ b/tests/lambdas.lang @@ -1,12 +1,9 @@ decl test_lambdas : Unit -> Unit def test_lambdas = { const lambda1 = \x -> x * x - // const lambda2 = \(x : #Hash) -> x.hash // ?? + const lambda2 = \x -> x.hash const lambda3 = \x y -> x + y - // TODO: type LambdaType = Int -> Int // ?? type keyword ?? - // const typed_lambda = \x -> x + 1 - const lambda4 = \x -> { ; IO.print x const y = x + x diff --git a/tests/memory.lang b/tests/memory.lang index b7c701c..cc28ed9 100644 --- a/tests/memory.lang +++ b/tests/memory.lang @@ -1,9 +1,8 @@ struct StructWithRef = - & @Int._ // unique pointer to any-sized array (default size is zero ??) + & @Int_ decl test_memory : Unit -> Unit def test_memory = { - const @unique_ref1 <- @5 // move unique reference + const @unique_ref1 <- @(5) var @unique_ref2 <- @(Array.of 1 2 3) - // ?? reference to constant value ?? } diff --git a/tests/namespaces.lang b/tests/namespaces.lang index 0b93076..3dfbb49 100644 --- a/tests/namespaces.lang +++ b/tests/namespaces.lang @@ -1,20 +1,15 @@ namespace Namespace { - decl something : Unit + decl something : Unit -> Unit } -namespace Array 'A { - decl something : Unit - // "static methods" of Array 'a class +namespace Array { + decl something : Unit -> Unit } -namespace Array ('A : #Copy) { - decl something : Unit - // "static methods" of Array 'a with "copyable" 'a +namespace Array { + decl something : Unit -> Unit } -namespace var a : Array ('A : #Copy) { - decl something : Unit - // "methods" of Array 'a (a as array instance) with "copyable" 'a +namespace var a : Array { + decl something : Unit -> Unit } - -// ?? what to do with const/public/... methods ?? diff --git a/tests/parametric_types.lang b/tests/parametric_types.lang deleted file mode 100644 index e835fb8..0000000 --- a/tests/parametric_types.lang +++ /dev/null @@ -1,5 +0,0 @@ -class (FixedArray : #Ord) 'A : (a : Int) = - & size(a) : Int // ?? const ?? - & @[] : @'A.a - - // ?? not shure about array definition ?? diff --git a/tests/partitions.lang b/tests/partitions.lang index 35b6811..cf5a284 100644 --- a/tests/partitions.lang +++ b/tests/partitions.lang @@ -1,38 +1,23 @@ -// partition DOC { // or .doc.lang filename -// // ... -// } - -// ?? separated doc ?? - partition TEST { // or .test.lang filename - decl something : Unit + decl something : Unit -> Unit } partition INTERFACE { // or .interface.lang filename - decl something : Unit + decl something : Unit -> Unit } partition CORE { // or .core.lang filename - decl something : Unit + decl something : Unit -> Unit } partition LIB { // or .lib.lang filename - decl something : Unit + decl something : Unit -> Unit } partition MODULE { // or .module.lang filename - decl something : Unit + decl something : Unit -> Unit } -// maybe another name for partition - partition EXE { // or .exe.lang filename - decl something : Unit + decl something : Unit -> Unit } - -// partition CONFIG { // or .config.lang filename -// decl something : Unit -// } - -// ?? config is one of the partitions ?? -// ?? maybe more ?? diff --git a/tests/tuples.lang b/tests/tuples.lang index dadd491..445c4f6 100644 --- a/tests/tuples.lang +++ b/tests/tuples.lang @@ -7,6 +7,4 @@ def test_tuples = { } -// ?????????????????????????? - diff --git a/tests/type_casting.lang b/tests/type_casting.lang index ce5b07b..4622286 100644 --- a/tests/type_casting.lang +++ b/tests/type_casting.lang @@ -3,5 +3,3 @@ def test_type_casting = { var x = y.as Int var k = (f y x).as Float } - -// type casting is can be done by generic method "as" diff --git a/tests/typeclasses.lang b/tests/typeclasses.lang index 4af90de..8886ac7 100644 --- a/tests/typeclasses.lang +++ b/tests/typeclasses.lang @@ -1,36 +1,20 @@ -typeclass #Copy = - & copy : #Copy -> #Copy +typeclass Copy = + & copy : Copy -> Copy -typeclass (#Ord : #Eq) = - & ( < ) : #Ord -> #Ord -> Bool - & ( > ) : #Ord -> #Ord -> Bool - & ( <= ) : #Ord -> #Ord -> Bool - & ( >= ) : #Ord -> #Ord -> Bool +typeclass (Ord : #Eq) = + & ( < ) : Ord -> Ord -> Bool + & ( > ) : Ord -> Ord -> Bool + & ( <= ) : Ord -> Ord -> Bool + & ( >= ) : Ord -> Ord -> Bool -typeclass (#D : #A #B #C) 'A 'B = +typeclass (D : #A #B #C) 'A 'B = & do_something : Unit -> (& 'A & 'B) -typeclass #E 'A = +typeclass E 'A = & do_something : Unit -> 'A -namespace const ord : #Ord { +namespace const ord : Ord { def ( <= ) : a b = (a < b) || (a == b) def ( > ) : a b = !(a <= b) def ( >= ) : a b = !(a < b) } - -// === ?? dependent types ?? === -// -// typeclass #F : (a : Int) (b : Int) = -// & do_something Int -> Int -// -// namespace (f : #F a b c) { -// require do_sometihng a = b -// } -// -// === - -// ?? operators over functions (without arguments, like "def <= = < || ==;") ?? -// ?? define operators like OCaml ?? -// ?? denote moved type ?? -// ?? "trait" VS "typeclass" ?? diff --git a/tests/types.lang b/tests/types.lang index 0402268..f6ce429 100644 --- a/tests/types.lang +++ b/tests/types.lang @@ -1,14 +1,8 @@ -alias T1 = Int; +alias T1 = Int -type (T2 : #A #B #C); +abstract (T2 : #A #B #C) -// Define file level abstract type - -T2 = - | Int - | Float - | Complex; - -// Compile module (functions, types, ...) for T2 = Int, Float, Complex - -// ?? file level <-> module level ?? +// Used to pre-compile module for some types +let T2 = Int +let T2 = Float +let T2 = Complex diff --git a/tests/variants.lang b/tests/variants.lang index 43603d5..a63942f 100644 --- a/tests/variants.lang +++ b/tests/variants.lang @@ -1,14 +1,12 @@ decl test_variants : Unit -> Unit def test_variants = { var variant1 = | 'a' | 2 | "hello" - var | val | err = f x // optional types for each + var | val | err = f x ; val -> "something" // open variant as value in expr ; val -!> "nothing" // open variant as None in expr - ; ?err // open variant as value, or return None (if possible), operator - match variant1 with | 'a' -> "something" | 2 -> "something" @@ -18,5 +16,3 @@ def test_variants = { | Int.of i -> "someting" | 11 -> "nothing" } - -// ???????????????????????