aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Merge #17bors[bot]2018-01-281-1/+2
|\
| * Document the design of `FileBuilder`Aleksey Kladov2018-01-281-1/+2
* | Convert SyntaxKind to an enumChristopher Durham2018-01-281-2/+0
|/
* Add minimal docs to most public symbolsChristopher Durham2018-01-281-0/+20
* Enforce rustfmt formatChristopher Durham2018-01-271-3/+5
* Command-line utilty to print the parse treeAleksey Kladov2018-01-211-0/+35
* Parser: extract sink traitAleksey Kladov2017-12-311-1/+1
* Parser: initialAleksey Kladov2017-12-311-0/+2
* Parser test boilerplateAleksey Kladov2017-12-311-1/+1
* Parser: groundworkAleksey Kladov2017-12-311-2/+2
* Simple identifier lexerAleksey Kladov2017-12-291-0/+2
* Lexer scaffoldAleksey Kladov2017-12-281-7/+8
* Start libraryAleksey Kladov2017-12-281-0/+7