Module: Vernacular::AST
- Defined in:
- lib/vernacular/ast.rb,
lib/vernacular/ast/version.rb,
lib/vernacular/ast/modifier.rb,
lib/vernacular/ast/ast_parser.rb,
lib/vernacular/ast/modifiers/typed_method_args.rb,
lib/vernacular/ast/modifiers/typed_method_returns.rb
Overview
Extends Vernacular to support rewriting the AST
Defined Under Namespace
Modules: Modifiers Classes: ASTParser, Modifier
Constant Summary collapse
- PARSER_PATH =
File.('ast/parser.rb', __dir__).freeze
- VERSION =
'0.1.1'