ainslec / adventuron-issue-tracker

Adventuron Issues Tracker
4 stars 0 forks source link

Allow custom articles to be defined somewhere in the language definitiion #410

Open ainslec opened 3 years ago

ainslec commented 3 years ago

Allow custom articles to be defined somewhere in the language definition.

vocabulary {
   : articles words =  ["an", "a", "the", "some", "several", "of", "my" ];
}