We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cdc6c7 commit 3103ff9Copy full SHA for 3103ff9
README.md
@@ -27,7 +27,7 @@ handling simple tokens and generates a custom node type representing EDN forms:
27
```clojure
28
(require '[rewrite-clj.parser :as p])
29
30
-(p/parse-string "(defn my-function [a]\n (* a 3))"
+(def form (p/parse-string "(defn my-function [a]\n (* a 3))"))
31
;; => <list:
32
;; (defn my-function [a]
33
;; (* a 3))
0 commit comments