nqcc
nqcc copied to clipboard
A compiler for a tiny (but growing!) subset of C, written in OCaml.
Hi, so I read your tutorial on how to write a C compiler [here](https://norasandler.com/2017/11/29/Write-a-Compiler.html) and came up with my own language, [Coco](https://github.com/RealAAbraham/Coco). I am not sure whether my Lexing or...
@nlsandler , Hi Many thanks for stacking this up on the Internet and for all your efforts into it. I was looking for something along this part when I came...
am trying to use #include but when i compile via nqcc it throws a error
Hi Nora, I really appreciate your approach on compiler writing. I want to test your files, but I am getting all the time the same message: ./test_examples.sh: line 8: examples/vars/ex3:...
I installed the compiler and ran make to see this error. ``` ocaml setup.ml -configure Cannot find file topfind. Unknown directive `require'. make: *** [Makefile:34: setup.data] Error 2 ``` Could...