class

Seal::Preprocessor

Inherits Reference < Object

Constants

ALIASES = {"@@" => "\\$*$"}
BRACKET_PAIRS = {'(' => ')', ')' => '(', '[' => ']', ']' => '[', '{' => '}', '}' => '{', '<' => '>', '>' => '<'}

Class methods

mirror_char(c : Char) : Char
Source
process(source : String) : String
Source