Internals
1. Tokenization
variable : foo number { operation : 1 plus 2 }{
"nodes": [
{
"args": [
"foo",
"number",
{
"args": [
"1",
"plus",
"2"
],
"command": "operation",
"type": "Command"
}
],
"command": "variable",
"type": "Command"
}
]
}SourceFileParser
SourceFileParser2. Rendering
RenderContext
RenderContextCommand
CommandCommandMetadata
CommandMetadata3. Merging
Last updated