Discover Packages
github.com/DarkDNA/soy
parse
package
Version:
v0.0.0-...-4dafff4
Opens a new window with list of versions in this module.
Published: Aug 20, 2017
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package parse converts a soy template into its in-memory representation (AST)
Expr returns the parsed representation of the given soy expression.
An expression is basically anything that you can put inside a print tag.
For example, string, list or map literals, arithmetic, boolean operations, etc.
SoyFile parses the input into a SoyFileNode (the AST).
The result may be used as input to a soy backend to generate HTML or JS.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.