Skip to content

Commit

Permalink
Renamed MCC to Complexity #41
Browse files Browse the repository at this point in the history
  • Loading branch information
ResistantBear committed Feb 6, 2024
1 parent 017aed4 commit 5260a45
Show file tree
Hide file tree
Showing 20 changed files with 223 additions and 243 deletions.
14 changes: 7 additions & 7 deletions resources/Import-Grammars-Test/nodeTypesChanges_Reference.csv
Original file line number Diff line number Diff line change
Expand Up @@ -566,16 +566,16 @@ Name:;Added to language(s):;Removed from language(s):;Remains in language(s):;Us
"super";;kt;java,js,ts;;
"null";;kt;js,php,ts,cpp;;
"object";;kt,php;js,ts;;
"arrow_function";php;;js,ts;mcc,functions;
"throw_expression";php;;cs;mcc;
"arrow_function";php;;js,ts;complexity,functions;
"throw_expression";php;;cs;complexity;
"enum_declaration";php;;cs,java,ts;classes;
"intersection_type";php;;ts;;
"argument";php;;cs;;
"attribute";php;;cs,py,cpp;;
"attribute_list";php;;cs;;
"binary_expression_??";php;;cs,js,ts;mcc;
"binary_expression_??";php;;cs,js,ts;complexity;
"global";;php,ts,py;cs;;
"throw_statement";;php;cs,java,js,ts,cpp;mcc;
"throw_statement";;php;cs,java,js,ts,cpp;complexity;
"array";;php;js,ts;;
"class_modifier";;php;kt;;
"list";;php;py;;
Expand All @@ -598,8 +598,8 @@ Name:;Added to language(s):;Removed from language(s):;Remains in language(s):;Us
"binary_expression_|";;py;cs,go,java,js,php,ts,cpp;;
"binary_expression_%";cpp;;cs,go,java,js,php,ts;;
"binary_expression_<=>";cpp;;php;;
"binary_expression_and";cpp;;php;mcc;
"binary_expression_or";cpp;;php;mcc;
"binary_expression_xor";cpp;;php;mcc;
"binary_expression_and";cpp;;php;complexity;
"binary_expression_or";cpp;;php;complexity;
"binary_expression_xor";cpp;;php;complexity;
"else_clause";cpp;;js,php,ts,py;;
"variadic_parameter";cpp;;php;;
Loading

0 comments on commit 5260a45

Please sign in to comment.