summaryrefslogtreecommitdiff
path: root/src/Codec/Pesto.lhs
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2015-07-11 16:41:44 +0200
committerLars-Dominik Braun <lars@6xq.net>2015-07-11 16:44:52 +0200
commit43242dffb867d9588bce249f02c39fe03e11aec4 (patch)
tree5593941f4c0666c0626b1571cd23bf2944307cc9 /src/Codec/Pesto.lhs
parentd2c05dd1c4def5406117695c07cfb6e8470d1934 (diff)
downloadpesto-43242dffb867d9588bce249f02c39fe03e11aec4.tar.gz
pesto-43242dffb867d9588bce249f02c39fe03e11aec4.tar.bz2
pesto-43242dffb867d9588bce249f02c39fe03e11aec4.zip
Rename Operation to Instruction
More appropriate. The graph builder is essentially a small, special-purpose stack processor.
Diffstat (limited to 'src/Codec/Pesto.lhs')
-rw-r--r--src/Codec/Pesto.lhs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Codec/Pesto.lhs b/src/Codec/Pesto.lhs
index 72fa14f..329b5da 100644
--- a/src/Codec/Pesto.lhs
+++ b/src/Codec/Pesto.lhs
@@ -136,7 +136,7 @@ through the Web Archive only.
defines a Pascal-like language. Being so close to real programming languages
Cordon Bleu is barely useable by anyone except programmers. Additionally the
language is poorly-designed, since its syntax is inconsistent and the user is
-limited to a set of predefined operations.
+limited to a set of predefined functions.
Finally there is RxOL_, created in 1985. It constructs a graph from recipes
written down with a few operators and postfix notation. It does not separate