Language Elements
Textwire is designed to be intuitive for Go developers, offering a syntax that feels familiar while being tailored specifically for template usage. It's a standalone language with its own grammar designed for simplicity and ease of use.
📄️ Syntax
Textwire has a simple syntax that is easy to learn
📄️ Statements
Learn about different statements in Textwire, including if statements, variable declarations, use statements, insert statements, for loops, etc.
📄️ Expressions
You can find here all the information about expressions in Textwire
📄️ Literals
Learn about Textwire literals like string, int, float, bool, nil, array, objects, etc.
📄️ Other Information
Learn about trailing commas and comments in Textwire, including how to use them in arrays, objects, and function arguments