HuoLanguage / huo

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

Revamp parser #53

Closed TheLoneWolfling closed 8 years ago

TheLoneWolfling commented 8 years ago

Current problems:

  1. true / false don't work.
  2. ?
incrediblesound commented 8 years ago

Weird, I was using them quite a bit, how were you using them such that they didn't work?

TheLoneWolfling commented 8 years ago

On second thought, this is rather borked:

:huo:> 1
1
:huo:> (+ 1 1)
1
:huo:> a
1
:huo:> sd
1
:huo:> g
1
TheLoneWolfling commented 8 years ago

Well, I fixed the borkiness at least.

As for "how were you using them such that they didn't work?", this branch doesn't have true / false as keywords or anything similar at the moment.

I think I misphrased my "what doesn't work" statement. That is "what doesn't work on this branch", not "what is fixed on this branch".

Except that true/false are now fixed.

incrediblesound commented 8 years ago

Ah OK I understand now, I will merge it in tonight or tomorrow morning and do some testing.