mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-19 22:23:14 +00:00
The original expand_node() body is migrated as follows: - Identifier -> fold_identifier() - FunctionCall -> fold_function_call() expand_defn() now manages states stack by itself, which simplifies lifetime parameters.