summaryrefslogtreecommitdiff
path: root/scalatexApi/src/test/scala/scalaparser
Commit message (Collapse)AuthorAgeFilesLines
* moved scalaParser to its own subprojectlihaoyi2014-11-241-401/+0
|
* Fixed sidebar scrolling problems and added a button to collapse/expand the ↵Li Haoyi2014-11-181-9/+18
| | | | sidebar
* 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 ↵Li Haoyi2014-11-171-0/+7
| | | | aren't part of a larger identifier
* operators which start with `:` will no longer be mistaken for type ↵Li Haoyi2014-11-171-1/+20
| | | | ascriptions, since now we're using `TypeColon` which checks for trailing operators before succeeding
* 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 ↵Li Haoyi2014-11-171-3/+73
| | | | pattern matches
* 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 ↵Li Haoyi2014-11-161-0/+8
| | | | too-much-nesting probably being exponential
* 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