bqnpad
bqnpad copied to clipboard
Reference to repository out of date?
We're looking to set up a BQN track for Exercism and are thinking of using your codemirror plugin for syntax highlighting. While poking around I noticed that the repository referred to here seems not to exist. Was there a plan to make this a separate repository or should this be pointing at bqnpad
instead of lang-bqn
?
Thanks
The plan was to make this a separate repository as the need arise.
let me know how you’d prefer consuming lang-bqn
It looks like having it be a published package like lang-julia would be easiest. Some cursory googling looks like neither bqnpad nor lang-bqn have been published.
I imagine not separating out lang-bqn mostly means sparing some bloat for the Exercism container running this but I doubt it’s a major concern here.
Would you consider publishing lang-bqn? I don’t think this would require having a separate repository.
Actually it looks like you published lang-julia! :D
Ok, so lezer-bqn and lang-ban needs to be published then. It'd require to do some work to update it to recent lezer and codemirror versions.
Okay. FWIW, the CHANGELOG for lezer/lr doesn’t list any breaking changes since 0.15.0. So it might just work as is.
ok, lezer-bqn and lang-bqn on npm
let me know if this works for you and if any further fixes are needed
looking forward to BQN excercism track!
Awesome! Thanks very much!