aboutsummaryrefslogtreecommitdiff
path: root/example
AgeCommit message (Expand)Author
2016-01-27c_import of stdio.h works for some functionsAndrew Kelley
2016-01-27remove bogus example codeAndrew Kelley
2016-01-26different extern syntax and simplify parsing top level declsAndrew Kelley
2016-01-25variable initializations are now mandatoryAndrew Kelley
2016-01-25add the C integer typesAndrew Kelley
2016-01-25compiler enforces checking for errorAndrew Kelley
2016-01-25syntax: back to -> for return type, no more =>Andrew Kelley
2016-01-25implement %% prefix operatorAndrew Kelley
2016-01-25implement %% operatorAndrew Kelley
2016-01-24update std lib to use error type and global variablesAndrew Kelley
2016-01-24fix parameter access of sret functionsAndrew Kelley
2016-01-24introduce the error keyword and typeAndrew Kelley
2016-01-23various small cleanupsAndrew Kelley
2016-01-23fix hang when returning from while loopAndrew Kelley
2016-01-23main returns %voidAndrew Kelley
2016-01-20parsing error value decls and error value literalsAndrew Kelley
2016-01-20basic support for switch expressionAndrew Kelley
2016-01-18use signed integer for sizes of thingsAndrew 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-15rename "use" to "import"Andrew Kelley
2016-01-14instead of 'as' to cast, call type as functionAndrew Kelley
2016-01-13all types are now expressionsAndrew Kelley
2016-01-10cleanup guess number exampleAndrew Kelley
2016-01-09implement pub constAndrew Kelley
2016-01-08fix guess number example. now it worksAndrew Kelley
2016-01-08codegen: fix else if expression and maybe unwrap exprAndrew Kelley
2016-01-07add ?? maybe unwrapping binary operatorAndrew Kelley
2016-01-06while detects simple constant conditionAndrew Kelley
2016-01-06support pub structs. move rand to std lib.Andrew Kelley
2016-01-06fix bug in RNG exampleAndrew Kelley
2016-01-06codegen: fix member function invocationAndrew Kelley
2016-01-06support unknown size arraysAndrew Kelley
2016-01-05array syntax is [10]i32 instead of [i32; 10]Andrew Kelley
2016-01-05update rand exampleAndrew Kelley
2016-01-05fix some errors in rand exampleAndrew Kelley
2016-01-05add #min_value() and #max_value()Andrew Kelley
2016-01-04fix crash when struct field is invalidAndrew Kelley
2016-01-04multiple files example no longer use libcAndrew Kelley
2016-01-03add #typeof() compiler functionAndrew Kelley
2016-01-03add rand example that doesn't yet workAndrew Kelley
2016-01-02fix various bugs related to guess number exampleAndrew Kelley
2016-01-02ability to access pointers with array indexing syntaxAndrew Kelley
2016-01-02closer to guess number example workingAndrew Kelley
2016-01-02basic maybe type workingAndrew Kelley
2015-12-31block expressions require parensAndrew Kelley
2015-12-26analyze if maybe var expressionsAndrew Kelley
2015-12-26parse if maybe expressionAndrew Kelley