aboutsummaryrefslogtreecommitdiff
path: root/test/parsec.zig
AgeCommit message (Expand)Author
2017-11-24rename "parsec" to "translate-c"Andrew Kelley
2017-11-17parse-c: support address of operatorAndrew Kelley
2017-11-16add parse-c support for unionsAndrew Kelley
2017-11-14c-to-zig: handle UO_DerefAndrew Kelley
2017-11-13parsec supports do loopJosh Wolfe
2017-11-13parsec supports post increment/decrement with used resultJosh Wolfe
2017-11-13parsec supports more compound assign operatorsJosh Wolfe
2017-11-13parsec supports bitshift operatorsJosh Wolfe
2017-11-13add test case for previous commitAndrew Kelley
2017-11-13parsec supports C comma operatorJosh Wolfe
2017-11-13parsec supports C NULL to pointer implicit castJosh Wolfe
2017-10-01fix parse-c testsAndrew Kelley
2017-09-20fix chain assignment semicolonJosh Wolfe
2017-09-20chain assignmentJosh Wolfe
2017-09-21parse-c: support sizeofAndrew Kelley
2017-09-21parse-c: support implicit cast to void *Andrew Kelley
2017-09-21parse-c: support c style castAndrew Kelley
2017-09-20fix assignment needing an lvalueJosh Wolfe
2017-09-21parse-c: array access expressionAndrew Kelley
2017-09-20add sub mul div remJosh Wolfe
2017-09-21parse-c: fix undefined array literalsAndrew Kelley
2017-09-20assignJosh Wolfe
2017-09-20Merge remote-tracking branch 'origin/c-to-zig' into c-to-zigJosh Wolfe
2017-09-20bitwise binary operatorsJosh Wolfe
2017-09-21parse-c: null statementsAndrew Kelley
2017-09-21parse-c: field access expressionsAndrew Kelley
2017-09-20==, !=Josh Wolfe
2017-09-20logical and, logical orJosh Wolfe
2017-09-20add some testsJosh Wolfe
2017-09-21parse-c: support function callsAndrew Kelley
2017-09-20parse-c: fix anonymous enumsAndrew Kelley
2017-09-20parsec: cleaner shifting code for fixed size typesAndrew Kelley
2017-09-20fix testsJosh Wolfe
2017-09-20all parsec tests passingAndrew Kelley
2017-09-10c macros: support hex chars (#459)jean-dao
2017-09-10support parens in C macrosAndrew Kelley
2017-09-05rename parseh to parsecAndrew Kelley