elan-language / LanguageAndIDE

Apache License 2.0
3 stars 0 forks source link

Simplify enum syntax to a single line #703

Closed richardpawson closed 2 months ago

richardpawson commented 2 months ago

from:

enum Algorithm
  aStar, dijkstra, heuristic
end enum

to:

enum Algorithm set to aStar, dijkstra, heuristic

Rationale: