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
Fix the stringify() function to also escape newlines on conditionals.
Various fixes to "pipe syntax" for arrays, optionals and alternations;
having a "blank" entry separated by pipes (e.g. a trailing or leading pipe)
would cause matching issues. These have been fixed and a syntax error is
given if this is detected at parsing time.
Added additional documentation for the usage of deparse() and related
functions to the eg/deparse directory.