Own-Programming-Language-Tu.../ownlang-parser
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
..
src Change list pattern matcher behavior for single element 2024-01-12 20:52:30 +01:00
build.gradle Add JMH benchmark for programs 2024-01-12 20:52:30 +01:00