HuoLanguage / huo

interpreted language written in C
MIT License
212 stars 21 forks source link

read_file unbound keyword #46

Open TheLoneWolfling opened 8 years ago

TheLoneWolfling commented 8 years ago

Is it intentional that read_file can take an unbound keyword?

incrediblesound commented 8 years ago

Yes... but honestly I can't remember why I did that. I think that it is more consistent that it should take a value. I'll make that change.