Open aboodman opened 5 years ago
What happens in the last Println
?
Oh sorry, it crashes, complaining that it doesn't expect #
after b:
.
That is, it doesn't make it to the final Println
.
Both the BNF and parseValue
is missing support for Ref
:
I don’t remember if this was intentional or just an oversight?
Does the current human-readable serialization compatible with adding the support? Or would it need to be changed?
On Mon, Jul 29, 2019 at 8:42 AM Erik Arvidsson notifications@github.com wrote:
Both the BNF and parseValue is missing support for Ref:
I don’t remember if this was intentional or just an oversight?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/attic-labs/noms/issues/3851?email_source=notifications&email_token=AAATUBHYJFER4UGOXPQAB53QB422DA5CNFSM4IHK2PPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3BUMPY#issuecomment-516113983, or mute the thread https://github.com/notifications/unsubscribe-auth/AAATUBESIMMDNMILXSL7Y7LQB422DANCNFSM4IHK2PPA .
The current human-readable serialization looks fine and should have no grammar ambiguities.
@arv - am I missing something?