Meld Documentation
Meld is a simple scripting language designed to work within markdown-like documents. It processes special @directive lines while preserving all other content as-is.
Documentation Structure
- Introduction to Meld - Overview and basic concepts
- Grammar Reference - Complete syntax reference
- Directives - Detailed documentation for each directive
- Variables - Working with different variable types
- Error Handling - Understanding how errors work in Meld
Getting Started
If you're new to Meld, start with the Introduction to learn the basic concepts.
For CLI usage information, check the CLI Usage guide.
If you're integrating Meld into your application, see the SDK Usage documentation.
Implementation Notes
This documentation is based on the actual implementation of Meld. The directive handlers, variable resolvers, and error handling mechanisms described here match the codebase's functionality. If you encounter any discrepancies or have questions about specific features, please refer to the tests in the repository for detailed examples of supported functionality.