git @ Cat's Eye Technologies Maentwrog / 4f4927a
Place this distribution in the public domain. catseye 10 years ago
5 changed file(s) with 30 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 This is free and unencumbered software released into the public domain.
1
2 Anyone is free to copy, modify, publish, use, compile, sell, or
3 distribute this software, either in source code form or as a compiled
4 binary, for any purpose, commercial or non-commercial, and by any
5 means.
6
7 In jurisdictions that recognize copyright laws, the author or authors
8 of this software dedicate any and all copyright interest in the
9 software to the public domain. We make this dedication for the benefit
10 of the public at large and to the detriment of our heirs and
11 successors. We intend this dedication to be an overt act of
12 relinquishment in perpetuity of all present and future rights to this
13 software under copyright law.
14
15 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
16 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
17 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
18 IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
19 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
20 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
21 OTHER DEALINGS IN THE SOFTWARE.
22
23 For more information, please refer to <http://unlicense.org/>
1212 * xor ^
1313 * values a, b, c, ... z
1414 * parenthesis (, )
15 *
16 * This work is in the public domain. See the file UNLICENSE for more info.
1517 */
1618
1719 #define OP_OR 0
1010 * maentw goes into interactive mode
1111 * maentw <maentwrog-file runs file through maentw
1212 *
13 * This work is in the public domain. See the file UNLICENSE for more info.
1314 */
1415
1516 #include <stdio.h>
88 This program is by no means complete, but it's as far as I'll
99 go in the general case. It should be no problem adapting it
1010 to do all sorts of really demented things.
11
12 This work is in the public domain. See the file UNLICENSE for more info.
1113
1214 */
1315
1111 * To do : add size (size stack), sum (sum stack), mean (mean stack), sd (take
1212 * standard deviation of stack)
1313 *
14 * This work is in the public domain. See the file UNLICENSE for more info.
1415 */
1516
1617 #include <stdio.h>