aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* New version of syntax-summary, with addition of string interpolators for ↵Martin Odersky2013-05-151-4/+8
| | | | quasi-quotes.
* Lots of fixes to parserMartin Odersky2013-05-121-7/+9
| | | | … and some to grammar.
* Some parser revisionsMartin Odersky2013-05-091-9/+10
| | | | | | (1) Added markup parsers (2) Syntax change relating to modifiers and annotations of primary constructor (3) Review of parsing with bug fixes and simplifications.
* Added a parser.Martin Odersky2013-05-071-70/+90
| | | | | | | | Synced parser and SyntaxSymmary. Parser now produces untyped trees that need to be desugared further. Also some tweaks to position to make it work well. This is a first version.
* Syntax summary for dotty, with indications what trees get generated.Martin Odersky2013-04-301-0/+295