feat: define the helloworld language, per tutorial
Plus overcome some strange Eclipse complaints.
This commit is contained in:
parent
407cb0b43d
commit
37d2fb4094
2 changed files with 6 additions and 2 deletions
|
@ -14,4 +14,7 @@ context-free sorts
|
|||
|
||||
context-free syntax
|
||||
|
||||
Start.Empty = <>
|
||||
Start.Program = <<Word> <Word>>
|
||||
Word.Hello = <hello>
|
||||
Word.World = <world>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue