HuoLanguage / huo

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

Add a hash table #36

Closed TheLoneWolfling closed 8 years ago

TheLoneWolfling commented 8 years ago

Note that currently said hash table is not actually used for anything.

But now it's there.

Among other things, it may be useful for the arguments map, and I'll probably add a commit that does so.


This also does a minor fix with the makefile that you may wish to cherry-pick. It's an obvious minor fix.