Skip to content

Commit 8fb13c6

Browse files
committed
Minor doc addition for K"juxtapose" and return
1 parent ea8668f commit 8fb13c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,8 @@ the source text more closely.
405405
* The AST for `do` is flatter and not lowered to a lambda by the parser: `f(x) do y ; body end` is parsed as `(do (call f x) (tuple y) (block body))` (#98)
406406
* `@.` is not lowered to `@__dot__` inside the parser (#146)
407407
* Docstrings use the `K"doc"` kind, and are not lowered to `Core.@doc` until later (#217)
408+
* Juxtaposition uses the `K"juxtapose"` kind rather than lowering immediately to `*` (#220)
409+
* `return` without a value has zero children, rather than lowering to `return nothing` (#220)
408410

409411
### Containers for string-like constructs
410412

0 commit comments

Comments
 (0)