<feed xmlns='http://www.w3.org/2005/Atom'>
<title>crafting-interpreters, 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 .gitignore</title>
<updated>2020-10-22T17:35:03Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2020-10-22T17:35:03Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/crafting-interpreters/commit/?id=5fcfc5a01582c6159593eaaf23ec0109d1230130'/>
<id>urn:sha1:5fcfc5a01582c6159593eaaf23ec0109d1230130</id>
<content type='text'>
</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>
<entry>
<title>Initial commit</title>
<updated>2020-10-13T03:46:11Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2020-10-13T03:46:11Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/crafting-interpreters/commit/?id=38a6ee0725ddc4eb57357a2398bc82dc8b264c7e'/>
<id>urn:sha1:38a6ee0725ddc4eb57357a2398bc82dc8b264c7e</id>
<content type='text'>
</content>
</entry>
</feed>
