Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 322 Bytes

index.md

File metadata and controls

22 lines (16 loc) · 322 Bytes

SExpressions.jl

SExpressions.jl includes a roughly Racket-compatible parser for s-expressions.

Lists

Modules = [Lists]
Order   = [:function, :type]

Core Parser Interface

SExpressions.parse
SExpressions.parseall
SExpressions.parsefile