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
extend("test")

describe("1+1", () => {
  it("should be 2", () => {
    expect_equal( 1 + 1, 2 )
  })
})