You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -405,6 +405,8 @@ the source text more closely.
405
405
* 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)
406
406
*`@.` is not lowered to `@__dot__` inside the parser (#146)
407
407
* 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)
0 commit comments