aboutsummaryrefslogtreecommitdiff
path: root/example/cat/main.zig
AgeCommit message (Expand)Author
2017-05-19change slicing syntax from ... to ..Andrew Kelley
2017-05-03change while syntaxAndrew Kelley
2017-04-04API for command line argsAndrew Kelley
2017-02-26fix examplesAndrew Kelley
2017-01-24update cat example codeAndrew Kelley
2017-01-24printf var args proof of conceptAndrew Kelley
2017-01-23various fixesAndrew Kelley
2017-01-05pass cannot assign to constant testAndrew Kelley
2016-09-05rename errName builtin to errorNameAndrew Kelley
2016-08-17progress toward stack trace printingAndrew Kelley
2016-08-16std: conform to style guidelinesAndrew Kelley
2016-04-24cat example: fix not flushing stderrAndrew Kelley
2016-04-18rearrange standard library a bitAndrew Kelley
2016-04-09fix cat example by flushing stdout at endAndrew Kelley
2016-04-08update cat example, refactor stdAndrew Kelley
2016-02-09if statements can be const expr evaluatedAndrew Kelley
2016-02-06simple unconditional defer supportAndrew Kelley
2016-01-25variable initializations are now mandatoryAndrew Kelley
2016-01-25compiler enforces checking for errorAndrew Kelley
2016-01-25implement %% prefix operatorAndrew Kelley
2016-01-25implement %% operatorAndrew Kelley
2016-01-24introduce the error keyword and typeAndrew Kelley
2016-01-23various small cleanupsAndrew Kelley
2016-01-23main returns %voidAndrew Kelley
2016-01-20parsing error value decls and error value literalsAndrew Kelley
2016-01-18revise plan for cat exampleAndrew Kelley
2016-01-16fix cat exampleAndrew Kelley
2016-01-16proposed cat example implementationAndrew Kelley
2016-01-16better main symbol prototypeAndrew Kelley
2016-01-13all types are now expressionsAndrew Kelley