summaryrefslogtreecommitdiff
path: root/src/cuchaz/enigma/analysis/Analyzer.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-08-10completely re-wrote token recognizer to bootstrap from Procyon's ASTGravatar jeff1-263/+0
changed imports to guava instead of whatever collections library happened to be on my classpath
2014-08-07started working on recognition of non-class member identifiers in the sourceGravatar jeff1-39/+52
got class extends,implements working and argument,field types added filtering to make sure highlighted class names are actually classes in the jar
2014-07-26got rid of temp debug tracesGravatar jeff1-2/+0