summaryrefslogtreecommitdiff
path: root/scalatexApi/src/main/scala/scalaparser/ScalaSyntax.scala
Commit message (Expand)AuthorAgeFilesLines
* Handle cases like `val __K__0__1___+++ = 10`Li Haoyi2014-11-171-26/+24
* tweakLi Haoyi2014-11-171-67/+76
* Robustified parsing of keywordsLi Haoyi2014-11-171-62/+68
* Made sure `true` `false` and the various keywords check to make sure they are...Li Haoyi2014-11-171-3/+10
* Type colon for reals this timeLi Haoyi2014-11-171-1/+1
* operators which start with `:` will no longer be mistaken for type ascription...Li Haoyi2014-11-171-16/+22
* Operators like `=:=` workLi Haoyi2014-11-171-47/+86
* Fixed type patterns to use CompoundType to not collide with with `=>` in patt...Li Haoyi2014-11-171-10/+19
* ScalaTexPlugin now parses correctlyLi Haoyi2014-11-161-6/+1
* The parser has reached meta-circularity~!Li Haoyi2014-11-161-3/+6
* Minimized another perf problem from ParserTests.scala also related to too-muc...Li Haoyi2014-11-161-7/+3
* Seems to have sped it up, so the minimal slow-parse is now fast, but ParserTe...Li Haoyi2014-11-161-1/+1
* opened up two more file-testsLi Haoyi2014-11-161-2/+2
* Added more file-tests, renamed to scalaparserLi Haoyi2014-11-161-0/+344