etaoins / llambda

Scheme R7RS frontend for LLVM
Other
68 stars 6 forks source link

Allow square bracketed lists #32

Closed etaoins closed 10 years ago

etaoins commented 10 years ago

Like in Racket we should allow lists to be delimited with [] in addition to the normal (). This gives the developer more options to visual distinguish program parts. In particular, Typed Racket uses it for type annotations by convention.

This would ideally be disabled in the R7RS dialect but that's not strictly required.

etaoins commented 10 years ago

Implemented in master for both R7RS and Llambda dialects