Cleaner

Software screenshot:
Cleaner
Dettagli del software:
Versione: 0.1
Data di caricamento: 3 Jun 15
Sviluppatore: Jon Rafkind
Licenza: Libero
Popolarità: 56

Rating: 1.0/5 (Total Votes: 1)

Cleaner è un beautifier Java che trasforma sintassi brutto in bello sintassi. La sintassi del codice Java viene analizzato con ANTLR e poi stampato sullo standard output.
Sorgente è incluso.
Qualcosa come questo:
 
     foo public void (String bar)
     {
          for (int x = 0; x <9; x ++)
          {
               System.out.println ("X =" + x);
          }
     }
 
Diventerà
 
     foo public void (String bar) {
          for (int x = 0; x <9; x ++) {
               System.out.println ("X =" + x);
          }
     }
Compilazione:
$ Ant
Correre:
$ Java -classpath cleaner.jar: lib / antlr.jar cleaner.Cleaner

Programmi simili

pytrace
pytrace

20 Feb 15

termdebug
termdebug

20 Feb 15

Accerciser
Accerciser

31 Oct 16

BuGLe
BuGLe

17 Feb 15

Altri software di sviluppo Jon Rafkind

Raptor
Raptor

2 Jun 15

Commenti a Cleaner

I commenti non trovato
Aggiungi commento
Accendere le immagini!