aboutsummaryrefslogtreecommitdiff
path: root/src/parser.cpp
AgeCommit message (Expand)Author
2015-11-30add directive to specify root export versionAndrew Kelley
2015-11-30minor parser refactoringAndrew Kelley
2015-11-29inline PrimaryExpr ast nodeJosh Wolfe
2015-11-29merge conflictsJosh Wolfe
2015-11-29flatten expression ast to hide operator precedenceJosh Wolfe
2015-11-29function call names are expressionsAndrew Kelley
2015-11-29rename unary expression to prefix op expressionAndrew Kelley
2015-11-29add unary expressionAndrew Kelley
2015-11-29parser: add missing `static`Andrew Kelley
2015-11-29parse and codegen for math expressionsAndrew Kelley
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-27allow empty function and return with no expressionAndrew Kelley
2015-11-25parser: force ast printer to be correctAndrew Kelley
2015-11-25inline AstNodeStatementExpressionJosh Wolfe
2015-11-25clean up noreturn stuffJosh Wolfe
2015-11-25inline AstNodeStatementJosh Wolfe
2015-11-25parser: more AST printing code for debug purposesAndrew Kelley
2015-11-25fix invalid memory writeAndrew Kelley
2015-11-24support linker directivesAndrew Kelley
2015-11-24fix not using subtarget featuresAndrew Kelley
2015-11-24add unreachable expressionAndrew Kelley
2015-11-24write object file and fix void return typeAndrew Kelley
2015-11-24hello world IR code looks goodAndrew Kelley
2015-11-24partial hello world codegenAndrew Kelley
2015-11-23semantic analysis checks for multiple definitions of functionsAndrew Kelley
2015-11-23more detailed AST inspectionAndrew Kelley
2015-11-23parsing hello.zig example with recursive descentAndrew Kelley
2015-11-23delete parser generator. let's try recursive descentAndrew Kelley
2015-11-07parser generator supports a simple ORAndrew Kelley
2015-11-06generated parser understands tuplesAndrew Kelley
2015-11-04progress toward more complex parser genAndrew Kelley