You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working on a new library where I tried to use Redka as a database for the usage example I got the following error - error: grammar error in :s, unknown rule.
The example is using janet-redka, which depends on janet-resp (this).
While working on a new library where I tried to use Redka as a database for the usage example I got the following error -
error: grammar error in :s, unknown rule
.The example is using
janet-redka
, which depends onjanet-resp
(this).This is weird since
:s
is a built-in PEG pattern - https://janet-lang.org/docs/peg.html.Investigate what's going on and apply a fix if needed.
The Redka example in this repository works fine.
The text was updated successfully, but these errors were encountered: