summaryrefslogtreecommitdiff
path: root/scalatexApi/src/test/scala/scalaparser
Commit message (Expand)AuthorAgeFilesLines
* Fixed sidebar scrolling problems and added a button to collapse/expand the si...Li Haoyi2014-11-181-9/+18
* Handle cases like `val __K__0__1___+++ = 10`Li Haoyi2014-11-171-1/+22
* Robustified parsing of keywordsLi Haoyi2014-11-171-9/+10
* Made sure `true` `false` and the various keywords check to make sure they are...Li Haoyi2014-11-171-0/+7
* operators which start with `:` will no longer be mistaken for type ascription...Li Haoyi2014-11-171-1/+20
* Operators like `=:=` workLi Haoyi2014-11-171-1/+35
* Made line comments (//) not eat the newline so other things can use itLi Haoyi2014-11-171-12/+4
* Fixed type patterns to use CompoundType to not collide with with `=>` in patt...Li Haoyi2014-11-171-3/+73
* ScalaTexPlugin now parses correctlyLi Haoyi2014-11-161-2/+10
* The parser has reached meta-circularity~!Li Haoyi2014-11-161-5/+8
* Minimized another perf problem from ParserTests.scala also related to too-muc...Li Haoyi2014-11-161-0/+8
* Minimized for reals; removing even the ()s makes it not-hangLi Haoyi2014-11-161-7/+1
* Narrower...Li Haoyi2014-11-161-10/+7
* Minimized more...Li Haoyi2014-11-161-22/+8
* Kinda-minimized the ParserTests.scala hangLi Haoyi2014-11-161-4/+34
* opened up two more file-testsLi Haoyi2014-11-161-38/+19
* Turned on Trim.scala testLi Haoyi2014-11-161-2/+38
* Added more file-tests, renamed to scalaparserLi Haoyi2014-11-161-0/+205