<feed xmlns='http://www.w3.org/2005/Atom'>
<title>crafting-interpreters/src/com/craftinginterpreters, branch multiline-comments</title>
<subtitle>Code for the book Crafting Interpreters</subtitle>
<id>https://code.ryuslash.org/crafting-interpreters/atom?h=multiline-comments</id>
<link rel='self' href='https://code.ryuslash.org/crafting-interpreters/atom?h=multiline-comments'/>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/crafting-interpreters/'/>
<updated>2020-10-22T18:52:10Z</updated>
<entry>
<title>Add support for nested multi-line comments</title>
<updated>2020-10-22T18:52:10Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2020-10-22T18:52:10Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/crafting-interpreters/commit/?id=ab75e7342152afab877f61580c454f623ce4826e'/>
<id>urn:sha1:ab75e7342152afab877f61580c454f623ce4826e</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Add Scanner for Lox</title>
<updated>2020-10-22T06:42:40Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2020-10-22T06:42:40Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/crafting-interpreters/commit/?id=a50265860470ab53ee137536d738cdc57ff47e72'/>
<id>urn:sha1:a50265860470ab53ee137536d738cdc57ff47e72</id>
<content type='text'>
</content>
</entry>
</feed>
