Merge pull request #63 from nicholasbishop/bishop-missing-verb

Fix a missing word in the README
This commit is contained in:
Nick Cameron 2015-05-03 11:49:36 +12:00
commit 411abe08de

View File

@ -88,7 +88,7 @@ when making those changes.
The advantage of the tokens approach are that you can operate on non-parsable
code. I don't care too much about that, it would be nice, but I think being able
to sophisticated transformations is more important. In the future I hope to
to perform sophisticated transformations is more important. In the future I hope to
(optionally) be able to use type information for informing reformatting too. One
specific case of unparsable code is macros. Using tokens is certainly easier
here, but I believe it is perfectly solvable with the AST approach. At the limit,