Code for the book Crafting Interpreters
Find a file
Tom Willemse ab75e73421 Add support for nested multi-line comments
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.
2020-10-22 11:52:10 -07:00
1 Initial commit 2020-10-12 20:46:11 -07:00
src Add support for nested multi-line comments 2020-10-22 11:52:10 -07:00