mirror of
https://github.com/AdaCore/langkit.git
synced 2026-02-12 12:28:12 -08:00
This leaves an unimplemented "langkit.lkt_lowering.create_nodes" function and a "nodes_from_lkt" switch that tests can use to enable the import of node definitions (nodes, fields, env specs, properties) from Lkt files rather than from the Python DSL. Once the transition to Lkt is over, this switch will disappear. TN: RA22-015