feat: define the helloworld language, per tutorial

Plus overcome some strange Eclipse complaints.
This commit is contained in:
Glen Whitney 2020-12-08 19:58:33 -08:00
parent 407cb0b43d
commit 37d2fb4094
2 changed files with 6 additions and 2 deletions

View file

@ -14,4 +14,7 @@ context-free sorts
context-free syntax
Start.Empty = <>
Start.Program = <<Word> <Word>>
Word.Hello = <hello>
Word.World = <world>