Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^2: Parsing Emacs Lisp sexpr?

by perlancar (Hermit)
on Apr 09, 2020 at 03:03 UTC ( [id://11115257]=note: print w/replies, xml ) Need Help??


in reply to Re: Parsing Emacs Lisp sexpr?
in thread Parsing Emacs Lisp sexpr?

Aside from the vector syntax, Data::SExpression also currently cannot handle the unquoted @ symbol:

(@ . [(20181225 1438) ((emacs (24 3))) "multiple-inheritance prototype +-based objects DSL" tar ((:commit . "0a6189f8be42dbbc5d9358cbd447d471 +236135a2") (:authors ("Christopher Wellons" . "wellons@nullprogram.co +m")) (:maintainer "Christopher Wellons" . "wellons@nullprogram.com") +(:url . "https://github.com/skeeto/at-el"))])

By replacing with ( ) and @ with "@", the data parses.

2020-04-09 Athanasius fixed formatting of over-long code line.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11115257]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (5)
As of 2024-04-19 12:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found