Module: Astrolabe::Sexp
- Defined in:
- lib/astrolabe/sexp.rb
Overview
This module provides a shorthand method to create a Node like AST::Sexp
.
Instance Method Summary collapse
-
#s(type, *children) ⇒ Object
Creates a Node with type
type
and childrenchildren
.