summaryrefslogtreecommitdiffstats
path: root/src/com/craftinginterpreters
Commit message (Collapse)AuthorAgeFilesLines
* Add support for nested multi-line commentsmultiline-commentsGravatar Tom Willemse2020-10-221-0/+30
| | | | | | | | | | | | For example, this is a nested multi-line comment: /* Here's a multi-line comment /* It explains what this function does */ It shouldn't appear in any output */ If the comment isn’t closed at the end of the file, that’s fine.
* Add Scanner for LoxGravatar Tom Willemse2020-10-214-0/+310