Jon Ross-Perkins e343ea593c Add macro for postfix operators. (#3504) hace 2 años
..
fuzzer_corpus c555b39a2c Rename parser dir to parse (#3178) hace 2 años
testdata 550559e30e On invalid parse nodes, if the token may vary, allow any token. (#3484) hace 2 años
BUILD 6419568142 Fully underline parse nodes in diagnostics. (#3442) hace 2 años
__init__.py c555b39a2c Rename parser dir to parse (#3178) hace 2 años
context.cpp add31eb4e3 Refactor NodeKind to take advantage of a parse node only having one token kind. (#3486) hace 2 años
context.h 6067ca3f49 Change return of `SkipPastLikelyEnd` to be last consumed token (#3493) hace 2 años
handle_array_expr.cpp b7d129b88c Add `PushState` overload to combine `Parse::State` change with `StateStackEntry` (#3485) hace 2 años
handle_base.cpp 7dffa0c7ec Support for `base: T;`, `.base`, `x.base`. (#3450) hace 2 años
handle_binding_pattern.cpp b7d129b88c Add `PushState` overload to combine `Parse::State` change with `StateStackEntry` (#3485) hace 2 años
handle_brace_expr.cpp 6cc5dc7736 Replace the NodeKind StructFieldUnknown with InvalidParse. (#3482) hace 2 años
handle_call_expr.cpp b7d129b88c Add `PushState` overload to combine `Parse::State` change with `StateStackEntry` (#3485) hace 2 años
handle_code_block.cpp c555b39a2c Rename parser dir to parse (#3178) hace 2 años
handle_decl_definition.cpp 5f439b842b Parsing `impl`...`as` (#3473) hace 2 años
handle_decl_name_and_params.cpp b7d129b88c Add `PushState` overload to combine `Parse::State` change with `StateStackEntry` (#3485) hace 2 años
handle_decl_scope_loop.cpp 6067ca3f49 Change return of `SkipPastLikelyEnd` to be last consumed token (#3493) hace 2 años
handle_expr.cpp e343ea593c Add macro for postfix operators. (#3504) hace 2 años
handle_function.cpp b7d129b88c Add `PushState` overload to combine `Parse::State` change with `StateStackEntry` (#3485) hace 2 años
handle_impl.cpp 1addf10054 Move add invalid node. Follow up to #3473. (#3491) hace 2 años
handle_import_and_package.cpp 6067ca3f49 Change return of `SkipPastLikelyEnd` to be last consumed token (#3493) hace 2 años
handle_index_expr.cpp b7d129b88c Add `PushState` overload to combine `Parse::State` change with `StateStackEntry` (#3485) hace 2 años
handle_let.cpp 6067ca3f49 Change return of `SkipPastLikelyEnd` to be last consumed token (#3493) hace 2 años
handle_namespace.cpp b7d129b88c Add `PushState` overload to combine `Parse::State` change with `StateStackEntry` (#3485) hace 2 años
handle_paren_condition.cpp b7d129b88c Add `PushState` overload to combine `Parse::State` change with `StateStackEntry` (#3485) hace 2 años
handle_paren_expr.cpp b7d129b88c Add `PushState` overload to combine `Parse::State` change with `StateStackEntry` (#3485) hace 2 años
handle_pattern.cpp 6e65a30b5d Rename `ParamList` to `TuplePattern` (#3479) hace 2 años
handle_pattern_list.cpp 6e65a30b5d Rename `ParamList` to `TuplePattern` (#3479) hace 2 años
handle_period.cpp fe6f7b4330 Rename `Name` -> `IdentifierName` given that we have several other kinds of parse nodes that represent names. (#3453) hace 2 años
handle_statement.cpp 6067ca3f49 Change return of `SkipPastLikelyEnd` to be last consumed token (#3493) hace 2 años
handle_type.cpp 5f439b842b Parsing `impl`...`as` (#3473) hace 2 años
handle_var.cpp 6067ca3f49 Change return of `SkipPastLikelyEnd` to be last consumed token (#3493) hace 2 años
node_kind.cpp add31eb4e3 Refactor NodeKind to take advantage of a parse node only having one token kind. (#3486) hace 2 años
node_kind.def e343ea593c Add macro for postfix operators. (#3504) hace 2 años
node_kind.h add31eb4e3 Refactor NodeKind to take advantage of a parse node only having one token kind. (#3486) hace 2 años
parse_fuzzer.cpp cafcd88882 Split lexing logic and storage to separate files. (#3365) hace 2 años
precedence.cpp 5f439b842b Parsing `impl`...`as` (#3473) hace 2 años
precedence.h 5f439b842b Parsing `impl`...`as` (#3473) hace 2 años
precedence_test.cpp e3d3122f1d Move tests to the namespace of the code under test (#3244) hace 2 años
state.cpp c555b39a2c Rename parser dir to parse (#3178) hace 2 años
state.def 7c7afc9e32 Split out infix and prefix operators to separate node kinds. (#3481) hace 2 años
state.h 5020fdb3be Use abbreviation "decl" instead of "declaration" (#3382) hace 2 años
tree.cpp 5f439b842b Parsing `impl`...`as` (#3473) hace 2 años
tree.h c6bc2cbb3d Rename IndexBase -> IdBase, ComparableIndexBase -> IndexBase. (#3436) hace 2 años
tree_node_location_translator.h 6419568142 Fully underline parse nodes in diagnostics. (#3442) hace 2 años
tree_test.cpp 6e65a30b5d Rename `ParamList` to `TuplePattern` (#3479) hace 2 años