1.0.0 • Published 3 years ago
@xlor/xlang v1.0.0
XLang
A simple programming language with XLex and XParse.
You can try XLang online in XLang Playground.
Install
npm install -g @xlor/xlang
Example
fn main() {
print("Hello World!");
}
This code will print "Hello World!" on your terminal.
See examples for more examples.
Documentation
See XLang.
License
1.0.0
3 years ago