bug fix and refactoring in the cc command

This commit is contained in:
krangelov
2021-12-16 13:14:29 +01:00
parent 8466692584
commit 4ed287a809
12 changed files with 132 additions and 103 deletions

View File

@@ -1,11 +1,11 @@
4
5
Predef.length Predef.nonExist
\v0 -> Predef.length v0
\x -> Predef.length x
"ab"
"cd"
"d"
"abc"
"d"
"ABCD"
"abcd"
Predef.PFalse
@@ -32,5 +32,5 @@ user error
"x" ++ Predef.CAPIT ++ "y"
"x" ++ Predef.ALL_CAPIT ++ "y"
"ab"
\v0 -> v0 + "b"
\x -> x + "b"
Predef.PTrue