External links
Crystal implementation for RCL native implementation.
Core entrypoint: require "rcl/core" then use RCL::Core.parse + RCL::Core.to_object with AST/types from RCL.
require "rcl/core"
RCL::Core.parse
RCL::Core.to_object
RCL
Extended/backward-compatible entrypoint: require "rcl" keeps RCL.format, RCL.to_yaml, RCL.to_toml, RCL.to_hcl.
require "rcl"
RCL.format
RCL.to_yaml
RCL.to_toml
RCL.to_hcl
rcl.cr
Tue, 12 May 2026 17:10:02 GMT