MCPcopy Index your code
hub / github.com/clojure/clojure / parse

Method parse

src/jvm/clojure/lang/Compiler.java:2663–2665  ·  view source on GitHub ↗
(C context, Object form)

Source from the content-addressed store, hash-verified

2661
2662 static class Parser implements IParser{
2663 public Expr parse(C context, Object form) {
2664 return new MonitorExitExpr(analyze(C.EXPRESSION, RT.second(form)));
2665 }
2666 }
2667
2668}

Callers

nothing calls this directly

Calls 2

secondMethod · 0.95
analyzeMethod · 0.80

Tested by

no test coverage detected