| .. |
|
fuzzer_corpus
|
c555b39a2c
Rename parser dir to parse (#3178)
|
2 лет назад |
|
testdata
|
fe6f7b4330
Rename `Name` -> `IdentifierName` given that we have several other kinds of parse nodes that represent names. (#3453)
|
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
|
fada410559
Support declaration modifier keywords (#3412)
|
2 лет назад |
|
context.h
|
fada410559
Support declaration modifier keywords (#3412)
|
2 лет назад |
|
handle_array_expr.cpp
|
109e7889dd
Rename files to use abbreviations (#3389)
|
2 лет назад |
|
handle_base.cpp
|
7dffa0c7ec
Support for `base: T;`, `.base`, `x.base`. (#3450)
|
2 лет назад |
|
handle_binding_pattern.cpp
|
fe6f7b4330
Rename `Name` -> `IdentifierName` given that we have several other kinds of parse nodes that represent names. (#3453)
|
2 лет назад |
|
handle_brace_expr.cpp
|
0c0998d7cd
Error when passing StringRef to CARBON_DIAGNOSTIC. (#3431)
|
2 лет назад |
|
handle_call_expr.cpp
|
c53b248800
Abbreviate "parameter" -> "param" (#3392)
|
2 лет назад |
|
handle_code_block.cpp
|
c555b39a2c
Rename parser dir to parse (#3178)
|
2 лет назад |
|
handle_decl_name_and_params.cpp
|
fe6f7b4330
Rename `Name` -> `IdentifierName` given that we have several other kinds of parse nodes that represent names. (#3453)
|
2 лет назад |
|
handle_decl_scope_loop.cpp
|
9b194a31c9
Support modifiers on namespace, in theory. (#3462)
|
2 лет назад |
|
handle_expr.cpp
|
fe6f7b4330
Rename `Name` -> `IdentifierName` given that we have several other kinds of parse nodes that represent names. (#3453)
|
2 лет назад |
|
handle_function.cpp
|
fada410559
Support declaration modifier keywords (#3412)
|
2 лет назад |
|
handle_import_and_package.cpp
|
eae630a3db
Rename Lex::{Token,Line} -> Lex::{Token,Line}Index. (#3433)
|
2 лет назад |
|
handle_index_expr.cpp
|
109e7889dd
Rename files to use abbreviations (#3389)
|
2 лет назад |
|
handle_let.cpp
|
fada410559
Support declaration modifier keywords (#3412)
|
2 лет назад |
|
handle_namespace.cpp
|
fada410559
Support declaration modifier keywords (#3412)
|
2 лет назад |
|
handle_param.cpp
|
b8d4e2f41b
Binding pattern naming cleanup (#3410)
|
2 лет назад |
|
handle_paren_condition.cpp
|
eae630a3db
Rename Lex::{Token,Line} -> Lex::{Token,Line}Index. (#3433)
|
2 лет назад |
|
handle_paren_expr.cpp
|
c53b248800
Abbreviate "parameter" -> "param" (#3392)
|
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
|
fada410559
Support declaration modifier keywords (#3412)
|
2 лет назад |
|
handle_type.cpp
|
2715e2276e
Parsing and basic checking for `abstract class` and `base class`. (#3385)
|
2 лет назад |
|
handle_var.cpp
|
fada410559
Support declaration modifier keywords (#3412)
|
2 лет назад |
|
node_kind.cpp
|
0d618b1278
Tidy up lint issues. (#3429)
|
2 лет назад |
|
node_kind.def
|
fe6f7b4330
Rename `Name` -> `IdentifierName` given that we have several other kinds of parse nodes that represent names. (#3453)
|
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
|
a970b1e587
Require `extend` before `base: BaseType;` (#3459)
|
2 лет назад |
|
state.h
|
5020fdb3be
Use abbreviation "decl" instead of "declaration" (#3382)
|
2 лет назад |
|
tree.cpp
|
fada410559
Support declaration modifier keywords (#3412)
|
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
|
fe6f7b4330
Rename `Name` -> `IdentifierName` given that we have several other kinds of parse nodes that represent names. (#3453)
|
2 лет назад |