forked from GitHub/gf-core
Add support for literals
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
Literals: mkString "hello"
|
||||
LiteralsCnc: hello
|
||||
LiteralsCnc: « hello »
|
||||
|
||||
Literals: mkInt 123
|
||||
LiteralsCnc: 123
|
||||
@@ -7,3 +7,6 @@ LiteralsCnc: 123
|
||||
Literals: mkFloat 30.809000
|
||||
LiteralsCnc: 30.809000
|
||||
|
||||
Literals: and (mkString "one") (mkString "two")
|
||||
LiteralsCnc: « one » and « two »
|
||||
|
||||
|
||||
Reference in New Issue
Block a user