masak / bel

An interpreter for Bel, Paul Graham's Lisp language
GNU General Public License v3.0
27 stars 1 forks source link

Make fastfuncs check for overargs and underargs #334

Open masak opened 3 years ago

masak commented 3 years ago

fastfunc__sr_lt is an example of a function that doesn't do this. There are likely many others.

With tests.