Commit graph

3 commits

Author SHA1 Message Date
Richard Newman
f12fbf2388 Address some review comments for #149. 2017-01-11 12:13:28 -08:00
Joe Walker
dac3a97962 Add a basic EDN parser
The parser mostly works and has a decent test suite. It parses all the
queries issued by tofino-user-agent with some caveats. Known flaws:

* No support for tagged elements, comments, discarded elements or "'"
* Incomplete support for escaped characters in strings and the range of
  characters that are allowed in keywords and symbols
* Possible whitespace handling problems
2017-01-11 12:13:28 -08:00
Richard Newman
476f04e27b Implement a rudimentary Keyword struct and the beginnings of ident/entid. 2017-01-09 12:31:56 -08:00