Talk:S-expressions: Difference between revisions

m
(→‎lisp solutions: new section)
Line 177:
== lisp solutions ==
 
the lisp solutions demonstrate the steps needed to actually read an s-expressionsexpression from a string, but for those interested in learning how to write a simple parser in lisp it would also be nice if we could also have solutions that re-implement a parser with basic lisp tools. assume for example the s-expressions are written with [] instead of ().
 
how would a parser look like that turns
Anonymous user