Ruin0x11 / janet-mode

Emacs mode for Janet (https://github.com/janet-lang/janet)
GNU General Public License v3.0
4 stars 2 forks source link

lisp-eval-defun fails if splice shorthand is used (;) #1

Open livtanong opened 4 years ago

livtanong commented 4 years ago

The error is something about unbalanced parens, and I bet it's because ; is interpreted as a comment.

livtanong commented 4 years ago

For now the workaround is to just use the non-shorthand version (splice foo).