lispunion / code-formatter

Portable code formatting library. Format any Lisp from any Lisp.
MIT License
29 stars 7 forks source link

Generic S-expression parser #6

Open lassik opened 3 years ago

lassik commented 3 years ago

Given that all S-expression-based languages have broadly similar syntax, it doesn't make sense to write a different formatter for each of them. This project would be an opportunity to write a generic S-expression parser and put it to good use. I've been meaning to write such a thing for quite a while, so I can do this task.