Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | generate single byte tokens | Aleksey Kladov | 2018-07-30 | 1 | -23/+4 |
* | reformat | Aleksey Kladov | 2018-07-30 | 3 | -11/+16 |
* | Reorganize | Aleksey Kladov | 2018-07-29 | 4 | -25/+34 |
* | Migrate to text-unit | Aleksey Kladov | 2018-07-28 | 1 | -2/+2 |
* | Update comments.rs | Christopher Durham | 2018-01-28 | 1 | -1/+1 |
* | Block Comments | Christopher Durham | 2018-01-28 | 1 | -1/+24 |
* | Add minimal docs to most public symbols | Christopher Durham | 2018-01-28 | 1 | -0/+2 |
* | Enforce rustfmt format | Christopher Durham | 2018-01-27 | 1 | -1/+1 |
* | Enforce rustfmt format | Christopher Durham | 2018-01-27 | 6 | -99/+108 |
* | G: start attributes | Aleksey Kladov | 2018-01-07 | 1 | -1/+1 |
* | Parser: guess what? Groundwork! | Aleksey Kladov | 2018-01-01 | 2 | -0/+8 |
* | Parser: groundwork | Aleksey Kladov | 2017-12-31 | 1 | -0/+11 |
* | Lexer: basic comments | Aleksey Kladov | 2017-12-31 | 1 | -2/+27 |
* | Lexer: comments groundwork | Aleksey Kladov | 2017-12-31 | 2 | -5/+29 |
* | Lexer: minor | Aleksey Kladov | 2017-12-31 | 2 | -6/+3 |
* | Lexer: more symbols | Aleksey Kladov | 2017-12-31 | 1 | -0/+13 |
* | Lexer: strings | Aleksey Kladov | 2017-12-31 | 2 | -2/+34 |
* | Lexer: byte strings sufixes | Aleksey Kladov | 2017-12-31 | 1 | -1/+5 |
* | Lexer: byte strings | Aleksey Kladov | 2017-12-31 | 1 | -5/+26 |
* | Lexer: extract string lexing to a separate file | Aleksey Kladov | 2017-12-31 | 2 | -49/+88 |
* | Lexer: simplistic char & lifetime tests | Aleksey Kladov | 2017-12-31 | 1 | -1/+2 |
* | Lexer: literal suffixes | Aleksey Kladov | 2017-12-31 | 1 | -1/+4 |
* | Lexer: basic chars & lifetimes | Aleksey Kladov | 2017-12-31 | 2 | -1/+48 |
* | Lexer: angle brackets | Aleksey Kladov | 2017-12-30 | 1 | -0/+2 |
* | More symbols | Aleksey Kladov | 2017-12-30 | 1 | -0/+20 |
* | Lexer: symbols | Aleksey Kladov | 2017-12-30 | 1 | -0/+41 |
* | Lexer: move numbers to a separate file | Aleksey Kladov | 2017-12-30 | 2 | -63/+71 |
* | More readable lexer tests | Aleksey Kladov | 2017-12-30 | 1 | -1/+2 |
* | Lexer: start numbers | Aleksey Kladov | 2017-12-30 | 3 | -10/+97 |
* | Lexer: underscore | Aleksey Kladov | 2017-12-29 | 1 | -0/+8 |
* | Style | Aleksey Kladov | 2017-12-29 | 1 | -1/+1 |
* | Cleanup character classes | Aleksey Kladov | 2017-12-29 | 3 | -28/+44 |
* | Simple identifier lexer | Aleksey Kladov | 2017-12-29 | 2 | -0/+102 |