The Wayback Machine - https://web.archive.org/web/20201109095257/https://github.com/topics/polyglot
Skip to content
#

polyglot

Here are 215 public repositories matching this topic...

graemerocher
graemerocher commented Oct 2, 2019

Currently register looks like:

   private static <T> void register(Map<T, T> substitutions, T annotated, T original, T target) {
        if (annotated != null) {
            guarantee(!substitutions.containsKey(annotated) || substitutions.get(annotated) == original || substitutions.get(annotated) == target, "Already registered: %s", annotated);
            substitutions.put(annotated,

Improve this page

Add a description, image, and links to the polyglot topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the polyglot topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.