summaryrefslogtreecommitdiff
path: root/scalatexApi/src/test/scala
Commit message (Collapse)AuthorAgeFilesLines
* 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-162-11/+15
|
* Moved some book-data stuff into the scalatex file to take advantage of the ↵Li Haoyi2014-11-162-794/+794
| | | | new multi-line Scala expressions
* 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 ↵Li Haoyi2014-11-161-3/+60
| | | | performance
* 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 ↵Li Haoyi2014-11-053-1125/+1125
| | | | more tests pass
* 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 ↵Li Haoyi2014-11-052-70/+88
| | | | error messages
* 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 ↵Li Haoyi2014-11-042-68/+81
| | | | printed, "B" should get printed too...
* 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
|
* WIPLi Haoyi2014-11-031-1/+12
|