summaryrefslogtreecommitdiffstats
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 .gitignoreGravatar Tom Willemse2020-10-221-0/+6
|
* Add Scanner for LoxGravatar Tom Willemse2020-10-215-0/+325
|
* Initial commitGravatar Tom Willemse2020-10-126-0/+355