<feed xmlns='http://www.w3.org/2005/Atom'>
<title>open-axiom/src/syntax, branch master</title>
<subtitle>open scientific computation system</subtitle>
<id>https://git.pashev.ru/open-axiom/atom?h=master</id>
<link rel='self' href='https://git.pashev.ru/open-axiom/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/'/>
<updated>2022-10-29T09:57:20Z</updated>
<entry>
<title>Fix some compiler warnings &amp; buffer overflows</title>
<updated>2022-10-29T09:57:20Z</updated>
<author>
<name>Igor Pashev</name>
<email>pashev.igor@gmail.com</email>
</author>
<published>2022-10-28T02:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=8df721df25864f89772c58a4486314855bf1a37e'/>
<id>urn:sha1:8df721df25864f89772c58a4486314855bf1a37e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Format boot tokens.</title>
<updated>2017-01-20T13:10:04Z</updated>
<author>
<name>Gabriel Dos Reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2017-01-20T13:10:04Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=13819bd8e6828e5aadecad77804b25651fd8d9ae'/>
<id>urn:sha1:13819bd8e6828e5aadecad77804b25651fd8d9ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More cleanup.</title>
<updated>2017-01-17T12:10:13Z</updated>
<author>
<name>Gabriel Dos Reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2017-01-17T12:10:13Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=8988a27cf5f414263d0796a323f0d033265271e7'/>
<id>urn:sha1:8988a27cf5f414263d0796a323f0d033265271e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Misc cleanups.</title>
<updated>2017-01-17T10:08:20Z</updated>
<author>
<name>Gabriel Dos Reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2017-01-17T10:08:20Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=557a8218131f5a81954fca2ae1dbffa99ef3adbf'/>
<id>urn:sha1:557a8218131f5a81954fca2ae1dbffa99ef3adbf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Split Tokenizer::get into two functions.</title>
<updated>2017-01-17T05:17:52Z</updated>
<author>
<name>Gabriel Dos Reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2017-01-17T05:17:52Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=529fe9030468f5d2a2cb0ae376fe9c9b8be3185c'/>
<id>urn:sha1:529fe9030468f5d2a2cb0ae376fe9c9b8be3185c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use library parser for bemol.</title>
<updated>2017-01-16T07:47:28Z</updated>
<author>
<name>Gabriel Dos Reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2017-01-16T07:47:28Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=e82d62219c661a2594286e0f867354864514bd87'/>
<id>urn:sha1:e82d62219c661a2594286e0f867354864514bd87</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add s-expression parsing to libopen-axiom-core.a</title>
<updated>2017-01-15T17:14:39Z</updated>
<author>
<name>Gabriel Dos Reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2017-01-15T17:14:39Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=cea95f2cc443a5bee5cb69476ae73fd99d32fc0d'/>
<id>urn:sha1:cea95f2cc443a5bee5cb69476ae73fd99d32fc0d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>TokenValue::Indent, TokenValue::Unindent, TokenValue::Justify</title>
<updated>2017-01-15T16:42:04Z</updated>
<author>
<name>Gabriel Dos Reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2017-01-15T16:42:04Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=77be242e6af75148771620fcbbaad191d1c11b60'/>
<id>urn:sha1:77be242e6af75148771620fcbbaad191d1c11b60</id>
<content type='text'>
Classify them as formatting tokens.  Remove TokenValue::Artificial.
</content>
</entry>
<entry>
<title>Include a native entry point for parsing Boot source files, and for</title>
<updated>2017-01-02T22:03:55Z</updated>
<author>
<name>Gabriel Dos Reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2017-01-02T22:03:55Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=b56562693a88f88e7c290de9e1dc18d96a0da792'/>
<id>urn:sha1:b56562693a88f88e7c290de9e1dc18d96a0da792</id>
<content type='text'>
transpiling to Lisp.
</content>
</entry>
<entry>
<title>Tidy C++ code tokenizing Boot and Spad inputs.</title>
<updated>2015-12-30T03:48:08Z</updated>
<author>
<name>Gabriel Dos Reis</name>
<email>gdr@axiomatics.org</email>
</author>
<published>2015-12-30T03:48:08Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/open-axiom/commit/?id=a461cc79ca47e119d522fe931a43ed66a0c503f6'/>
<id>urn:sha1:a461cc79ca47e119d522fe931a43ed66a0c503f6</id>
<content type='text'>
</content>
</entry>
</feed>
