<feed xmlns='http://www.w3.org/2005/Atom'>
<title>modelthing/modelica-parser-lalrpop/src, branch master</title>
<subtitle>collaborative model development</subtitle>
<id>https://git.bnewbold.net/modelthing/atom?h=master</id>
<link rel='self' href='https://git.bnewbold.net/modelthing/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/modelthing/'/>
<updated>2017-01-29T05:36:49+00:00</updated>
<entry>
<title>switch to sci notation for floats (except latex)</title>
<updated>2017-01-29T05:36:49+00:00</updated>
<author>
<name>bnewbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2017-01-29T05:36:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/modelthing/commit/?id=97b0fc2295adcdb1ba54e003227f486a92425acd'/>
<id>urn:sha1:97b0fc2295adcdb1ba54e003227f486a92425acd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>parser: fix get_constant_vars()</title>
<updated>2017-01-17T02:03:50+00:00</updated>
<author>
<name>bnewbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2017-01-17T02:03:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/modelthing/commit/?id=4a5fdd64541f79321d171697930680039123938d'/>
<id>urn:sha1:4a5fdd64541f79321d171697930680039123938d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>parser: show values and descriptions in-line</title>
<updated>2017-01-16T22:18:56+00:00</updated>
<author>
<name>bnewbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2017-01-16T22:18:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/modelthing/commit/?id=4ef105cd0d3336b8755483cde43450d9f96abf4a'/>
<id>urn:sha1:4ef105cd0d3336b8755483cde43450d9f96abf4a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>parse out exponentiation</title>
<updated>2017-01-15T03:52:56+00:00</updated>
<author>
<name>bnewbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2017-01-15T03:41:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/modelthing/commit/?id=11569fdec123e9c7aeaf38d8a122842c4c758fdf'/>
<id>urn:sha1:11569fdec123e9c7aeaf38d8a122842c4c758fdf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>parser: statically compile regex w/ lazy_static</title>
<updated>2017-01-08T05:46:24+00:00</updated>
<author>
<name>bnewbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2017-01-08T05:46:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/modelthing/commit/?id=f2c1f1c13772145acaecb1ebf9b4cafcacb98131'/>
<id>urn:sha1:f2c1f1c13772145acaecb1ebf9b4cafcacb98131</id>
<content type='text'>
As per regex library's documentation
</content>
</entry>
<entry>
<title>parser: fix string_literals</title>
<updated>2016-12-26T13:02:38+00:00</updated>
<author>
<name>bnewbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2016-12-26T13:02:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/modelthing/commit/?id=f97396ea89704ff2ccab28d7b27ceeeb3201ddd0'/>
<id>urn:sha1:f97396ea89704ff2ccab28d7b27ceeeb3201ddd0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>parser: refactor vec operations into hashset</title>
<updated>2016-12-26T08:43:58+00:00</updated>
<author>
<name>bnewbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2016-12-26T08:43:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/modelthing/commit/?id=851d72cdd58a51adcf93bcd9a5956d82d3b5417d'/>
<id>urn:sha1:851d72cdd58a51adcf93bcd9a5956d82d3b5417d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>radically simplify scope of parsing</title>
<updated>2016-12-26T08:03:09+00:00</updated>
<author>
<name>bnewbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2016-12-26T08:03:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/modelthing/commit/?id=957c2f75ceccfab3d8a8e546961db5f053876689'/>
<id>urn:sha1:957c2f75ceccfab3d8a8e546961db5f053876689</id>
<content type='text'>
Parsing arbitrary files, packages, blocks, connectors, etc caused the
compilation time for this parser to explode exponentially, and resulted in huge
parser.rs and executable files.

This commit rips out all those features.
</content>
</entry>
<entry>
<title>parser: namespacing</title>
<updated>2016-12-26T07:54:54+00:00</updated>
<author>
<name>bnewbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2016-12-26T07:54:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/modelthing/commit/?id=1e04c8274e473039d2b183c120ab7f3b1b981c3e'/>
<id>urn:sha1:1e04c8274e473039d2b183c120ab7f3b1b981c3e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>parser: more progress</title>
<updated>2016-12-19T08:47:20+00:00</updated>
<author>
<name>bnewbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2016-12-19T08:47:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/modelthing/commit/?id=d60554fce09f8be1bb4d96a83db49577dfbf550d'/>
<id>urn:sha1:d60554fce09f8be1bb4d96a83db49577dfbf550d</id>
<content type='text'>
</content>
</entry>
</feed>
