Jon Ross-Perkins e343ea593c Add macro for postfix operators. (#3504) пре 2 година
..
fuzzer_corpus c555b39a2c Rename parser dir to parse (#3178) пре 2 година
testdata 550559e30e On invalid parse nodes, if the token may vary, allow any token. (#3484) пре 2 година
BUILD 6419568142 Fully underline parse nodes in diagnostics. (#3442) пре 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 година
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 6cc5dc7736 Replace the NodeKind StructFieldUnknown with InvalidParse. (#3482) пре 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 6067ca3f49 Change return of `SkipPastLikelyEnd` to be last consumed token (#3493) пре 2 година
handle_index_expr.cpp b7d129b88c Add `PushState` overload to combine `Parse::State` change with `StateStackEntry` (#3485) пре 2 година
handle_let.cpp 6067ca3f49 Change return of `SkipPastLikelyEnd` to be last consumed token (#3493) пре 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 fe6f7b4330 Rename `Name` -> `IdentifierName` given that we have several other kinds of parse nodes that represent names. (#3453) пре 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_kind.cpp add31eb4e3 Refactor NodeKind to take advantage of a parse node only having one token kind. (#3486) пре 2 година
node_kind.def e343ea593c Add macro for postfix operators. (#3504) пре 2 година
node_kind.h add31eb4e3 Refactor NodeKind to take advantage of a parse node only having one token kind. (#3486) пре 2 година
parse_fuzzer.cpp cafcd88882 Split lexing logic and storage to separate files. (#3365) пре 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 5f439b842b Parsing `impl`...`as` (#3473) пре 2 година
tree.h c6bc2cbb3d Rename IndexBase -> IdBase, ComparableIndexBase -> IndexBase. (#3436) пре 2 година
tree_node_location_translator.h 6419568142 Fully underline parse nodes in diagnostics. (#3442) пре 2 година
tree_test.cpp 6e65a30b5d Rename `ParamList` to `TuplePattern` (#3479) пре 2 година