mumu 0.11.1

Lava Mumu is a language for those in the now and that know
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
extend("astar")

graph = [
  dimension: [100,100],
  start: [0,0],
  end: [99,99],
  obj: [
    [12,5],
    [16,90],
    [33,22]
  ]
]


slog( astar:astar(graph) )