obriencj / python-sibilant

A dialect of Lisp compiling to Python bytecode
GNU Lesser General Public License v3.0
7 stars 1 forks source link

Fix #fmt #220

Closed obriencj closed 4 years ago

obriencj commented 4 years ago

The #fmt macro had some terrible regex-based parsing. Remove that and use some slightly augmented reader parsing instead.

Closes #212