summaryrefslogtreecommitdiff
path: root/scalatexApi/src/test
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-162-11/+15
* Moved some book-data stuff into the scalatex file to take advantage of the ne...Li Haoyi2014-11-162-794/+794
* All of syntax/ parses greatLi Haoyi2014-11-161-5/+10
* Failing test case for `|` in pattern matchesLi Haoyi2014-11-161-1/+21
* All unit tests pass, file integration tests still seem to have crappy perform...Li Haoyi2014-11-161-3/+60
* Fixed more things, added "macro" keywordLi Haoyi2014-11-161-35/+94
* Some part of SyntaxTest parses successfully, the match expression doesn'tLi Haoyi2014-11-161-14/+35
* All tests pass???Li Haoyi2014-11-162-13/+22
* Something works...Li Haoyi2014-11-161-8/+8
* WIPLi Haoyi2014-11-164-819/+843
* worksLi Haoyi2014-11-151-0/+18
* most stuff in scalatexApi passesLi Haoyi2014-11-052-14/+14
* Most error tests pass except for lambdasLi Haoyi2014-11-051-67/+67
* if-else error positions now workLi Haoyi2014-11-052-94/+105
* Fixed the Scala grammar, property/call/type-param chaining now works and more...Li Haoyi2014-11-053-1125/+1125
* Turns out I didn't fix it, let's try againLi Haoyi2014-11-053-1116/+1116
* Fixed bug in SimpleExpr grammarLi Haoyi2014-11-051-0/+7
* Text nodes have positions, more error tests passLi Haoyi2014-11-052-41/+41
* Block positions workLi Haoyi2014-11-051-27/+33
* Refactored trimLi Haoyi2014-11-051-132/+132
* Trim migration half doneLi Haoyi2014-11-051-4/+4
* A bunch of error tests work, trimming is causing problems with multi-line err...Li Haoyi2014-11-052-70/+88
* If-elses-fors work and are testedLi Haoyi2014-11-052-139/+179
* Narrowed it down to a problem in parboiled2??? It seem like if "f" gets print...Li Haoyi2014-11-042-68/+81
* Various combinations of if-else workLi Haoyi2014-11-041-2/+32
* Basic if-else-for parsing worksLi Haoyi2014-11-042-26/+73
* Inline definition-statements now work and are tested.Li Haoyi2014-11-042-40/+95
* Header blocks kinda implementedLi Haoyi2014-11-031-18/+38
* Enabled a bunch more tests...Li Haoyi2014-11-032-133/+189
* Tests pass!Li Haoyi2014-11-032-45/+67
* It compiles with the old stuff stripped outLi Haoyi2014-11-031-23/+29
* whitespace/newlines inside Scala blocks work correctlyLi Haoyi2014-11-031-4/+63
* All tests pass, including first rudimentary indentation testLi Haoyi2014-11-031-3/+15