<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sciteco/expressions.cpp, branch v2.5.2</title>
<subtitle>Scintilla-based Text Editor and COrrector</subtitle>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/'/>
<entry>
<title>autoconf preparation: move everything into src/ subdir</title>
<updated>2012-12-04T21:07:08+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-12-04T16:29:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=d8a316514c03d85b771a9dce4a8a51b875d955b3'/>
<id>d8a316514c03d85b771a9dce4a8a51b875d955b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>expressions.find_op(), can be used test whether we are in a loop (although that's inefficient)</title>
<updated>2012-11-14T04:39:42+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-11-14T04:39:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=399cc7a1ab9751fdbbeae3507e8612dbbbc99f5b'/>
<id>399cc7a1ab9751fdbbeae3507e8612dbbbc99f5b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>various arithmetic expression fixes: SUB must have higher precedence than ADD; fixed num_sign (unary minus) handling</title>
<updated>2012-11-12T05:26:09+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-11-12T05:26:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=50de1043dc325c8e1adda94c6113607e741d4015'/>
<id>50de1043dc325c8e1adda94c6113607e741d4015</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>simplified/cleaned up undo operations on value stack</title>
<updated>2012-11-07T19:12:18+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-11-07T19:12:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=2b99d5f24d891b887338af863f78a84a7231a7c1'/>
<id>2b99d5f24d891b887338af863f78a84a7231a7c1</id>
<content type='text'>
 * special undo tokens are private to the ValueStack class and automatically parameterized
 * undo_push() and undo_pop() methods hide the internals of pushing the undo tokens
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * special undo tokens are private to the ValueStack class and automatically parameterized
 * undo_push() and undo_pop() methods hide the internals of pushing the undo tokens
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed "," operator</title>
<updated>2012-11-07T18:08:15+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-11-07T18:08:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=99c8e92238986d00557ded56adc8495086d3c631'/>
<id>99c8e92238986d00557ded56adc8495086d3c631</id>
<content type='text'>
instead of pushing a special number (which wasn't that special...), use a dedicated "new" operator which does not count as an argument operator, nor does it count as an ordinary operator and it is popped before any number (and "number" operator) is pushed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
instead of pushing a special number (which wasn't that special...), use a dedicated "new" operator which does not count as an argument operator, nor does it count as an ordinary operator and it is popped before any number (and "number" operator) is pushed
</pre>
</div>
</content>
</entry>
<entry>
<title>expression stack fixes and some arithmetic commands</title>
<updated>2012-11-07T07:10:47+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-11-07T07:10:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=8a7d756c01d63761226725288caba0a1563389b0'/>
<id>8a7d756c01d63761226725288caba0a1563389b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>expression stack based on THECO's ArithmeticStack</title>
<updated>2012-11-07T06:22:35+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-11-07T06:22:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/sciteco/commit/?id=2ed38e4d01d73d62b29a28d7540ca515f9ff3b09'/>
<id>2ed38e4d01d73d62b29a28d7540ca515f9ff3b09</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
