oters_lang 0.1.3

Language definitions and interpreter for the oters programming language
Documentation
1
2
3
4
5
6
7
8
enum Option<A> {
  None,
  Some A,
}

type Stream<A> = (A, @Stream)

let millis = timestamp_millis() << @millis