Jon Ross-Perkins c4864aa2ff Split out and/or operator handling from infix. (#3480) 2 лет назад
..
fuzzer_corpus c555b39a2c Rename parser dir to parse (#3178) 2 лет назад
testdata c4864aa2ff Split out and/or operator handling from infix. (#3480) 2 лет назад
BUILD d024403dc4 Refactor checking flow to allow for ordering based on import/package. (#3379) 2 лет назад
__init__.py c555b39a2c Rename parser dir to parse (#3178) 2 лет назад
context.cpp 39750b9925 Parse support for tuple patterns in `var` and `let` (#3448) 2 лет назад
context.h b7d129b88c Add `PushState` overload to combine `Parse::State` change with `StateStackEntry` (#3485) 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 b7d129b88c Add `PushState` overload to combine `Parse::State` change with `StateStackEntry` (#3485) 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_name_and_params.cpp b7d129b88c Add `PushState` overload to combine `Parse::State` change with `StateStackEntry` (#3485) 2 лет назад
handle_decl_scope_loop.cpp b7d129b88c Add `PushState` overload to combine `Parse::State` change with `StateStackEntry` (#3485) 2 лет назад
handle_expr.cpp c4864aa2ff Split out and/or operator handling from infix. (#3480) 2 лет назад
handle_function.cpp b7d129b88c Add `PushState` overload to combine `Parse::State` change with `StateStackEntry` (#3485) 2 лет назад
handle_import_and_package.cpp eae630a3db Rename Lex::{Token,Line} -> Lex::{Token,Line}Index. (#3433) 2 лет назад
handle_index_expr.cpp b7d129b88c Add `PushState` overload to combine `Parse::State` change with `StateStackEntry` (#3485) 2 лет назад
handle_let.cpp b7d129b88c Add `PushState` overload to combine `Parse::State` change with `StateStackEntry` (#3485) 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 b7d129b88c Add `PushState` overload to combine `Parse::State` change with `StateStackEntry` (#3485) 2 лет назад
handle_type.cpp b7d129b88c Add `PushState` overload to combine `Parse::State` change with `StateStackEntry` (#3485) 2 лет назад
handle_var.cpp b7d129b88c Add `PushState` overload to combine `Parse::State` change with `StateStackEntry` (#3485) 2 лет назад
node_kind.cpp 0d618b1278 Tidy up lint issues. (#3429) 2 лет назад
node_kind.def c4864aa2ff Split out and/or operator handling from infix. (#3480) 2 лет назад
node_kind.h 5020fdb3be Use abbreviation "decl" instead of "declaration" (#3382) 2 лет назад
parse_fuzzer.cpp cafcd88882 Split lexing logic and storage to separate files. (#3365) 2 лет назад
precedence.cpp 11ca083855 Use abbreviation "expr" instead of "expression" (#3375) 2 лет назад
precedence.h 35d15a390c Remove nodiscard uses. (#3418) 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 c4864aa2ff Split out and/or operator handling from infix. (#3480) 2 лет назад
state.h 5020fdb3be Use abbreviation "decl" instead of "declaration" (#3382) 2 лет назад
tree.cpp 50071532fe Refactor state construction and change how the decl loop makes state. (#3467) 2 лет назад
tree.h c6bc2cbb3d Rename IndexBase -> IdBase, ComparableIndexBase -> IndexBase. (#3436) 2 лет назад
tree_node_location_translator.h 332a368cee Rename Parse::Node -> Parse::NodeId. (#3432) 2 лет назад
tree_test.cpp 6e65a30b5d Rename `ParamList` to `TuplePattern` (#3479) 2 лет назад