Idorobots / spartan

A small Lisp dialect that serves me as a test bed for programming language features.
MIT License
14 stars 3 forks source link

Validate lambda formals. #131

Closed Idorobots closed 3 years ago

Idorobots commented 3 years ago

Disallow having two formal arguments of the same name. Disallow using reserved language keywords as formals, etc.