aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2016-01-27Merge pull request #100 from MovingtoMars/float_printAndrew Kelley
2016-01-28basic float printingMovingtoMars
2016-01-27Merge remote-tracking branch 'origin/master'Andrew Kelley
2016-01-27move AST rendering code to separate fileAndrew Kelley
2016-01-28simple malloc and free using mmapMovingtoMars
2016-01-27upgrade to the libclang C++ APIAndrew Kelley
2016-01-21number literal reworkAndrew Kelley
2016-01-18Revert "delete parseh"Andrew Kelley
2016-01-15delete parsehAndrew Kelley
2016-01-07add ?? maybe unwrapping binary operatorAndrew Kelley
2016-01-06fix undefined reference to memcpy in release modeAndrew Kelley
2016-01-06support pub structs. move rand to std lib.Andrew Kelley
2015-12-10provide std.zig and add it to import pathsAndrew Kelley
2015-12-10add inline assembly supportAndrew Kelley
2015-12-08parseh: add c header filesAndrew Kelley
2015-12-03parseh command, parses a C .h file and produces extern declsAndrew Kelley
2015-12-01colored error messages that tell the source fileAndrew Kelley
2015-11-30refactor code to prepare for multiple filesAndrew Kelley
2015-11-30factor analysis code out of codegenJosh Wolfe
2015-11-27rename standalone.cpp to run_tests.cppAndrew Kelley
2015-11-26add testsAndrew Kelley
2015-11-25build: improve findllvm scriptAndrew Kelley
2015-11-24cleanupAndrew Kelley
2015-11-24fix not using subtarget featuresAndrew Kelley
2015-11-24hello world example workingAndrew Kelley
2015-11-24write object file and fix void return typeAndrew Kelley
2015-11-23semantic analysis checks for multiple definitions of functionsAndrew Kelley
2015-11-23delete parser generator. let's try recursive descentAndrew Kelley
2015-11-05experiment with being a linkerAndrew Kelley
2015-11-04progress toward more complex parser genAndrew Kelley
2015-11-03parser generator beginningsAndrew Kelley
2015-08-05preprocessor runs onceAndrew Kelley
2015-08-05read a fileAndrew Kelley
2015-08-05input outputAndrew Kelley
2015-08-05link against LLVMAndrew Kelley