Own-Programming-Language-Tu.../ownlang-parser/src/main/java/com/annimon/ownlang
aNNiMON cce75927b8 Change list pattern matcher behavior for single element
match [1] {
  case [x]:
}
Before: x = [1]
After: x = 1

x will be the first (and single) value of an array
2024-01-12 20:52:30 +01:00
..
exceptions Move classes to separate modules 2024-01-12 20:52:30 +01:00
lib Define functions and constants in root scope 2024-01-12 20:52:30 +01:00
parser Change list pattern matcher behavior for single element 2024-01-12 20:52:30 +01:00