We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39be6cd commit c117f86Copy full SHA for c117f86
NEWS.rst
@@ -9,6 +9,8 @@ Removals
9
10
New Features
11
------------------------------
12
+* `eval` / `hy_eval` and `hy_compile` now accept an optional `compiler` argument
13
+ that enables the use of an existing `HyASTCompiler` instance.
14
* Keyword objects (not just literal keywords) can be called, as
15
shorthand for `(get obj :key)`, and they accept a default value
16
as a second argument.
0 commit comments