<feed xmlns='http://www.w3.org/2005/Atom'>
<title>eps.git/README, branch master</title>
<subtitle>A parser generator written for Emacs
</subtitle>
<link rel='alternate' type='text/html' href='https://git.jsdurand.xyz/eps.git/'/>
<entry>
<title>test/check_cnp: working algorithm</title>
<updated>2022-01-31T01:23:20+00:00</updated>
<author>
<name>JSDurand</name>
<email>mmemmew@gmail.com</email>
</author>
<published>2022-01-31T01:23:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.jsdurand.xyz/eps.git/commit/?id=a8bd5e9d85ac9928bd29add82e887f82642af893'/>
<id>a8bd5e9d85ac9928bd29add82e887f82642af893</id>
<content type='text'>
I now have a working algorithm in test/check_cnp.  It can correctly
parse the grammar for an esoteric language called "Brainfuck".  This
language does not matter.  What matters is that it contains
parentheses.  So this shows that at least for grammars as complex as
parentheses, this parser works well.  Haha.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I now have a working algorithm in test/check_cnp.  It can correctly
parse the grammar for an esoteric language called "Brainfuck".  This
language does not matter.  What matters is that it contains
parentheses.  So this shows that at least for grammars as complex as
parentheses, this parser works well.  Haha.
</pre>
</div>
</content>
</entry>
<entry>
<title>initial commit</title>
<updated>2021-11-08T08:37:57+00:00</updated>
<author>
<name>JSDurand</name>
<email>mmemmew@gmail.com</email>
</author>
<published>2021-11-08T08:37:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.jsdurand.xyz/eps.git/commit/?id=9594210f02572681ed581c5197ace4c207db0917'/>
<id>9594210f02572681ed581c5197ace4c207db0917</id>
<content type='text'>
Now the rough framework is established and the grammar class is sort
of ready.

It remains to write a general input reading mechanism.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now the rough framework is established and the grammar class is sort
of ready.

It remains to write a general input reading mechanism.
</pre>
</div>
</content>
</entry>
</feed>
