Replies: 2 comments 20 replies
-
First, which Oberon? Oberon-2 or Oberon-07? Second, please give example code, not language grammar. I don't understand language grammar (is this EBNF?). |
Beta Was this translation helpful? Give feedback.
16 replies
-
| @dmuysers maybe you will like Oberon+: https://github.com/rochus-keller/Oberon
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
(borrowed from Oberon)
ArrayType = ARRAY [Index {"," Index}] OF Type.
Index = Type | ConstExpr. // 'n' same as '[0..n-1]'
Beta Was this translation helpful? Give feedback.
All reactions