- Verizon Labs
- Boulder, CO
- djspiewak@gmail.com
- http://www.codecommit.com/blog
Popular repositories
-
gll-combinators
A parser combinator library based on the GLL algorithm
-
anti-xml
The scala.xml library has some very annoying issues. Time for a clean-room replacement!
-
emm
A general monad for managing stacking effects
-
cccp
Common Colaborative Coding Protocol
-
extreme-cleverness
A set of functional collections created, ported and modified for my tak at NE Scala 2011
-
parseback
A Scala implementation of parsing with derivatives
491 contributions in the last year
Contribution activity
January 2017
-
djspiewak/parseback
Scala
•
Built by
Created a pull request in sublimehq/Packages
that received 4
comments
[Scala] Misc Fixes
Started using sublime on a different sort of Scala codebase and ran into a surprising number of small issues. Whacked them all. Mostly. @wbond I co…
Created an issue in djspiewak/parseback
that received 2
comments
Port over gll-combinators test suite
Most of the gll-combinators test suite is highly applicable to parseback, and the syntax is very very close. It should be relatively easy to port o…
- isNullable does not correctly handle certain cases
- Add EBNF operators
- Reduce lines tracked by Apply
- Arithmetic parser example is bizarrely ambiguous
- Reencode memoization to avoid thread unsafety
- Write some examples
- Generalize whitespace consumption
- Add Scala.js cross-build
- Extra pretty-printing from core `Parser` interface
- Port to shims
- Error recovery tokens
- Initial benchmark work
- Add support for arity-based overloads on ^^
- Unstub line tracking
- Implement disambiguation filters