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 سال پیش