Transmutation of Languages
Expressions in elixir
Rules for understanding languages
elixir: Transmutation of languages
Apply a function over expressions
Make a list of expressions
Find patterns in expressions
Replace patterns within expressions
Get or set a subexpression
Convert an expression into a string
Code generation from template file
Reindent some lines of code
Assign to part of an expr_alt.
Translate an R expression
Tools for transforming 'R' expressions. Provides functions for finding, extracting, and replacing patterns in 'R' language objects, similarly to how regular expressions can be used to find, extract, and replace patterns in text. Also provides functions for generating code using specially-formatted template files and for translating 'R' expressions into similar expressions in other programming languages. The package may be helpful for advanced uses of 'R' expressions, such as developing domain-specific languages.
Useful links