View source: R/compiler-parser.R
parse_einops_ast | R Documentation |
In the python implementation, they preprocess all 1's into () and then parse it into the equivalent of a GroupAstNode. Here, we won't do that
parse_einops_ast(tokens)
tokens |
EinopsTokenSequence object from the lexer |
EinopsAst object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.