UNPKG

swahili-lang

Version:

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

7 lines (5 loc) 106 B
const tausworth = require('./tausworth'); module.exports = { constants: {}, methods: [tausworth], };