A simple programming language with XLex and XParse.
You can try XLang online in XLang Playground.
npm install -g @xlor/xlangfn main() {
print("Hello World!");
}This code will print "Hello World!" on your terminal.
See examples for more examples.
See XLang.