0
I Use This!
Inactive

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Mar 16, 2023 — Mar 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Additional while specs. More... over 12 years ago
Do..while loops work! More... almost 14 years ago
Added spec for while loops. More... almost 14 years ago
Figured out why the useless nil was there - I was checking for :leave instructions incorrectly. More... almost 14 years ago
Fixed a bug with branchunless, which makes the || operator work to an extent. It's inserting a useless nil though... odd. More... almost 14 years ago
Made if statements not print useless "else; nil;" branches More... almost 14 years ago
Added some more testables to the huge spec More... almost 14 years ago
Version bump to 0.9.0 More... almost 14 years ago
Version bump to 0.8.0 More... almost 14 years ago
Version bump to 0.7.0 More... almost 14 years ago
Version bump to 0.6.0 More... almost 14 years ago
Version bump to 0.5.0 More... almost 14 years ago
Version bump to 0.4.0 More... almost 14 years ago
Version bump to 0.3.0 More... almost 14 years ago
Version bump to 0.2.0 More... almost 14 years ago
Version bump to 0.1.0 More... almost 14 years ago
Version bump to 0.0.0 More... almost 14 years ago
Version bump to 0.0.0 More... almost 14 years ago
Making the "huge spec" more complicated (and thus more impressive!) More... almost 14 years ago
Added multiline optional argument proved tricker than anticipated. More... almost 14 years ago
Supporting a simple case of methods with optional arguments! More... almost 14 years ago
You can now pass in labels as the start/stop markers for decompile_body. More... almost 14 years ago
Added the one-line option for list sexps, and let all stringifications be given options to modify their output. More... almost 14 years ago
the "Useless dup" only has to be handled, it seems, for local variables in a top-level scope. More... almost 14 years ago
Sometimes branches, in top-level code, use :leave to exit the instruction sequence isntead of a jump past the unused branch. Icky. More... almost 14 years ago
Added support for the defined?() syntax. More... almost 14 years ago
Added support for assigning to constants w/ a base. More... almost 14 years ago
Added class variables. More... almost 14 years ago
Redefined the #simple? method to account for new Sexp types. More... almost 14 years ago
Removed branch. More... almost 14 years ago