Re: [Readable-discuss] Error when no empty line at end of file
Readable Lisp/S-expressions with infix, functions, and indentation
Brought to you by:
dwheeler
From: David A. W. <dwh...@dw...> - 2014-10-11 21:39:51
|
On Fri, 3 Oct 2014 02:18:32 +0200, martijn brekelmans <tij...@ms...> wrote: > I'm trying out readable, and I'm already finding it brilliant. Thanks! > I found a little bug however, in common lisp, when the file doesn't end with an empty line, it will throw an Error, Error: Unexpected text after n-expression. > > Code can be found here > > When I add a newline at the end of the file, all works well again. I'm using GNU CLISP 2.49. I've been unable to reproduce the bug using clisp version 2.48. Your code works as expected on my systems. Can you give me more info on your setup? --- David A. Wheeler |