summaryrefslogtreecommitdiff
path: root/scalatexApi
Commit message (Collapse)AuthorAgeFilesLines
* Made sure `true` `false` and the various keywords check to make sure they ↵Li Haoyi2014-11-174-7/+29
| | | | aren't part of a larger identifier
* Type colon for reals this timeLi Haoyi2014-11-171-1/+1
|
* operators which start with `:` will no longer be mistaken for type ↵Li Haoyi2014-11-172-17/+42
| | | | ascriptions, since now we're using `TypeColon` which checks for trailing operators before succeeding
* Operators like `=:=` workLi Haoyi2014-11-172-48/+121
|
* Made line comments (//) not eat the newline so other things can use itLi Haoyi2014-11-172-13/+5
|
* Fixed type patterns to use CompoundType to not collide with with `=>` in ↵Li Haoyi2014-11-172-13/+92
| | | | pattern matches
* ScalaTexPlugin now parses correctlyLi Haoyi2014-11-163-8/+12
|
* The parser has reached meta-circularity~!Li Haoyi2014-11-163-9/+15
|
* Minimized another perf problem from ParserTests.scala also related to ↵Li Haoyi2014-11-162-7/+11
| | | | too-much-nesting probably being exponential
* Seems to have sped it up, so the minimal slow-parse is now fast, but ↵Li Haoyi2014-11-161-1/+1
| | | | ParserTests.scala still hangs
* 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-162-40/+21
|
* Turned on Trim.scala testLi Haoyi2014-11-161-2/+38
|
* Added more file-tests, renamed to scalaparserLi Haoyi2014-11-167-43/+43
|
* Removed all circular dependencies in scalatexApiLi Haoyi2014-11-164-7/+7
|
* Bunch of moving things into namespaces, `Basic`, `Identifiers` and ↵Li Haoyi2014-11-165-154/+155
| | | | `Literals` don't have their guts spilling everywhere
* 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-162-109/+117
|
* Failing test case for `|` in pattern matchesLi Haoyi2014-11-163-5/+37
|
* All unit tests pass, file integration tests still seem to have crappy ↵Li Haoyi2014-11-163-99/+205
| | | | performance
* Fixed more things, added "macro" keywordLi Haoyi2014-11-162-54/+144
|
* Some part of SyntaxTest parses successfully, the match expression doesn'tLi Haoyi2014-11-162-17/+38
|
* All tests pass???Li Haoyi2014-11-164-17/+26
|
* Something works...Li Haoyi2014-11-163-83/+85
|
* WIPLi Haoyi2014-11-166-913/+944
|
* worksLi Haoyi2014-11-151-0/+18
|
* Small cleanup, book is now acyclicLi Haoyi2014-11-101-1/+0
|
* Small cleanup, book is now acyclicLi Haoyi2014-11-105-14/+5
|
* First flesh out of Semantic DifferencesLi Haoyi2014-11-072-13/+10
|
* The book compiles again!Li Haoyi2014-11-052-19/+20
|
* most stuff in scalatexApi passesLi Haoyi2014-11-053-26/+15
|
* Most error tests pass except for lambdasLi Haoyi2014-11-052-69/+70
|
* if-else error positions now workLi Haoyi2014-11-054-101/+112
|
* Fixed the Scala grammar, property/call/type-param chaining now works and ↵Li Haoyi2014-11-054-1135/+1148
| | | | 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-053-21/+31
|
* Text nodes have positions, more error tests passLi Haoyi2014-11-054-57/+61
|
* Block positions workLi Haoyi2014-11-053-42/+46
|
* Refactored trimLi Haoyi2014-11-053-134/+134
|
* Trim migration half doneLi Haoyi2014-11-053-10/+15
|
* A bunch of error tests work, trimming is causing problems with multi-line ↵Li Haoyi2014-11-054-83/+122
| | | | error messages
* If-elses-fors work and are testedLi Haoyi2014-11-054-146/+199
|
* Narrowed it down to a problem in parboiled2??? It seem like if "f" gets ↵Li Haoyi2014-11-044-75/+110
| | | | printed, "B" should get printed too...
* Various combinations of if-else workLi Haoyi2014-11-042-14/+49
|
* Basic if-else-for parsing worksLi Haoyi2014-11-043-39/+105
|
* Inline definition-statements now work and are tested.Li Haoyi2014-11-045-58/+121
|
* Header blocks kinda implementedLi Haoyi2014-11-033-28/+82
|