pnathan / pp-toml

Paul's Parser for Tom's Own Minimal Language
https://github.com/mojombo/toml
Other
19 stars 3 forks source link

ecl compilation failure: "FORM" is an illegal character name #20

Closed kat-co closed 2 years ago

kat-co commented 2 years ago

https://github.com/pnathan/pp-toml/blob/5a65c1855b15ddf370d140f7cd75f5a9dbae40c3/pp-toml.lisp#L101-L102

pnathan commented 2 years ago

thanks!

pnathan commented 2 years ago

quick question @kat-co - is ECL relatively straightforward to compile and run on Linux these days?

kat-co commented 2 years ago

I don't really know. I use guix's package. That probably looks pretty busy, but most of it is modifying the installed path to meet Guix's reproducibility guarantees and unique path layout. Otherwise it looks pretty straightforward? If you're interested, you can run Guix as a package manger on any distro.

Also, I actually don't use ecl, but I do derive Guix ecl packages from the SBCL counterparts for the greater good. I've tried it recently and everything went just fine.

I hope that helps!

kat-co commented 2 years ago

I can confirm that #21 fixes this issue. Thank you very much!

kat-co commented 2 years ago

Ping!

pnathan commented 2 years ago

@kat-co apologies.

kat-co commented 2 years ago

No apologies needed; life gets busy! Thanks for the fix!