UNPKG

swahili-lang

Version:

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

11 lines (9 loc) 234 B
const SWNumber = require('../../interpreter/types/number'); const sikiza = require('./sikiza'); const taka = require('./taka'); module.exports = { constants: { POTI_ASILI: new SWNumber(9000), }, methods: [sikiza, taka], };