Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
sexpr
v0.1.2
Sexpr
Body
Node
Parser
Terms
Built with Crystal 1.9.2
2023-10-08 13:28:00 UTC
module
Sexpr
Extended Modules
Sexpr
Defined in:
sexpr.cr
Constant Summary
VERSION
=
{{
(
`shards version`
).stringify.chomp }}
Instance Method Summary
#parse
(source : String) : Body
#remove_comments
(source : String) : String
Instance Method Detail
def
parse
(source : String) :
Body
#
[
View source
]
def
remove_comments
(source : String) : String
#
[
View source
]