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
Since the parser is fairly well tested, we should just be able to mostly just test that round-tripping lisp data comes back correctly.
Some extra work will be needed to make sure that lists and a-lists are correctly handled; and there is a corner-case where
[[a,b],[c,d]] will be ambigous with {a:[b],c:[d]} when alists are in use. Perhaps we should have an option in the emitter to prevent detection of alists?
The text was updated successfully, but these errors were encountered:
Since the parser is fairly well tested, we should just be able to mostly just test that round-tripping lisp data comes back correctly.
Some extra work will be needed to make sure that lists and a-lists are correctly handled; and there is a corner-case where
[[a,b],[c,d]] will be ambigous with {a:[b],c:[d]} when alists are in use. Perhaps we should have an option in the emitter to prevent detection of alists?
The text was updated successfully, but these errors were encountered: