Add new AST API.

This commit is contained in:
Stephen Chung
2020-07-06 10:02:54 +08:00
parent a27f89b524
commit 495d202af4
2 changed files with 46 additions and 18 deletions

View File

@@ -24,6 +24,7 @@ New features
* `Engine::disable_symbol` to surgically disable keywords and/or operators.
* `Engine::register_custom_operator` to define a custom operator.
* New low-level API `Engine::register_raw_fn`.
* `AST::clone_functions_only`, `AST::clone_functions_only_filtered` and `AST::clone_statements_only` to clone only part of an `AST`.
Version 0.16.1