TinyCompiler
TinyCompiler copied to clipboard
c compiler based on flex(lex), bison(yacc) and LLVM, supports LLVM IR and obj code generation. 基于flex,bison以及LLVM,使用c++11实现的类C语法编译器, 支持生成中间代码及可执行文件.
Results
2
TinyCompiler issues
Sort by
recently updated
recently updated
newest added
ASTNodes.h:6:23: fatal error: json/json.h: No such file or directory #include What I need to install to fix this? Tried to install those, did not help: ``` libjson-c-dev libjsoncpp-dev ```
cat test.c | compiler 请问,我在使用这个命令时,报告complier命令找不到?能告诉我解决方法吗?