aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Expand)Author
2015-12-15when linking with libc use the C runtime libraryAndrew Kelley
2015-12-13fix incorrect debug info path to importsAndrew Kelley
2015-12-03parseh command, parses a C .h file and produces extern declsAndrew Kelley
2015-12-03add labels and gotoAndrew Kelley
2015-12-01add --color cli arg to override tty detectionAndrew Kelley
2015-11-30closer to multiple files workingAndrew Kelley
2015-11-30refactor code to prepare for multiple filesAndrew Kelley
2015-11-30factor analysis code out of codegenJosh Wolfe
2015-11-27add root export declaration which is overridable by command line optionsAndrew Kelley
2015-11-27add pub and export visibility modifiers and optimizationAndrew Kelley
2015-11-25fix the remaining TODOs in the sourceAndrew Kelley
2015-11-24debug/release modeAndrew Kelley
2015-11-24debug information for functionsAndrew Kelley
2015-11-24add unreachable expressionAndrew 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-23parsing hello.zig example with recursive descentAndrew Kelley
2015-11-06generated parser understands tuplesAndrew Kelley
2015-11-05delete ELF parsing codeAndrew 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-11-02building part of the hello world ASTAndrew Kelley
2015-11-01tokenizing hello.zigAndrew Kelley
2015-08-23some half done thing I forgot about ¯\_(ツ)_/¯Andrew Kelley
2015-08-05preprocessor runs onceAndrew Kelley
2015-08-05preprocessor detects #include directivesAndrew Kelley
2015-08-05tokenizeAndrew Kelley
2015-08-05read a fileAndrew Kelley