<feed xmlns='http://www.w3.org/2005/Atom'>
<title>isabelle-utils/isabelle-unicode, branch master</title>
<subtitle>attempts at improving isabelle tooling outside jedit
</subtitle>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/isabelle-utils/'/>
<entry>
<title>proof of concept: talking to `isabelle server`</title>
<updated>2021-09-21T20:50:24+00:00</updated>
<author>
<name>stuebinm</name>
</author>
<published>2021-09-21T20:25:59+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/isabelle-utils/commit/?id=5a021caf3ff516c110571bfb4485e833ba8b1d06'/>
<id>5a021caf3ff516c110571bfb4485e833ba8b1d06</id>
<content type='text'>
for now this just checks a file given on the command line, and panics if
anything at all goes wrong.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for now this just checks a file given on the command line, and panics if
anything at all goes wrong.
</pre>
</div>
</content>
</entry>
<entry>
<title>somewhat pointless generalisation of a type signature</title>
<updated>2021-09-02T22:02:33+00:00</updated>
<author>
<name>stuebinm</name>
</author>
<published>2021-09-02T22:02:33+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/isabelle-utils/commit/?id=b469f8b1e360f1169e9a2d4e6de382c63502c72b'/>
<id>b469f8b1e360f1169e9a2d4e6de382c63502c72b</id>
<content type='text'>
There's no real reason for this other than that I wanted to know if
abstracting over &amp;[T] -&gt; T and &amp;str -&gt; String etc. was possible.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There's no real reason for this other than that I wanted to know if
abstracting over &amp;[T] -&gt; T and &amp;str -&gt; String etc. was possible.
</pre>
</div>
</content>
</entry>
<entry>
<title>remove grmtools</title>
<updated>2021-09-02T22:02:16+00:00</updated>
<author>
<name>stuebinm</name>
</author>
<published>2021-09-02T21:31:39+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/isabelle-utils/commit/?id=ad514f56b6cda288e605c44990ef16d30e6dee53'/>
<id>ad514f56b6cda288e605c44990ef16d30e6dee53</id>
<content type='text'>
the parser using grmtools was way oversized for just doing escape
sequences, and only really existed since I wanted to play around with
it.

The new implementation depends on no external crates, uses just an iter
wrapped into a nicely composable function, and appears to be exactly
equivalent (but faster).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the parser using grmtools was way oversized for just doing escape
sequences, and only really existed since I wanted to play around with
it.

The new implementation depends on no external crates, uses just an iter
wrapped into a nicely composable function, and appears to be exactly
equivalent (but faster).
</pre>
</div>
</content>
</entry>
</feed>
