Max Wash 80e001cdc1 lang: add user args to ast iterator; combine pre/post-order traversal modes
the caller can now provide a pointer arg to ivy_ast_node_iterate, which will
be forwarded to the specified callback function each time it is called.

the iterator now behaves similarly to fts, in that it visits each node
in both pre-order and post-order, and indicates to the callback whether
the current iteration is pre- or post-order.
2025-04-14 12:24:42 +01:00
2025-04-14 09:43:31 +01:00
2025-04-13 19:25:23 +01:00
2024-12-16 20:57:30 +00:00
2024-12-16 20:57:30 +00:00
2024-11-01 21:41:44 +00:00
Description
Embeddable, message-based scripting language
1 MiB
Languages
C 96.7%
Vim Script 2%
CMake 1.3%