adam mcdaniel

Results 41 comments of adam mcdaniel

For passing arguments to the interpreter, I mean.

How would these be represented in the backend? Until we support using integers or characters as the de-facto representation of data on the memory tape, I think that we cant...

How do you think we should make the change from doubles to bytes in memory? I think that we should just introduce `push_double`, `push_int`, `push_byte`, `pop_double`, `pop_int`, `pop_byte` functions where...

Hello. Thank you so much for exploring my compiler, it means a lot to me that someone would want to use it for a personal project. Let me address your...

That's absolutely wonderful. I'm really excited to see how well your new Target implementation goes. If you have any questions, I can definitely help. How is it working so far?...

That's absolutely incredible. With the `bf.ok` file, do you think it's a problem with your Target implementation, or are you worried that there is a problem with the Oak compiler...

Maybe we should add a `fn max_mem_capacity(&self) -> Option;` method to the `Target` trait, and throw an `AsmError` when assembling an `AsmProgram`. This would be really simple to add.

I can't believe every other example works though, thats absolutely incredible. I'm throroughly impressed that someone else was able to add another backend, which compiles to _**psuedo 8086 assembly, no...

This is unbelievable!!!! Does the new MAR implementation work with the automatic memory management pull request?? I'm very interested to see a demo or video of the MAR version in...

Is it just the generated code that builds and tears down the stack that you don't like? In that case I think the best course of action would be to...