aboutsummaryrefslogtreecommitdiff
path: root/src/tokenizer.hpp
AgeCommit message (Expand)Author
2016-01-02closer to guess number example workingAndrew Kelley
2015-12-26parse if maybe expressionAndrew Kelley
2015-12-24add while loopAndrew Kelley
2015-12-15more number literal syntax is supported. floats still need workJosh Wolfe
2015-12-15tokenizer parses all number literal typesJosh Wolfe
2015-12-14`const` and `var` instead of `let` and `let mut`Andrew Kelley
2015-12-14instead of *mut and *const, & and &constAndrew Kelley
2015-12-12tokenizing assignment operatorsJosh Wolfe
2015-12-12prepare codebase for struct and string supportAndrew Kelley
2015-12-10add inline assembly supportAndrew Kelley
2015-12-09fix typoJosh Wolfe
2015-12-09ability to call external variadic functionsAndrew Kelley
2015-12-07getting started on array typesJosh Wolfe
2015-12-03add bool literalsJosh Wolfe
2015-12-03add labels and gotoAndrew Kelley
2015-12-02parsing variable declarationJosh Wolfe
2015-12-01support if conditionalsAndrew Kelley
2015-12-01implicit void statements and all tests pass with type checkingJosh Wolfe
2015-12-01colored error messages that tell the source fileAndrew Kelley
2015-11-30refactor code to prepare for multiple filesAndrew Kelley
2015-11-29add unary expressionAndrew Kelley
2015-11-29parse and codegen for math expressionsAndrew Kelley
2015-11-27add pub and export visibility modifiers and optimizationAndrew Kelley
2015-11-27support C-style comments, plus nestingAndrew Kelley
2015-11-24support linker directivesAndrew Kelley
2015-11-24debug information for functionsAndrew Kelley
2015-11-24add unreachable expressionAndrew Kelley
2015-11-24hello world IR code looks goodAndrew Kelley
2015-11-23parsing hello.zig example with recursive descentAndrew Kelley
2015-11-07parser generator supports a simple ORAndrew Kelley
2015-11-06parser generator supports sub rulesAndrew Kelley
2015-11-04progress toward more complex parser genAndrew Kelley
2015-11-03parser generator beginningsAndrew Kelley