UNPKG

sanscript-lang

Version:

SanScript Language Programming Language – Sanskrit-based syntax compiled to Generated Code. Created by: Atikin Verse.

6 lines (5 loc) 147 B
// Created by Atikin Verse function tokenize(code) { return code.split(/\s+/); // Basic whitespace tokenizer } module.exports = tokenize;