gravicappa / shen-js

Shen on javascript.
Other
68 stars 12 forks source link

numerous REPL fixes #6

Closed xkxx closed 11 years ago

xkxx commented 11 years ago

Hi Gravicappa,

This pull request fixes the following bugs:

The following 2 files are changed:

shen-node.js, runtime-node/lib.js: adds checks for invalid values

PS: there is a bug when calling shenstr() with undefined values that gives weird symbols.

Regards,

xkxx