<feed xmlns='http://www.w3.org/2005/Atom'>
<title>circleshift/tnsl-lang/tnslc/parse/token.tnsl, branch devel</title>
<subtitle>The source code for the TNSL programming language - Reference libtnsl and tnslc
</subtitle>
<id>https://git.cshift.net/circleshift/tnsl-lang/atom/tnslc/parse/token.tnsl?h=devel</id>
<link rel='self' href='https://git.cshift.net/circleshift/tnsl-lang/atom/tnslc/parse/token.tnsl?h=devel'/>
<link rel='alternate' type='text/html' href='https://git.cshift.net/circleshift/tnsl-lang/'/>
<updated>2023-02-16T10:14:31Z</updated>
<entry>
<title>Collapse tnslc into a single file</title>
<updated>2023-02-16T10:14:31Z</updated>
<author>
<name>Kyle Gunger</name>
<email>kgunger12@gmail.com</email>
</author>
<published>2023-02-16T10:14:31Z</published>
<link rel='alternate' type='text/html' href='https://git.cshift.net/circleshift/tnsl-lang/commit/?id=09df1bb48823631228af3df647111af1eebc854b'/>
<id>urn:sha1:09df1bb48823631228af3df647111af1eebc854b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change charp to uint8</title>
<updated>2022-12-17T15:56:18Z</updated>
<author>
<name>Kyle Gunger</name>
<email>kgunger12@gmail.com</email>
</author>
<published>2022-12-17T15:56:18Z</published>
<link rel='alternate' type='text/html' href='https://git.cshift.net/circleshift/tnsl-lang/commit/?id=2ec32dac56b544bc4851a3efddf75ee5fd9314ed'/>
<id>urn:sha1:2ec32dac56b544bc4851a3efddf75ee5fd9314ed</id>
<content type='text'>
+ Change charp to uint8
+ Start value abstraction
</content>
</entry>
<entry>
<title>Evaluation of numeric literals</title>
<updated>2022-12-12T05:52:54Z</updated>
<author>
<name>Kyle Gunger</name>
<email>kgunger12@gmail.com</email>
</author>
<published>2022-12-12T05:52:54Z</published>
<link rel='alternate' type='text/html' href='https://git.cshift.net/circleshift/tnsl-lang/commit/?id=069eb0fc2edf1f40fd1fff6584e430c111471859'/>
<id>urn:sha1:069eb0fc2edf1f40fd1fff6584e430c111471859</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update license date</title>
<updated>2022-10-06T17:24:36Z</updated>
<author>
<name>Kyle Gunger</name>
<email>kgunger12@gmail.com</email>
</author>
<published>2022-10-06T17:24:36Z</published>
<link rel='alternate' type='text/html' href='https://git.cshift.net/circleshift/tnsl-lang/commit/?id=5379b962bc177f26f550a23fb9685ca49a048076'/>
<id>urn:sha1:5379b962bc177f26f550a23fb9685ca49a048076</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[TNSLC] Fix issue with text literals</title>
<updated>2022-07-06T03:51:09Z</updated>
<author>
<name>Kyle Gunger</name>
<email>kgunger12@gmail.com</email>
</author>
<published>2022-07-06T03:51:09Z</published>
<link rel='alternate' type='text/html' href='https://git.cshift.net/circleshift/tnsl-lang/commit/?id=37d1e9fa02b27d1a6c56b4c95d31e6d2b9eab9ee'/>
<id>urn:sha1:37d1e9fa02b27d1a6c56b4c95d31e6d2b9eab9ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[TNSLC] General updates</title>
<updated>2022-06-30T00:15:46Z</updated>
<author>
<name>Kyle Gunger</name>
<email>kgunger12@gmail.com</email>
</author>
<published>2022-06-30T00:15:46Z</published>
<link rel='alternate' type='text/html' href='https://git.cshift.net/circleshift/tnsl-lang/commit/?id=fc5a382661262b4dac085d75739c4ac0601574a7'/>
<id>urn:sha1:fc5a382661262b4dac085d75739c4ac0601574a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[TNSLC] AST Updates</title>
<updated>2022-05-02T06:57:49Z</updated>
<author>
<name>Kyle Gunger</name>
<email>kgunger12@gmail.com</email>
</author>
<published>2022-05-02T06:57:49Z</published>
<link rel='alternate' type='text/html' href='https://git.cshift.net/circleshift/tnsl-lang/commit/?id=46aa6b65376ea62deb1d5ea1611b59dc222a5141'/>
<id>urn:sha1:46aa6b65376ea62deb1d5ea1611b59dc222a5141</id>
<content type='text'>
- Change how string_equate works
- Call AST Node generator from main
- Flush out ast.tnsl
- Add a few initial methods to AST
- Move some code from token.tnsl to parse.tnsl
</content>
</entry>
<entry>
<title>Add tokenizer support for strings</title>
<updated>2022-04-18T05:19:02Z</updated>
<author>
<name>Kyle Gunger</name>
<email>kgunger12@gmail.com</email>
</author>
<published>2022-04-18T05:19:02Z</published>
<link rel='alternate' type='text/html' href='https://git.cshift.net/circleshift/tnsl-lang/commit/?id=9478e157ec2cfe4de704b3bd78b07aee8824774f'/>
<id>urn:sha1:9478e157ec2cfe4de704b3bd78b07aee8824774f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Include ast, add function to print tokens</title>
<updated>2022-04-13T21:29:33Z</updated>
<author>
<name>Kyle Gunger</name>
<email>kgunger12@gmail.com</email>
</author>
<published>2022-04-13T21:29:33Z</published>
<link rel='alternate' type='text/html' href='https://git.cshift.net/circleshift/tnsl-lang/commit/?id=658c2fa36f3359325665c744ebe57478d539b28d'/>
<id>urn:sha1:658c2fa36f3359325665c744ebe57478d539b28d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Numeric literals</title>
<updated>2022-04-13T04:55:46Z</updated>
<author>
<name>Kyle Gunger</name>
<email>kgunger12@gmail.com</email>
</author>
<published>2022-04-13T04:55:46Z</published>
<link rel='alternate' type='text/html' href='https://git.cshift.net/circleshift/tnsl-lang/commit/?id=44355ceb4db780b370d148008c5048a5075b3978'/>
<id>urn:sha1:44355ceb4db780b370d148008c5048a5075b3978</id>
<content type='text'>
</content>
</entry>
</feed>
