Closed alexaandru closed 1 year ago
No problem; this is fine, thanks. In fact, this is a bug in Fennel itself; you get the same problem putting that table into the Fennel repl outside antifennel. The root cause is probably in src/fennel/view.fnl
.
This should be fixed in 8404556; thanks for reporting.
Awesome & you're most welcome! Cheers! :-)
First of all, apologies if this is not the right place for reporting bugs related to fnlfmt. I would appreciate if you pointed me to the right place if that's the case.
Now for the actual issue:
Given an
x.fnl
file containing:fnlfmt x.fnl
produces{:@foo.bar 42}
which then throwsx.fnl:1:2 Parse error: invalid character: @
error. I useFennel 1.3.1-dev on PUC Lua 5.4
andfnlfmt version 0.3.1-dev
.