Brian-ED/rayed-bqn

make config be .bqn instead of .txt

Closed this issue · 3 comments

Config is currently just special syntax, I would rather have it be json since that's more known and more extendable for the future.

I just realized json doesn't allow duplicate keys and has troubles with backslashes in paths since you need escaping so I've decided i won't use that. Some other format would be nice though.

It doesn't allow comments either...

I've renamed since I've decided making it bqn syntax is the best way for an extendable config. I was worried about symbols being in a config but I'm not finding any reason for it being an issue.

the following commit implemented bqn config: af8062e