Richard Smith 99bde2acb3 Refactor `match` parse nodes. (#6870) 1 miesiąc temu
..
fuzzer_corpus c555b39a2c Rename parser dir to parse (#3178) 2 lat temu
testdata 99bde2acb3 Refactor `match` parse nodes. (#6870) 1 miesiąc temu
BUILD d11ee4b2b1 Implement parsing observe declarations (#6674) 2 miesięcy temu
context.cpp 3719d200d6 Drop redundant parameter from ConsumeAndAddCloseSymbol (#6724) 2 miesięcy temu
context.h 3719d200d6 Drop redundant parameter from ConsumeAndAddCloseSymbol (#6724) 2 miesięcy temu
coverage_test.cpp e58ce3e1bb Add coverage testing for parse node kinds. (#4436) 1 rok temu
dump.cpp f6b98261e1 Allow dumping with a Parse::Context (#5936) 8 miesięcy temu
dump.h 3ae62f8130 Rewrite Dump calls to use std::string returns (#5195) 1 rok temu
extract.cpp 9a6c74f0cd Introduce FindIfOrNull() FindIfOrNone() and Contains() (#5322) 1 rok temu
handle.h 8428b86cfb Update pre-commit clang-format version (#5825) 9 miesięcy temu
handle_adapt.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) 1 rok temu
handle_alias.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) 1 rok temu
handle_array_expr.cpp 3719d200d6 Drop redundant parameter from ConsumeAndAddCloseSymbol (#6724) 2 miesięcy temu
handle_base.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) 1 rok temu
handle_binding_pattern.cpp 2e155567bd Disallow `:?` within `var` (#6812) 1 miesiąc temu
handle_brace_expr.cpp e940cb72b6 Parse `ref` as operator (#6539) 4 miesięcy temu
handle_choice.cpp 4a0cf6c1fb Track the start of a signature more accurately (#6760) 2 miesięcy temu
handle_code_block.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) 1 rok temu
handle_decl_definition.cpp 58de34e534 Decouple associated constants from let (#5973) 8 miesięcy temu
handle_decl_name_and_params.cpp 4a0cf6c1fb Track the start of a signature more accurately (#6760) 2 miesięcy temu
handle_decl_scope_loop.cpp d11ee4b2b1 Implement parsing observe declarations (#6674) 2 miesięcy temu
handle_expr.cpp 4a0cf6c1fb Track the start of a signature more accurately (#6760) 2 miesięcy temu
handle_form_literal.cpp 3719d200d6 Drop redundant parameter from ConsumeAndAddCloseSymbol (#6724) 2 miesięcy temu
handle_function.cpp 7938d9a8d0 Lex/parse support for ->?, :?, and form literals (#6695) 2 miesięcy temu
handle_if_expr.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) 1 rok temu
handle_impl.cpp 26381f6eaf Handle parsing of `require`...`impls` declarations (#6255) 6 miesięcy temu
handle_import_and_package.cpp 8166f9a7cf Formalize Cpp as a PackageNameId (#6306) 5 miesięcy temu
handle_index_expr.cpp 3719d200d6 Drop redundant parameter from ConsumeAndAddCloseSymbol (#6724) 2 miesięcy temu
handle_lambda.cpp 1c7a4030ab Parse invalid lambdas without crashing (#6826) 1 miesiąc temu
handle_let.cpp 4a0cf6c1fb Track the start of a signature more accurately (#6760) 2 miesięcy temu
handle_match.cpp 99bde2acb3 Refactor `match` parse nodes. (#6870) 1 miesiąc temu
handle_namespace.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) 1 rok temu
handle_observe.cpp d11ee4b2b1 Implement parsing observe declarations (#6674) 2 miesięcy temu
handle_paren_condition.cpp 3719d200d6 Drop redundant parameter from ConsumeAndAddCloseSymbol (#6724) 2 miesięcy temu
handle_paren_expr.cpp e940cb72b6 Parse `ref` as operator (#6539) 4 miesięcy temu
handle_pattern.cpp fec6ce2f9f Implement "unused pattern bindings" p2022 - parsing (#6460) 4 miesięcy temu
handle_pattern_list.cpp fec6ce2f9f Implement "unused pattern bindings" p2022 - parsing (#6460) 4 miesięcy temu
handle_period.cpp 4a0cf6c1fb Track the start of a signature more accurately (#6760) 2 miesięcy temu
handle_require.cpp 26381f6eaf Handle parsing of `require`...`impls` declarations (#6255) 6 miesięcy temu
handle_requirement.cpp 4a0cf6c1fb Track the start of a signature more accurately (#6760) 2 miesięcy temu
handle_statement.cpp d11ee4b2b1 Implement parsing observe declarations (#6674) 2 miesięcy temu
handle_type.cpp 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) 1 rok temu
handle_unused.cpp fec6ce2f9f Implement "unused pattern bindings" p2022 - parsing (#6460) 4 miesięcy temu
handle_var.cpp 4a0cf6c1fb Track the start of a signature more accurately (#6760) 2 miesięcy temu
node_category.cpp 973d721916 Some more edits to EnumBase and EnumMaskBase (#6054) 7 miesięcy temu
node_category.h 18cfeb7476 Add support for `->?` return forms (#6849) 1 miesiąc temu
node_ids.h 18cfeb7476 Add support for `->?` return forms (#6849) 1 miesiąc temu
node_kind.cpp 973d721916 Some more edits to EnumBase and EnumMaskBase (#6054) 7 miesięcy temu
node_kind.def 99bde2acb3 Refactor `match` parse nodes. (#6870) 1 miesiąc temu
node_kind.h 80639a02f0 [parse] Implement initial parsing support for Lambda expressions (#6583) 3 miesięcy temu
parse.cpp 58de34e534 Decouple associated constants from let (#5973) 8 miesięcy temu
parse.h 45ca3d28f5 Drop "diagnostic" from some filenames in the "diagnostics" folder (#6686) 2 miesięcy temu
parse_fuzzer.cpp 2de746e83c Switch compile functions to use options structs (#5742) 10 miesięcy temu
precedence.cpp 7938d9a8d0 Lex/parse support for ->?, :?, and form literals (#6695) 2 miesięcy temu
precedence.h d11ee4b2b1 Implement parsing observe declarations (#6674) 2 miesięcy temu
precedence_test.cpp 935715e704 Implement new precedence from #4075 (#4236) 1 rok temu
state.cpp 973d721916 Some more edits to EnumBase and EnumMaskBase (#6054) 7 miesięcy temu
state.def 99bde2acb3 Refactor `match` parse nodes. (#6870) 1 miesiąc temu
state.h 8c113c1241 Rename `Parse::State` to `Parse::StateKind` (#5249) 1 rok temu
tree.cpp 6b5eb1a101 Id::Invalid -> Id::None (#4834) 1 rok temu
tree.h 7938d9a8d0 Lex/parse support for ->?, :?, and form literals (#6695) 2 miesięcy temu
tree_and_subtrees.cpp 7938d9a8d0 Lex/parse support for ->?, :?, and form literals (#6695) 2 miesięcy temu
tree_and_subtrees.h bd4fbb4393 Expand use of CheckIRId stores (#5820) 9 miesięcy temu
tree_test.cpp 4a0cf6c1fb Track the start of a signature more accurately (#6760) 2 miesięcy temu
typed_nodes.h 99bde2acb3 Refactor `match` parse nodes. (#6870) 1 miesiąc temu
typed_nodes_test.cpp 4a0cf6c1fb Track the start of a signature more accurately (#6760) 2 miesięcy temu