UNPKG

swahili-lang

Version:

A new programming language with semantics borrowed from the Swahili language to help teach programming concepts to Swahili speaking students.

8 lines (6 loc) 109 B
const http = require('./http'); const yoyote = require('./yoyote'); module.exports = { http, yoyote, };