| .. |
|
fuzzer_corpus
|
c555b39a2c
Rename parser dir to parse (#3178)
|
2 years ago |
|
testdata
|
57a2715f10
Remove support for `addr` (#6375)
|
5 months ago |
|
BUILD
|
6cc5d7ed2a
Add an EnumMaskBase type (#6053)
|
7 months ago |
|
context.cpp
|
58de34e534
Decouple associated constants from let (#5973)
|
8 months ago |
|
context.h
|
84384cf126
Remove exceptions for `performance-enum-size` (#5370)
|
1 year ago |
|
coverage_test.cpp
|
e58ce3e1bb
Add coverage testing for parse node kinds. (#4436)
|
1 year ago |
|
dump.cpp
|
f6b98261e1
Allow dumping with a Parse::Context (#5936)
|
8 months ago |
|
dump.h
|
3ae62f8130
Rewrite Dump calls to use std::string returns (#5195)
|
1 year ago |
|
extract.cpp
|
9a6c74f0cd
Introduce FindIfOrNull() FindIfOrNone() and Contains() (#5322)
|
1 year ago |
|
handle.h
|
8428b86cfb
Update pre-commit clang-format version (#5825)
|
9 months ago |
|
handle_adapt.cpp
|
8c113c1241
Rename `Parse::State` to `Parse::StateKind` (#5249)
|
1 year ago |
|
handle_alias.cpp
|
8c113c1241
Rename `Parse::State` to `Parse::StateKind` (#5249)
|
1 year ago |
|
handle_array_expr.cpp
|
8c113c1241
Rename `Parse::State` to `Parse::StateKind` (#5249)
|
1 year ago |
|
handle_base.cpp
|
8c113c1241
Rename `Parse::State` to `Parse::StateKind` (#5249)
|
1 year ago |
|
handle_binding_pattern.cpp
|
57a2715f10
Remove support for `addr` (#6375)
|
5 months ago |
|
handle_brace_expr.cpp
|
43ffd721a4
Support `ref` tags on arguments to `ref` params (#6312)
|
5 months ago |
|
handle_choice.cpp
|
8c113c1241
Rename `Parse::State` to `Parse::StateKind` (#5249)
|
1 year ago |
|
handle_code_block.cpp
|
8c113c1241
Rename `Parse::State` to `Parse::StateKind` (#5249)
|
1 year ago |
|
handle_decl_definition.cpp
|
58de34e534
Decouple associated constants from let (#5973)
|
8 months ago |
|
handle_decl_name_and_params.cpp
|
705c95d6e0
Drop fn destroy support (#6136)
|
7 months ago |
|
handle_decl_scope_loop.cpp
|
26381f6eaf
Handle parsing of `require`...`impls` declarations (#6255)
|
6 months ago |
|
handle_expr.cpp
|
8166f9a7cf
Formalize Cpp as a PackageNameId (#6306)
|
5 months ago |
|
handle_function.cpp
|
8c113c1241
Rename `Parse::State` to `Parse::StateKind` (#5249)
|
1 year ago |
|
handle_if_expr.cpp
|
8c113c1241
Rename `Parse::State` to `Parse::StateKind` (#5249)
|
1 year ago |
|
handle_impl.cpp
|
26381f6eaf
Handle parsing of `require`...`impls` declarations (#6255)
|
6 months ago |
|
handle_import_and_package.cpp
|
8166f9a7cf
Formalize Cpp as a PackageNameId (#6306)
|
5 months ago |
|
handle_index_expr.cpp
|
8c113c1241
Rename `Parse::State` to `Parse::StateKind` (#5249)
|
1 year ago |
|
handle_let.cpp
|
58de34e534
Decouple associated constants from let (#5973)
|
8 months ago |
|
handle_match.cpp
|
8c113c1241
Rename `Parse::State` to `Parse::StateKind` (#5249)
|
1 year ago |
|
handle_namespace.cpp
|
8c113c1241
Rename `Parse::State` to `Parse::StateKind` (#5249)
|
1 year ago |
|
handle_paren_condition.cpp
|
bf32da8dad
Add missing standard library header inclusions (#5316)
|
1 year ago |
|
handle_paren_expr.cpp
|
43ffd721a4
Support `ref` tags on arguments to `ref` params (#6312)
|
5 months ago |
|
handle_pattern.cpp
|
8c113c1241
Rename `Parse::State` to `Parse::StateKind` (#5249)
|
1 year ago |
|
handle_pattern_list.cpp
|
8c113c1241
Rename `Parse::State` to `Parse::StateKind` (#5249)
|
1 year ago |
|
handle_period.cpp
|
8c113c1241
Rename `Parse::State` to `Parse::StateKind` (#5249)
|
1 year ago |
|
handle_require.cpp
|
26381f6eaf
Handle parsing of `require`...`impls` declarations (#6255)
|
6 months ago |
|
handle_requirement.cpp
|
8c113c1241
Rename `Parse::State` to `Parse::StateKind` (#5249)
|
1 year ago |
|
handle_statement.cpp
|
58de34e534
Decouple associated constants from let (#5973)
|
8 months ago |
|
handle_type.cpp
|
8c113c1241
Rename `Parse::State` to `Parse::StateKind` (#5249)
|
1 year ago |
|
handle_var.cpp
|
6a73387809
Remove requirement that the pattern in a `for` starts with `var`. (#5685)
|
10 months ago |
|
node_category.cpp
|
973d721916
Some more edits to EnumBase and EnumMaskBase (#6054)
|
7 months ago |
|
node_category.h
|
26381f6eaf
Handle parsing of `require`...`impls` declarations (#6255)
|
6 months ago |
|
node_ids.h
|
26381f6eaf
Handle parsing of `require`...`impls` declarations (#6255)
|
6 months ago |
|
node_kind.cpp
|
973d721916
Some more edits to EnumBase and EnumMaskBase (#6054)
|
7 months ago |
|
node_kind.def
|
57a2715f10
Remove support for `addr` (#6375)
|
5 months ago |
|
node_kind.h
|
b300f36e6f
Use `inline constexpr` where appropriate. (#6374)
|
5 months ago |
|
parse.cpp
|
58de34e534
Decouple associated constants from let (#5973)
|
8 months ago |
|
parse.h
|
57ef976802
Move dumping into the phase factory functions (#5747)
|
10 months ago |
|
parse_fuzzer.cpp
|
2de746e83c
Switch compile functions to use options structs (#5742)
|
10 months ago |
|
precedence.cpp
|
bf32da8dad
Add missing standard library header inclusions (#5316)
|
1 year ago |
|
precedence.h
|
26381f6eaf
Handle parsing of `require`...`impls` declarations (#6255)
|
6 months ago |
|
precedence_test.cpp
|
935715e704
Implement new precedence from #4075 (#4236)
|
1 year ago |
|
state.cpp
|
973d721916
Some more edits to EnumBase and EnumMaskBase (#6054)
|
7 months ago |
|
state.def
|
57a2715f10
Remove support for `addr` (#6375)
|
5 months ago |
|
state.h
|
8c113c1241
Rename `Parse::State` to `Parse::StateKind` (#5249)
|
1 year ago |
|
tree.cpp
|
6b5eb1a101
Id::Invalid -> Id::None (#4834)
|
1 year ago |
|
tree.h
|
7cac77119c
Support `import Cpp inline "some code";`. (#5904)
|
9 months ago |
|
tree_and_subtrees.cpp
|
fbc7690157
Switch `zip` to `zip_equal` where possible (#6389)
|
5 months ago |
|
tree_and_subtrees.h
|
bd4fbb4393
Expand use of CheckIRId stores (#5820)
|
9 months ago |
|
tree_test.cpp
|
2de746e83c
Switch compile functions to use options structs (#5742)
|
10 months ago |
|
typed_nodes.h
|
57a2715f10
Remove support for `addr` (#6375)
|
5 months ago |
|
typed_nodes_test.cpp
|
705c95d6e0
Drop fn destroy support (#6136)
|
7 months ago |