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