mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
added test grammar for literals in the testsuite
This commit is contained in:
8
testsuite/runtime/parser/Literals.gf
Normal file
8
testsuite/runtime/parser/Literals.gf
Normal file
@@ -0,0 +1,8 @@
|
||||
abstract Literals = {
|
||||
cat S ;
|
||||
|
||||
fun IsString : String -> S ;
|
||||
IsInteger : Int -> S ;
|
||||
IsFloat : Float -> S ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user