Expand description
General parsing utilities for both the beet cli and various macros.
Modulesยง
- derive
- exports
- lang
- Module for
script,style,codeand any other language snippets that require special processing like deduplication or modification. - parse_
rsx_ tokens - prelude
- tokenize
- Tokenizing is the process of converting a tree-like structure
into a single [
TokenStream], usually representing an instantiatedBundleof the structure. - utils