crafting-interpreters/src
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
..
com/craftinginterpreters/lox Add support for nested multi-line comments 2020-10-22 11:52:10 -07:00
.gitignore Add .gitignore 2020-10-22 10:35:03 -07:00
CMakeLists.txt Add Scanner for Lox 2020-10-21 23:42:40 -07:00