summaryrefslogtreecommitdiff
path: root/scalatexApi/src/main
Commit message (Expand)AuthorAgeFilesLines
* The parser has reached meta-circularity~!Li Haoyi2014-11-162-4/+7
* Minimized another perf problem from ParserTests.scala also related to too-muc...Li Haoyi2014-11-161-7/+3
* Seems to have sped it up, so the minimal slow-parse is now fast, but ParserTe...Li Haoyi2014-11-161-1/+1
* opened up two more file-testsLi Haoyi2014-11-161-2/+2
* Added more file-tests, renamed to scalaparserLi Haoyi2014-11-165-32/+28
* Removed all circular dependencies in scalatexApiLi Haoyi2014-11-164-7/+7
* Bunch of moving things into namespaces, `Basic`, `Identifiers` and `Literals`...Li Haoyi2014-11-165-154/+155
* All of syntax/ parses greatLi Haoyi2014-11-161-104/+107
* Failing test case for `|` in pattern matchesLi Haoyi2014-11-162-4/+16
* All unit tests pass, file integration tests still seem to have crappy perform...Li Haoyi2014-11-162-96/+145
* Fixed more things, added "macro" keywordLi Haoyi2014-11-161-19/+50
* Some part of SyntaxTest parses successfully, the match expression doesn'tLi Haoyi2014-11-161-3/+3
* All tests pass???Li Haoyi2014-11-162-4/+4
* Something works...Li Haoyi2014-11-162-75/+77
* WIPLi Haoyi2014-11-162-94/+101
* 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-051-12/+1
* Most error tests pass except for lambdasLi Haoyi2014-11-051-2/+3
* if-else error positions now workLi Haoyi2014-11-052-7/+7
* Fixed the Scala grammar, property/call/type-param chaining now works and more...Li Haoyi2014-11-051-10/+23
* Fixed bug in SimpleExpr grammarLi Haoyi2014-11-052-21/+24
* Text nodes have positions, more error tests passLi Haoyi2014-11-052-16/+20
* Block positions workLi Haoyi2014-11-052-15/+13
* Refactored trimLi Haoyi2014-11-052-2/+2
* Trim migration half doneLi Haoyi2014-11-052-6/+11
* A bunch of error tests work, trimming is causing problems with multi-line err...Li Haoyi2014-11-052-13/+34
* If-elses-fors work and are testedLi Haoyi2014-11-052-7/+20
* Narrowed it down to a problem in parboiled2??? It seem like if "f" gets print...Li Haoyi2014-11-042-7/+29
* Various combinations of if-else workLi Haoyi2014-11-041-12/+17
* Basic if-else-for parsing worksLi Haoyi2014-11-041-13/+32
* Inline definition-statements now work and are tested.Li Haoyi2014-11-043-18/+26
* Header blocks kinda implementedLi Haoyi2014-11-032-10/+44
* Enabled a bunch more tests...Li Haoyi2014-11-034-29/+54
* Tests pass!Li Haoyi2014-11-034-160/+41
* It compiles with the old stuff stripped outLi Haoyi2014-11-035-1070/+168
* whitespace/newlines inside Scala blocks work correctlyLi Haoyi2014-11-032-3/+10
* All tests pass, including first rudimentary indentation testLi Haoyi2014-11-031-29/+28
* WIPLi Haoyi2014-11-031-9/+54
* Moved new implementation out of test/ folderLi Haoyi2014-11-025-0/+393
* Things compile for now, error messages seem pretty good...Li Haoyi2014-11-012-14/+9
* quick hack to make book compile, even though the tree-position math is slight...Li Haoyi2014-11-011-4/+8
* encapsulate fragPosLi Haoyi2014-11-011-23/+27
* cleanup, worksLi Haoyi2014-11-011-1/+1
* More refactoringLi Haoyi2014-11-011-45/+34
* `fragPosFor`Li Haoyi2014-11-011-21/+13
* Error messages in argument lists workLi Haoyi2014-11-011-5/+24
* Basic curly-error-positions workLi Haoyi2014-11-011-7/+18