summaryrefslogtreecommitdiff
path: root/src/cuchaz/enigma/analysis/Token.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-06-30Json format (#2)Gravatar lclc981-56/+0
* Added new format * Fixed bug * Updated Version
2015-04-19relicense Enigma as LGPLv0.10.4_betaGravatar Cuchaz1-4/+4
2015-01-13source format changeGravatar jeff1-25/+16
don't hate me too much if you were planning a big merge. =P
2014-10-09reverting to GPL licenseGravatar jeff1-3/+3
2014-10-08relicense as LGPLGravatar jeff1-3/+3
2014-09-28added proper support for renaming constructorsGravatar jeff1-0/+10
2014-08-20finished reference navigation system. Still need to debug and polish it, but ↵Gravatar jeff1-0/+6
the basic idea seems to work. =)
2014-08-10completely re-wrote token recognizer to bootstrap from Procyon's ASTGravatar jeff1-11/+29
changed imports to guava instead of whatever collections library happened to be on my classpath