Module Astrolabe::Sexp
In: lib/astrolabe/sexp.rb

This module provides a shorthand method to create a {Node} like `AST::Sexp`.

@see rubydoc.info/gems/ast/AST/Sexp

Methods

s  

Public Instance methods

Creates a {Node} with type `type` and children `children`.

[Validate]