mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-08 10:42:50 -06:00
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