From 43242dffb867d9588bce249f02c39fe03e11aec4 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sat, 11 Jul 2015 16:41:44 +0200 Subject: Rename Operation to Instruction More appropriate. The graph builder is essentially a small, special-purpose stack processor. --- src/Codec/Pesto.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Codec/Pesto.lhs') 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 -- cgit v1.2.3