Jumhyn / JumLang

Messing around with writing a compiler in Objective-C
0 stars 0 forks source link

No stdlib #1

Open tekknolagi opened 10 years ago

tekknolagi commented 10 years ago

I have a broken program but can't tell what's wrong because I can't print. Broken program to follow in another issue.

Jumhyn commented 10 years ago

Working on this, first need to add arrays and strings.

tekknolagi commented 10 years ago

How's progress?

On Fri, Jul 11, 2014 at 10:59 PM, Jumhyn notifications@github.com wrote:

Working on this, first need to add arrays and strings.

— Reply to this email directly or view it on GitHub https://github.com/Jumhyn/JumLang/issues/1#issuecomment-48803436.

Jumhyn commented 10 years ago

Arrays seem to be mostly working, and I'm implementing string literals right now. Then comes writing the LLVM code for the stdlib, which will initially consist of just a print function for a char*.

tekknolagi commented 10 years ago

Ah, wonderful.

On Fri, Jul 11, 2014 at 11:05 PM, Jumhyn notifications@github.com wrote:

Arrays seem to be mostly working, and I'm implementing string literals right now. Then comes writing the LLVM code for the stdlib, which will initially consist of just a print function for a char*.

— Reply to this email directly or view it on GitHub https://github.com/Jumhyn/JumLang/issues/1#issuecomment-48803519.