Jon Ross-Perkins c8b30d3eec Split Parse out to its own target. (#3556) 2 жил өмнө
..
fuzzer_corpus c555b39a2c Rename parser dir to parse (#3178) 2 жил өмнө
testdata 29104e212a Do TODO to rename `QualifiedDecl` -> `QualifiedName` (#3543) 2 жил өмнө
BUILD c8b30d3eec Split Parse out to its own target. (#3556) 2 жил өмнө
__init__.py c555b39a2c Rename parser dir to parse (#3178) 2 жил өмнө
context.cpp add31eb4e3 Refactor NodeKind to take advantage of a parse node only having one token kind. (#3486) 2 жил өмнө
context.h 6067ca3f49 Change return of `SkipPastLikelyEnd` to be last consumed token (#3493) 2 жил өмнө
extract.cpp 83b5db9c1e Make `Parse::NodeCategory` printable (#3548) 2 жил өмнө
handle_array_expr.cpp b7d129b88c Add `PushState` overload to combine `Parse::State` change with `StateStackEntry` (#3485) 2 жил өмнө
handle_base.cpp 7dffa0c7ec Support for `base: T;`, `.base`, `x.base`. (#3450) 2 жил өмнө
handle_binding_pattern.cpp b7d129b88c Add `PushState` overload to combine `Parse::State` change with `StateStackEntry` (#3485) 2 жил өмнө
handle_brace_expr.cpp 2e97f27b8d Typed wrappers around parse tree nodes (#3534) 2 жил өмнө
handle_call_expr.cpp b7d129b88c Add `PushState` overload to combine `Parse::State` change with `StateStackEntry` (#3485) 2 жил өмнө
handle_code_block.cpp c555b39a2c Rename parser dir to parse (#3178) 2 жил өмнө
handle_decl_definition.cpp 5f439b842b Parsing `impl`...`as` (#3473) 2 жил өмнө
handle_decl_name_and_params.cpp b7d129b88c Add `PushState` overload to combine `Parse::State` change with `StateStackEntry` (#3485) 2 жил өмнө
handle_decl_scope_loop.cpp 6067ca3f49 Change return of `SkipPastLikelyEnd` to be last consumed token (#3493) 2 жил өмнө
handle_expr.cpp e343ea593c Add macro for postfix operators. (#3504) 2 жил өмнө
handle_function.cpp b7d129b88c Add `PushState` overload to combine `Parse::State` change with `StateStackEntry` (#3485) 2 жил өмнө
handle_impl.cpp 1addf10054 Move add invalid node. Follow up to #3473. (#3491) 2 жил өмнө
handle_import_and_package.cpp d87fe8b532 Rename `Carbon::StringLiteralId` -> `Carbon::StringLiteralValueId`. (#3522) 2 жил өмнө
handle_index_expr.cpp b7d129b88c Add `PushState` overload to combine `Parse::State` change with `StateStackEntry` (#3485) 2 жил өмнө
handle_let.cpp 2e97f27b8d Typed wrappers around parse tree nodes (#3534) 2 жил өмнө
handle_namespace.cpp b7d129b88c Add `PushState` overload to combine `Parse::State` change with `StateStackEntry` (#3485) 2 жил өмнө
handle_paren_condition.cpp b7d129b88c Add `PushState` overload to combine `Parse::State` change with `StateStackEntry` (#3485) 2 жил өмнө
handle_paren_expr.cpp b7d129b88c Add `PushState` overload to combine `Parse::State` change with `StateStackEntry` (#3485) 2 жил өмнө
handle_pattern.cpp 6e65a30b5d Rename `ParamList` to `TuplePattern` (#3479) 2 жил өмнө
handle_pattern_list.cpp 6e65a30b5d Rename `ParamList` to `TuplePattern` (#3479) 2 жил өмнө
handle_period.cpp 29104e212a Do TODO to rename `QualifiedDecl` -> `QualifiedName` (#3543) 2 жил өмнө
handle_statement.cpp 6067ca3f49 Change return of `SkipPastLikelyEnd` to be last consumed token (#3493) 2 жил өмнө
handle_type.cpp 5f439b842b Parsing `impl`...`as` (#3473) 2 жил өмнө
handle_var.cpp 6067ca3f49 Change return of `SkipPastLikelyEnd` to be last consumed token (#3493) 2 жил өмнө
node_ids.h 48c986f52d Start using typed parse node ids in the check stage (#3547) 2 жил өмнө
node_kind.cpp a602be89e2 Add a `MemberName` parse node category for member access expressions (#3549) 2 жил өмнө
node_kind.def 29104e212a Do TODO to rename `QualifiedDecl` -> `QualifiedName` (#3543) 2 жил өмнө
node_kind.h a602be89e2 Add a `MemberName` parse node category for member access expressions (#3549) 2 жил өмнө
parse.cpp c8b30d3eec Split Parse out to its own target. (#3556) 2 жил өмнө
parse.h c8b30d3eec Split Parse out to its own target. (#3556) 2 жил өмнө
parse_fuzzer.cpp c8b30d3eec Split Parse out to its own target. (#3556) 2 жил өмнө
precedence.cpp 5f439b842b Parsing `impl`...`as` (#3473) 2 жил өмнө
precedence.h 5f439b842b Parsing `impl`...`as` (#3473) 2 жил өмнө
precedence_test.cpp e3d3122f1d Move tests to the namespace of the code under test (#3244) 2 жил өмнө
state.cpp c555b39a2c Rename parser dir to parse (#3178) 2 жил өмнө
state.def 7c7afc9e32 Split out infix and prefix operators to separate node kinds. (#3481) 2 жил өмнө
state.h 5020fdb3be Use abbreviation "decl" instead of "declaration" (#3382) 2 жил өмнө
tree.cpp c8b30d3eec Split Parse out to its own target. (#3556) 2 жил өмнө
tree.h c8b30d3eec Split Parse out to its own target. (#3556) 2 жил өмнө
tree_node_location_translator.h 6419568142 Fully underline parse nodes in diagnostics. (#3442) 2 жил өмнө
tree_test.cpp c8b30d3eec Split Parse out to its own target. (#3556) 2 жил өмнө
typed_nodes.h a602be89e2 Add a `MemberName` parse node category for member access expressions (#3549) 2 жил өмнө
typed_nodes_test.cpp c8b30d3eec Split Parse out to its own target. (#3556) 2 жил өмнө