i suppose "Done." refers to Int.inf but not the whole [x..<y] thing.
could you explain to us what needs to be done to implement [x..<y] in small steps?
- adding the `[..]() function - create all the fallbacks to `[]() - add the <x syntax to the parser
is there anything else? can you break these up even more?
adding the <x syntax seems to be the hardest part, any hints?
greetings, martin.