spoofax_helloworld/syntax/spoofax_helloworld.sdf3

20 lines
221 B
Plaintext

module spoofax_helloworld
imports
Common
context-free start-symbols
Start
context-free sorts
Start
context-free syntax
Start.Program = <<Word> <Word>>
Word.Hello = <hello>
Word.World = <world>