pre_marking3/postfix2.scala
changeset 386 69f36c98808b
parent 384 627a944c744b
--- a/pre_marking3/postfix2.scala	Fri Jan 15 02:47:51 2021 +0000
+++ b/pre_marking3/postfix2.scala	Mon Jan 18 22:12:39 2021 +0000
@@ -2,7 +2,7 @@
 // including Associativity for Operators 
 // =====================================
 
-object CW9b { 
+object CW8b { 
 
 // type of tokens
 type Toks = List[String]