Skip to content

anna-tedijanto/java-analyzer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

java-analyzer

The Java track project-auto-mentor analyzer using abstract syntax trees

Running in docker

To analyze a solution in docker,

  1. Build the image
docker build -t exercism/java-analyzer .
  1. Run the image
docker run -v -v <~/a/local/solution>:/solution <slug> /solution

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.7%
  • Other 0.3%