]> Witch of Git - ess/shortlog
ess
2016-12-30 Caleb JonesSplit the project into multiple modules
2016-12-30 Caleb JonesAdd Travis CI and badges to the README
2016-12-30 Caleb JonesRename the project to Ess and add Cargo metadata
2016-12-28 Caleb JonesMake it possible to take ownership of the strings in...
2016-12-25 Caleb JonesMerge pull request #1 from porglezomp/locations
2016-12-25 Caleb JonesBump version number
2016-12-25 Caleb JonesChange test case formatting
2016-12-25 Caleb JonesAdd top level parsing functions
2016-12-25 Caleb JonesParse lists
2016-12-25 Caleb JonesRefactor consuming whitespace into a macro
2016-12-25 Caleb JonesParse general s-expressions
2016-12-25 Caleb JonesParse character literals
2016-12-25 Caleb JonesParse strings
2016-12-25 Caleb JonesAdd parsing for symbols
2016-12-24 Caleb JonesBegin a reimplementation that tracks source locations
2016-12-22 Caleb JonesImprove the number parser
2016-12-22 Caleb JonesRemove the indirection introduced by separating Atom...
2016-12-20 Caleb JonesChange parse to parse multiple expressions and add...
2016-12-20 Caleb JonesChange parse to return a ParseError instead of ()
2016-12-14 Caleb JonesAdd more tests
2016-12-14 Caleb JonesAdd parsing for characters
2016-12-14 Caleb JonesAdd tests for parsing number and symbol
2016-12-14 Caleb JonesAdd an extremely basic s-expression parser using nom