nlsandler
nlsandler
Thanks for flagging this - I also see this issue in Firefox.
Hi Jens, Thanks for opening an issue, and sorry I've been slow to respond! What happens when you run your compiler against just one example program, without using the test...
Thanks for this PR! Unfortunately, it won't work together with [PR 3](https://github.com/nlsandler/write_a_c_compiler/pull/3), which also uses positional arguments. Would you mind updating this so it will still work properly when PR...
Thanks for bringing this up! I've added installation and usage instructions to the readme - let me know if you still have any trouble running it.
Basically, I targeted 32b because *An Incremental Approach to Compiler Construction* did. In retrospect, that wasn't a very good reason, but I probably won't have the chance to change it...
The sticking point for updating to 64-bit is actually that this is kind-of sort-of a reference implementation for a series of blog posts I'm writing, and I think switching to...
Thanks for reporting this. Nqcc doesn't handle preprocessing directives, but it would be nice if it did. It would be easy to adapt the wrapper script to just invoke the...
Took me a while to get around to this, but I've finally fixed it (by setting `flex` property directly on the divs containing these images). Thanks again for reporting it!
That's right - thank you for mentioning that, @debasish-dutta!
This breaks the `ocaml-setup` action, which depends on darcs. I don't think the @RaviAkshintala's workaround will get `ocaml-setup` working since that action actually executes `apt-get install darcs`.