kozily / admin

Tasks, project documentation and wiki repository
0 stars 0 forks source link

Ambiguous parse tree on cons'es #161

Closed andres-arana closed 6 years ago

andres-arana commented 6 years ago

When nested cons'es are used, we sometimes get an ambiguous parse tree. This can be solved by extracting cons binary operations out of the lists literals, so that we can specify we only accept conses on the right side of the const pattern.