module Sexpr::Parser::Terms

Defined in:

sexpr.cr

Constant Summary

LIST = /(#{SPACE})|[()]/
SPACE = /\s/
STRING = /"/