-
Updated
Sep 28, 2020 - C++
rename
Here are 246 public repositories matching this topic...
-
Updated
Oct 9, 2020 - JavaScript
-
Updated
Apr 23, 2020 - Rust
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Sep 9, 2020 - JavaScript
-
Updated
Oct 11, 2020 - C#
-
Updated
Aug 15, 2020 - C++
-
Updated
Oct 9, 2020 - Go
-
Updated
Aug 9, 2020 - TypeScript
-
Updated
Mar 13, 2018 - JavaScript
-
Updated
May 30, 2020 - C++
-
Updated
Sep 26, 2020 - JavaScript
-
Updated
Sep 19, 2020 - Python
-
Updated
Jan 28, 2020 - JavaScript
-
Updated
Jul 5, 2020 - PHP
-
Updated
Sep 28, 2020 - TypeScript
-
Updated
Mar 12, 2018 - Ruby
-
Updated
Sep 13, 2020 - JavaScript
A yacc grammar may have the following
%union {
int integer;
}
%type <integer> rule
The integer is a field in the semantic stack, and the %type indicates that the listed rule "returns" that field.
c-xrefactory doesn't understand the %type declaration so a rename of the field will miss that occurrence.
-
Updated
Oct 12, 2020 - Emacs Lisp
Improve this page
Add a description, image, and links to the rename topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rename topic, visit your repo's landing page and select "manage topics."


Add CI on
pushtomainand whenever apull_requestisopened,reopenedorsynchronizedJobs:
npm testprettierto enforce code formatting