aboutsummaryrefslogtreecommitdiff
path: root/astylerc (follow)
AgeCommit message (Collapse)AuthorFilesLines
2015-12-19Change license to GPLv3, add contributing guidezlg1-0/+17
* Improve README tone * Add `astylerc` for use with the astyle package * Add AUTHORS file to acknowledge contributors
thus far. Modifying getword(), using various states, and the hashtable all create an example of how small building blocks can work together to make something. The implementation is very simple and nowhere near completely supporting '#define', but that's not the point. To properly support it, you'd need to build an entire preprocessor/parser, and that's far beyond the scope of both the exercise and book.