genotype_compiler 0.17.0

Genotype language compiler
1
2
3
4
Node: {
  value: string,
  next?: Node,
}