Reserve |> and <| symbols.

This commit is contained in:
Stephen Chung
2022-08-18 16:59:54 +08:00
parent b35a9762fb
commit 1bba34b9b7
2 changed files with 13 additions and 1 deletions

View File

@@ -65,6 +65,7 @@ Enhancements
* The code base is cleaner by running it through Clippy.
* `ParseError::err_type` and `ParseError::position` are added for convenience.
* The source of an `AST` compiled from a script file is set to the file's path.
* `|>` and `<|` are now reserved symbols.
Version 1.8.0