| .. |
|
fuzzer_corpus
|
de9d6e7546
Trim the parse tree fuzzer corpus using -merge=1 (#2785)
|
3 년 전 |
|
testdata
|
4ae0fa6f86
Adjust handling of cases where conditions are missing. (#3119)
|
2 년 전 |
|
BUILD
|
fa857e42be
Rename //testing/util to base (#3104)
|
2 년 전 |
|
__init__.py
|
bb521fdd5b
Switch the parse tree tests to lit (#2289)
|
3 년 전 |
|
parse_node_kind.cpp
|
97634a5e91
Switch ParseNodeKind to EnumBase (#2510)
|
3 년 전 |
|
parse_node_kind.def
|
a67aeb5724
Parser for array type. (#3075)
|
2 년 전 |
|
parse_node_kind.h
|
9751b4701d
Start node stack push/pop setting IdT based on ParseNodeKind. (#2985)
|
2 년 전 |
|
parse_tree.cpp
|
a692fb89a3
Rename //toolchain/common to base (#3101)
|
2 년 전 |
|
parse_tree.h
|
880b67b012
Clean up uncommented SmallVector size parameters. (#3006)
|
2 년 전 |
|
parse_tree_file_test.cpp
|
a2b4cabeaa
Switch the toolchain to the new CLI library. (#2979)
|
2 년 전 |
|
parse_tree_fuzzer.cpp
|
a93e621488
Add vfs support to toolchain. (#2888)
|
2 년 전 |
|
parse_tree_node_location_translator.h
|
a7c2885728
Clean up handling of incomplete line locations. (#3011)
|
2 년 전 |
|
parse_tree_test.cpp
|
fa857e42be
Rename //testing/util to base (#3104)
|
2 년 전 |
|
parser_context.cpp
|
4ae0fa6f86
Adjust handling of cases where conditions are missing. (#3119)
|
2 년 전 |
|
parser_context.h
|
4ae0fa6f86
Adjust handling of cases where conditions are missing. (#3119)
|
2 년 전 |
|
parser_handle_array_expression.cpp
|
a67aeb5724
Parser for array type. (#3075)
|
2 년 전 |
|
parser_handle_brace_expression.cpp
|
918c089e03
Add namespace support. (#2940)
|
2 년 전 |
|
parser_handle_call_expression.cpp
|
c9d2335a34
Refactor parser logic into separate files. (#2818)
|
3 년 전 |
|
parser_handle_code_block.cpp
|
c9d2335a34
Refactor parser logic into separate files. (#2818)
|
3 년 전 |
|
parser_handle_declaration_name_and_params.cpp
|
446b0ce4ae
Refactor declaration name context logic to its own class. (#2989)
|
2 년 전 |
|
parser_handle_declaration_scope_loop.cpp
|
918c089e03
Add namespace support. (#2940)
|
2 년 전 |
|
parser_handle_expression.cpp
|
fc5a9541ce
Update precedence rules to match design. (#3081)
|
2 년 전 |
|
parser_handle_function.cpp
|
918c089e03
Add namespace support. (#2940)
|
2 년 전 |
|
parser_handle_index_expression.cpp
|
049fbc1ee4
Handle malformed subscript expressions (#3064)
|
2 년 전 |
|
parser_handle_namespace.cpp
|
918c089e03
Add namespace support. (#2940)
|
2 년 전 |
|
parser_handle_package.cpp
|
918c089e03
Add namespace support. (#2940)
|
2 년 전 |
|
parser_handle_parameter.cpp
|
c9d2335a34
Refactor parser logic into separate files. (#2818)
|
3 년 전 |
|
parser_handle_paren_condition.cpp
|
4ae0fa6f86
Adjust handling of cases where conditions are missing. (#3119)
|
2 년 전 |
|
parser_handle_paren_expression.cpp
|
c9d2335a34
Refactor parser logic into separate files. (#2818)
|
3 년 전 |
|
parser_handle_pattern.cpp
|
b2084ea15d
Shift Parser from 'Identifier' to 'Name' naming (#2947)
|
2 년 전 |
|
parser_handle_period.cpp
|
c4b880c6ef
Parsing for pointer types and pointer operators. (#3026)
|
2 년 전 |
|
parser_handle_statement.cpp
|
4ae0fa6f86
Adjust handling of cases where conditions are missing. (#3119)
|
2 년 전 |
|
parser_handle_type.cpp
|
918c089e03
Add namespace support. (#2940)
|
2 년 전 |
|
parser_handle_var.cpp
|
918c089e03
Add namespace support. (#2940)
|
2 년 전 |
|
parser_state.cpp
|
a1ad39fa29
Introduce helpers to build enum-wrapping classes. (#2504)
|
3 년 전 |
|
parser_state.def
|
4ae0fa6f86
Adjust handling of cases where conditions are missing. (#3119)
|
2 년 전 |
|
parser_state.h
|
9e1a5cfaee
Reuse EnumBase for interpreter's Builtin enum (#2688)
|
3 년 전 |
|
precedence.cpp
|
7b22173cba
Add precedence rules for assignment operators to the precedence diagram. (#3083)
|
2 년 전 |
|
precedence.h
|
fc5a9541ce
Update precedence rules to match design. (#3081)
|
2 년 전 |
|
precedence_test.cpp
|
fc5a9541ce
Update precedence rules to match design. (#3081)
|
2 년 전 |