0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Jan 30, 2025 — Jan 30, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
switched to more idiomatic ns form More... almost 14 years ago
started parsing of LetExpr (including loop support) More... almost 14 years ago
implemented LetFnExpr More... almost 14 years ago
replaced a few needless anonymous functions wrapping protocol methods More... almost 14 years ago
moved Method/getMethod variables to helpers More... almost 14 years ago
added NewExpr More... almost 14 years ago
implemented ThrowExpr More... almost 14 years ago
added MonitorEnterExpr, MonitorExitExpr and TryExpr More... almost 14 years ago
added test for import expression More... almost 14 years ago
new README file based on Markdown More... almost 14 years ago
implemented register-keyword, CaseExpr, BodyExpr and eval More... almost 14 years ago
implemented parsing if expressions More... almost 14 years ago
moved namespace-for and lookup-var back to clojure.compiler, lots of bug fixes, more idiomatic clojure code, added macroexpand More... almost 14 years ago
ignoring tags file More... almost 14 years ago
added analyze and tests for analyzing literal expressions More... almost 14 years ago
added parse invoke expr More... almost 14 years ago
added InvokeExpr More... almost 14 years ago
added KeywordInvokeExpr More... almost 14 years ago
added SetExpr and VectorExpr More... almost 14 years ago
added ListExpr and MapExpr More... almost 14 years ago
added BooleanExpr, StringExpr, EmptyExpr, ConstantExpr More... almost 14 years ago
added NumberExpr, UnresolvedVarExpr, emit-constant and emit-keywords More... almost 14 years ago
some refactoring, added StaticMethodExpr More... almost 14 years ago
added static field and instance method More... almost 14 years ago
starting to add host expression parser More... almost 14 years ago
added maybe-class and tag-to-class More... almost 14 years ago
added emit-unbox-arg More... almost 14 years ago
aded keyword, import expr and emit boxed return More... almost 14 years ago
added var expression More... almost 14 years ago
added assign expression More... almost 14 years ago