emilywoods / emerald

💎 A Ruby language with Lisp syntax

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

String parsing

lpil opened this issue · comments

Emerald::Parser.new(' "this is a string" ').parse

returns:

[Emerald::String.new('"this is a string"')]